/*
Theme Name: Billings Lawn
Theme URI: http://www.billingslawn.com/
Description: Billings Lawn theme
Version: 1.0
Author: Kris Khoury
*/

@import "assets/css/interface.css";

/*

BODY
{
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #f8f8f8;
	color: #333;
	text-align: center;
	background-image:url(assets/images/body_back.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

BODY, FORM, HTML{
	margin:0px;
	padding:0px;
}

BR{clear:both;}

a	 		{color:#006699;text-decoration: none;}
a:link 		{color:#006699;text-decoration: none;}
a:visited 	{color:#006699;text-decoration: none;}
a:active 	{color:#006699;text-decoration: underline;}
a:hover 	{color:#006699;text-decoration: underline;}

.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}

#top_edge{
	background-color:#f8f8f8;
}

#left{
	width:200px;
	float:left;
	font-size:11px;
	text-align:left;
}
#right{
	width:200px;
	float:right;
	font-size:11px;
	text-align:left;
}

#header{
	padding:0px 30px 10px 30px;
	text-align:center;
}

#page
{
	text-align: left;
	margin: 0px auto;
	width: 800px;
	height:100%;
}
#logo
{
	margin:5px;
}

#navigation
{
	text-align:center;
	border-bottom:solid 1px #ccc;
	padding:0px;
	margin:0px;
	height:33px;
}
#navigation UL
{
	margin:0px auto;
	padding:0px;
	width:340px;
}
#navigation LI{
	list-style-type:none;
	float:left;
}

#navigation LI a 			
{
	display:block;
	padding:0px 15px 0px 15px;
	margin:0px 0px 0px 3px;
	line-height:30px;
	
	font-size:13px;
	background-color: #e4e4e4;
	text-decoration: none;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	
	border:solid 2px #e4e4e4;
}
#navigation LI a:link 					{color:#000;}
#navigation LI a:visited 				{color:#000;text-decoration: none;}
#navigation LI a:active 				{color:#fff;text-decoration: none;}
#navigation LI a:hover 					{color:#fff;text-decoration: none; background-color:#000;border:solid 2px #000;}

#navigation LI.current_page_item		{margin:0px 0px 0px 0px;}
#navigation LI.current_page_item a 		{color:#000;text-decoration: none;background-color: #fff; border:solid 2px #ccc;border-bottom:solid 2px #fff;}

#content
{
	min-height:500px;
	font-size: 1.2em;
	padding:20px 40px 20px 40px;
	clear:both;
	background-image:url(assets/images/content_back.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#content .entry{
	padding:0px;
	text-align:left;
	font-size:12px;
	line-height:18px;
}

#pad{
	margin:0px 50px -15px 50px;
}
h2{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	text-align:center;
}
h2, h2 a{
	color:#ec5d0c;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	text-decoration: none;
}
h2 a:hover{
	color:#000;
}

#footer
{
	margin: 0px auto;
}
#footer .inner{
	width: 770px;
	border-top:solid 1px #ccc;
	color:#999999;
	font-size:10px;
	text-align:left;
	padding:5px 0px 0px 0px;
}

#footer a{
	color:#666666;
}

.fl{float:left}
.fr{float:right}
.cb{clear:both}

.postmetadata {
	clear: both;
	margin:0px;
}

#slider{
	border:solid 1px #e4e4e4;
	margin:auto auto;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:700px;
	height:469px;
}
span#prevBtn{
	float:left;
	display:block;
	padding:5px 0px 0px 10px;
	font-size:12px;
}
span#nextBtn{
	float:right;
	display:block;
	padding:5px 10px 0px 0px;
	font-size:12px;
}	

*/