/*
THEME NAME: Ameriscape USA
THEME URI: http://www.baisdenandco.com
DESCRIPTION: Ameriscape Services custom WP theme: a widgetized, two/column, fixed width & height layout which utilizes dynamic semantic class selectors
VERSION: 1.0
AUTHOR: <a href="http://www.leftdesigns.com/">LEFT</a> for <a href="http://www.baisdenandco.com/">Baisden + Co.</a>
AUTHOR URI :http://www.leftdesigns.com/
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/*

 ____     ______  ______  ____    ____    ____    __  __         __      
/\  _`\  /\  _  \/\__  _\/\  _`\ /\  _`\ /\  _`\ /\ \/\ \       /\ \     
\ \ \L\ \\ \ \L\ \/_/\ \/\ \,\L\_\ \ \/\ \ \ \L\_\ \ `\\ \      \_\ \___ 
 \ \  _ <'\ \  __ \ \ \ \ \/_\__ \\ \ \ \ \ \  _\L\ \ , ` \    /\___  __\
  \ \ \L\ \\ \ \/\ \ \_\ \__/\ \L\ \ \ \_\ \ \ \L\ \ \ \`\ \   \/__/\ \_/
   \ \____/ \ \_\ \_\/\_____\ `\____\ \____/\ \____/\ \_\ \_\      \ \_\ 
    \/___/   \/_/\/_/\/_____/\/_____/\/___/  \/___/  \/_/\/_/       \/_/ 
                                                                         
                                                                         
 ____     _____          
/\  _`\  /\  __`\        
\ \ \/\_\\ \ \/\ \       
 \ \ \/_/_\ \ \ \ \      
  \ \ \L\ \\ \ \_\ \  __ 
   \ \____/ \ \_____\/\_\
    \/___/   \/_____/\/_/
                         
                         	
*/

/* 
===================================================
GLOBALS
===================================================
*/

* {
	margin: 0;
	padding: 0;
}

html,body{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-size: 12px;
	color:#666;
	margin:0;
	padding:0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}

a {
	color:#900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color:#264972;
	margin: 0;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color:#264972;
	margin: 0;
}

h3 {
	font-size: 14px;	
	font-weight: bold;
	color:#666;
	margin: 10px 0 0 0;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #c68532;
	margin: 0;
}

h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #84bcec;
	margin: 0;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	color: #c68532;
	margin: 0;
}


p {padding-bottom: 10px;}

/* 
===================================================
PAGE-SPECIFIC IMPORTS
===================================================
*/

/* Two-column with variable sidebar */
/* @import url('examples/2c-l.css'); */


/* 
===================================================
WRAPPER
===================================================
*/

#wrapper {
	width: 845px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:565px;		
}

/* 
===================================================
HEADER & DESCRIPTION
===================================================
*/

#header {display:none;}


/* 
===================================================
NAVIGATION
===================================================
*/


#menu{	
	width: 845px;
	height: 33px;
	list-style: none;
	line-height: 0;
	text-align:center;
	margin-top:0px;
	margin-right: 0px;
}

#menu ul{
	margin: 0 0 0 0px;
	padding: 0;
	font-weight: bold;
	text-align:center;
}

#menu a {
	text-decoration: none;
	color:#fff;
	padding: 0 25px;
}

#menu a:hover {
	color: #036;
}


#menu li {
	position:relative;
	float: left;
	list-style:none;
	line-height:33px; 
}

#spacer {
	width: 845px;
	height: 50px;		
}

.dropmenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-right: none;
	background: url(images/nav-bg.jpg) repeat-x;
	width: 845px;
	height: 33px;
	list-style: none;

}

.dropmenu li a, .dropmenu li{
	float: left;
}

.dropmenu li{
	list-style: none;
	position: relative;	
}

.dropmenu li span{
	display:block;
	height:5px;
	position:absolute;
	right:10px;
	top:11px;
	width:5px;
}

.dropmenu li a:hover span{
	background-color:#29A64A;
}

.dropmenu li a, .dropmenu li div{
	padding: 10px 25px 6px 18px;
	text-decoration: none;
	background: url(images/nav-bg.jpg) repeat-x;
	border-right:1px solid #29A64A;
	color:#FFF;
}

.dropmenu li a:hover{
	background: #2f6835;
	color: #fff;
}

/* Submenu */
.dropmenu li ul, .dropmenu li > div {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom:1px solid #29A64A;
}

.dropmenu li:hover > ul, .dropmenu li:hover > div{
	display: block;	
}

.dropmenu li ul li, .dropmenu li ul li a{
	float: none;	
}

.dropmenu li ul li{
	_display: inline; /* for IE6 */	
}

.dropmenu li > div{
	width: 200px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	padding: 15px;
}

/* Sub submenu */

.dropmenu li ul li a{
	width: 200px;
	display: block;	
	border-top:1px solid #FFF;
	border-left:1px solid #FF;
}
.dropmenu li ul li a:hover{
	background: #2f6835;
	font-weight: bold;
}

.dropmenu li ul li ul, .dropmenu li ul li > div{
	top: 0px;
	left: 100%;
}

/*
div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}
*/
	

/* 
===================================================
CONTENT
===================================================
*/
	
	
#bodyContainer{
	width: 797px;
	height:auto;
	background: url(images/index-logo-bg.jpg) #FFF no-repeat top left;
	margin: 0 auto;
	float: left;
	padding-left: 48px;
}


#home-content {
	margin: 110px 0 0 -10px;
	width: 785px;
	line-height:26px;
	height: 350px;
	overflow:auto;
	background-image: url(images/ameriscape-landscape-service-home-1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#services-content {
	margin-top: 110px;
	width: 495px;
	line-height:26px;
	height: 334px;
	overflow:auto;
	background-image: url(images/tampa-florida-landscaping-services.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:280px;
}




#home-content h1 {
	margin-top: 5px;
	margin-right: 390px;
	font-size:20px;
	line-height: 90%;
}

#home-content p {
	margin-top: 5px;
	margin-right: 400px;
}

#home p img {margin-right: 0px;}

#about-content {
	margin: 45px 0 0 403px;
	width: 382px;
	line-height:26px;
	height: 400px;
	overflow:auto;
}



#about-content h1 {
	font-size:20px;
	line-height: 20px;
}

#about-content p {
	margin-top: 5px;
	margin-right: 0px;
}

#about-content ul {margin-top: 10px;}

#about-content ul li {margin-left: 20px; list-style: disc; list-style-position: outside; line-height: 18px;}


#leftContainer-about {
	margin-top: 116px;
	margin-right: 13px;
	width: 360px;
	float: left;
	line-height: 26px;
	height:327px;
	background:url(images/bg-about.jpg) right top no-repeat;
}

#leftContainer-about p {
	margin: 0;
}


#services-content {
	margin-top: 110px;
	width: 495px;
	line-height:26px;
	height: 334px;
	overflow:auto;
	background-image: url(images/tampa-florida-landscaping-services.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:280px;
}



#services-content h1 {
	margin-top: 5px;
	margin-bottom:0;
}

#services-content p {
	margin: 0;
}

#services-content h3 {
	margin: 2px 0;
}


#commercial-services-content {
	margin: 0px 0 0 -10px;
	width: 785px;
	line-height:26px;
	height: 445px;
	overflow:hidden;
	background:url(images/commercial.png) bottom left no-repeat;
}

#commercial-services-content-post {margin-top: 180px; height: 350px; overflow:auto;}

#commercial-services-content h1 {
	margin-top: 5px;
	margin-left: 450px;
}

#commercial-services-content p {
	margin-left: 450px;
	margin-top: 5px;
}


#landscaping-services-content {
	margin: 56px 0 0 -10px;
	width: 385px;
	line-height:26px;
	height: 392px;
	overflow:auto;
	background:url(images/landscaping.jpg) bottom left no-repeat;
	padding-left: 400px;
}

#landscaping-services-content h1 {
	/*margin-left: 400px;*/
	margin-top: 75px;
}

#landscaping-services-content p {
	
	margin-top: 5px;
	
}

#horticulture-services-content {
	margin: 110px 0 0 -10px;
	width: 385px;
	line-height:26px;
	height: 332px;
	overflow:auto;
	background:url(images/horticulture-services-in-tampa.jpg) bottom right no-repeat;
	padding-right: 400px;
}

#horticulture-services-content h1 {
	margin-top: 5px;
}

#horticulture-services-content p {
	margin-top: 5px;

}


#irrigation-services-content {
	margin: 45px 0 0 -10px;
	width: 385px;
	line-height:26px;
	height: 335px;
	overflow:auto;
	background:url(images/irrigation.jpg) bottom left no-repeat;
	padding-left: 400px;
	padding-top:65px;
}

#irrigation-services-content h1 {

	margin-top: 5px;
}

#irrigation-services-content p {
	margin-top: 5px;

}

#landscape-lighting-services-content {
	margin: 110px 0 0 -10px;
	width: 385px;
	line-height:26px;
	height: 332px;
	overflow:auto;
	background:url(images/lighting.jpg) bottom left no-repeat;
	padding-right: 400px;
	
}

#landscape-lighting-services-content h1 {
	margin-top: 5px;

}

#landscape-lighting-services-content p {
	margin-top: 5px;
	 }
	

#news-content {
	margin: 110px 0 0 -10px;
	width: 785px;
	line-height:26px;
	height:auto;
	overflow:auto;
	padding-right:
}

#news-content h1 {
	margin-top: 5px;
}

#gallery-content {
	margin-top: 110px;
	width: 785px;
	line-height:26px;
	height: 334px;
	overflow:auto;
}

#gallery-content a {
border: none;
}
.gallery a {border: none; }
.gallery img {border: none; padding-bottom: 15px; margin-bottom: 0px; margin-top:0px; padding-top:0px;}



#service-request-content{
	margin-top: 110px;
	width: 585px;
	*width: 745px;
	line-height:26px;
	height: 334px;
	overflow:auto;
	background:url(images/request-landscaping-services-in-tampa.jpg) top right no-repeat;
	*background:none;
	padding-right: 200px;
	*padding-right: 40px;
}

#service-request-content a {
border: none;
}




#404-content {
	margin-top: 110px;
	width: 785px;
	line-height:26px;
	height: 334px;
	overflow:auto;
	text-align:center;
}

#contact-address {padding-top:10px; position: absolute; right:75px; top: 300px;width: 175px; z-index:1000;}
#contact-address p {font-weight: bold; text-align: left;}



/* 
===================================================
FORM STYLE
===================================================
*/

input[type=text] {
	background:url(images/formbg.jpg) repeat-x;
	border: solid 1px #DCDAC1;
	margin:0;
	font-size:11px;
	padding: 2px;
}

label {
	font-size:11px;
	color:#333;
	margin: 0;
}

.submit {
	padding: 2px;
	background-color:#5B5A50;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	color:#fff;
	border:none;
	margin: 10px 0 5px 0;
}


/* 
===================================================
FOOTER
===================================================
*/
	
#address {width:775px; height: 40px; padding-top:10px; margin-left:-5px;}
#address p {font-size: 9px; font-weight: bold; text-align: center;}


#flash {
	height: 260px;
	z-index: 100;
	position: relative;
	width: auto;
	width:100%; /* IE6: treaded as min-height*/
	min-width:845px; /* real browsers */
}
#footer{
	width: auto;
	width:100%; /* IE6: treaded as min-height*/
	min-width:845px; /* real browsers */
	height: 260px;
	/*background: url(Images/secondary-footer.jpg) no-repeat top center;*/
	float: right;
	margin-top:-75px;
}

#footer2 {
	width: 845px;
	height: 40px;
	background: url(Images/secondary-footer.jpg) no-repeat top center;
	float: right;
}



hr {border: 0; height: 1px; color: #666666;
background-color: #666666;
margin-top: 10px;
margin-bottom:10px;
}



div.skip-link {
position:absolute;
right:1em;
top:1em;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.gallery dl,div.navigation div.nav-previous {
float:left;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}


