/*Theme Name: Middlemoor Barn
Theme URI: http://www.middlemoorbarn.co.uk
Description: The main Middlemoor Barn theme
Author: Daniel Price / Whym Web Design
Author URI: http://www.whymdesign.co.uk
Version: 1.1
*/

/* General layout */

* {padding: 0; margin: 0; border: 0;}

html {height: 100.2%;
	font-family: Georgia, serif;}

body {background: #373737;}

#wrapper {margin: 0 auto;
	width: 800px;
	min-height: 800px;
	background: #FFF7E8;}
	
.floatLeft {float: left;}
.alignleft {float: left;}

.floatRight {float: right;}	
.alignright {float: right;}

a {color: #990000;}

/* Header */

#header {height: 280px;}

/* Banner */
#banner {border-bottom: 2px solid #990000;
	background: url(./images/banner-blank.jpg);
	width: 800px;
	height: 280px;}
	
#bannerText {float: left;
	width: 300px;
	padding-top: 30px;}	
	
#banner h1 {text-align: center;
	font-family: Times, Courier, serif;
	font-size: 37pt;
	font-style: italic;
	font-weight: normal;
	line-height: 50pt;
	color: #006F40;}

/* Navigation bar */

#navbar {float: left;
	background: #990000;
	margin-left: 0;
	width: 150px;
	min-height: 500px;}

#navbar li {list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;}

#navbar li a {display: block;
	text-decoration: none;
	padding: 10px;
	background: #990000;
	font-size: 13.5pt;
	text-align: center;
	color: #ffffff;}
	
#navbar li a:hover {background: #FFF7E8;
	color: #990000;}	

#navbar h2 {color: #ffffff;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;}

/* Main content */

#content {width: 620px;
	border-right: 2px solid #990000;
	float: left;
	padding: 10px;
	padding-left: 18px;
	font-size: 12pt;
   	min-height: 480px;}
	
#content h2 {text-align: center;
	padding: 2px;
	padding-top: 10px;}

#content p {padding-top: 8px;
	padding-bottom: 8px;}
	
#content ul {padding: 5px;
	padding-left: 30px;}	
	
#content img {padding: 10px;}	
	
	
/* Footer */

#footer {width: 100%;
	height: 50px;
	background: #990000;
	clear: both;}	

#footerwriting {width: 650px;
	float: right;}

#footer p {color: #FFFFFF;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 15px;}

#footer p a {color: #FEEED4;}

#footer p a:hover {color: #FFFFFF;}


/* Miscellaneous */

#snailmailaddy {padding: 5px;}

#fourstar {padding-left: 25px;}

p.wp-caption {padding: 5px;}

p.wp-caption-text {font-size: 10pt;
	background: #FFFFFF;
	border: 1px solid #A9A9A9;
	text-align: center;}
	
#tariffs {padding-top: 20px;
	padding-bottom: 20px;}	
	
#tariffs tr {height: 1.4em;}	


