/*
Theme Name: Landscaper Dreams
Theme URI: http://www.dreamcodesign.com.com/
Version: 2.00
Author: Dreamco Design
Author URI: http://www.dreamcodesign.com/
*/


/* ======= STUFF YOU NEED TO CHANGE, OR MIGHT WANT TO CHANGE ======= */

/* SITE WIDE STUFF */
/*#content {
	background: url(images/bg-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
body {
	background: url(images/bg.jpg) no-repeat center top #000; /* this is the color of the middle section */
	font: 16px/24px Georgia, serif;
	margin: 0 auto;
}

body, .bottom .posts-wrap {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;	
}

h2.page-title {
	color: #fda42b;
	font-size: 30px;
	text-transform: uppercase;
}

/* HEADER NAVIGATION */

#menu-main-nav li a {
	font: 16px/40px Georgia, serif;
	color: #ffffff;
}

#menu-main-nav li a:hover, #menu-main-nav li.current-menu-item a {
	color: #fff;
}

.line-bottom, .bottom .posts-wrap .line-bottom {
	border-bottom: 1px solid #bababa; color: #e15704; /* make this color a little dark shade of the background color */
}

.line-top, .bottom .posts-wrap .line-top {
	border-top: 1px solid #fff; /* make this color a little lighter shade of the background color */
}

a {
	text-decoration: none;
	color: #FDA42B;
}

a:hover {
	text-decoration: underline;
}

a.button {
	color: #FFFFFF;
}

#banner, .page_image {
	background: #fff;
}

#footer {
	color: #fff;
	text-shadow: none;
}

#footer a {
	color: #fff;
}

/* BOTTOM SECTION */

.bottom {
	color: #fff;
}

.bottom .line-bottom {
	border-bottom: 1px solid #868C8F; /*make this color a little darker shade of the ".bottom" background color */
}

.bottom .line-top {
	border-top: 1px solid #A8B1B7;	/*make this color a little lighter shade of the ".bottom" background color */
}

.bottom .posts-wrap h2.page-title {
}

.bottom .bottom-content ul {
	width: 295px; /* 1 column = 610px, 2 column = 295px, 3 column = 190px */ 
}

.bottom .bottom-content ul li {
	background: url(images/arrow.png) no-repeat;	
}

.bottom .posts-wrap #page-content, .error404, #blog {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #C1C5C6;
}

/* SERVICES THUMBNAILS */

.services-thumb {
	border: 1px solid #dddddd;
	background: #ffffff;
}

/* SIDEBAR WIDGETS */

/* CONTACT FORM 7 MESSAGES */
#page div.wpcf7-mail-sent-ok {
	border: none;
	color: #2A983F;
	font-size: 16px;
}

#page div.wpcf7-validation-errors {
	background: #FFDE40;
}

#page div.wpcf7-mail-sent-ng {
	background: #EBB7B7;
}


/* ======= LAYOUT STUFF THAT YOU DON'T NEED TO CHANGE ======= */

/* - BASIC STUFF - */


img {
	border: none;
}

.additional-meta {
	font-size: xx-small;
}

blockquote {
	font-style: oblique;
}

p {
	margin: 0 0 2em 0;
}


/* BORDER LAYOUTS */ 
.line-bottom, .bottom .posts-wrap .line-bottom {
	padding-bottom: 20px;
	margin: 0;
}

.line-top, .bottom .posts-wrap .line-top {
	padding-top: 20px;
}

.widget-title .line-top {
padding: 0;
	
}

/* -- LISTS -- */

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin-left: 5px;
	padding: 0;
}

li {
	list-style-type: none;
}

.disc {
	list-style-type: disc;
}

/* lists inside posts */

.entry-content ul ol {
	margin-left: 0;
}

.entry-content ul li {
	margin-left: 10px;
	list-style: disc;
	list-style-position: inside;
}

.entry-content ul li ol {
	margin-left: 10px
}

.entry-content ol li {
	margin-left: 5px;
	list-style: decimal;
	list-style-position: inside;
}

.entry-content ol li li {
	margin-left: 5px;
}

/* -- HEADINGS -- */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
}

h1#logo {
	height: 105px;
	width: 324px;
	float: left;
	position: relative;
	z-index: 9999;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

h1#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

h2.entry-title {
	font-size: 180%;
}

h2#comments {
	margin: 20px auto 10px;
	font-size: 140%;
}


/* headings inside posts */

.entry-content h3 {
	font-size: 140%;
}

.entry-content h4 {
	font-size: 120%;
}

.entry-content h5 {
	font-size: 100%;
}

.entry-content h6 {
	font-size: 90%;
}

/* -- MAIN DIV'S -- */

.wrapper {
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
}

#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 9999;
	height: 100px;
}

#footer {
	overflow: hidden;
	clear: both;
	float: none;
	padding: 20px 0;
}

#banner {
	height: 400px;
	width: 960px;
}

#content {
	position: relative;
	margin: 30px 0;
	/*background: url(images/bg-1.jpg) no-repeat center center;*/
}

#content.services {
	height: 200px;
}

.bottom {
	width: 100%;
	padding: 40px 0;
	z-index: 1;
}

.bottom .bottom-content {
	width: 630px;
}

.bottom .bottom-content ul {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.bottom .bottom-content ul li {
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	line-height: 16px;
}

.bottom .posts-wrap {
	position: relative;
	top: -135px;
	margin-top: -135px;
	margin-bottom: -135px;
	margin-left: 0;
}

.bottom .posts-wrap #page-content, .error404 {
	padding: 20px;
	margin: 0 0 30px 0;
}

.error404 {
	text-align: center;
	padding: 150px 20px;
}

#blog {
	margin: 0 0 30px 0;
	padding: 50px 0 0 0;
}
/* -- NAVIGATION --*/

.menu-main-nav-container {
	float: right;
	height: 40px;
	margin: 30px 0;
}

#menu-main-nav li {
	float: left;
	line-height: 40px;
	margin: 0 10px;
	position: relative;
}

#menu-main-nav li:hover, #menu-main-nav li.current-menu-item {background: #474747;}

#menu-main-nav li a {
	padding: 0 10px;
	display: block;
}

#menu-main-nav li a:hover, #menu-main-nav li.current-menu-item a {
	text-decoration: none;
}

#footer-links {
	float: left;
	width: 460px;
	margin: 0 10px;
}

#footer .menu-main-nav-container {
	margin: 0;
	float: none;
	height: auto;
}

#footer-links li {
	float: left;
	margin: 0 0 0 10px;
}

#copyright {
	float: right;
	width: 460px;
	margin: 0 10px;
}


.page_image {
	display: block;
	height: 380px;
	position: relative;
	width: 940px;
	z-index: 6;
	padding: 10px;
}

.page_image img {
	display: block;
    height: 380px;
    opacity: 1;
    position: absolute;
    width: 940px;
    z-index: 3;
}

.services-thumb {
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px;
}

/* -- POSTS -- */

.post-index {
	margin: 0 0 10px;
}

#post-single {
	margin: 0 0 20px;
}

.posts-wrap {
	float: left;
	clear: none;
	width: 100%;
	margin: 0 10px;
	z-index: 1;
}

.post {
	margin: 0 0 30px 0;
}

/* -- SIDEBARS --*/

.sidebar-wrap {
	clear: none;
	width: 300px;
	margin: 0 10px;
	float: right;
}

#blog .sidebar-wrap {
	position: relative;
	float: left;
	width: 298px;
}

h3.line-bottom {letter-spacing: 1px; font-weight: bold; text-align: center;}

.link-wrap a {display: block; padding: 10px 52px; background: #e2e2e2; margin-top: 20px; color: #000; text-transform: uppercase; font-size: 18px; font-weight: bold; font-family: sans-serif; line-height: 1.2; }
.link-wrap a:hover {text-decoration: none; background: #c7c7c7;}

a.button {
	background: url("images/button_back.png") repeat scroll 0 0 transparent;
	display: block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 225px;
	margin: 10px;
	z-index: 2;
}

a.button:hover {
	text-decoration: none;
	background-position: 0 -40px;
}

a.button:active {
	background-position: 0 -80px;
}

.featured_page a.button {
	margin: -30px auto 20px;
}

/* -- 404-PAGE --*/


.error404 h1, .error404 h2 {
	margin: 10px auto
}

/* -- COMMENTS -- */

div.comments-wrap {
	margin: 15px auto;
	padding: 0;
}

li.comment, li.trackback, li.pingback {
	margin: 10px auto;
}

ul.children {
	margin-left: 10px;
}

ul.commentlist, ul.pinglist {
	margin: 10px 0;
}

div.reply {

}

textarea#comment {
	overflow: auto;
}

/* -- ALIGNMENTS --*/

img.alignright {
	float: right;
	clear: none;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	clear: none;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

img.alignnone {
	margin: 0 0.5em 0 0;
}

/* -- NAVIGATION --*/

div.navigation {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 10px 0px;
}

.nav-next {
	float: right;
	clear: none;
	width: 48%;
	text-align: right;
}

.nav-prev {
	float: left;
	clear: none;
	width: 48%;
	text-align: left;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#page div.wpcf7-mail-sent-ng {
	background: #000;
}

h2 a {color: #fda42b;}

/*Sub-Nav*/
.sub-menu {position: absolute; background: #474747; top: 40px; display: none;}
#menu-main-nav li ul li {margin: 0;}
#menu-main-nav li ul li a {width: 200px; padding-left: 10px;}
.menu-item:hover > ul {	display: block;}
.sub-menu li:hover {background: #676767 !important;}
.sub-menu li a:hover {text-decoration: none}

.featured_page img {
  margin: 20px 11px 0 11px;
}








div#slideshow {
	position: relative;
	height: 380px;
	z-index: 1;
}
div#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}







