/* 
Theme Name: orangelawn
Theme URL: http://orangelawn.com/
Description: Theme for Orange Lawn.

*/

/* styles */
body, td 
{
	font-family: Helvetica,  Lucida;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
h1, h2
{
	font-family: Didot, Georgia;
	font-weight: normal;
	color: #296501;
	border-bottom: solid #6F6D61 1px;
	padding-bottom: 10px;
padding-top: 10px;
}

h2
{
	border-bottom: none;
	margin: 0;
	padding: 0;
}
img{ border:0px none;}
img:hover{ border:0px none;}
.num { font-weight: bold; color: #296501; }

/* layout */
body, td 
{ 
	margin: 0; padding: 0;
}

body 
{ 
	background-image: url(images/bg.gif); 
	background-repeat: repeat-x;
	text-align: center;
}

#body 
{
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0 20px 0 20px;
	width:910px;
}

#header 
{ 
	height: 105px;
	overflow:hidden;
}

#logo
{
	margin-top: 30px;
	border: 0;
	float:left;
}

#content 
{ 
	margin-top: 40px;
	padding-bottom: 10px;
}

.sidebar_text {
	padding: 18px;
}

#left-col
{
	width: 650px;
	border-right: solid #6F6D61 1px;
	float: left;
}
.home-page #left-col {
	width: 500px;
	border: none;
}

#left-col .c
{
	margin-right: 20px;
}

#right-col
{
	float: right;
}


#right-col .c
{
	margin-left: 25px;
}

#right-col .title
{
	background-image: url(images/bg-right-col.gif); 
	background-repeat: no-repeat;
	width: 214px;
	height: 36px;
	padding: 4px 0 0 18px;
	color: #fff;
	font-family: Didot, Georgia;
}
#right-col .nav a
{
	text-decoration: none;
	color: #606060;
}

#right-col .nav a:hover
{
	text-decoration: underline;
}

#right-col .current_page_item
{
	font-weight: bold;
	color: #000;
}


#right-col .nav div
{
	background-image: url(images/bg-right-nav.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 0 10px 18px;
	width: 192px;
}

#right-col .nav div.last
{
	background-image: none;
}

#right-col .nav div.current
{
	font-weight: bold;
}


/*

* This deals with the footer

*/



#footer 

{

	clear: all;

	background-image: url(images/bg-footer.gif); 

	background-repeat: repeat-x;

	height: 400px;

	text-align: left;

	padding-top: 10px;

	background-color: #2D6F01;

	/*width: 1000px;*/

	margin: 0 auto 0 auto;



}



#footer #col-wrapper

{

	width: 1000px;

	_width: 1005px; /* ie6 fix */

	text-align: left;
	
		margin:0 auto;

}



#footer .col1, #footer .col2, #footer .col3

{

	float: left;

	/* border: solid red 1px; */

	margin-top: 25px;

	background-image: url(images/bg-thin-line.gif);

	background-repeat: repeat-y;

	background-position: right;

	height: 240px;

}



#footer .col1 { width: 282px; margin: 0 0 0 50px; }

#footer .col2 { width: 282px; margin: 0 0 0 45px;  }

#footer .col3 { width: 265px; margin: 0 0 0 31px; background-image: none; }



#footer .col-title

{

	font-family: Didot, Georgia;

	font-weight: normal;

	color: #FCFFFF;

	font-size: 18px;

	margin: 15px 0 15px 10px;

}



#footer .button

{

	background-image: url(images/blank.gif); 

	background-repeat: repeat-x;

	width: 254px;

	height: 58px;

	padding-top: 16px;

	text-align: center;

	cursor: pointer;

	*margin-bottom: 20px;

	

}



#footer .button a

{

	font-size: 18px;

	font-family: Arial;

	color: #FCFFFF;

	text-decoration: none;

	font-weight:normal;

}



#footer .events

{

	height: 180px;

	overflow: auto;

}



#footer .events div

{

	background-image: url(images/bg-events.gif); 

	background-repeat: repeat-x;

	background-position: top;

	padding: 10px;

}



#footer .events a

{

	color: #fff;

	text-decoration: none;

	font-size: 12px;

}



#footer .events a:hover

{

	text-decoration: underline;

}



#footer .links

{

	margin-top: 52px;

}



#footer .address

{

	margin-top: 4px;

	line-height: 20px;

}



#footer .links, #footer .address

{

	text-align: center;

	width: 900px;

	margin-left: 50px;

}



#footer .links, #footer .links a, #footer .address, #footer .address a

{

	color: #fff;

	font-size: 13px;

	text-decoration: none;

}



#footer .links a:hover

{

	text-decoration: underline;

}


/*
* This deals with the main navigation bar top right
*/

#nav 
{       margin:60px 0px 0px 0px;
        float:left;
        padding-left: 80px;
        vertical-align: top;
}

#nav a
{
	font-weight: bold;
	color: #376E10;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover
{
	text-decoration: underline;
}

#nav ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#nav ul li 
{
	margin-left: 0;
	border: none;
	list-style: none;
	display: block;
	float: left;
	padding-right: 8px;
	margin-left: 8px;
	border-right: 1px solid #376E10;
	height: 16px;
	overflow: visible;
}

#nav .first
{
	margin-left: 0;
}
#nav .last
{
	border-right: none;
}

#nav ul li.current
{
	background-image: url(images/bg-nav.gif); 
	background-repeat: no-repeat;
	background-position: center; 
}

/*
* This deals with home specific page formatting
* note: <div id="body" class="home-page"> at top of page
*/

.home-page #content .ball
{
	
position:relative;top:-34px;z-index:10;}

*:first-child+html .home-page #content .ball
{
	
position:relative;top:-34px;z-index:10;}


.home-page h1, .home-page p
{
	/*width: 480px;*/
}

#home_page h1, #home_page p{width:480px;}

*:first-child+html #home_page h1,*:first-child+html #home_page p{width:480px; overflow:hidden;padding-bottom:20px;}

.home-page #content
{
	/*overflow:hidden;*/
}

/*
* This deals with std page specific page formatting
* note: <div id="body" class="std-page"> at top of page
*/

.std-page #content
{
	width: 910px;
}

.std-page h1, .std-page h2
{
	color: #296501;
}
.std-page h1
{
	font-size: 28px;
	margin-right: 20px;
}
.std-page h2
{
	font-size: 22px;
}

/*
* Gallery page
*/

.gallery-pic
{
	border: solid #A5A5A5 1px;
	padding: 5px;
	margin: 0 10px 10px 0;
}

.gallery-paging a
{
	padding: 0 5px 0 5px;
	border: solid #A5A5A5 1px;
	text-decoration: none;
	color: #296600;
	font-weight: bold;
	font-size: 12px;
}
.gallery-paging a:hover
{
	background: #296600;
	color: #fff;
}

#content_header{
	width:100%;
}

table.contentpaneopen{
width:100%;
}

/* For Top menu */

a.mainlevel
{
color:#376E10;
font-size:16px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
padding:0px 2px 0px 2px;
height:47px;
display:inline-block;
}
a.mainlevel:hover
{
color:#376E10;
font-size:16px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
padding:0px 2px 0px 2px;
height:45px;
display:inline-block;
}
#nav
{
height:47px;
}
#active_menu
{
color:#376E10;
font-size:16px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
padding:0px 2px 0px 2px;
height:45px;
display:inline-block;
background: url(images/bg-nav.gif) bottom center no-repeat; 
}
/* End of Top Menu */

.contentheading
{
color:#296501;
border-bottom:1px solid #6F6D61;
font-size:28px;
font-family:Didot,Georgia;
padding-bottom:10px;

}
#right-col h3
{
background-image: url(images/bg-right-col.gif); 
	background-repeat: no-repeat;
	width: 214px;
	height: 36px;
	padding: 4px 0 0 18px;
	color: #fff;
	font-family: Didot, Georgia;
font-size:16px;
font-weight:normal;
margin:0;
text-transform: uppercase;
}

/* Left Menu CSS */
#right-col ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#right-col ul li {
	list-style: none;
}

#right-col ul a
{
	background-image:url(images/bg-right-nav.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding:10px 0 10px 18px;
	width:192px;
	color:#606060;
	text-decoration:none;
	display:block;
}
#right-col ul a:hover
{
	text-decoration:underline;
}
#active_menu-nav
{
font-weight:bold;
}
/* End of Left Menu CSS */

/* Bottom Menu CSS */
a.mainlevel-nav1
{
color:#FFFFFF;font-size:13px;text-decoration:none;
}
a.mainlevel-nav1:hover
{
color:#FFFFFF;font-size:13px;text-decoration:underline;
}
.mainlevel-nav1
{
	color:#FFFFFF;font-size:13px;
}

/* wp styles */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
