/* CSS Document */

h3 { 
	font-size: 30px;
	color: #fcfaec;
}
.genre { 
	margin-top: 20px;
	display: block;
	font-size: 20px;
	color: #fcfaec;
}

#linebreak {
	height: 1px;
	border-bottom: 1px solid #636363;
}

#linebreak_dim {
	height: 1px;
	border-bottom: 1px solid #2c2c2c;
}

#game_container {
	height: 56px;
	border: 1px solid #212121;
	background-image: url(../images/game_container_bg.gif);
	padding: 8px;
	margin-top: 8px;
}

#game_middle_content {
	width: 245px;
	float: left;
}

.game_icon {
	border: 1px solid #333333;
	float: left;
	margin-right: 7px;
}

.game_title a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	clear: both;
	display: block;
}

.game_title a:hover {
	color: #fbc403;
}

.game_type a {
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
	display: block;
}

.game_dates {
	margin-top: 12px;
	display: block;
	color: #fcfaec;
	float: left;
	margin-right: 10px;
}

#game_right_content {
	width: 154px;
	float: right;
	background-color: #1b1b1b;
	height: 58px;
}

#game_right_content ul {
	list-style-type: none;
	margin-top: 3px;
}

#game_right_content ul li {
	float: right;
	clear: both;
	margin-bottom: 3px;
}

#game_right_content ul li a {
	color: #fcfaec;
	text-decoration: underline;
}


.genre_title a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	display: block;
	margin-top: 10px;
	clear: left;
}
.genre_title a:hover {
	color: #fbc403;
}

.genre_amount {
	float: right;
	font-size: 14px;
	display: block;
	clear: right;
	margin-top: 10px;
}

.game_last_updated {
	float: right;
	display: block;
	clear: right;
	margin-top: 10px;
	color: #989898;
	font-weight: bold;
}

.genre_last_game {
	font-size: 11px;
	display: block;
	clear: both;
	margin-bottom: 4px;
}

.game_data {
	display: inline;
	clear: left;
	float: left;
	margin-bottom: 4px;
}

.game_companies {
	float: right;
	display: inline;
	clear: right;
	color: #FFFFFF;
	margin-bottom: 4px;
}

.news_title a {
	font-size: 18px;
	color: #FFFFFF;
}
.news_title a:hover {
	color: #fbc403;
}
#news_push { height: 10px; }

.news_info {
	color: #FFFFFF;
	float: left;
	clear: left;
}
.news_content {
	color: #FFFFFF;
}

.news_category {
	float: right;
	color: #FFFFFF;
}

#news_container {
	border-bottom: 1px solid #2c2c2c;
	display: block;
	height: 46px;
	margin-top: 12px;
}

.comments_box {
	font-size: 20px;
}

#person_box {
	clear: both;
	display: block;
	padding: 4px 4px 0px 4px;
	height: 20px;
	width: 517px;
	background: #393939;
	border: 1px solid #606060;
	margin-top: 12px;
}

.usernamez {
	float: left;
	font-weight: bold;
}

.post_datez {
	float: right;
}

.the_comment {
	margin: 6px 0 6px 0;
	display: block;
}

.textbg2 {
	background: #393939;
	border: 1px solid #606060;
	color: #FFFFFF;
}











