/*
Theme Name: Farringtons
Theme URI: http://Farringtons.co.uk/
Description: Farms, cows and tractors!
Version: 1.1
Author: Andrew Nesbitt
Author URI: http://Teabass.com/
*/ 

html, body{
	margin:0px; 
	padding:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.9em;
	width:100%; 
	height:100%;
	}
a{
	text-decoration:none; 
	color:#333333;
	}
a img{
	border:none;
	}
a:hover, a:active{ 
	color:#CC0000;
	text-decoration:underline;
	}

#header{ 
	background:url(images/header.png) repeat-x; 
	height:98px; 
	}

#logo2{
	position:absolute; 
	right:10px; 
	top:0px;
	}

#picture{
	height:300px; 
	margin-top:-15px; 
	background:url(images/photoback.jpg) repeat-x; 
	text-align:center; 
	overflow:hidden;
	}

#content{ 
	background:url(images/footer.png) repeat-x #FFFFFF; 
	padding-top:20px; 
	min-height:100px;
	}

h1{
	font-size:1.3em;
	}
h1 span{
	color:#ccc; 
	font-size:0.8em;
	}

#wrapper{
	width:750px; 
	margin:0 auto;
	}
	
#sidebar{ 
	position:absolute;
	margin:0 0 0 -80px;
	width:200px; 
	border-right:#666666 1px solid; 
	padding-right:10px; 
	padding-bottom:6px;
	}

#sidebar ul{
	list-style:none; 
	text-align:right; 
	margin:0px;
padding:0px;
	}
	
#sidebar li{
	padding:2px 0px;
	}

#copy{
	padding-left: 180px;
	}

#footer{
	clear:both; 
	text-align:right; 
	}
#footer img{
	margin: 10px 15px;
	}
.post{
	margin:0 0 10px 0;
	}