@charset "UTF-8";
/********* 	Breneman's Landscaping ~ Copyright 2010 ************/

/********** global *************/

body {margin:0; padding:0; background: url(../images/body_bg.jpg) repeat-x #e1dbc4;}

.main img { max-width:100%; }

.clear {clear:both;}

a {outline:none;}

#container {margin:0 auto; background: url(../images/container_bg.jpg) no-repeat; width:1004px; background-position: top center;}
@media screen and (max-width: 1010px) {
	#container {
		width:100%;
		background: #e1dbc4 url(../images/background-mobile.jpg) repeat-x;
	}
}

/********** masthead *************/

#masthead {
}
@media screen and (max-width: 1010px) {
	#masthead {
		background: url(../images/leaves-mobile.png) no-repeat;
		background-position: top center;
	}
}

#masthead h1 {margin:0; text-indent: -9999px; height:125px;}
#masthead ul {list-style-type: none; padding:0 140px;}
@media screen and (max-width: 1010px) {
	#masthead ul {
		background: #fff;
		border-top: #61041d solid 3px;
		border-bottom:#65894a solid 6px;
		margin: 0;
		padding: 15px;
		zoom: 1;
		text-align: center;
		-webkit-border-radius: 30px 30px 0 0;
		border-radius: 30px 30px 0 0;
	}
	#masthead ul:before,
	#masthead ul:after {
	  content: "";
	  display: table; }
	#masthead ul:after {
	  clear: both; }
}
@media screen and (max-width: 640px) {
	#masthead ul {
		padding: 50px 15px 15px 15px;
	}
}
#masthead li {float:left; font-size:20px; font-family:Myriad Pro, Arial, sans-serif; color:#886396;}
@media screen and (max-width: 1010px) {
	#masthead li {
		float:none;
		display:inline-block;
	}
}
@media screen and (max-width: 790px) {
	#masthead li {
		font-size:18px;
	}
}
@media screen and (max-width: 680px) {
	#masthead li {
		font-size:16px;
	}
}
@media screen and (max-width: 480px) {
	#masthead li {
		font-size:14px;
	}
}
@media screen and (max-width: 360px) {
	#masthead li {
		font-size:12px;
	}
}
#masthead li a {color:#333; text-decoration: none; padding:1px 20px;}
@media screen and (max-width: 790px) {
	#masthead li a {
		padding:1px 10px;
	}
}
@media screen and (max-width: 480px) {
	#masthead li a {
		padding:1px 5px;
	}
}
#masthead li.logo {width:190px;}
@media screen and (max-width: 1010px) {
	#masthead li.logo {
		position:relative;
	}
}
@media screen and (max-width: 680px) {
	#masthead li.logo {
		width:157px;
	}
}
@media screen and (max-width: 640px) {
	#masthead li.logo {
		width:0;
	}
}
#masthead li.logo img { display:none; }
@media screen and (max-width: 1010px) {
	#masthead li.logo img {
		display:block;
		position:absolute;
		top:-131px;
		left:18px;
	}
}
@media screen and (max-width: 680px) {
	#masthead li.logo img {
		left:0;
	}
}
@media screen and (max-width: 640px) {
	#masthead li.logo img {
		top: -168px;
		left: -80px;
	}
}
.logo-pipe {
	display:none !important;
}
@media screen and (max-width: 640px) {
	.logo-pipe {
		display:inline-block !important;
	}
}

/********** content *************/

#content {background: #f4f2ea; margin: 50px 27px 0 27px; padding: 0 30px; font-family:Arial, sans-serif;}
@media screen and (max-width: 1010px) {
	#content {
		margin: auto;
	}
}
#content p {font-size:12px; line-height:150%; color:#663300;}
#content p a {color:#680f25;}

.left {float:left; width:58.35%; padding-right:35px;}
@media screen and (max-width: 680px) {
	.left {
		float:none;
		width: 100%;
		padding: 2% 0;
	}
}
.main {padding:10px;}

.welcome {background: url(../images/welcome_bg.jpg) no-repeat; width:520px; height:353px;}

.right {float:left; width:35.58%;}
@media screen and (max-width: 680px) {
	.right {
		float:none;
		width: 100%;
		padding: 2% 0;
		text-align:center;
	}
}
.right ul {list-style-type:none; font-size:14px; font-weight:bold; color:#7b5589; padding:0; margin:20px 15px; background: url(../images/nav_bg.gif) no-repeat right 40px;}
@media screen and (max-width: 900px) {
	.right ul {
		background:none;
	}
}
.right li {padding:5px 15px; background: url(../images/bullet.gif) no-repeat left;}
@media screen and (max-width: 680px) {
	.right li {
		background:none;
	}
}
.right img {text-align: center;}
.img--review { float:right; margin: -120px -34px 0px 0px; }
@media screen and (max-width: 900px) {
	.img--review {
		float:none;
		margin:auto auto 10px auto;
	}
}

h2 {background: url(../images/h2_bg.jpg) no-repeat bottom; padding-bottom:10px; text-align: center; color:#680f25; font-size:22px; font-family:Myriad Pro, Arial, sans-serif; font-weight:normal;}
h2 span, h2 span a {color:#65894a;}
h3 {color:#680f25; font-size:14px; font-family:Myriad Pro, Arial, sans-serif; font-weight:bold; margin-bottom:-10px;}
h4 {color:#680f25; font-size:22px; font-family:Myriad Pro, Arial, sans-serif; font-weight:normal;}

input, textarea {background:url(../images/input_bg.jpg) repeat-x #FFF; color:#666; border:1px solid #CCC; font-size:12px; padding-bottom:2px;}
@media screen and (max-width: 400px) {
	textarea {
		width: 100%;
	}
}
form .submit {color:#ffffff; width:136px; height:22px; border:0; padding-bottom:6px; cursor:pointer; background:#660000;}
table {font-size:12px;}
td {height:25px;}
@media screen and (max-width: 680px) {
	td {
		display:block;
		height:auto;
	}
}

hr {border-bottom:#660000 1px solid; border-left:none; border-right:none;}


/********** footer *************/

#footer {background: url(../images/footer_bg.jpg) no-repeat; width:974px; padding-top: 60px; height:20px; margin:0 auto 30px auto;}
@media screen and (max-width: 1010px) {
	#footer {
		background: #65894a;
		width:96%;
		padding: 10px 2%;
		height:auto;
	}
}
#footer p {font-family:Arial, sans-serif; color:#fff; font-size:11px; margin:0; text-align: center;}
#footer a  {text-decoration: none; color:#fff;}
#footer a:hover {text-decoration: underline;}

/********Contact Us******/
.captcha {margin-left:10px;}



@media screen and (max-width: 1010px) {
	#fadeshow1 {
		width:100% !important;
		background:#f4f2ea !important;
	}
	.gallerylayer {
		background:#f4f2ea !important;
	}
	#fadeshow1 img {
		max-width:100% !important;
		height:auto;
		margin-left: 0 !important;
	}
}

.img--about {
	float:right; }
@media screen and (max-width: 500px) {
	.img--about {
		float:none;
	}
}

.video--about {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1010px) {
	.video--about {
		clear:both;
		margin-top:15px;
	}
}
.video--about iframe {	
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width:600px;
}
@media screen and (max-width: 1010px) {
	.video--about iframe {
		max-width:100%;
	}
}


.img--contact {
	float:right; }
@media screen and (max-width: 640px) {
	.img--contact {
		float:none;
	}
}