/**
  © Neransk / www.neransk.com
  www.beerintheevening.com
  v1.0 21/03/2011
  
**/

* { margin: 0; padding: 0; } /* UNIVERSAL SELECTORs */

html { }

body {
	background: url('http://blog.beerintheevening.com/images/bkg.gif') repeat-x top left #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Hack font to EMs */
	margin: 0;
	padding: 0;
}

    .addthis_toolbox {
		text-align: right;
		margin: 0 16px;
        height: 35px;
    }

#disqus_thread { margin-left: 27px; }

#background { background: url(http://blog.beerintheevening.com/images/bkg.jpg) no-repeat top; margin: 0; padding: 0; }
.clear { clear: both; }

/* ADS ============================================================ */
.banner-ad { width: 468px; height: 60px; float: right; margin-top: 15px; background: #000000; } /* Google Adsense size */
.mpu-ads { width: 300px; margin-bottom: 11px; } /* Google Adsense size */
.googleads-page { width: 468px; margin: 16px auto; }

	
	#header {
		background:  url('http://blog.beerintheevening.com/images/blog-bkg.jpg') no-repeat;
		width: 980px;
		margin: 0 auto;
		padding: 0;
		}
		
	#header h1 /* hiding this unless you are a search engine */ {   position: absolute; left: -9999px; }
	#header .description /* hiding this unless you are a search engine */ {   position: absolute; left: -9999px; }
	
	
		
	.bite-logo { float: left; margin-top: 10px; margin-bottom: 10px; }


/** navigation **/
.navigation { background: #361f09; color: #f3efc5; padding: 3px 8px 3px 16px; font-weight: bold; }

.topnav { width: 680px; }
.topnav ul { list-style: none; font-size: 1.7em; }

.topnav ul li { display: inline; }
.topnav ul li.bloghome { background: url(http://blog.beerintheevening.com/images/ico-home.gif) no-repeat center left; }
.topnav ul li.prevposts { background: url(http://blog.beerintheevening.com/images/ico-posts.gif) no-repeat center left; }
.topnav ul li.bitehome { background: url(http://blog.beerintheevening.com/images/ico-bite.gif) no-repeat center left; }

.topnav ul li.bloghome a { color: #f3efc5; text-decoration: none; padding: 10px 14px 10px 21px; }
.topnav ul li.bloghome a:hover { text-decoration: underline; }
.topnav ul li.prevposts a { color: #f3efc5; text-decoration: none; padding: 10px 14px 10px 21px; }
.topnav ul li.prevposts a:hover { text-decoration: underline; }
.topnav ul li.bitehome a { color: #f3efc5; text-decoration: none; padding: 10px 14px 10px 21px; }
.topnav ul li.bitehome a:hover { text-decoration: underline; }

.social-links { width: 200px; float: right; text-align: right; }
.social-links ul { list-style: none; margin: 3px 0 0 0; }
.social-links ul li { display: inline; margin-right: 3px; }
.social-links ul li a { color: #999; text-decoration: none; }
.social-links ul li a:hover { text-decoration: underline; }






	#content {
		background: url(http://blog.beerintheevening.com/images/content-bkg-header.gif) no-repeat top left;
		width: 980px;
		margin: 0 auto;
		}
		
	#content { }
		
		
	#left {
		margin: 0 314px 0 0;
		font-size: 1.6em; /* 16px */
		}
		
		.facebook { background: #627cae; padding: 5px 26px; font-size: 0.8em; color: #f3f7fe; margin-left: 11px; }
		
		
		.post {
			margin-bottom: 14px;
		}
		
		.postinfo { background: url(http://blog.beerintheevening.com/images/postinfo-bkg.gif) no-repeat bottom left #815121; text-align: right; color: #FFFFCC; font-size: 0.9em; padding: 5px 20px 15px 0; margin-right: 16px;  margin-left: 16px; }
		
		.push { 
			background:url(http://blog.beerintheevening.com/images/push.gif) repeat-y top right;
			margin-left: 11px;
			padding: 16px 16px 0 16px;
		}
		
		
		.push-title {
			background: #fff;
			margin-left: 11px;
			padding: 16px;
		}
		.push-title h2 { font-size: 2.2em; color: #b54007; }
		
		
		.post h2 {
			background: #ededd9;
			color: #361f09;
			padding: 19px 16px 17px 16px;
			font-size: 1.7em; /*21px*/
			border-top: 1px solid #909090;
			border-right: 1px solid #909090;
			border-left: 1px solid #909090;
		}
		
		.post h2 a { color: #361f09; text-decoration: none; }
		.post h2 a:hover { text-decoration: underline; }
		
		.post ul { margin-left: 16px; }
		.post ul li { padding: 6px 0 0 0; }
		.post ul li a { color: #361f09; }
		
		.postcontent { 
			background: #ededd9;
			border-right: 1px solid #909090;
			border-left: 1px solid #909090;	
			margin: 0 16px 0 27px;
			padding-bottom: 16px;
			padding-right: 16px;
			line-height: 1.4em;
			font-size: 0.9em;
		}
		
		.postcontent img.alignright {float:right; margin:0 0 1.4em 1.4em}
		.postcontent img.alignleft {float:left; margin:0 1.4em 1.4em 0}
		.postcontent img.aligncenter {display: block; margin-left: auto; margin-right: auto}
		.postcontent a img.alignright {float:right; margin:0 0 1.4em 1.4em; border: 0;}
		.postcontent a img.alignleft {float:left; margin:0 1.4em 1.4em 0 border: 0;}
		.postcontent a img.aligncenter {display: block; margin-left: auto; margin-right: auto; border : 0;}
				
		.postcontent p { margin: 0; padding-left: 20px; padding-right:16px; }
		.postcontent a { color: #033; font-weight: bold; text-decoration: underline; }
		.postcontent a:hover { text-decoration: none; }
		.postcontent a:visited { color: #033; }
		.postcontent ul { margin-left: 26px; }
		.postcontent ul li { margin-bottom: 8px; margin-left: 16px; }
		
		.postcontent ol { margin-left: 36px; padding-top: 12px; }
		.postcontent ol li { margin-bottom: 8px; margin-left: 16px; }
		
		
		.postcomments { 
			background: url(http://blog.beerintheevening.com/images/postcomments-bkg.gif) no-repeat top left #ededd9;
			border-bottom: 1px solid #909090;
			border-right: 1px solid #909090;
			border-left: 1px solid #909090;
			margin: 0 16px 0 27px;
			padding: 21px 30px 11px 46px;
		}
		
		.boxend { 
			background: #ededd9;
			border-bottom: 1px solid #909090;
			border-right: 1px solid #909090;
			border-left: 1px solid #909090;
			margin: 0 16px 0 27px;
			padding: 0 30px 11px 46px;
		}
		
		.postcomments p { font-size: 0.8em; }
		.postcomments p a { color: #b03b06; font-weight: bold; }

		/** navigation **/
		.pnavigation { color: #361f09; padding: 3px 8px 3px 16px; font-weight: bold; margin: 16px; }
		
		.next-posts a { background: #361f09; color: #ffc; text-decoration: none; padding: 5px 8px; }
		.next-posts a:hover { text-decoration: underline; }
		.prev-posts a { background: #361f09; color: #ffc; text-decoration: none; padding: 5px 8px; }
		.prev-posts a:hover { text-decoration: underline; }
		
		#comments { font-weight: bold; background:  url('http://blog.beerintheevening.com/images/ico-comments.png') no-repeat top left; color: #361f09; font-size: 0.8em; padding: 3px 16px 3px 40px; }
		#comments h2 { color: #b54007; border: 0; padding: 10px 0; margin: 0; }
		#comments a { color: #361f09; }
		
		#commentlist ol { list-style: none; }
		#commentlist ol li { margin-bottom: 16px; }
		
		.fn a { color: #361f09; text-decoration: none; font-weight: bold; }
		.fn a:hover { text-decoration: underline; }
		
		
		.comment-body { margin-bottom: 20px; font-weight: normal; }
		
		
	#right {
		float: right;
		width: 300px; 
		padding: 0;
		}
		
		
		.mpuads { margin-bottom: 14px; }
		
		.right-box {
			border: 1px solid #d8d8d8;
			background: #fff;
			font-size: 1.4em;
			margin-bottom: 14px;
		}
		.right-box h2 {
			font-size: 1.8em;
			color: #360;
			margin: 0 0 8px 0;
		}
		.right-box ul {
			list-style: none;
			margin-left: 10px;
			
		}
		.right-box ul li { list-style: none; }
		.right-box ul li a { text-decoration: none; color: #000; }
		.right-box ul li a:hover { text-decoration: underline; }
		.right-box ul li a:visited { color: #000; }
		
		.right-box p { padding: 0 5px 5px 5px; }
			
		.right-box-insert {
			background: url('http://blog.beerintheevening.com/images/bkg-box-insert.gif') repeat-x top left;
			border: 1px solid #fff;
			padding: 10px;
		}
		
		.bite-search { margin: 11px 0 11px 0; }
		
		
		
	.cleaner {
		clear: both;
		height: 10px;
		font-size: 1px;
		border: none;
		margin: 0; 
		padding: 0;
		}
	

  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }


		#comments { 
			background: url(http://blog.beerintheevening.com/images/postcomments-bkg.gif) no-repeat top left #ededd9;
			border-bottom: 1px solid #909090;
			border-right: 1px solid #909090;
			border-left: 1px solid #909090;
			margin: 0 16px 0 27px;
			padding: 21px 30px 11px 46px;
		}
		
		.comments p { font-size: 0.8em; line-height: normal; color:  #000; margin-bottom: 16px; }



#footer  {
	clear: both; 
	background: #815121;
	margin: 0 auto 16px auto;
	color: #f3efc5;
	width: 100%;
}
.footer-content { width: 920px; margin: 0 auto; padding: 30px; }

.footer-content ul { font-size: 1.2em; list-style: none; }
.footer-content ul li { padding-bottom: 5px; }
.footer-content ul li a { color: #f3efc5; text-decoration: none; }
.footer-content ul li a:hover { text-decoration: underline; }

.copyright a { color:#ededd9; text-decoration: underline;  }
.copyright a:hover { text-decoration: none;  }

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
