/*-----attach body.custom to any style you add here-----*/

body.custom {
	background-color: #e7f7e8;
}

body.custom #page #container {
	background-color: #e7f7e8;
}
body.custom #footer {
	background-color: #ddf5df;
	font-size: 9px;
}

body.custom .homelink{
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding: 15px 20px 10px 20px;
	font-variant: small-caps;
}
a{color:#109813;}

body.custom .homelink a{color:#006400;}
body.custom .description{color:#006400; font-size:14px;}
body.custom #rotating{ padding:8px 0;}

body.custom h1, h2, h3, h4, h5, h6{	color: #006400; }	
body.custom .widgettitle{color:#006400; }
body.custom .entry-title, .page-title{font-weight: bold;}

body.custom ul.menu{
	bottom: 3px;
}

body.custom hr{
	background: green;
	color: green;
}
/*-----Borders-----*/
#rotating {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#pp-subscribe {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#pp-sidebars {
	border-top: 0px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#footer{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.looped .entry,
.single .entry {
	border-bottom: 1px dashed #ddd;
}

body.custom table {
	color: black;
	background-color: #e7f7e8;
}
body.custom table th {
	color: #005901;
	background-color: #b1e1b1;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_ten */

body.custom .menu {padding:0 0 0 32px; margin:0; list-style:none; height:30px; /*position:relative;*/}
body.custom .menu li {float:left; background:url(images/pro_ten_1.gif);}
body.custom .menu li a {display:block; float:left; height:30px; line-height:29px; background:url(images/pro_ten_0.gif) no-repeat; color:#ddd; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 15px; cursor:pointer;}
body.custom .menu li a b {float:left; display:block; padding:0 15px 0 0; background:url(images/pro_ten_0.gif) right top;}
body.custom .menu li.current_page_item a {color:#fff; background:url(images/pro_ten_2.gif);}
body.custom .menu li.current_page_item a b {background:url(images/pro_ten_2.gif) right top;}
body.custom .menu li a:hover {color:#fff; background:url(images/pro_ten_1.gif);}
body.custom .menu li a:hover b {background:url(images/pro_ten_1.gif) right top;}
body.custom .menu li.current_page_item a:hover {color:#fff; background:url(images/pro_ten_2.gif); cursor:default;}
body.custom .menu li.current_page_item a:hover b {background:url(images/pro_ten_2.gif) right top;}
