/*
Theme Name: Draycott Parish Council
Theme URI: http://wordpress.org/
Description: Theme created by <a href="http://www.websitedesignderby.com">JWP Computer Services Ltd</a>.
Author: JWP Web Ltd
Author URI: http://www.websitedesignderby.com/
*/

/* Begin Typography & Colors */

body
{
	background: #94A563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314A08;
}

/* Misc Styles */

a { color: #94A563; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
p { margin: 0 0 15px 0; }
.entry { padding: 0 0 15px 0; }

.clear { clear: both; }
img { border: 0; }
img.alignleft { float: left; margin: 0 10px 5px 0; padding: 5px; border: 1px solid #CCC; }
img.alignright { float: right; margin: 0 0 15px 15px; padding: 5px; border: 1px solid #CCC; }

.alignleft { float: left; margin: 0 15px 10px 0; }
.alignleft a img { float: left; padding: 5px; border: 1px solid #CCC; filter:alpha(opacity=70); opacity:0.7; }
.alignleft a:hover img { border: 1px solid #333; filter:alpha(opacity=100); opacity:1.0; }
.alignleft p { font-size: 10px; text-align: center; }

.alignright { float: right; margin: 0 0 10px 15px; }
.alignright a img { float: right; padding: 5px; border: 1px solid #CCC; filter:alpha(opacity=70); opacity:0.7; }
.alignright a:hover img { border: 1px solid #333; filter:alpha(opacity=100); opacity:1.0; }
.alignright p { font-size: 10px; text-align: center; }

.alignnone { float: none; margin: 0 0 15px 15px; }
.alignnone a img { float: none; padding: 5px; border: 1px solid #CCC; filter:alpha(opacity=70); opacity:0.7; }
.alignnone a:hover img { border: 1px solid #333; filter:alpha(opacity=100); opacity:1.0; }
.alignnone p { font-size: 10px; text-align: center; }

hr
{
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	height: 1px;
	color: #DDD;
	background: #DDD;
}

.imgcont { float: left; margin: 0 15px 0 0; }
.imgcont a img { padding: 5px; border: 1px solid #CCC; filter:alpha(opacity=70); opacity:0.7; }
.imgcont a:hover img { padding: 5px; border: 1px solid #333; filter:alpha(opacity=100); opacity:1.0; }

form#searchform label { display: none; }
form#searchform input#s { width: 120px; border: 1px solid #C6CEAA; padding: 3px 5px; font-size: 12px; }
form#searchform input#searchsubmit { border: 0; background: none; color: #314A08; padding: 3px 0px; font-size: 12px; font-weight: bold; }

/* Main Styles */

#container
{
	width: 100%;
	background: #FFF url('../images/bg.png') repeat-x;
}

#wrapper
{
	width: 940px;
}

#header
{
	width: 940px;
	height: 100px;
	background: #314A08;
}

#menu
{
	width: 940px;
	height: 36px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#menu ul
{
	list-style-type: none;
	font-weight: bold;
}

#menu li
{
	display: inline;
}

#menu a
{
	float: left;
	padding: 0 10px;
	line-height: 36px;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #FFF;
}

#menu a:hover
{
	text-decoration: none;
	background: #94A563 url('../images/menu-hover.jpg') repeat-x;
}

#middle
{
	width: 940px;
	height: 80px;
	background: #94A563;
}

#middleleft
{
	float: left;
	width: 239px;
	height: 80px;
	border-right: 1px solid #FFF;
}

#middleright
{
	float: left;
	width: 700px;
	height: 80px;
}

#middleright h1
{
	margin: 0 0 0 15px;
	padding: 0;
	color: #FFF;
	line-height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}

#main
{
	width: 100%;
	background: #FFF;
	line-height: 24px;
	background-position: 239px;
	background-image:url('../images/borderToBottom.gif');
	background-repeat:repeat-y;
}

#mainleft
{
	float: left;
	width: 240px;
	padding: 0 0 20px 0;
}

#mainleft ul.submenu
{
	float: left;
	list-style-type: none;
	font-weight: bold;
	margin: 0 0 20px 0;
	border-top: 1px solid #FFF;
}

#mainleft ul.submenu li a
{
	float: left;
	width: 189px;
	padding: 8px 35px 8px 15px;
	border-bottom: 1px solid #94A563;
	color: #94A563;
	text-decoration: none;
	background: #FFF url('../images/sidemenu-active.gif') no-repeat right center;
}

#mainleft ul.submenu li a:hover
{
	background: #94A563 url('../images/sidemenu-hover.gif') no-repeat right center;
	color: #FFF;
}

#mainright
{
	float: left;
	width: 640px;
	
	min-height: 300px;
	height: auto !important;
	height: 300px;
	
	padding: 20px;
	background: url('../images/mainright-background.jpg') no-repeat right bottom;
}

#mainright ul, #mainright ol { margin: 0 0 15px 30px; list-style-type: circle; }
#mainright ol { list-style-type: decimal; }

#mainright a img { float: left; padding: 5px; border: 1px solid #CCC; filter:alpha(opacity=70); opacity:0.7; }
#mainright a:hover img { border: 1px solid #333; filter:alpha(opacity=100); opacity:1.0; }

#mainright h1, #mainright h2, #mainright h3, #mainright h4 { margin: 0 0 15px 0; color: #94A563; } 
#mainright h1 a, #mainright h2 a, #mainright h3 a, #mainright h4 a { color: #314A08; }
#mainright h1 a:hover, #mainright h2 a:hover, #mainright h3 a:hover, #mainright h4 a:hover { color: #94A563; }
#mainright h1 { font-size: 24px; line-height: 26px; }
#mainright h2 { font-size: 22px; line-height: 24px; }
#mainright h3 { font-size: 20px; line-height: 22px; }

#footer
{
	clear: both;
	padding: 15px 0;
	width: 940px;
	font-size: 11px;
	background: #94A563;
	text-align: right;
	color: #CDD5B5;
}

#footer p { margin: 0 0 5px 0; }

#footer a
{
	text-decoration: none;
	color: #CDD5B5;
	font-weight: normal;
}

#footer a:hover
{
	color: #FFF;
}





#mainleft .searchbox
{
	float: left;
	width: 188px;
	padding: 10px 10px 15px 10px;
	margin: 15px;
	background: #DBE0C9;
	border: 1px solid #C6CEAA;
}



/* WP-Table CSS File v1.50 */

.wptable
{
	width: 100%;
	border:	1px solid #CCC;
	border-collapse: collapse;
	background: #FFF;
	font-size: 11px;
}

.wptable thead tr th
{
	padding: 3px 10px;
 	border:	1px solid #CCC;
	background:	#EEE;
	font-weight: bold;
	text-align: left;
}

.wptable td
{
	padding: 3px 10px;
	border:	1px solid #CCC;
	text-align: left;
}

.wptable tr.alt
{
 	background: #FFF; 
}
