/*
Theme Name: Game Fatale Theme
Theme URI: http://www.reallyfancywebdesign.com/
Description: Basic template suitable for two and three column layouts.
Version: 1.0
Author: Kerry Turner
Author URI: http://www.reallyfancywebdesign.com/
*/

/* Begin Structure */

*
{
   padding:0;
   margin:0;
   font-size:9pt;
   line-height: 120%;
   color:#BBB;
}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: #000;
	font-family: verdana, sans-serif;
	text-align: center;
}

#wrapper
{
	width: 995px;
	margin: 10px auto;
	text-align: justify;
}

#header
{
	margin: 10px 0 -2px 0;
	background: url('images/header.gif') no-repeat;
	width: 995px;
	height: 210px;
}

#footer
{
	clear: both;
	/*background: url('images/footer.gif') no-repeat;*/
	width: 995px;
	height: 170px;
	margin: 0 0 10px 0;
	padding: 40px 0 0 0;
	font-weight: bold;
	text-align: center;
}

#contentwrapper
{
	width: 995px;
	/*background: url('images/background.gif') repeat-y;*/
	overflow: hidden;
}

#contenttop
{
	width: 995px;
	/*background: url('images/content_header.gif') no-repeat;*/
	margin: 0 0 0 0;
}

#contentbottom
{
	width: 995px;
	/*background: url('images/content_bottom.gif') no-repeat;*/
	margin: 0 0 0 0;
}

#centrecolumn
{
	width: 795px;
	margin: 0 180px 0 0;
	border: 2px solid #333;
	background-color:#000;
}

#centrecolumntop
{
}

#centrecolumnbottom
{
}

#leftcolumn
{
	width: 160px;
	margin: 0 0 0 0;
	float: left;
	padding: 5px;
	display: inline;
	text-align: left;
	background: #000;
}

#rightcolumn
{
	width: 160px;
	margin: 0 0 0 0;
	float: right;
	padding: 5px;
	display: inline;
	text-align: left;
	background: #000;
	border: 2px solid #333;
}

.sidebartop
{

}

.sidebarbottom
{

}

.post
{
	margin: 0;
	float: left;
	display: inline;
width: 775px;
	padding: 5px;
}

.spacer
{
	clear:both;
	height: 0;
	width: 0;
}

.hidden
{
	display: none;
}

#olderposts
{
	text-align:center;
}

/* End Structure */


/* Begin Typography & Colors */
a:link  {color: #BBB; }
a:visited {color: #BBB; }
a:hover  {color: #FFF; }
a:active {color: #BBB; }

a img {border:none}

ul
{
	padding: 3px;
	list-style-type: none;
}

li
{
	padding: 3px;
	list-style-type: none;
}

.alt 
{
	background-color: #333;
}

.entry p a:visited 
{
	color: #b85b5a;
}

h1
{
	padding: 3px;
	margin: 10px;
	font-family: verdana, sans-serif;
	font-size:12pt;
	color:#fff;
	text-align: center;
}

h2
{
	padding: 3px;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size:10pt;
	color:#666;
}

h3
{
	padding: 3px;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size:10pt;
	color:#666;
}

p
{
	padding: 3px;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size:9pt;
	color:#BBB;
}

.small
{
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size:8pt;
	font-weight: normal;
	color:#BBB;
}


.commentlist
{
width: 600px;
}

.commentlist li, #commentform input, #commentform textarea 
{
	font: 0.9em Verdana, Arial, Sans-Serif;
	padding: 3px;
color:#000;
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p
{
	font-family: Verdana, Sans-Serif;
}

.commentmetadata 
{
	font-weight: normal;
}
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */

.entry form 
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select 
{
	width: 130px;



}


/* End Form Elements */


