/*  
Theme Name: The Gamescape (new)
Theme URI: http://www.thegamescape.co.uk/
Description: The theme for the boardgame blog site. Still under development so may not work!
Version: 0.1
Author: Paul Fuller
*/



/*****************************************************************************************************/
/*****************************************************************************************************/
/*     START OF THE GAMESPACE CSS                                                            *********/
/*     Eventually everything above should be removed !                                       *********/
/*****************************************************************************************************/
/*****************************************************************************************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(images/page_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
html {
	overflow-y: scroll; 
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
#page {
	margin:0 auto;
	width: 925px;
	text-align: left;
}
#printHeader {
	display: none;
}
#header {
	height: 175px;
	background-image: url(images/thegamescape_hdr.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#header img {
	margin-left: 20px; 
}
#menu {
	width: 131px;
	text-align: right;
	float: left;
}
#menu ul {
	padding: 0;
	margin: 19px 0 0 0;
}
#menu li {
	padding: 0;
	margin: 7px 0 7px 0;
	list-style-type: none;
}
li#rssfeed {
	margin-top: 75px;
}
#content {
	margin: 19px 168px 0 148px;
	padding: 0;
}
#content p {
	text-align: justify;
}
#content div {
	text-align: justify;
}
#content h2 {
	margin-top: 3px;
	margin-bottom: 0;
}
#content h3 {
	padding-top: 10px;
	margin-bottom: 0;
}
.post small {
	color: #666666;
}
#sidebar {
	width: 150px;
	float: right;
}
#sidebar ul{
	padding: 0;
	margin: 0;
}
#sidebar li {
	padding: 0;
	margin: 7px 0 7px 0;
	list-style-type: none;
}
#sidebar h2 {
	font-size: 1.2em;
	margin: 0;
}
#searchform {
	text-align: center;
	margin-top: 19px;
}
#searchtext {
	font-size: 0.8em;
	text-align: justify;
}
#archives h1 {
	font-size: 1.0em;
	padding: 0;
	margin: 30px 0 0 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.widecolumn .post {
	padding-top: 1.5em; 
}
#footer {
	margin-top: 20px;
	padding: 5px 0 5px 0;
	clear: both;
	font-size: 0.85em;
	text-align: center;
	color: #999999;
	border-top: 1px solid #999999;
}
.badbehaviour {
	font-size: 0.85em;
	text-align: center;
	color: #999999;
}
.post h4 {
	margin: 1em 0 0 0;
}
.navigation {
	padding-bottom: 1em;
}
li#sitemeter {
	font-size: 0.85em;
	margin: 75px 0 75px 0;
	display: none;
}
.indent {
	padding-left: 25px;
}
.post td {
	vertical-align: top;
	padding-right: 10px;
}
.tablehead {
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
}
.highlight {
	background-color: #FFFF99;
}
.cellmark {
	background-color: #FFFF99;
}
