/*  
Theme Name: Flea Circus
Theme URI: http://flea-circus.co.uk/
Description: 
Version: 1
Author: Tony Boyce
Author URI: http://taboyce.com/
*/

div,ul,li,h1,h2 {margin: 0;padding: 0;}

body {font-size: 76%;font-family: 'Times Roman', Serif;color: #000;text-align:center;background: #e9c407}
html,body {height: 100%;width: 100%;margin: 0;padding: 0;}

#container {width: 500px;margin: 0 auto;padding-bottom: 20px}

#header{width: 500px;height:200px;float:left;margin:25px 0 15px;background: url(images/banner.png) no-repeat center top;overflow: hidden}

#header h1{font-family: Georgia,serif;padding-top:200px}

h2{}


a{text-decoration: none;color: #333;}

.post {float: left}

h2 {font-size: 50px;text-align: center}
h3 {font-size:26px;text-align: center;margin: 0}
h4 {font-size:50px;text-align: center;margin: 0;color: #de0402}
h5 {font-size:24px;margin: 12px 0}

#post-75 h2 {font-family: Times serif; font-size: 24px;padding: 8px 0}
#post-75 h3 {font-size: 30px;line-height: 30px}
#post-75 h4 {font-size: 21px;color: #000;line-height: 30px}
#post-75 h5 {font-size: 18px;line-height: 26px}
#post-75 .entry {width:500px; background: #fff;margin-top: 12px; font-size: 20px;line-height: 20px; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}


#footer{width:500px;clear: both;background-color: #000}
#footer p {color: #e9c407; font-size: 1.8em;text-align: center;padding: 15px 0}
#footer a {color:  #e9c407;font-size: 1.4em}
#footer a:hover {color:  #de0402}

td p {text-align: center} 

p{
	text-align: center;
	padding-bottom: 8px;
	font-size: 1.4em;
	margin: 0;
}



/**images in tables********/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto}

table tr td p{
	margin: 0;
	padding: 0;
	}

table td img {
	display: block;
	border: solid 5px  #de0402;
	margin:0 auto;padding: 0}

/* Images align general */
img.aligncenter {
	display: block; 
	margin: auto;   
	border: none!important;
	}

img.alignright {
	float: right;
	padding: 0;
	margin: 5px 0 5px 8px;
	border: 5px solid  #de0402;
	}

img.alignleft {
	float: left;
	padding: 0;
	margin: 0 0 10px 0!important;
	border: 5px solid #de0402;
	}
	
	

