* { margin:0;
	padding:0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	min-height:100%;
	background-color:#000;
	font-size: 14px;
	margin:0;
	padding:0;
	margin-top: 10px;
}

img {
	border:0px;
}
/* BUILT-IN CSS STYLES - Can be modified but must exist */
.game_not_found {
	height: 170px;
	padding-top: 130px;
}
#no_games {
	text-align: center;
	padding-top: 30px;
	height: 100px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{display:inline;}
    #rateMe{display:inline; padding:0px; margin:0px;}
    #rateMe a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	width: 100%;
}
#member_list td {
	border-bottom: 1px solid #dfdfdf;
	height: 40px;
}
#member_list td a {
	color: #373737;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.home_icon {
	padding-top:6px;
	vertical-align:text-bottom;
}
/* END OF REQUIRED CSS STYLES */

/* GLOBAL TEMPLATE STYLES */

.header {
	width:930px;
	margin:0 auto;
	color:#fff;
	background:url() repeat-x;
	background-color:#5F5F5F;
	background-color:#000;
	height:120px;
}
.logo {
	float: left;
	margin:0 0 0 20px;
	height: 100px;
	display:inline;
}
.top_desc {
	float:left;
	font-size:12px;
	color:#;
	margin:48px 0 0 70px;
}

.menu_container {
	width:930px;
	margin:0 auto;
}
.nav_menu {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#BBB;
	font-size:14px;
	font-weight:bold;
	float:right;
	width: 100%;
	padding:12px 0 6px 0;
	background-color:#BF8300;
}
.nav_menu a:link, .nav_menu a:visited {
	color:#fff;
	text-decoration:none;
	padding-right:10px;
}
.nav_menu a:hover {
	text-decoration:underline;
}
.categories_menu {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#261A00;
	font-size:14px;
	float:right;
	width: 100%;
	padding:4px 0 4px 0;
}
.categories_menu a:link, .categories_menu a:visited {
	color:#FFCA59;
	text-decoration:none;
}
.categories_menu a:hover {
	text-decoration:underline;
}

.content {
	margin: 10px 0 0 15px;
	float:left;
	width:460px;
}
.misc_container {
	margin: 10px 0 0 15px;
	float:left;
	width:460px;
	min-height:380px;
}
.misc_container ul {
	margin:20px 0;
	padding-left:30px;
}
.misc_container ul li {
	padding:3px 0;
}
.misc_container a:link, .misc_container a:visited {
	color:#000;
	text-decoration:underline;
}
.misc_page_title {
	border-bottom:1px solid #222;
	color:#000;
	padding: 10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom: 15px;
}
.module_header {
	font-weight: bold;
	text-transform:uppercase;
	color: #EEE;
	letter-spacing:3px;
	padding: 7px 0px 10px 25px;
	font-size: 14px;
	text-align: left;
	margin: auto;
}
.featured_games .module_header {
	font-size:16px;
	padding-bottom:0px;
}

.footer {
	width: 930px;
	margin: 0 auto;
	margin-top:15px;
}
.footer_nav {
	width:500px;
	height:20px;
	background-color:#261A00;
	text-align:center;
	margin:0 auto;
}

.footer_nav a:link, .footer_nav a:visited {
	color:#999;
	text-decoration:none;
	font-size:12px;
	padding:0 6px;
}
.footer_nav a:hover {
	text-decoration:underline;
}

.copyright {
	font-size:11px;
	color:#4c4c4c;
	margin:5px 0 0;
	text-align:center;
}
.links {
	font-size:11px;
	width:700px;
	margin:20px auto;
	color:#4c4c4c;
}
.links a:link, .links a:visited {
	color:#FFCA59;
	text-decoration:none;
}
.links a:hover {
	text-decoration:underline;
}
.intro_text {
	font-size:11px;
	width:700px;
	margin:20px auto;
	color:#4c4c4c;
}

.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.home_container {
	width:930px;
	background-color:#FFCA59;
	border-left:#444 1px solid;
	border-right:#444 1px solid;
	border-bottom:#444 1px solid;
	margin: 0 auto;
	padding-bottom:5px;
}
.homepage_game {
	float: left;
	width: 190px;
	height: 120px;
	margin: 4px 11px 5px 10px;
	border:#AAA solid 1px;
}

.hot_spot {
	width:100%;
}
.featured {
	margin: 10px 0 0 15px;
	float:left;
	width:460px;
}
.featured .module_header{
	font-size:18px;
}

.featured_games {
	color: #FFF;
	background-color:#BF8300;
	padding-left: 10px;
	width: 500px;
	margin-bottom: 0;
	padding-bottom:7px;
	/*height: 220px;*/
	border:#111 solid 1px;
	overflow:hidden;
}
.featured_games_header {
	background-color:#261A00;
}
.featured_game_more  {
	clear:both;
	padding-top:20px;
}
.featured_game_more a:link, .featured_game_more a:visited {
	color: #000;
	border:1px solid #000;
	text-decoration:none;
	display:block;
	width:222px;
	height:57px;
	margin:7px 7px 0 5px;
	padding:5px;
	float:left;
	overflow:hidden;
	text-align:left;
}
.featured_game_more a:hover {
	border:1px solid #aaa;
}
.featured_game_more a img {
	border:1px solid #333;
	margin:2px 4px 2px 2px;
	float:left;
}
.featured_game_more a strong {
	display:block;
	font-size:12px;
	color:#111;
	width:150px;
	height:13px;
	white-space:nowrap;
	text-decoration:underline;
	/*overflow:hidden;*/
}
.featured_game_more a span {
	display:block;
	color:#111;
	font-size:11px;
	width:150px;
	height:38px;
	overflow:hidden;
}

.featured_game_top {
	padding-top:8px;
}
.featured_game_top a, .featured_game_top a:visited {
	color: #000;
	text-decoration:underline;
	margin:0 0 0 0;
	padding:5px;
	float:left;
	overflow:hidden;
	text-align:left;
}
.featured_game_top a:hover {

}
.featured_game_top a h4 {
	display:block;
	width:150px;
	height:18px;
	white-space:nowrap;
	overflow:hidden;
	font-size:14px;
}
.featured_game_top a img {
	padding:2px;
	border:1px solid black;
}
.featured_game_top p.desc {
	display:block;
	color:#111;
	font-size:12px;
	width:145px;
	height:90px;
	padding-left:5px;
	overflow:hidden;
}
.featured_game_top p.aligncenter{
	margin:10px auto;
	text-align:center;
}
.featured_game_top button {
	position:relative;
	background-color:#000;
	border:0 none;
	width:118px;
	height:22px;
	font-weight:bold;
	color:#fff;
	margin:auto 1px;
	overflow:hidden;
	cursor:pointer;
}

.newest_games {
	background-color:#856D39;
	float:right;
	margin-top:30px;
	margin-right:16px;
	width:380px;
}
.newest_games_header {
	color:#BF8300;
}
.newest_games_left {
	width:230px;
	float:left;
}
.newest_games_right {
	width:140px;
	float:left;
	margin-top:30px;
}
.newest_games_left a:link, .newest_games_left a:visited {
	display:block;
	width:222px;
	height:57px;
	text-decoration:none;
	margin:7px 7px 0 5px;
	padding:1px;
	overflow:hidden;
	text-align:left;
}
.newest_games_left a:hover {
	background-color:#785D21;
}
.newest_games_left a img {
	border:1px solid #333;
	margin:2px 4px 2px 2px;
	float:left;
}
.newest_games_left a strong {
	display:block;
	font-size:12px;
	color:#fff;
	width:150px;
	height:13px;
	white-space:nowrap;
	/*overflow:hidden;*/
}
.newest_games_left a:hover strong {
	text-decoration:underline;
}

.newest_games_left a span {
	display:block;
	color:#111;
	font-size:11px;
	width:150px;
	height:38px;
	overflow:hidden;
}
.newest_games_right ol {
	list-style-position: outside;
	padding-left:34px;
}

.newest_games_right ol li{
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
}

.newest_games_right a:link, .newest_games_right a:visited {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	overflow:hidden;
	text-align:left;
}
.newest_games_right a:hover {
	text-decoration:underline;
}

/*View game*/
.game_header {
	float:left;
	height:70px;
	width:100%;
	margin: 20px 0;
}
.game_header_top {
	padding-top:5px;
	padding-left:20px;
}
.game_header_bottom {
	width:440px;
	margin:0 auto;
	background-color:#BF8300;
	text-align:center;
	padding:3px 0;
}
.game_header_bottom  a:link, .game_header_bottom a:visited {
	padding:0 6px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.game_header_bottom  a:hover {
	color:#;
}
.game_header_top span {
	font-size:25px;
	color: #000;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.game_header_top h2 {
	font-size:25px;
	color: #EEE;
	padding-left:40px;
}
.game_info {
	width:720px;
	margin:0 auto;
	margin-top:20px;
}
.game_desc {
	float:left;
	color:#000;
	font-size:14px;
	background-color:#BF8300;
	padding-left: 10px;
	width: 400px;
	margin-bottom: 0;
	padding-bottom:7px;
	/*height: 220px;*/
	border:#111 solid 1px;
	overflow:hidden;
	text-align:left;
	min-height:120px;
}
.game_desc_header {
	background-color:#261A00;
	font-size:16px;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
}
.game_desc_text {
	padding:10px;
}
.game_desc a {
	color: #111;
}
.game_stats {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	color:#111;
	font-size:14px;
	width:260px;
	border:2px dashed #000;
	text-align:left;
	padding:10px 0;
}
.game_stats div {
	margin:0 10px;
	padding-bottom:10px;
}
.game_stats div span{
	float:left;
}
.game_container {
	margin-top:20px;
	text-align: center;
}
.more_games_box1 {
	margin-top:30px;
	margin-bottom:10px;
	font-size:25px;
	color: #000;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.more_games_box2 {
	width:500px;
	margin:0 auto;
}
.more_games_box2 a:link, .more_games_box2 a:visited {
	width:74px;
	height:90px;
	overflow:hidden;
	display:block;
	float:left;
	text-decoration:none;
	margin:4px;
}
.more_games_box2 a img {
	border:1px solid #000;
}
.more_games_box2 a strong {
	font-size:12px;
	text-decoration:underline;
	color:#000;
	font-weight:normal;
}

/* CATEGORY PAGE */
.cat_page {
	width:100%;
}
.category {
	margin: 10px 0 0 15px;
	float:left;
	width:647px;
}
.cat_container {
	width: 647px;
	font-size: 14px;
	color: #FFF;
	background-color:#856D39;
	padding-left: 10px;
	width:100%;
	margin-bottom: 0;
	padding-bottom:7px;
	/*height: 220px;*/
	border:#111 solid 1px;
	min-height:380px;
}

.cat_name {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	float: left;
	padding:6px 0 10px 15px;
	font-size: 18px;
	color:#fff;
}

.cat_games  {
	padding-top:20px;
	overflow:auto;
	width:100%;
}
.cat_games a:link, .cat_games a:visited {
	color: #fff;
	text-decoration:none;
	display:block;
	width:200px;
	height:57px;
	margin:2px 2px 0 2px;
	padding:2px;
	float:left;
	overflow:hidden;
}
.cat_games a:hover {
	background-color:#785D21;
}
.cat_games a img {
	border:1px solid #333;
	margin:2px 2px 4px 2px;
	float:left;
}
.cat_games a strong {
	display:block;
	font-size:0.9167em;
	color:#fff;
	width:150px;
	height:13px;
	white-space:nowrap;
	text-decoration:none;
}
.cat_games a:hover strong{
	text-decoration:underline;
}
.cat_games a span {
	display:block;
	color:#111;
	font-size:0.834em;
	width:150px;
	height:35px;
	overflow:hidden;
}

.category_pages {
	margin: auto;
	margin: 15px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
}
.category_pages a {
	color: #fff;
	padding: 3px;
	text-decoration: none;
}
/* SIDEBAR */
.sidebar_games {
	width:230px;
	float:right;
	margin-top:10px;
	margin-right:16px;
}
.sidebar_games a:link, .sidebar_games a:visited {
	display:block;
	width:222px;
	height:57px;
	text-decoration:none;
	margin:7px 7px 0 5px;
	padding:1px;
	overflow:hidden;
	text-align:left;
}
.sidebar_games a:hover {
	background-color:#CC9933;
}
.sidebar_games a img {
	border:1px solid #333;
	margin:2px 4px 2px 2px;
	float:left;
}
.sidebar_games a strong {
	display:block;
	font-size:12px;
	color:#000;
	width:150px;
	height:13px;
	white-space:nowrap;
	/*overflow:hidden;*/
}
.sidebar_games a:hover strong {
	text-decoration:underline;
}

.sidebar_games a span {
	display:block;
	color:#111;
	font-size:11px;
	width:150px;
	height:38px;
	overflow:hidden;
}