/*
Theme Name: BlankSlate
Description: 3.0+ has been completely and massively overhauled. DO NOT UPGRADE current projects (anything below 3.0) to this version automatically. You will lose all customizations whether you're using a child theme or not. BEFORE USING AND ESPECIALLY UPGRADING IN GENERAL PLEASE READ: tidythemes.com/concept. The bare essentials of a WordPress theme (an HTML5 boilerplate), no visual CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean, valid code, semi-minified, no programmer comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: tidythemes.com/want-to-learn-css and please visit us in the forum for further help: tidythemes.com/forum - Thank You and Enjoy
Author: TidyThemes
Author URI: http://tidythemes.com/
Version: 3.3
Tags: black, blue, white, light, one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

* {
  margin: 0;
  padding: 0;
}
body {
	background-image: url(http://www.mikeyburrows.co.uk/images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #162638;
	text-align:justify;
}
p {
	margin:5px 0 10px 0;
	line-height:24px;
}
#topsection {
	padding-top:10px;
	background-image:url(http://www.mikeyburrows.co.uk/shad.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#container {
	width:960px;
	margin: 0 auto;
	background-color: #fff;
}
#mikey {
	background: url(http://www.mikeyburrows.co.uk/images/mikey.png) no-repeat;
	height:407px;
	width:300px;
	position: absolute;
	top: 50px;
	left: 50%;  /* Put the left edge on the horizontal center */
	margin-left: -540px; /* Move it 148px to the right of the horizontal center, placing it over the lightswitch */
}
#logo {
	background: url(http://www.mikeyburrows.co.uk/images/top.png) no-repeat;
	height:173px;
	width:638px;
}
#nav {
	background-image:url(http://www.mikeyburrows.co.uk/navbg.jpg);
	background-repeat:repeat-x;
	height:40px;
	width:960px;
	margin: 0 auto;
}



#nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#nav li	{
	display: block;
	float: left;
	line-height: 40px; /* this should be the same as your #main-nav height */
	height: 40px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
width:160px;
}
#nav li a	{
	display: block;
	text-decoration:none;
	text-align:center;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	color: #152539;
}
#nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
	color: #657651;
	background: #fff;
}

#nav li:hover, #nav li.sfhover  {
    background:#E0E0E0;
    }
#nav li:hover a, #nav li.sfhover a  {
	color: #333;
    }

#contentholder {
	width: 712px;
margin-left: 250px;
margin-bottom:20px;
padding-bottom:20px;
}
.entry-title{
font-size: 22px;
margin-bottom:10px;
}

.entry-content {
padding-right:20px;

}
#content {
padding-right:20px;

}
.post-edit-link{
float:right;
padding-right:20px;
}

a:link {
	color: #334A13;
}
a:visited {
	color: #334A13;
}
a:hover {
	color: #657651;
}
a:active {
	color: #334A13;
}
#nav-above {
width:500px;
margin:0 auto;
padding: 20px 0 40px 0;
}
.nav-previous{
float:left;
}
.nav-next{
float:right;
}

#quotearea{
height: 100px;
margin-top: 15px;
}
#quote {
font-size:16px;
font-style:italic;	
}
#quoteauthor {
font-size:14px;
}
.quotemark{
font-size:20px;
}
em{
font-style: italic;
}
strong, b {
font-weight: bold;
}


/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}*/