
/*  
Theme Name: Mercer Farming Blog
Description: Mercer Farming blog theme
Version: 1.0
Author: studiodm
Author URI: http://www.studiodm.co.uk/

*/

html 
{
  /* Force scrollbar */
  /* IE - INVALID CSS COMMAND (BUT IT WORKS!)
  overflow-y: scroll; */
  /* Mozilla */
  height: 100%;
  margin-bottom: 0.1em;
}
  
body
{
	background-color: #fff;
	text-align: center;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
	background: url(images/body_bg.jpg) repeat 0 50%;
}

*{margin:0;padding:0;}

.hide{display:none;}

.clear{clear:both;height:0;line-height:0;font-size:0;}

hr
{
	border: 0;
	height: 1px;
	margin: 10px 0 10px 0;
	width: 100%;
	color: #d2d2d2;
	background-color: #d2d2d2;
	/*IE Only*/
	text-align: left;
}

.wrapper
{
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
	
	background: transparent;
}

.header
{
	position: relative;
	height: 400px;
	margin: 0 0 0 -55px;

	background: transparent url(images/header_bg.gif) no-repeat 0 0;
}

.header a.hd-lnk-mercer
{
	display: block;
	width: 500px;
	height: 300px;
}

.header a.hd-lnk-home
{
	display: block;
	position: absolute;
	top: 330px;
	left: 75px;
	width: 180px;
	height: 55px;
}

.header a.hd-lnk-poultry
{
	display: block;
	position: absolute;
	top: 20px;
	right: 300px;
	width: 200px;
	height: 310px;
}

.header a.hd-lnk-pork
{
	display: block;
	position: absolute;
	top: 30px;
	right: 10px;
	width: 285px;
	height: 235px;
}

.header a.hd-lnk-mr
{
	display: block;
	position: absolute;
	top: 270px;
	right: 0;
	width: 250px;
	height: 100px;
}

.Ocontainer
{
	background: #fff7de;
	padding: 0 0 30px 0;
}

.container
{
	float: left;
	width: 579px;
	padding: 30px 0 0 30px;
}

.post
{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999;
}

.post a, .navigation a
{
	color: #333;
}

.post a:hover, .navigation a:hover
{
	text-decoration: none;
}

.post h2
{
	margin: 0 0 10px 0;
}

.entry
{
	margin: 0 0 15px 0;
}

.entry p
{
	line-height: 18px;
	margin: 0 0 10px 0;
}

.sidebar
{
	float: right;
	width: 311px;
}

.sb-hdr
{
	height: 111px;
	background: url(images/sb_hdr.jpg) no-repeat 0 0;
}

.sb-ftr
{
	height: 111px;
	background: url(images/sb_ftr.jpg) no-repeat 0 0;
}

.sidebar-inner
{
	width: 231px;
	padding: 0 40px 15px 40px;
	
	background: url(images/sb_bg.jpg) repeat-y 0 0;
}

.sidebar-inner ul
{
	list-style: none;
}

.sidebar-inner li
{
	margin: 0 0 15px 0;
}

.sidebar-inner li li
{
	margin: 0 0 0 0;
}

.sidebar-inner h2
{
	margin: 0 0 5px 0;
}

.sidebar-inner a
{
	color: #333;
}

.sidebar-inner a:hover
{
	text-decoration: none;
}

#wp-calendar
{
	width: 100%;
	text-align: center;
}

#wp-calendar .caption, #wp-calendar td a
{
	font-weight: bold;
}

.footer
{
	padding: 55px 30px 10px 30px;
	margin: 0 0 50px 0;
	height: 33px;
	background: url(images/footer_bg.jpg) no-repeat 0 0;
}




/***COMMENTS ****************************************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/****************************************************/