@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #f5f5f5;
	color: #0077bf;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	}

@font-face {
    font-family: Dense;
    src: url(../assets/fonts/Dense-Regular.otf);
}

#Banner {
	background: url(../assets/images/Banner.jpg) bottom center no-repeat;
	height: 650px;
}

#FooterImg {
	background: url(../assets/images/CalFriendlyLandscaping-LA-footer.jpg) bottom center no-repeat;
	height: 200px;
}

#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	font-size: 0.9em;
	line-height: 24px;
	margin-bottom: 0.5em;
}

p a:link {
	color: #505050;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, .wrapper a:hover {
	text-decoration: none;
}

.textmessage {
	color: #505050;
	padding-bottom: 48px;
	padding-top: 48px;  
	background-color: white;
}

.pushsides {
	padding-left: 108px;
	padding-right: 108px;
}

.logo {
	margin-top: 16px;
	margin-bottom: 32px;
}

#logos img {
	margin-right: 25px;
}

.topline {
	margin-top: 12px;
}

.featured {
	margin: 20px 0;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:  #104670;
}

.featuredtips {
	margin: 20px 0;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:  #8cc63e;
}

.featuredwhite {
	margin: 20px 0;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: white;
}

.featuredfloat {
	float: left;
	margin-right: 18px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	padding-bottom: 8px;
}

.featuredfloat a:hover {
	color: green;
}

.featuredfloat img {
	margin: 8px 8px 8px 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

#Sustainable {
	background-color:  #9765a9;
	color: white;
	padding-top: 32px;
}

#footer {
	padding: 48px 0;
}

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
	font-family: Dense, sans-serif;
}

h2 {
	font-size: 30px;
	margin-bottom: 0.5em;
	font-family: Dense, sans-serif;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1.8em;
}

#LandingPages {
	background-color: #c1dded;
	padding-bottom: 96px;
	padding-top: 64px;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

#Agency {
	background-color: #fff;	
	padding-top: 64px;
	padding-bottom: 64px;
}

#Agency img {
	float: left;
	margin-left: 35px;
}

#Helpful, #LawnConversion {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	color: #505050;
}

.More {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	height: 1050px;
}

.more p {
	color: #0077bf;	
}

#Tips, #RightPlant {
	position: relative;
	padding-top: 64px;
	padding-bottom: 32px;
	background-color: #c1dded;
	color: #505050;
}

#IPM {
	padding: 48px 0;
}

.leftsidetips, .leftsidemore {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftsidemore a:hover, .rightside a:hover {
	color: green;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 400px;
	padding-left: 10px;
}

/*.leftside p, .rightside p {
	color: #848484;
}
*/
.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 10px;
}

.leftside ul li a:hover, .rightside ul li a:hover {
	color: #0077bf;
}

/* Blue button used in the Helpful Resources section */
.leftside .bluepill, .rightside .bluepill {
	background-color: #0077bf;
	font-size: 0.8em;
	display: inline-block;
	color: white;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.leftside .bluepill:hover, .rightside .bluepill:hover {
	background-color: green;
}

hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}

