/*
Theme Name: Farmer Copleys
Theme URI: http://www.farmercopleys.co.uk/blog
Description: Blog design for Farmer Copleys
Author: WSI
Author URI: http://www.wsiwebdesign.co.uk
*/

/* text -----------------------------------------------------------------------*/

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #9bba50;
  margin: 15px 0px;
}

h2{
  font-size: 1.4em;
  font-weight: bold;
  margin: 15px 0px;
  color: #6d8234;
}

h3{
  font-size: 1.2em;
  background: #c9dca2;
  font-weight: bold;
  margin-bottom: 8px;
  margin: 5px 0px;
  padding: 10px;
}

h4{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
  margin: 5px 0px;
}

h5{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
  margin: 5px 0px;
}

p{
	margin-bottom: 15px;
	font-size: 1.1em;
}

a:link {color: #424242; text-decoration: underline; font-weight: bold;}
a:visited {color: #424242;	text-decoration: underline; font-weight: bold;}
a:hover {color: #b9a23a;text-decoration: none; font-weight: bold;}
a:active {color: #424242; text-decoration: underline; font-weight: bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #4d4d4d;
   text-align: center;
}

#wrapper{
	margin: 0 auto;
	padding: 5px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fff;
}

#header{
	background: url(images/header-bg.jpg) repeat-x #252525;
	width: 762px;
	height: 85px;
	padding-top: 12px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

#top-nav{
	background: url(images/top-nav-bg.jpg) repeat-x #252525;
	width: 822px;
	height: 35px;
	margin-top:1px;
	float: left;
}

#top-nav ul{
	height: 35px;
	margin-left: 0px;
	float: left;
}

#top-nav ul li{
	float:left;
	height: 35px;
}

#top-nav ul li a{
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	padding: 0px 13px;
	border-left: solid 1px #fff;
}

#search-box{
	float: right;
}

#left-column{
	width: 157px;
	float: left;
}

#main-column{
	width: 623px;
	float: left;
	margin-left: 5px;
	margin-top:5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

#right-column{
	width: 157px;
	float: left;
	margin-left: 5px;
	margin-top:5px;
}

.column-item{
	background: #ececec;
	border: solid 1px #c0c0c0;
	width: 157px;
	margin-bottom: 5px;
	color: #181818;
}

.column-item ul{
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 0;
	margin-left: 7px;
}

.column-item ul li a{
	background-color: #f5f5f5;
	width: 133px;
	height: 21px;
	line-height: 21px;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 2px;
	color: #181818;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}

.column-item ul li a:hover{
	background-color: #bfa73a;
	color: #fff;
}





#content-main ol{
	list-style-type:decimal;
	font-size: 0.9em;
	margin: 20px 0px;
}

#content-main ul{
	list-style-type:square;
	font-size: 0.9em;
	margin: 20px 0px;
}

#content-main ol li, #content-main ul li{
	margin-left: 23px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.content-left ol{
	list-style-type:decimal;
	font-size: 1.1em;
	margin: 20px 20px;
}

.content-left ul{
	list-style-type:square;
	font-size: 1.1em;
	margin: 20px 20px;
        line-height: 1.3em;
}

.content-left ol li, #content-left ul li{
	margin-left: 23px;
	padding-left: 15px;
	padding-bottom: 10px;
}



#footer-bar{
	background: url(images/top-nav-bg.jpg) repeat-x #252525;
	width: 980px;
	height: 35px;
	margin-top:1px;
	float: left;
	margin-bottom: 10px;
}

#footer-bar ul{
	height: 35px;
	margin-left: 190px;
}

#footer-bar ul li{
	float:left;
	height: 35px;
	
}

#footer-bar ul li a{
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	padding: 0px 13px;
	border-left: solid 1px #fff;
	
}

#footer-text{
	margin: 0 auto;
	width: 600px;
	color: #adadad;
	font-size: 0.9em;
	text-align: left;
	clear: both;
}

#footer-text a{
	color: #adadad;
}



