/*
Theme Name: Fenland
Theme URI: http://www.alpha-numeric.co.uk
Version: 1.0
Description: alpha numeric custom theme
Author: anmm ltd
Author URI: http://www.alpha-numeric.co.uk
*/

body {
margin-top: 0px;
padding: 0;
color: #A1A1A1;
background-color: #fff;
font-family: Verdana, Georgia, Sans-Serif;
font-size: 0.9em;
background-image:url(images/grass.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	display: inline;
	z-index: 999;
}
.page-post {font-size: 0.9em;}
#nav a {
			font-family: "Trebuchet MS", Verdana, sans-erif;
			display: block;
			font-size: 100%;
			font-weight: bold;
			padding: 0 24px 0 24px;
			vertical-align:middle;
			line-height: 32px;
			color: #FFF;
			text-decoration: none;
}
#nav ul a:hover {
	background-color:#4A6633;

}
#nav ul li a {
	background-color:#302320;
}
#nav ul li a:hover {
	background-color:#4A6633;
}
#nav li ul a {
text-align:left;
line-height: 32px;
width: 155px;
}
#nav li { /* all list items */
line-height: 32px;

	float: left; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */

	position: absolute;
background: #4A6633;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
 text-align:left;

	margin: -1em 0 0 200px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
 text-align:left;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
 text-align:left;
	left: auto;
}


#menuarea{
	height:32px;
	padding:0px;
	width: 900px;
	float: left;
	background-color: #302320;
	margin-top: -30px;
	z-index:999;
}


.post-wrapper {
background-color: #FFF;
padding: 15px;
width: 880px;
border: 1px solid #D6D6D6;
}
.post-wrapper-home {
background-color: #FFF;
padding: 15px;
width: 880px;
border: 1px solid #D6D6D6;
float:left;
}
a:link { 
text-decoration: none; 
color: #4B6633; 
}

a:visited { 
text-decoration: none; 
color: #4B6633; 
}

a:hover, a:active { 
color: #4B6633; 
}


h1 { 
font-size: 130%; 
margin-bottom: 0px; 
margin-top: 10px; 
font-weight: normal;
}

h2 { 
font-size: 120%; 
font-weight: normal; 
margin: 0px 0 10px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0 10px;
	color: #302320;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4, h5, h6 { font-size: 100%; }

.post-title {
line-height: 30px;
}

.home-post-wrap {
	width: 241px;
	height: 160px;
	padding: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display:block;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
}
.randImg {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	z-index: 1;

}
.readmore {
background-image: url(images/read-more.gif);
background-repeat: no-repeat;
background-position: left;
float: right;
padding-left: 20px;
}

.readmore a:link, .readmore a:hover {
color: #393939;
}
.thumbnail-home {
border: 0px;
margin: 0px 0px 0px 0px;
}

.titles { 
font-weight: normal; 
font-size: 24px; 
text-decoration: none;
}

.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
font-size: 20px;
font-weight: normal;
font-family: Trebuchet MS;
margin-bottom: 10px;
display: block;
}

.titles-featured a, .titles-featured a:hover, .titles-featured {
font-size: 30px;
margin-bottom: 10px;
display: block;
line-height: 30px;
}

pre, blockquote  {
overflow: auto;
padding: 0 10px;
margin: 20px 30px;
line-height: 1.8em;
background-color: #f5f5f5;
border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover {
background-color: #f0f0f0;
border: 1px solid #d0d0d0;
}

pre { 
padding-top: 10px; 
padding-bottom: 10px; 
}

code { 
color: #779900; 
font-family: Consolas, Verdana, "Courier New", Sans-Serif; 
}

ul, ol { 
line-height: 1.0em; 
}

ul { 
list-style-image: url(images/bullet.gif); 
}

#wrapper2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background-color: #302320;
}



#pages {
	display:block;
	float: right;
	position:relative;
	top: -50px;
	height: 50px;
	overflow: hidden;
}


#header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding:0px;
	background-color:#302320;
	height: 200px;

}
#logo img{
float:left;
position:relative;
top: -30px;
left: -115px;
border: none;
display:block;
z-index: 10;
}


	
#wrapper {
	float: left;
	width: 930px;
	color: black;
	background-color: #302320;
	padding: 10px 0px 20px 20px;
	margin-top: 0px;
}

#content-wrapper {
	width: 880px;
	float: left;
	margin-top: 20px;
	padding: 0px;
}
#content-wrapper-home {
	width: 880px;
	height: 315px;
	overflow:visible;
	float: left;
	margin-top: 20px;
	padding: 0px;
}
#content {
float: left;
padding: 0px 0px 0px 0px;
}

#sidebar-wrapper {
width: 283px;
float: left;
margin-top: 20px;
}

#sidebar {
float: left;
padding-left: 13px;
padding-right: 13px;
width: 257px;
background-color: #FFF;
border: 1px solid #D6D6D6;
padding-bottom: 20px;
}

.comment-inside {
background-color: #FFFFFF;
border: 1px solid #E6E6E6;
padding: 10px;
}

#footer {
clear: both;
float: right;
width: 950px;
height: 30px;
font-size: 80%;
text-align: center;
color: #fff;
padding: 5px 0;
margin-bottom: 20px;
}


#footer p {
	font-size: 100%;
	}

#footer a {
color: #FFFFFF;
font-size: 100%;
}

#footer a:visited {
color: #FFFFFF;
}

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

#extras {
float: left;
width: 780px;
color: #C7AA92;
text-align: left;
padding: 0 10px 10px;
margin: 10px 12px 20px;
background-color: #f5f5f5;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

.current_page_item a:link,
.current_page_item a:visited,
.current_page_item a:active {
background-color: #4B6633 !important;
}

.current_page_item {
background-color: #4B6633 !important;
}

.sidebar-box {
padding-top: 5px;
margin-bottom: 0px;
}

.articleinfo {
border-bottom: 4px solid #EEEEEE; padding-bottom: 7px; 
}

.sidebar-box ul li .current-cat a:link {

}
.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
display: block !important; 
color: #8C8C8C !important; 
width: 100% !important; 
padding: 3px 3px 3px 3px !important; 
background-image: none !important;
background-color: #FFF;
} 

.sidebar-box ul li {
background-image: none !important;
background-color: #FFF !important;
color: #848484 !important;
}

.sidebar-box ul li:hover, .sidebar-box ul li a:hover {
background-image: none !important;
background-color: #FFF !important;
}

.sidebar-box ul li a:hover {
width: 100%;
display: block; 
color: #393939; 
padding: 3px 3px 3px 3px;
} 

.sidebar-box h3 { 
margin-top: 5px; 
font-size: 15px; 
color: #4B6633; 
padding-top: 4px;  
font-weight: bold; 
padding-bottom: 4px; 
text-transform: uppercase; 
margin-left: 10px; 
}

.commentlist li{
display: block;
float: left;
clear: both;
padding: 10px;
margin-left: 0px;
margin-bottom: 10px;
width: 98%;
}

.commentlist ol {
margin-left: 0px; 
padding-left: 0px;

}
#commentwrap {
background-color: #F8F8F8;
border: 1px solid #E6E6E6;
display: block;
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
}
.commentlist ol li{
margin-left: 0px;
}

.commentlist {
margin-left: 0px; 
padding-left: 0px;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
margin-left: 20px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 370px;
}

#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}

#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #email:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform input{
margin-bottom: 3px;
}


.search_bg {
	height:35px;
	width:280px;
	background:url(images/search-bg.gif) no-repeat left;
	background-position: left;
	float: right;
	margin-top: -130px;
}

#search form {
color:#FFFFFF;
padding:0;
position:relative;
top: 0px;
}

#search input {
background: transparent;
font-size:11px;
color:#FFF;
font-family:Tahoma, arial, verdana, courier;
width:180px;
height:22px;
vertical-align:middle;
margin: 10px 0px 0 10px;
padding:0;
border: none;
}
.icons {
margin-top: 0px; 
margin-bottom: -5px;
margin-right: 10px;
}
#search .input {
width:47px;
height:30px;
background:none;
border:none;
vertical-align:middle;
margin:0;
padding:0;
margin-left: 20px;
}

.idTabs {
padding: 0px;
float: left;
width: 478px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

.idTabs ul {
margin-left: 0px;
padding-left: 0px;
}

.idTabs li {
display: inline;
margin: 0px;
padding: 0px;
float: left;
color: #8C8C8C;
text-align: center;
font-size: 11px;
margin-left: 0px;
padding-left: 0px;
}

.idTabs li a {
color: #393939;
background-color: #F9F9F9;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
height: 25px;
margin-right: 4px;
display: block;
float: left;
border: 1px solid #D6D6D6;
}

.idTabs li a:visited {
border: 1px solid #D6D6D6;
}

.idTabs li a:hover {
border: 1px solid #BBBBBB;
}
.idTabs li a.selected {
background-color: #FFF;
color: #4B6633;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
height: 25px;
display: block;
float: left;
margin-right: 4px;
border: 1px solid #D6D6D6;
}

#recententries {
float: left;
width: 613px;
display: block;
background-color: #FFF;
border: 1px solid #D6D6D6;
margin-bottom: 10px;
}

#recentcomments2 {
float: left;
width: 613px;
display: none;
background-color: #FFF;
border: 1px solid #D6D6D6;
margin-bottom: 10px;
}

#mostcomments {
float: left;
width: 613px;
display: none;
background-color: #FFF;
border: 1px solid #D6D6D6;
margin-bottom: 10px;
}

#recententries a:visited,#recententries a:hover,#recentcomments2 a:visited,#recentcomments2 a:hover,#mostcomments a:visited,#mostcomments a:hover{
color: #393939; 
}

.list2 {
color: #8C8C8C;
list-style-image: url(images/bullet.gif);
margin-top: 0px;
font-size: 11px;
}

.list2 a:hover{
color: #393939;
list-style-image: url(images/bullet.gif);
margin-top: 0px;
font-size: 11px;
}

.list2 a {
color: #8C8C8C;
margin-top: 0px;
font-size: 11px;
}

.toptitle {
font-size: 20px;
color: #4B6633;
margin-left: 15px; 
display: block;
margin-top: 15px;
margin-bottom: 10px;
}
.toptitle2 {
font-size: 24px;
color: #FFF;
display: block;
margin-top: 15px;
margin-bottom: 10px;
}

.thumbnail-div {
padding: 2px;
border: 1px solid #E4E4E4;
width: 253px !important; 
height: 108px;
}

.thumbnail-div-featured {
border: 1px solid #E4E4E4;
width: 159px; 
height: 212px;
padding: 2px;
float: left;
}

#featured {
	background-color: #FFF;
	width: 910px;
	height: 330px;
	margin-bottom: 10px;
	z-index: 1;
}

#featured-content {
float: right;
width: 410px;
margin-right: 5px;
}

#categories {
background-color: #4B6633;
width: 950px;
font-size: 12px;
float: left;
display: block;
}

#categories ul {
float: left;
margin: 0px 0px 0px 0px;
margin-top: 10px;
padding-left: 10px;
display: block;
}

#categories li {
float: left;
list-style-image: none;
list-style: none;
margin-left: 0px;
margin-right: 10px;
list-style-type: none;
list-style-position: inside;
margin-bottom: 10px;
}

#categories li a:link, #categories li a:visited {
color: #FFF;
padding-left: 11px;
padding-right: 11px;
display: block;
height: 25px;
padding-top: 2px;
border-bottom: 1px solid #4B6633;
float: left;
}

#categories li a:hover {
background-color: #4B6633;
color: #FFF;
padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
display: block;
border: 1px solid #FF4F2D;
}

.current-cat {
background-color: #302320;
background-image: url(images/categories-bg.gif);
margin-top: 0px;

}

.current-cat a:hover {
background-color: #302320  !important;
color: #4B6633 !important;
border: 0px !important;
padding-top: 2px !important;
padding-left: 11px !important;
padding-right: 11px !important;
}

.current-cat a:link, .current-cat a:visited, .current-cat a:active {
color: #4B6633 !important;
border: 0px !important;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
#categories, #categories ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 10px;
}

#categories a {
	display: block;
	width: 10em;
}

#categories li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#categories li ul { /* second-level lists */
	position: absolute;
	top:20px;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#categories li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#categories li:hover ul ul, #categories li.sfhover ul ul {
	left: -999em;
}

#categories li:hover ul, #categories li li:hover ul, #categories li.sfhover ul, #categories li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.got{
	width:310px;
	display:block;
	float:left;
	position:relative;
	left: -35px;
	top:-340px;
z-index:555;
}
.thencall{
	width:219px;
	display:block;
	float:right;
	position:relative;
	right: -10px;
	top:-50px;
	z-index:555;


}
