/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* { margin: 0; padding: 0; }

body {
	background: url(http://www.researchfarm.co.uk/images/img01.png) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3	{ color: #333333; text-align:left; }
h1, h2 		{ margin-bottom: 5px; font-weight: normal; }
h1 			{ font-size: 190%; }
h2 			{ font-size: 120%; }
h3 			{ font-size: 120%; margin-bottom: 20px; }
p, ul, ol 	{ margin-bottom: 15px;  }
strong		{ line-height: 1.5em; }
ul, ol 		{ margin-left: 3em; }

a:link 		{ color: #1953A7; }
a:active 	{ color: #ED5C0C; }
a:visited 	{ color: #666666; }
a:hover 	{ text-decoration: none; color: #067600;}

img 		{ border: none;}
img.left 	{ float: left; margin: 0 20px 10px 0; }
img.illustr { float:right; margin-top:30px; border: 1px solid #666666; }

/* Menu */


#menurf {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menurf ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menurf li {
	display: inline;
}

#menurf a {
	display: block;
	float: left;
	width: 127px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menurf a:hover {
	background: #F7F7F4;
}

#menurf .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	background: url(http://www.researchfarm.co.uk/images/newone_v2.jpg) no-repeat;
	margin: 0 auto;
}

#header h1 {
	padding: 40px 10px 0 0;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	font-size: 180%;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding-top: 10px;
	min-height:400px;
	margin-bottom: 60px;
}
	
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#menu {
	float: right;
	width: 190px;
	padding: 5px;
	background: #EDEBD5;
}

/*REPRISE THEME*/

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 100px;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #fff;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 15px;
}

#menu ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
	line-height: 90%;
	font-size: 100%;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
}

#menu ul ul li {
	border: 0;
	font: normal normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;

	
}

#menu ul ul li a {
	/*
	color: #000;
	text-decoration: none;
	*/
	line-height: 1.4em;
	text-align: left;
	color: #FFE4B5;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}


#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/*REPRISE THEME*/

/*
#menu h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#menu ul {
	margin: 0 0 15px 0;
	list-style: none;
}

#menu li {
	padding: 15px 15px 0px 15px;
	line-height: 1.4em;
	text-align: left;
	color: #FFFFFF;
}

#menu li a {
	line-height: 1.4em;
	text-align: left;
	color: #FFE4B5;
	text-decoration: none;
	font-weight: bold;
	font-size: 105%;
}

#menu a {
	line-height: 1.4em;
	text-align: left;
	color: #FFFFFF;
}

#menu p {
	text-align: left;
	padding: 15px;
	color: #FFFFFF;
	line-height: 1.4em;
	margin-bottom: 0px;
	
}
*/

.orangebox {
	background: url(http://www.researchfarm.co.uk/images/img05.gif) repeat-y;
	padding: 0 0 10px 0;
}

.orangebox h2 {
	background: url(http://www.researchfarm.co.uk/images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(http://www.researchfarm.co.uk/images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

/*
label		{ width: 50px; margin: 3px 10px 0 15px; color: #FFFFFF; text-align: right; float: left; }
input		{ width: 110px; display: block; }*/
form		{ margin: 0 0 15px 0; }

fieldset	{ border:0; }


acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}


blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

/*p was here below*/
li, .feedback {
	/*font: 90%/175% 'Times New Roman', Times, serif;*/
	/*letter-spacing: -1px;*/
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	/*text-align: right;*/
	clear: both;
	margin-bottom: 40px;
}

.meta {
	font-size: .75em;
	margin-bottom: 10px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	/*margin: 0 0 20px 0;;*/
	margin: 15px 0 0 0;
	
	}

.storytitle a {
	font-size: 120%;
	color: #333333;
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Times New Roman', Times, serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 & aligment */


