/*
Theme Name: Revolution Landscape
Theme URI: 
Description: Revolution Landscape theme.
Version: 1.0
Author: David Robbins
Author URI: http://www.one10interactive.com/
Tags: revolution, landscape, green
*/

/*
@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
*/
@charset "utf-8";

/************/
/*  GLOBAL  */
/************/

html { }

body {
	
	min-width: 990px;
	
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #4178ae;
	padding: 0;
	margin: 0;
	line-height: 18px;
	height: 100%;
	/* width: 100%; */
	font-size: 12px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

/* BACKGROUNDS */

.page-template-page-index-php {
	background-image: url(images/bg6.jpg);	
}

.page-template-page-portfolio-php {
	background-image: url(images/bg5.jpg);	
}

.page-template-page-services-php {
	background-image: url(images/bg4.jpg);	
}

.page-template-page-community-php {
	background-image: url(images/bg3.jpg);	
}

.page-template-page-our-story-php {
	background-image: url(images/bg2.jpg);	
}

.page-template-page-contact-us-general-php,
.page-template-page-contact-us-job-php,
.page-template-page-contact-us-estimate-php {
	background-image: url(images/bg.jpg);	
}

/* BOTTOM MARGINS */

.page-template-page-index-php #wrapper {
	margin-bottom: 330px;
}

.page-template-page-portfolio-php #wrapper {
	margin-bottom: 370px;
}

.page-template-page-services-php #wrapper {
	margin-bottom: 525px;
}

.page-template-page-community-php #wrapper {
	margin-bottom: 300px;
}

.page-template-page-our-story-php #wrapper {
	margin-bottom: 420px;
}

.page-template-page-contact-us-general-php #wrapper,
.page-template-page-contact-us-job-php #wrapper,
.page-template-page-contact-us-estimate-php #wrapper {
	margin-bottom: 330px;
}


.page-template-page-blog-php,
.category {
	background-image: url(images/blog_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b1d3ef;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	color: #fff;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

p {
	padding: 0;
	margin: 0;
}

blockquote {
	padding: 20px;
	background-color: #f2f2f2;
	border-left: 5px solid #8dabc8;
	border-right: 1px solid #8dabc8;
	border-top: 1px solid #8dabc8;
	border-bottom: 1px solid #8dabc8;
	font-style: italic;
	margin: 20px;
}

.caps {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.smallcaps {
	font-variant: small-caps;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear, .clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clearfix:after, .clear-fix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.strong, .bold {
	font-weight: bold;
}

.italic, .italics {
	font-style: italic;
}

.underline, .underlined {
	text-decoration: underline;
}

img, a img {
	border: none;
}

a {
	color: #46668c;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

ul li {
	padding: 0;
	margin: 0;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #e4e4e4;
	margin: 5px 0 5px 0;
}

.divider-h {
	height: 1px;
	width: 100%;
	clear: both;
	background-image: url(images/divider.png);
	background-repeat: repeat;
	margin: 20px 0 10px 0;
}

.divider-v {
	height: 100%;
	width: 1px;
	background-image: url(images/divider.png);
	background-repeat: repeat;
	margin: 0 10px 0 10px;
}

/* ************* */
/* CONTAINER DIV */ 
/* ************* */

#contentContainer {
	width: 100%;
}

#mainContent {
	
}

.content-wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}


/************/
/*  HEADER  */
/************/

#header {
	width: 100%;
	height: 95px;
	min-width: 1030px;
	background-image: url(images/header_bg.png);
	background-color: #4178ae;
	background-repeat: repeat-x;
}

#header-content {
	height: 65px;
	width: 925px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	z-index: 100;
}

#employee-login-wrapper {
}

#employee-login {
	float: right;
	padding: 24px 10px 0 20px;
}

#logo {
	height: 65px;
	width: 241px;
	float: left;
}

#nav {
	float: right;
	width: 684px;
	height: 65px;
	text-align: right;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	list-style: none;
	list-style-image: none;
	display: inline;
}

.nav-item, 
.nav-item-active {
	height: 65px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.nav-item:hover, 
.nav-item-active {
	background-position: 0 -65px;
}

#nav-home {
	background-image: url(images/nav_home.png);
	width: 70px;
}

#nav-portfolio {
	background-image: url(images/nav_portfolio.png);
	width: 98px;
}

#nav-services {
	background-image: url(images/nav_services.png);
	width: 86px;
}

#nav-community {
	background-image: url(images/nav_community.png);
	width: 109px;
}

#nav-story {
	background-image: url(images/nav_story.png);
	width: 102px;
}

#nav-blog {
	background-image: url(images/nav_blog.png);
	width: 68px;
}

#nav-contact {
	background-image: url(images/nav_contact.png);
	width: 112px;
}


/******************/
/*  GLOBAL PAGES  */
/******************/

#wrapper {
	width: 925px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	height: auto;
	clear: both;
	margin-top: -30px;
	position: relative;
	padding: 45px 0 0 0;
}

.page-template-page-blog-php #wrapper,
.category #wrapper {
	height: 100%;
	margin-bottom: 0;
}

.page-template-page-blog-php #contentContainer,
.category #contentContainer {
	height: 100%;
}

.col-25 {
	width: 25%;
	float: left;
}

.col-50 {
	width: 50%;
	float: left;
}

.col-75 {
	width: 75%;
	float: left;
}

.col-33 {
	/* width: 33%; */
	width: 215px;
	float: left;
	font-size: 12px;
	line-height: 15px;
}

.col-67 {
	width: 566px;
	float: left;
	font-size: 12px;
	line-height: 15px;	
}

.page-header {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
}

.module-header {
	clear: both;
	width: 100%;
	height: auto;
}

.module-title {
	width: auto;
	height: auto;
	float: left;
	padding-bottom: 6px;
}

.flash-module {
	outline: none;
}

.module-button {
	float: right;
}

.module-content {
	clear: both;
}

#subpage-buttons {
	float: right;
	padding-right: 40px;
}

#subpage-buttons .large-button {
	margin-left: 10px;
}

#index-buttons {
	width: 525px;
	height: 47px;
	padding: 12px 0 0 0;
}

#index-buttons .large-button {
	margin-left: 10px;
}

#were-hiring {
	background-image: url(images/were_hiring.png);
}

#inquire-today {
	background-image: url(images/inquire_today.png);	
}

.large-button {
	height: 47px;
	width: 136px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.large-button:hover {
	background-position: 0 -47px;
}

#subscribe-newsletter-content {
	display: block;
	background:url(images/newsletter_bg.png) no-repeat transparent;
	width: 308px;
	height: 43px;
	margin: 0 0 0 5px;
}

#subscribe-newsletter-content ul {
	margin: 0;
	padding: 0;
}

#subscribe {
	margin: 9px 0 0 0;
}

#subscribe form {
}

#subscribe-header {
	padding-bottom: 10px;
}

#subscribe-input {

	float: left;
	width:240px;
	
	padding: 10px 9px 11px 5px;
	margin: 1px 5px 1px 1px;
	border: 0px none;
	background: transparent;
	color: #375679;
	font-size: 14px;
}

#subscribe-button {
	float: right;
	padding: 9px;
	margin: -1px 0px 1px 1px;
}

#subscribe li {
	list-style: none;
}

#subscribe p {
	float: left;
	display: inline;
	margin: 0 5px 0 0;	
}

#subscribe-newsletter-content {
	padding: 1px 0 0 10px;	
}

/**********/
/*  HOME  */
/**********/

#index-content-wrapper {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow {
	background: transparent;
}

#index-col-left, #community-col-left {
	width: 541px;
	float: left;
}

#index-col-right, #community-col-right {
	width: 325px;
	float: right;
	margin-top: -75px;
}

#community-col-right {
	padding: 0 0 0 20px;
}

#index-col-right {
	padding: 90px 0 0 20px;
}

#from-our-blog {
	margin: 20px 0 0 0;
}

#from-our-blog-header {
	width: 100%;
	height: auto;
	padding-bottom: 16px;
}

#from-our-blog-see-all, #featured-recipe-see-all, #featured-garden-see-all {
	width: 59px;
	height: 20px;
	float: right;
	text-align: right;
	cursor: pointer;
	background-image: url(images/see_all.png);
	background-repeat: no-repeat;
	padding-right: 15px;
}

#from-our-blog-see-all:hover, #featured-recipe-see-all:hover, #featured-garden-see-all:hover {
	background-position: 0 -20px;
}

#from-our-blog-content {
	display: block;
	width: 534px;
	height: 166px;
	background: url(images/home_updates_bg.png) no-repeat;
	clear: both;
}

#from-our-blog-content ul li,
.community-snippits ul li {
	height: 67px;
	padding: 16px 20px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #595148;
	list-style: none;
	margin: 0 0 0 -16px;
}

.community-snippits ul li {
	padding: 14px 10px 2px 0;
}

#from-our-blog-content ul a,
.community-snippits ul a {
	text-decoration: none;
	color: #595148;
}

#from-our-blog-content ul a:hover,
.community-snippits ul a:hover {
	text-decoration: underline;
}

#from-our-blog-content ul li p,
.community-snippits ul li p {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	overflow: hidden;
}

#from-our-blog-content ul li p a,
.community-snippits ul li p a {
	text-decoration: underline;
	color: #e1892a;
	font-weight: bold;
}

#from-our-blog-content ul li p a:hover,
.community-snippits ul li p a:hover {
	text-decoration: none;
}

#welcome {
	height: 161px;
	width: auto;
	background-image: url(images/welcome.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#welcome:hover {
	background-position: 0 -161px;
}

#featured-photos {
	margin: 53px 0 0 0;
}

#featured-photos-content {
	margin: 7px 0 0 0;
	clear: both;
}

#featured-photos-view-portfolio {
	background-image: url(images/view_services.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 100px;
	float: right;
	cursor: pointer;
	padding-right: 10px;
}

#featured-photos-view-portfolio:hover {
	background-position: 0 -22px;
}

#social-buttons {
	margin: 10px 0 0 15px;
}

.social-button {
	background-color: transparent;
}

/***************/
/*  PORTFOLIO  */
/***************/


#portfolio-content-wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}

#portfolio-col-left {
	width: 310px;
	float: left;
	margin: 0 20px 0 0;
}

#portfolio-col-right {
	width: 510px;
	float: right;	
}

#portfolio-col-right .divider-h {
	float: right;
	width: 420px;
	margin: 3px 35px 5px 0;
}

#portfolio-col-left p {
	margin: 0 0 20px 0;
}

#portfolio-slideshow {

}

#portfolio-slideshow-container {
	margin: 0 0 35px 0;
}

.portfolio-pic-caption {
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	float: left;
	width: 115px;
	padding: 25px 5px 0 45px;
}

.portfolio-pic-image {
	float: left;
	display:block;
	width: 326px;
	height: 203px;
	background: url(images/portfolio_thumb_bg.png) no-repeat;
	padding: 10px 0 0 13px;
	clear: right;
}


/******************/
/*  CONTACT */
/******************/

#si_contact_form label,
#si_contact_form input,
#si_contact_form textarea {
	width: 400px;
}

#si_contact_form select {
	width: 300px;
}

#contact-left-col {
	float:left;
	width: 315px;
	line-height: 16px;
	padding-right: 60px;
}

#contact-buttons {
	width: 311px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 20px;
}


#contact-left-col li {
	list-style:none;
	margin: 0 0 0 -40px;
	padding: 0;
}

#contact-left-col li strong,
#contact-left-col li b {
	font-size: 14px;
	font-weight: bold;
}

#contact-faq {
	
}

#contact-intro-header {
	
}

#contract-intro-title {
	
}

#contact-faq-text {
	padding-left: 10px;
}

#contact-right-col {
	float: right;
	width: 471px;
}

#contact-form-top {}

#contact-form-bottom {}

#contact-form-header {
	width: 420px;
	padding-left: 20px;
}

#contact-form-contents {
	width: 100%;
	background: url(images/contact_form_bg.png) repeat-y;
}

#contact-form-form {
	width: 405px;
	margin-left: auto;
	margin-right: auto;
}

#contact-form-form textarea {
	height: 100px;
}

.contact-button {
	padding-bottom: 8px;
}

#contact-social-buttons {
	margin: 10px 0 0 0;
}

/**************/
/*  SERVICES  */
/**************/

#services-slideshow {
	clear: both;
	margin-left: -15px;
}

#tri-col {
	margin: 30px 0 0 0;
}

#tri-col p {
	margin: 10px 0 0 0;
}

#services-col-left {
	min-height: 250px;
	padding: 0 50px 0 0;
	border-right: 1px solid #6d9bce;
}

#services-col-mid {
	min-height: 250px;
	padding: 0 50px 0 40px;
	border-right: 1px solid #6d9bce;
}

#services-col-right {
	min-height: 250px;
	padding: 0 0 0 40px;
}	

#services-lower-modules {
	margin-top: 30px;
}

#services-header #inquire-today {
	margin-top: 15px;
	padding-right: 20px;
}

#garden-consultations {
	float: left;
	width: 242px;
	margin: -22px 0 0 30px;
}

#garden-consultations .content {
	background-image: url(images/garden_consultations_bg.png);
	background-repeat: repeat-y;	
	text-align: center;
}

#garden-consultations .header {
	padding: 0 10px 0 10px;
}

#garden-consultations .body-text {
	font-size: 12px;
	line-height: 15px;
	padding: 10px 10px 0 10px;
}

.header {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

.header .divider-h {
	height: 1px;
	width: 100%;
	clear: both;
	background-image: url(images/divider.png);
	background-repeat: repeat;
	margin: 3px 0 0 0;
}

.col-67 .body-text {
	padding-right: 15px;
}

/***************/
/*  OUR STORY  */
/***************/

#story-col-left {
	width: 350px;
	height: auto;
	float: left;
}

#story-col-right {
	width: 467px;
	height: auto;
	float: right;
}

#story-col-left p {
	margin: 0 0 10px 0;
}

#story-thumb {
	width: 467px;
	height: 287px;
	background: url(images/story_thumb_bg.png) no-repeat;
	padding: 11px 0 0 14px;
}

#story-content,
#our-philosophy-content,
#calling-all-grads-content {
	font-size: 12px;
	line-height: 16px;
}

#calling-all-grads-hiring-button {
	float:right;
	width: auto;
	height: auto;
	padding: 0 10px 0 0;
}

#calling-all-grads-title { }

#our-philosophy {
	padding-bottom: 20px;
}

#story-content strong,
#story-content b {
	font-size: 14px;
}

#story-highlight {
	height: 337px;
	width: 816px;
	margin: 30px 0 0 0;
	background-image: url(images/story_bg.png);
	background-repeat: no-repeat;
	margin-left: auto; /* center */
	margin-right: auto; /* center */
	display: block; /* center */
	padding: 30px 20px 0 20px;
}

#story-highlight p {
	margin: 10px 0 10px 0;
}

/***************/
/*  COMMUNITY  */
/***************/

#facebook-content {
	width: 308px;
	height: 236px;
	padding: 20px 0 0 22px;
	background: url(images/facebook_bg.png) no-repeat;
}

#facebook {
	color: #ffffff;	
}

#community-events {
	margin: 30px 0 0 0;
}

#community-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 285px;
	padding-top: 10px;
}

#community-buttons #were-hiring {
	margin-left: 10px;
}

#green-home-garden-tips {
	margin: 20px 0 0 0;
}

#partners {
	margin: 20px 0 0 0;
}

#partners-content { }

#partners-logos {
	height: 96px;
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
}

#partners-copy {
	text-align: center;
	height: 35px;
	width: 100%;
	line-height: 35px;
	vertical-align: middle;
}

#testimonials-content {
}

#testimonials-content p {
	padding: 0 25px 0 20px;
	font-size: 15px;
	line-height: 20px;
}

#featured-recipe {
	margin: 20px 0 0 0;
}

#featured-garden,
#facebook {
	margin: 10px 0 0 0;
}

.community-snippits {
	width: 534px;
	height: 271px;
	background: url(images/community_snippits_bg.png) no-repeat;
}

/**********/
/*  BLOG  */
/**********/

.page-template-page-blog-php #wrapper, .single #wrapper { /* WP-generated names */
	background-image: url(images/blog_wrapper_bg.png);
	background-repeat: repeat-y;
	padding: 0;
}

.category #wrapper {
	background-image:url("images/blog_wrapper_bg.png");
	background-repeat:repeat-y;
	padding:0 0 20px;
	padding: 0;
}

#blog-col-left {
	width: 630px;
	height: auto;
	float: left;
	margin: 20px 5px 0 20px;
}

#blog-col-right {
	width: 245px;
	height: auto;
	float: right;
	margin: 20px 20px 20px 5px;
}

#blog-content {
	padding: 40px 0 0 0;
	margin: 0;
	background-color: #fff;
	color: #737373;
	width: 100%;
}

#blog-content .post,
#blog-content #respond {
	width: 500px;
	padding: 0 0 50px 50px;
	font-size: 11px;
	line-height: 17px;
}
#blog-content #respond {
	padding: 0 0 10px 50px;
}

#blog-content #respond textarea {
	height: 100px;
}

#blog-next-previous-post-links {
	padding: 0 0 50px 50px;
}

#blog-content h1, #blog-content h2, #blog-content h3, #blog-content h4, #blog-content h5, #blog-content h6 {
	color: #737373;
	border-bottom: 1px solid #e4e4e4;
	margin: 15px 0 15px 0;
}

#blog-content a {
	color: #737373;
	text-decoration: underline;
}

#blog-content a:hover {
	color: #000;
	text-decoration: underline;
}

#blog-content h1 a, #blog-content h2 a, #blog-content h3 a, #blog-content h4 a, #blog-content h5 a, #blog-content h6 a {
	text-decoration: none;
	color: #737373;
}

#blog-content h1 a:hover, #blog-content h2 a:hover, #blog-content h3 a:hover, #blog-content h4 a:hover, #blog-content h5 a:hover, #blog-content h6 a:hover {
	text-decoration: none;
	color: #000;
}

#blog-content p {
	margin: 10px 0 0 0;
}

#blog-footer {
	margin: 0 0 20px 0;
}

#blog-prev-posts {
	margin: 0 0 0 50px;
}

.blog-post-meta {
	font-style: italic;
}

.blog-comment-footer {
	border-top: 1px solid #e4e4e4;
	padding-top: 2px;
}

#blog-social-buttons {
	width: 200px;
	margin-left: 15px;
}

/*****************/
/*  BLOG SIDEBAR */
/*****************/

#blog-sidebar-top {
	background-color: #fff;
	width: 205px;
	color: #737373;
	padding: 20px;
}

#blog-sidebar-top .cat-item {
	width: 226px;
	height: 26px;
	background: url(images/blog_cat_bg.gif) no-repeat;
	color: #737373;
	font-size: 11px;
	padding-bottom: 7px;
}

#blog-sidebar-top a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #737373;
}

#blog-sidebar-top li {
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 4px 0 0 30px;
}

#blog-sidebar-mid {
	background-color: #e8e8e8;
	width: 205px;
	height: auto;
	padding: 20px;
}

#blog-sidebar-mid .large-button {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}

/*************/
/*  BLOG NAV */
/*************/

#blog-nav {
	background-color: #ebebeb;
}

#blog-nav {
	width: 100%;
	height: 50px;
}

#blog-nav ul {
	padding: 0;
	margin: 0;
}

#blog-nav ul li {
	list-style: none;
	list-style-image: none;
	display: inline;
}

.blog-nav-item {
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	margin: 0 15px 0 15px;
}

.blog-nav-item:hover {
	background-position: 0 -50px;
}

#blog-nav-index {
	background-image: url(images/nav_blog_index.png);
	width: 76px;
}

#blog-nav-latest-articles {
	background-image: url(images/nav_blog_latest_articles.png);
	width: 79px;
}

#blog-nav-featured-articles {
	background-image: url(images/nav_blog_featured_articles.png);
	width: 95px;
}

#blog-nav-popular-posts {
	background-image: url(images/nav_blog_popular_posts.png);
	width: 77px;
}

#blog-nav-authors {
	background-image: url(images/nav_blog_authors.png);
	width: 47px;
}

#blog-nav-rss {
	background-image: url(images/nav_blog_rss.png);
	width: 59px;
}

#blog-comment-wrapper {
	padding: 0 50px 0 50px;
}

#blog-comment-wrapper ol {
	padding: 0;
}

#blog-comment-wrapper li {
	font-size:11px;
	line-height:17px;
	padding: 0 0 10px 0;
}

#blog-content-bottom-hr {
	margin: 15px 0 5px 0;
}