

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #36393D url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D1E9A3;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #36393D;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	background: #D1E9A3 url(images/img02.gif) repeat-x;
}

#logo {
	float: left;
	height: 100px;
	padding: 0 0 0 115px;
	background: url(images/img03.gif) no-repeat;
	color: #36393D;
}

#logo h1 {
	padding: 20px 0 0 0;
}

#logo p {
}

#logo a {
	text-decoration: none;
	color: #36393D;
}

#search {
	float: right;
	width: 200px;
	padding: 0 20px 0 0;
	background: url(images/img04.gif) no-repeat right top;
}

#search form {
	height: 25px;
	padding: 65px 0 0 25px;
	background: url(images/img05.gif) no-repeat 0 60px;
}

#search fieldset {
	border: none;
}

#search-text {
	width: 170px;
	background: #FFFFFF;
	border: none;
}

#search legend, #search-submit {
	display: none;
}

#menu {
	clear: both;
	height: 40px;
	background: url(images/img09.gif) no-repeat right bottom;
}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	background: url(images/img08.gif) no-repeat left bottom;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(images/img06.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img07.gif) no-repeat left center;
	color: #B42600;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#back2top {
	height: 72px;
	background: url(images/img19.gif) no-repeat left bottom;
}

#back2top a {
	display: block;
	width: 40px;
	padding: 27px 0 0 25px;
	text-decoration: none;
	text-align: center;
}

#back2top a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

.post {
	padding: 20px 0;
}

.post .title {
	font-size: 2.6em;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px dotted #000000;
}

.post .byline {
	margin-bottom: 2em;
}

.post .date {
	display: block;
	float: left;
	width: 69px;
	height: 64px;
	margin-top: 7px;
	background: #CCE698 url(images/img14.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #BF3600;
}

.post .date .month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: #BF3600 url(images/img14.gif) no-repeat;
	color: #FFFFFF;
}

.post .date .day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

.post .date .year {
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
}

.post .entry {
	margin: 0 20px 0 5px;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	margin-top: 15px;
	line-height: 180%;
	list-style-position: inside;
}

.post .links {
	height: 22px;
	padding: 5px 0 0 10px;
	background: url(images/img15.gif) no-repeat;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	padding-left: 15px;
	background: url(images/img16.gif) no-repeat 0 5px;
}

.post .links .comments {
	padding-left: 15px;
	background: url(images/img17.gif) no-repeat 0 6px;
}

.post .links .rss {
	padding-left: 15px;
	background: url(images/img18.gif) no-repeat 1px 6px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
}

#sidebar ul {
	background: #D6EBAD url(images/img10.gif) repeat-y;
	list-style: none;
	color: #36393D;
}

#sidebar li {
	background: url(images/img12.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 10px 20px 30px 20px;
	line-height: 200%;
	background: none;
}

#sidebar li li {
	padding: 0 0 0 10px;
	background: url(images/img13.gif) no-repeat left center;
}

#sidebar h2 {
	height: 42px;
	padding: 8px 0 0 10px;
	background: #BA3300 url(images/img11.gif) no-repeat;
	font-size: 1.6em;
}

#sidebar a {
	text-decoration: none;
	color: #BA3300;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 10px 20px 30px 20px;
}

#calendar table {
	width: 200px;
	border-collapse: collapse;
	text-align: center;
}

#calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #BA3300;
}

#calendar thead th {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	border-bottom: 2px solid #BFD19A;
}

#calendar tbody td {
	padding: 4px 0;
}

#calendar tfoot td {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#today {
	background: #BFD19A;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 50px 0;
	background: #242628 url(images/footer.gif) no-repeat scroll center top;
	font-size: 11px;
	color: #666666;
}

#footer p {
	text-align: center;
	line-height: 2em;
	
}

#footer a {
	color: #666666;
}

/* Additional CSS */

.sliderwrapper{
overflow: hidden; /*leave as is*/
width: 691px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
width: 526px;
margin: 0 auto;
color: #ffffff;
background-color: transparent;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.game_title {
font-family:Taqhoma, Arial, Helvetica, sans-serif;
font-size:20px;
line-height: 25px;
color: #ffffff;
background-color: transparent;
}
.game_text {
font-family:Taqhoma, Arial, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;
background-color: transparent;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #FEE496;
}

.homebox {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-weight:bold;
font-size:12px;
text-align:left;}
.homebox a {
font-family:Arial, Helvetica, sans-serif;
color: #990000;
font-size:12px;
font-weight:bold;
text-decoration: underline;
}
.homebox a:hover {
	color: #000099;
}
.border {
border-right:solid #000000 1px;
}

#homewrapper{
width:700px;
}

#catwrapper{
width:700px;
}
#column1{
float:left;
width:28%;
margin-right:5px;
margin-top:5px;
text-align:left;
}
#game_info_column{
float:left;
width:49%;
margin-right:5px;
margin-top:5px;
text-align:left;
}
#feature_column{
float:left;
width:73%;
margin-right:5px;
margin-top:5px;
text-align:left;
}
#feature_column2{
float:left;
width:25%;
text-align:left;
}
#cat_game_container {
float:left;
width: 80%;
margin-right:8px;
margin-bottom:8px;
padding: 10px 10px 10px 10px;
text-align:left;
background: #D6EBAD url(img/go.jpg);
background-repeat: no-repeat;
color: #BA3300;
}
#column1 img{
border:1px solid #000000;
width:25px;
height:25px;
}
#home_category_heading {
border-bottom: 2px solid #ece0d9;
width:100%;
margin:0;
margin-bottom:2px;
font-family:Tahoma, Arial, Helvetica, sans-serif;

padding-bottom: 5px;
font-size:16px;
font-weight: bold;
text-align:left;
}
#home_category_heading a {  
font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#subheading {
border-bottom: 2px solid #ece0d9;
width:98%;
margin:0;
margin-bottom:2px;
font-family:Tahoma, Arial, Helvetica, sans-serif;

font-size:16px;
text-align:left;
}
#home_news_heading a {      
font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#homepage_news { 
padding-top:6px;
height:26px;
margin-left:2px;
margin-right:2px;
width:98%;
text-align:left;
}
#homepage_news a {  
font-family:Tahoma, Arial, Helvetica, sans-serif}
#homepage_games {   

padding-top:5px;
padding-bottom:4px;
height:30px;
margin-left:2px;
margin-right:2px;
border-bottom:solid 1px #ece0d9;
}
#homepage_games a {   
display: block;}
#homepage_games a:hover {  
display:block;
background-image:url(images/highlight.png);
}

#cat_link {    
text-align:right;
font-size:12px;
padding-top: 5px;
font-weight:bold;
font-family:Tahoma, Arial, Helvetica, sans-serif}

#cat_link a{      
font-size:12px;
font-weight:bold;
font-family:Tahoma, Arial, Helvetica, sans-serif}

#newsimage {
float:left;
width:60px;
}
#newstitle {
float:right;
width:616px;              
background-color:#CCCCCC;
padding-left:4px;
}
#newswrapper {
width:680px;
border:#999999 1px solid;
margin-top:6px;
}
#headerwrapper {
height:60px;
background:#B1B1B1;
}

#newstext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-right:#999999 1px solid;
	border-left:#999999 1px solid;
	border-bottom:#999999 1px solid;
	width:672px;
	padding:4px;
}

#view_game_head {
width:600px;
background-image:url(images/view_game_top.png);
height:18px;
}
#view_game {
width:600px;
background: #FFFFFF	 url(img/bagg.jpg);
background-repeat: no-repeat;
background-position: top left;
padding: 40px 10px 30px 10px;
text-align:center;
border:2px solid #000000;

}
#view_game_bottom {
width:600px;
background: #ce3d00 url(img/bott.gif);
}
#game_info_head {
color: #000000;
background: #dddfe0 url('img/bg1.jpg');
background-repeat: no-repeat;
background-position: top left;
width: 601px;
height: 29px;
text-align: left;
font-size: 16px;
font-weight: bold;
padding-left: 19px;
padding-top: 24px;
border-left:2px solid #000000;
border-right:2px solid #000000;
border-top:2px solid #000000;
}
#game_info {
color: #000000;
background: #dddfe0 url('img/bg2.jpg');
background-repeat: repeat-x;
background-position: top left;
width: 580px;
text-align: left;
padding: 0 20px 15px 20px;
border-left:2px solid #000000;
border-right:2px solid #000000;
border-bottom:2px solid #000000;
}
#game_info a {

}
#game_image {
float:left;
width:60px;
height:60px;
border:1px solid #86611a;
background-image:url(images/no_image.png);}
#game_text {
float:left;

padding-left:10px;
padding-right:3px;
}
#game_text a {
text-decoration:underline;
color:#BA3300;
}
#game_stats {
float:right;
width:245px;
padding-top:10px;
padding-left:10px;
font-size:10px;
color:#ffffff;
}

