/*  
Theme Name: MPLR
Theme URI: http://wordpress.org/
Description: Moreton Pit Light Railway theme
Version: 1.0
Author: Benjamin Delarre
Author URI: http://mplr.co.uk/

*/

body
{
	background-color: #990000;
	margin:20px 0px; padding:0px;
	text-align:center;
	color: #EABB00;
}
p
{
	font-family: Arial, Helvetica, sanserif;
	font-size: 10pt;
}
#page
{
	position: relative;
	width: 800px;
	margin:0px auto;
	text-align:left;
}
#logoimg
{
	 height: 300px;
	 width: 300px;
	 position: absolute;
	 top: 0px;
	 right: 0px;
}
a, a:hover, a:visited
{
	text-decoration: none;
}
#header
{
	position: absolute;
	right: 180px;
}
#header a
{
	color: #ffcc00;
}
#sidebar
{
	position: absolute;
	top: 100px;
}
#sidebar ul
{
	list-style-type: none;
	padding-left: 0px;
}
.pagenav
{
	font-size: 12pt;
}
.page_item
{
	font-size: 14pt;
}
.page_item li
{
	font-size: 12pt;
	padding-left: 5px;
}
#content
{
	position: absolute;
	top: 140px;
	left: 170px;
	width: 600px;
	clear: both;
}
h1
{
	font-family: Times New Roman, serif, _serif;
	font-size: 40px;
	/*font:1.8em/2 Georgia, "Times New Roman", Times, serif;*/
	font-weight:900;
	color: #990000;
}
.archives
{
	color: #ffcc00;
	font-size: 14pt;
	padding-bottom: 0px;
}
.archives li
{
	font-size: 12pt;
	padding-left: 5px;
}
h2
{		
	font-size: 14pt;
	color: #ffcc00;
}
a
{
	color: #ffcc00;
}
#comment
{
	width: 600px;
}
h3
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sanserif;
	color: #ffcc00;
}
.post
{
	padding-bottom: 20px;
}
.post img
{
	padding: 8px;
	border: 0px;
}