html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*
LAYOUT: Two columns, right sidebar
*/

.wrapper {
	position:relative;
	width:960px;
	margin:auto;
	border: 3px solid #444;
	border-top: none;
	background: #333;
}
#container {
	background: #333;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	border-top:1px solid #444;
	float: left;
	margin: 0 -240px 0 0;
	margin-top:1px;
	width: 100%;
}
#content_game {
	margin: 0px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
structure
*/

#access .menu-header,
div.menu,
#colophon {
	margin: 0 auto;
}

#site-info {
	font-size: 14px;
	font-weight: bold;
	padding-left:3px;
	text-align: center;
}
#social {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-left:3px;
}

.stripes {
	clear:both;
	background: #333 url(images/stripe.gif);
	height: 6px;
}

body {
	background: #111 url(images/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}
ul {
	list-style: circle;
	margin: 0 0 18px 1.5em;
}

a:link,
a:visited {
	color: #999;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #ccc;
}

/*
header
*/

.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 150px;
}

.header span {padding-left: 32px;}

#site-title {
	float: left;
	font-size: 60x;
	margin:15px 0px 0px 5px;
	color: #7F0000;
	display: block;
	text-decoration: none;
}
#site-title a {
	color: #7F0000;
	display: block;
	text-decoration: none;
}

/*
menu
*/

#access {
	background: #191919 url(images/nav.gif);
	display: block;
	float: left;
	margin: 0 auto;
	width:100%;
	
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	background: #191919 url(images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
	text-decoration:none;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333 url(images/nav_hover.gif);
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/*
content
*/
.main {
	clear: both;
	background: #333;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
#content_game {
	margin-bottom: 36px;
}
#content_game,
#content_game input,
#content_game textarea {
	color: #999;
	font-size: 16px;
	line-height: 24px;
}
#content_game p,
#content_game ul,
#content_game ol,
#content_game dd,
#content_game pre,
#content_game hr {
	margin-bottom: 24px;
}
#content_game dt,
#content_game th {
	color: #999;
}
#content_game h1,
#content_game h2,
#content_game h3,
#content_game h4,
#content_game h5,
#content_game h6 {
	color: #eee;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content_game table {
	border: 0px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content_game tr th,
#content_game thead th {
	color: #888;
	background: #320000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 6px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
}
#content_game tr td {
	font-size: 12px;
	line-height: 18px;
	padding: 6px;
	border: 0px;
	padding: 6px 24px;
	text-align: center;
	vertical-align: middle;
}
#content_game tr.odd td {
	font-size: 12px;
	line-height: 18px;
	padding: 6px;
	text-align: center;
	background: #202020;
	vertical-align: middle;
}

.entry-title a:link,
.entry-title a:visited {
	color: #eee;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #fff;
}

/*
footer
*/

#footer {
	
	margin-bottom: 10px;
	color: #999;
}
#colophon {
	background: #191919;
	border-top: 1px solid #444;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	color: #666;
	font-size:12px;
}
#site-info a {
	color: #888;
	font-size:12px;
	text-decoration: none;
}