/* Begin Typography & Colors */
body {
	background: #ffd700 url(./images/topgrad.jpg) repeat-x top left; 
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
width: 900px;
font-family: verdana;
font-size:11px;
	}

h1
{
font-size:15px;
}
h2
{
font-size:15px;
}
h3
{
font-size:15px;
}
#search{
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-left:10px;
width:760px;
height:20px;
text-align: center;
}

#header {
	background: #666 url(./images/header.jpg) no-repeat top left; 
width: 800px;
height: 435px;
margin-top:0px;
padding-top:5px;
padding-left:50px;
padding-right:50px;
	}

#title
{
background: #666 url(./images/title.jpg) no-repeat top left; 
width: 500px;
height:50px;
text-indent: -9999px;
position: static;


}

.menu
{
background: transparent url(./images/menubar.jpg) no-repeat top left; 
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-left:10px;
width:760px;
height:120px;

}
.menu li
{

display: inline;
text-indent:-9999px;
}

a#arcade
{

float:left;
width: 150px;
height: 100px;
background: transparent url(./images/arcade.jpg) no-repeat top left; 
}
a#arcade:hover
{float:left;

width: 150px;
height: 100px;
background: transparent url(./images/arcadehover.jpg) no-repeat top left; 
}

a#rpg
{
float:left;

width: 150px;
height: 100px;
background: transparent url(./images/rpg.jpg) no-repeat top left; 
}
a#rpg:hover
{float:left;

width: 150px;
height: 100px;
background: transparent url(./images/rpghover.jpg) no-repeat top left; 
}

a#simulation
{

float:left;
width: 150px;
height: 100px;
background: transparent url(./images/simulation.jpg) no-repeat top left; 
}
a#simulation:hover
{float:left;

width: 150px;
height: 100px;
background: transparent url(./images/simulationhover.jpg) no-repeat top left; 
}

a#sports
{

float:left;
width: 150px;
height: 100px;
background: transparent url(./images/sports.jpg) no-repeat top left; 
}
a#sports:hover
{float:left;

width: 150px;
height: 100px;
background: transparent url(./images/sportshover.jpg) no-repeat top left; 
}

a#strategy
{

float:left;
width: 150px;
height: 100px;
background: transparent url(./images/strategy.jpg) no-repeat top left; 
}
a#strategy:hover
{float:left;

width: 150px;
height: 100px;
background: transparent url(./images/strategyhover.jpg) no-repeat top left; 
}

#main
{
background: #666 url(./images/main.jpg) repeat-y top left; 
width: 800px;
padding-top:0px;
margin-top: 0px;
padding-left:50px;
padding-right:50px;
padding-bottom:20px;
float: left;
}

#content
{
width: 500px;
margin-top:0px;
margin-left:20px;
margin-right:10px;
margin-top:0px;
float: left;
}

.alt 
{
background-color: #eee;
border: 1px black solid;
padding: 5px;
}

.post
{
background-color: #fff;
border: 1px black solid;
padding: 5px;
}

.navigation {
background: transparent url(./images/navbar.jpg) repeat-x top left; 

	display: block;
	text-align: center;
	margin-top: 10px;
padding:5px;
height: 20px;
width: 490px;
	margin-bottom: 10px;


color: #006;
font-size: 13px;
font-weight:bold;
	}

.navigation a:link, .navigation a:visited, .navigation a:active {
color: #00a;
text-decoration: none;
font-weight:bold;

}
.navigation a:hover{
color: #008;
text-decoration: underline;
font-weight:bold;
}
.alignleft
{float: left;}
.alignright
{float: right;}

#sidebar
{



width: 200px;
margin-left: 20px;

float: left;
}

.sideback
{
background: transparent url(./images/rightmenu.jpg) no-repeat top left;


width: 200px;

float: left;
}
.sidebanner
{
margin-top:50px;
background: transparent url(./images/rightmenulong.jpg) no-repeat top left;
padding-left:40px;
padding-top:50px;

width: 200px;

float: left;
}


#sidebar li
{
padding-top:5px;
padding-right:10px;
font-size: 11px;
font-weight: bold;
color: #ffd700;
	width: 170px;
list-style-type: none;
	list-style-image: none;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active
{
font-size: 11px;
font-weight: bold;
color: #ffd700;
text-decoration: none;
}
#sidebar a:hover
{
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}

#sidebar ul, #sidebar ul ol {
   	margin: 30px 0 0 15px;
	padding: 0;
	}

#footer
{
float: left;
color:#ffd700;
font-weight: bold;
text-align:center;
background-color: #000;
width: 900px;
height: 50px;
}


#comment
{
width:400px;
}

.entry
{
font-weight:normal;
font-size:11px;
}
