/*  
Theme Name: Sinnerstar
Theme URI: http://sinnerstar.com/
Description: Sinnerstar theme.
Version: 1.0
Author: Paul Fuller
Author URI: http://thegamescape.co.uk/
*/

body {
	/*font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 75%; /* Resets 1em to 12px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #c00;
}
h1 {
	color: #c00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.first {
	margin-top: 0;
}
img.floatleft {
	margin: 0 10px 5px 0;
	padding: 0;
}
img.floatright {
	margin: 0 0 5px 10px;
	padding: 0;
}
#page {
	width: 775px;
}
#headerimg {
	margin: 10px 0 0 10px;
	float: left;
}
#headername {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 180px;
	margin-left: 156px;
	background-image: url(/image/logo.gif);
	text-align: right;
}
#mainbody {
	clear: both;
}
#menu {
	width: 200px;
	height: 450px;
	float: left;
	background-image: url(/image/menu2.jpg);
	background-repeat: no-repeat;
/*	background-position: 0 3px; */
	color: #fff;
}
#menu ul {
	margin: 60px 0 70px 0;
	padding: 0;
}
#menu li {
	list-style: none;
	margin: 20px 5px 0 20px;
	padding: 0;
}
#menu li a {
	padding: 10px 0 10px 30px;
	font-weight: bold;
	background-image: url(/image/menuimage.gif);
	background-repeat: no-repeat;
}
#menu li a:hover {
	background-image: url(/image/menuimagegrey.gif);
	color: #fff;
}
#search {
	margin-right: 27px;
	text-align: center;
}
#content {
	margin: 12px 0 0 202px;
	text-align: justify;
}
#content p {
	text-align: justify;
}
.narrowcolumn .postmetadata {
	margin-bottom: 30px;
	font-size: 80%;
}
#homePage {
	margin: 12px 0 0 201px;
	text-align: justify;
	height: 450px;
/*	background-image:url(/image/HomePage.jpg);
	background-repeat: no-repeat; */
}
.post h3 {
	margin-bottom: 8px;
}
.post p.postmetadata {
	margin-top: 0;
}
.post img {
	margin: 0 15px 0 15px;
}
#footer {
	clear: both;
	padding-left: 200px;
	text-align: center;
	font-size: 80%;
	color: #999;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #c00;
}