/*   
Theme Name: Bicknoller
Theme URI: http://www.siteonline.co.uk
Description: Bicknoller Community Website WordPress Theme
Author: Barry West
Author URI: http://www.siteonline.co.uk
Version: 1.0
*/

/* Reset browser defaults for consistency */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Remove bullets from list items */
ol, ul {
	list-style-type: none;
}
/* Basic page layout */
body {
	background-color: #E89F5E;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 768px;
	margin: 0 auto;
}
#page {
	background-image: url(images/margins.jpg);
	background-repeat: repeat-y;
	padding-right: 16px;
	padding-left: 12px;
	width: 740px;
}
#page #pagend {
	clear: both;
}
#menucolumn {
	float: right;
	padding-left: 12px;
	padding-bottom: 20px;
	width: 160px;
}
#content {
	width: 460px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
.home {
	padding-bottom: 10px;
}
.home h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #C16A1C;
}
.home p {
	line-height: 130%;
	color: #333333;
	margin-bottom: 1em;
	font-size: .9em;
}
.post { }
.post h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}
.post h2 a { 
	color: #C16A1C;
	text-decoration: none;
}
.post .posted {
	font-size: .9em;
	padding-bottom: 10px;
}
.post h2 a:hover {
	text-decoration: underline;
}
.divider {
	background-color: #E89F5E;
	height: 2px;
}
.text { 
	width: 460px;
}
.text a { 
	color: #C16A1C; 
	text-decoration: none; 
}
.text p {
	line-height: 130%;
	color: #333333;
	margin-bottom: 1em;
	font-size: .9em;
}
.text ul, .text ol {
	margin: 15px 0;
/*	list-style-type: disc;*/
}
.text li {
	margin: 5px 0;
	font-size: .9em;
	color: #333333;
	list-style-type: disc;
}
.text blockquote { 
	font-style: italic; 
	background: url(images/quote.gif) top left no-repeat; 
	text-indent: 25px; 
}
.post .text .more {
	font-style: italic;
}
#sidebar {
	float: right;
	width: 230px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/sign.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 215px;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
}
#sidebar #search h3 {
	font-size: 16px;
	font-weight: bold;
	color: #C16A1C;
	text-align: left;
	background-image: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 25px;
}
#sidebar p { 
	float: left; 
	margin: 10px 0; 
}
#sidebar a {
	color: #C16A1C;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
#sidebar ul {
	list-style: none;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 20px;
}
#sidebar ul li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#search input.search {
	height: 23px;
	width: 225px;
	border: 1px solid #999;
	font-family: "Helvetica Neueu", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
#footer {
	width: 768px;
	font-size: 0.8em;
	padding-top: 10px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#footer a {
	color: #444A6A;
}
#footer p {
	margin: 0px;
	padding-bottom: 5px;
	color: #666666;
	text-align: center;
}
