/*  
Theme Name: Beatfarm
Theme URI: http://thebeatfarm.co.uk/
Description: Beatfarm by Byron Edwards
Version: 1
Author: Byron Edwards
Author URI: http://byronedwards.com.com/
*/



/* ************* Remove default paddings from all elements *****************/

* {
	margin:0;
	padding:0;
	text-decoration: none;
}
/* ************* end Remove default paddings from all elements *****************/



/* *************force scrollbar (to eliminate 'jump in Safari)*****************/

html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* ************* end force scrollbar *****************/



/* force minimum content height for Internet Explorer */

/*\*/

* html #content {
	height: 400px;
}
/*end minimum content height*/



/* ************* body styles *****************/

body {
	color: #000;
	font: 62.5%/160% verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/corkdarkbg.jpg);padding-bottom:20px;
	}
/* ************* end body styles*****************/


/* ************* paragraphs and headings *****************/

h1#toplogo a {
	display:block;
	position:absolute;
	left:20px;
	top:20px;
	height:222px;
	width:289px;
	margin:0;
	text-indent:-9999px;
	padding:0!important;
	background: url(images/toplogo.jpg) no-repeat;
}
h1#toplogo {
	height:243px;
	width:289px;
	margin:0;
	text-indent:-9999px;
	padding:0!important;
}
#content h2, #content h3, #content h4 {
	color:#99561F;
	margin: 20px 0;
	text-transform:capitalize;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}
p {
	font-size:1.2em;
	margin: 12px 0 12px 0;
	line-height:160%;
}
#secondary p {
	padding-right:30px;
	font-size:10px;
}
.postmetadata {
	border:thin dotted #B9B4B4;
	padding:10px;
	background-color: #F6F0F0;
	color: #333333;
}
.pagetitle {
	font-size:1.6em!important;
}
/* ************* end paragraphs and headings *****************/


/* ************* main divisions *****************/

#wrapper {
	margin: auto;
	position:relative;
	width:780px;
}
#top-pic {
	position:absolute;
	top:18px;
	left:368px;
	border:none;
}
#top-pic img {
	border:none;
}
#inner {
	padding:20px;
	background: #FFFFFF url(images/inner-bg.jpg) no-repeat;
}
#menu {
	color: #B8C3AE;
	background-color: #47533D;
	background-image: url(images/menu-div-bg.jpg);
	padding-top: 200px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	float: left;
	width:400px;
	min-height:400px;
	height:auto;
	padding-top:20px;
	background: url(images/stain.jpg) no-repeat left bottom;
}
#content ul {
	clear:both;
	font-size:12px;
	margin:25px 0 12px 30px;
}
#sidebar {
	width:280px;
	float:right;
	/*min-height:400px;*/
	height:auto;
	padding:15px 0 400px;
}
#sidebar h2 {
	color:#99561F;
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0;
	padding:10px;
	border-top:1px solid #F4F6E0;
}
#sidebar ul {
	list-style-type:none;
}
#sidebar p {
	margin-bottom:10px;
}
#sidebar img {
	border: solid 5px white;
}
#sidebar ul {
	list-style-type:none;
}
#sidebar ul li {
}
#sidebar li a {
	padding:5px 0;
	font-size: 1.1em;
	
	
	text-decoration:none;
	color:#99561F;
}
#sidebar li a:hover {
	color:#DE1A1E;
}
#comment {
	width:500px;
}
#footer {
	font-size:1.1em;
	clear:both;
	color:#000;
}

#footer p{font-size:10px;padding:10px;
	background: #F8FAE5;
}
/* ************* end main divs *****************/


/* ################# links (anchor tags) ###################*/

 a {
	color: #FF6600;
	text-decoration:underline;
}
/* ################# end links (anchor tags) ################### */


/* ################# menu styles ################### */

#menulist ul {
	display:none;
	background-color:#000;
	padding:10px 10px 0px;
	height:1%;
	margin-bottom:10px;
}
#menulist ul li a {
	font-size:1.2em!important;
	padding: 3px;
	padding-left: 0.2em;
	padding-right: 0.5em;
	color: #D7E4CB;
	/*	color:red;*/
	text-decoration: none;
}
#menulist ul li a:hover {
	color:#fff;
}
#menulist ul li {
	padding-right: 1px;
	display: inline;
	font-size:1.1em!important;
}
/* ################# end menu styles ################### */

hr {
	display:none;
}
/* italics on interview page */


.post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
}
.post img {
	margin: 0 12px 12px 0;
	border:none;
}



.clearer {
	clear:both;
}
#recentposts li {
	margin-right:5px;
}
.thedate {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #8E5C1F;
}
#recentposts li h4 a {font-weight:normal;
	padding:5px;display:block;
	background: #F8FAE5;
	border-left: 1px solid #F0EBDB;font-size:12px!important;
}




#recentposts li p {
	margin-top:0;
	font: 1.2em/140% Georgia, "Times New Roman", Times, serif;
}
.sidepost {
	border-left: 1px solid #F4F6E0;
	padding:8px;
	background: #FDFDEB url(images/news-bg.jpg) no-repeat right bottom;
	margin-bottom:15px;
	border-bottom: 1px solid #F4F6E0;
}
#links {
	text-align:right;
	margin-right:5px;
}
