/*  
Theme Name: Colnevalley
Theme URI: http://www.pigsandbees.com
Description: Designed for the Colne Valley Web
Version: 2.0
Author: Pigs & Bees
Author URI: http://www.pigsandbees.com/
*/
#popularity{
border-top: #FFFFFF thin solid;
border-bottom: #FFFFFF thin solid;
}

body {
	margin: 0;
	padding: 0px 0px 35px 0px;
	background: #162303 url(images/landscape.jpg) no-repeat center top;
	text-align: justify;
	font-family: Arial ;
	font-size: 10pt;
	color: #FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 2px 5px;
	background: #B3BEA2;
	border: solid 2px #FFFFFF;
	color:#000000;
	font: arial;
}

.size-medium, size-thumbnail, size-full{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px ;
	float: none;
	
}
	
	
h1, h2, h3 {
	font-weight: bold;
	color: #B3BEA2;
}

h1 a, h2 a, h3 a {
	color: #B3BEA2;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #FFFFFF;
}

h1 {
	font-size: 2 em;
	text-align: left;
}

h2 {
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.6em;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}

blockquote {
	margin: 0 0 0 2em;
	padding: 0 0 0 1em;
	font-style: italic;
	border-left: 4px solid #B3BEA2;
}

a {
	text-decoration: underline;
	color: #B3BEA2;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

#wrapper {
	width: 100%;
	padding-top: 35px;
	background: url(images/tobfade.png) repeat-x;
}

/* Header */

#header {
	width: 1006px;
	height: 120px;
	margin: 0 auto;
	background: url(images/cvweb_header_02.png) center top no-repeat ;
}

#splash {
	width: 1006px;
	height: 120px;
	margin: 0 auto;
	background: url(images/cvweb_header_01.png) center top no-repeat ;

}

/* Logo */

#logo {
	float: left;
	height: 50px;
	padding: 0 30px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 40px;
	font-size: 2em;
	font-weight: bold;
}

#logo h2 {
	margin-left: -145px;
	padding-top: 70px;
	font-size: .9em;
	color: #B3BEA2;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	padding-right: 30px;
	padding-top: 5px;
}

#searchquery {
	width: 10.0em;
	margin-right: 0.5em;
	padding: 0.15em;
	border: 2px solid #FFFFFF;
	background: #B3BEA2;
	color: #FFFFFF ;
}

#searchsubmit {
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #FFFFFF;
	background: none;
	border: none;
	font: arial;
}

.commentmetadata {
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}

/* Menu */

#menu {
	width: 1006px;
	height: 47px;
	margin: 0 auto;
	background: url(images/cvweb_header_03.png) center top no-repeat ;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0.5em 1.0em 1.5em 1.0em;
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .current_page_item {
	padding: 0 0 1.0em 0;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1006px;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
	background: /* #335206 */ url(images/page_bg_green.png) repeat-y center top;
	border-bottom: 3px solid #FFFFFF;
}

/* Content */

#content {
	padding-left: 20px;
	float: left;
	width: 700px;
}

/* Post */

.post {
	padding: 10px;
}

.post .title {
	margin: 0;
}

.post h1 {
	margin: 0;
	display: inline;
	text-decoration: none;
	font-size: 1.7em;
	padding-right: 35px;
	font-weight: bold; 
}

.post h2 {
	margin: 0;
	padding-right: 30px; 
	display: inline;
	font-size: 1.2em;
	font-weight: bold;

}

.pagetitle {
	margin: 0;
	padding: 20px;
}

.post .meta, .post .longmeta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	font: .8em;
	color: #B3BEA2;
}

.post .longmeta {
	height: auto;
}

.post .meta .author {
	float: left;
}

.post .meta .date {
	float: right;
}

.post .meta a {
	border: none;
}

.post .entry {
}

.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}

.post .links {
	margin: 0;
	padding: 5px 0 20px 0;
	border-bottom: solid 1px #eaeaea;
	line-height: normal;
	font-size: 0.8em;
}

.post h1 a, .post h2 a  {
	text-decoration: none;
}

/* Comments */

#comment {
	width: 70%;
	background: #B3BEA2;
	border: solid 2px #FFFFFF;
	color:#000000;
	font: arial;
}

#submit {
	background: #162303;
	font: arial;
	color: #FFFFFF;
	border: solid 2px #FFFFFF;
}


/* Posts */

.posts {
	padding: 20px;
}

.posts h2 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	
}

.posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.posts li {
	padding-bottom: 1px;
}

.posts .title {
	margin: 30px 0 0 0;
}

.posts .title a {
	border: none;
}

.posts .meta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	border-bottom: solid 1px #eaeaea;
	line-height: normal;
	color: #B3BEA2;
}

.posts .meta .author {
	float: left;
}

.posts .meta .date {
	float: right;
}

.posts .meta a {
	border: none;
}

.posts .tags {
	margin: 0;
}

.posts .links {
	margin: 0;
}

.printerfriendly {
	background: url(images/icon-printerfriendly.gif) no-repeat left 50%;
}

.comments {
	background: url(images/icon-comments.gif) no-repeat left 50%;
	padding-left: 20px;
}

.readmore {
	background: url(images/icon-more.gif) no-repeat left 50%;
	padding-left: 20px;
}

/* Navigation */

.navigation {
	height: 20px;
	padding: 20px;
	font-weight: bold;
}

/* 
.alignleft {
	float: left;
}

.alignright {
	float: right;
}
*/

/* Latest Post */

#latest-post {
	float: left;
	width: 700px;
}

/* Recent Posts */

#recent-posts {
	float: right;
	width: 270px;
	padding-top: 36px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-top: 4.0em;
	text-align: left;
	font-size: 1em;

}

#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#sidebar li {
	padding: 0 15px;
}

#sidebar li ul {
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 20px;
}

#sidebar li li {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
}

#sidebar h2 {
	margin: 0;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 25px;
}

#sidebar a {
	color: #B3BEA2;
}

#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Calendar */

#calendar {
	padding-left: 10px;
}

#calendar table {
	width:  190px;
	border-collapse: collapse;
}

#calendar thead th {
	border-top: 2px solid #B4AF8E;
	border-bottom: 2px solid #B4AF8E;
}

#calendar tbody td {
	border-bottom: 1px solid #B4AF8E;
	text-align: center;
}

#calendar tfoot td {
	border-top: 2px solid #B4AF8E;
	font-weight: bold;
}

#calendar #today {
	background: #B4AF8E;
	font-weight: bold;
	color: #FDFBED;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	width: 1006px;
	height: 2.5em;
	clear: both;
	margin: 0 auto;
	padding-top: 4.0em;
	background: #335206 ;
	font-size: 0.8em;
}

#footer p {
}

#footer .left {
	float: left;
	display: block;
	padding-left: 2.0em;
	bottom: 1.2em;
}

#footer .right {
	float: right;
	display: block;
	padding-right: 2.0em;
	bottom: 1.2em;
}

