body {
	background-color: #aeaeae;
}

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {

        padding: 0px 0px 5px 0px;
        margin: 0px 0px 9px 0px;

}


h1 {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

h3 {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

h4 {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

h5 {
	color: #636363;
	text-decoration: none;
	font-size: 10px;
}

h6 {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h7 {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

h8 {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}


h9 {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	left: 5px;
}

h10 {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}

h11 {
	color: #781e1e;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}

.headline {	
	color: #5d5d5d;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.headline A:link {
	color: #5d5d5d;
	font-weight: bold;
	font-size: 19px;
	text-decoration:none;
}

.headline A:visited {
	color: #5d5d5d;
	font-weight: bold;
	font-size: 19px;
	text-decoration:none;
}

.headline A:active {
	color: #5d5d5d;
	font-weight: bold;
	font-size: 19px;
	text-decoration:none;
}

.headline A:hover {
	font-weight: bold;
	font-size: 19px;
	color: #781e1e;
	text-decoration:none;
}

.news_data {
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	text-decoration: none;
}

.news_data A:link {
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	text-decoration: underline;
}

.news_data A:visited {
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	text-decoration: underline;
}

.news_data A:active {
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	text-decoration: underline;
}

.news_data A:hover {
	color: #781e1e;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}

#container {
	width: 940px;
	margin: 20px auto 0 auto;

}

#header_container {
	position: relative;
	height: 131px;
	width: 940px;
}

#header {
	height: 36px;
	width: 940px;
	background-color: #5a5a5a;
	position: absolute;
	z-index: 4;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.logo {
	float: left;
}

.nav {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
}

.nav ul {
	padding: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	
}

.nav ul li {
	display: inline;
	list-style-type: none;
}

.nav ul li A:link {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

.nav ul li A:visited {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

.nav ul li A:active {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

.nav ul li A:hover {
	color: #781e1e;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

#search_box {
	float: right;
	position: relative;
	top: 7px;
	padding: 3px;
	width: 171px;
	height: 23px;
	background: url(http://gamebrit.com/beta/test/search_box.jpg) no-repeat;
	
}

.search_input{
	color: #fff;
	float: right;
	width: 143px;
	height: 18px;
	margin-top: 2px;
	margin-right: 9px;
	padding-left: 6px;
	background: none;	
}

#featured {
	height: 100px;
	width: 940px;
	position: absolute;
	top: 31px;
	z-index: 3;
}


#featured_text_box {
	height: 14px;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	right: 7px;
	margin-top: -24px;
	z-index: 1;
}

.featured_text {
	font-size: 16px;
	color: #363636;
}

.featured_text A:link {
	font-size: 16px;
	color: #363636;
	text-decoration: none;
}

.featured_text A:visited {
	font-size: 16px;
	color: #363636;
	text-decoration: none;
}

.featured_text A:active {
	font-size: 16px;
	color: #363636;
	text-decoration: none;
}

.featured_text A:hover {
	font-size: 16px;
	color: #541515;
	text-decoration: none;
}

#main {
	clear: both;
	padding-top: 16px;
}

#left { 
	float: left;
	width: 610px;
	padding-bottom: 10px;
}

#lnews {
	height: 35px;
	background: #5d5d5d;
	margin-bottom: 7px;
	}

.l_news{
	float: left;
	line-height: 34px;
	padding-left: 7px;
}

#comic { 
	float: left;
	width: 940px;
	padding-bottom: 10px;
}

.feed {
	float: right;
	line-height: 34px;
	color: #fff;
	padding-right: 7px;
}

.feed a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

.feed a:hover {
	color: #781e1e;
	text-decoration: none;
}

.feedicon {
	margin-left: 3px;
  	padding: 0 0 0 19px;
 	background: url("http://www.gamebrit.com/images/n/feed.png") no-repeat 0 0;
}

#news_container {
	height: auto;
	min-height: 600px;
	background: #fff;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	}

#news_entry {
	padding-bottom: 25px;
}

#in_news_entry {
	padding-top: 7px;
	padding-bottom: 7px;
}

#in_news_p {
	padding: 5px;
}

#news_deets {
	clear: both;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px dotted #666666;	
}

#author {
	float: left;
	padding-bottom: 3px;
}

.author_data {
	font-size: 13px;
	color: #636363;
	text-decoration: none;
}

.author_data A:link {
	font-size: 13px;
	color: #636363;
	text-decoration: underline;
}

.author_data A:visited {
	font-size: 13px;
	color: #636363;
	text-decoration: underline;
}

.author_data A:active {
	font-size: 13px;
	color: #636363;
	text-decoration: underline;
}

.author_data A:hover {
	font-size: 13px;
	text-decoration: none;
	color: #781e1e;
}

#share {
	float: right;
	position: relative;
	right: 0;
	padding-bottom: 3px;
}

#news_links{
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
}

#read_more {
	float: left;
	background-color: #636363;
	padding: 7px;
}

#comments{
	float: right;
	background-color: #636363;
	padding: 7px;
}

.nl {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.nl A:link {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.nl A:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.nl A:active {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.nl A:hover {
	color: #781e1e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.article {
	color: #636363;
	font-size: 13px;
	line-height: 17px;
}

.article A:link {
	font-size: 13px;
	color: #636363;
	text-decoration:underline;
}

.article A:visited {
	font-size: 13px;
	color: #636363;
	text-decoration:underline;
}

.article A:active {
	font-size: 13px;
	color: #636363;
	text-decoration:underline;
}
.article A:hover {
	font-size: 13px;
	color: #781e1e;
	text-decoration:none;
}

#comment_form{
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666666;
	min-height: 300px;
}

.comments_thoughts {
	margin-bottom: 10px;
}

#comments_box {
	width: 590px;
	height: 120px;
	background: #EFEFEF;
	background-color: #EFEFEF;
	border: 1px solid #E0E5E5;
}

#comments_holder {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 590px;
}

#comments_name {
	float: left;
	width: 190px;
	margin-right: 10px;
	height: 30px;
	background: #EFEFEF;
	background-color: #EFEFEF;
	border: 1px solid #E0E5E5;
}

.c_name {
	margin-right: 156px;
}

#comments_website {
	float: right;
	width: 190px;
	height: 30px;
	background: #EFEFEF;
	background-color: #EFEFEF;
	border: 1px solid #E0E5E5;
}

#comments_email {
	float: left;
	width: 190px;
	margin-right: 5px;
	height: 30px;
	background: #EFEFEF;
	background-color: #EFEFEF;
	border: 1px solid #E0E5E5;
}

.c_email {
	margin-right: 157px;
}

#comments_cap {
	float: left;
}

#comments_code {
	float: left;
	width: 235px;
	margin-left: 10px;
	height: 30px;
	background: #EFEFEF;
	background-color: #EFEFEF;
	border: 1px solid #E0E5E5;
}

#comments_submit {
	float: right;
	width: 190px;
	height: 30px;
	background: #EFEFEF;
	background-color: #EFEFEF;
	border: 1px solid #E0E5E5;
}

#comment_entries{
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666666;
}

#comment_box {
	width: 580px;
	height: auto;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 13px;
	background: #EFEFEF;
	background-color: #EFEFEF;
	border: 1px solid #E0E5E5;
}

.comment_entry {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.comment_entry A:link {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.comment_entry A:visited {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.comment_entry A:active {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.comment_entry A:hover {
	color: #5d5d5d;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

.thecomment {
	color: #636363;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
}

.thecomment A:link {
	font-size: 14px;
	color: #636363;
	text-decoration:underline;
}

.thecomment A:visited {
	font-size: 14px;
	color: #636363;
	text-decoration:underline;
}

.thecomment A:active {
	font-size: 14px;
	color: #636363;
	text-decoration:underline;
}
.thecomment A:hover {
	font-size: 14px;
	color: #781e1e;
	text-decoration:none;
}

#right{
	float: right;
	width: 315px;
	padding-bottom: 10px;
}

#offer{
	height: 35px;
	background: #aeaeae;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#connect {
	height: auto;
	background: #636363;
	padding: 7px;
	margin-top: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.connect_list {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.connect_list ul {
	padding: 0px;
	white-space: nowrap;
	
}

.connect_list ul li {
  margin: 0 0 0 0;
  padding-bottom: 5px;
  list-style-type: none;
}

.connect_list ul li a:link, a:visited, a:active {
	color: #ffffff;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
}

.connect_list ul li a:visited {
	color: #ffffff;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
}

.connect_list ul li a:active {
	color: #ffffff;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
}

.connect_list ul li a:hover {
	color: #781e1e;
	text-decoration: none;
	padding-left: 2px;
}

.img_c {
	vertical-align: bottom;
}

#reviews_home {
	height: auto;
	background: #636363;
	padding: 7px;
	margin-top: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#review_container {
	height: 85px;
	padding-bottom: 7px;
	display:block;
}

#review_container a {
	outline: none;
  	text-decoration:none;
}

#review_container a:visited {
	outline: none;
  	text-decoration:none;
}

#review_container a:active {
	outline: none;
  	text-decoration:none;
}

#review_container a:hover {
	outline: none;
 	text-decoration:none;
 }

#game_info_container {
	padding-bottom: 3px;
	height: 180px;
}

.content_list {
  margin: 5px 0 5px 5px;
  padding: 0;
  list-style-type: none;
}

.content_list ul {
	padding: 0px;
	white-space: nowrap;
	
}

.content_list ul li {
  margin: 0 0 0 0;
  padding-bottom: 5px;
  list-style-type: none;
}

.content_list ul li a:link, a:visited, a:active {
	color: #5d5d5d;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
}

.content_list ul li a:hover {
	color: #781e1e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
}

.sidebar_list {
  margin: 2px 0 2px 0;
  padding: 0;
  list-style-type: none;
}

.sidebar_list ul {
	padding: 0px;
	
}

.sidebar_list ul li {
  margin: 0 0 0 0;
  padding-bottom: 3px;
  list-style-type: none;
}

.sidebar_list ul li a:link, a:visited, a:active {
	color: #fff;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
}

.sidebar_list ul li a:hover {
	color: #781e1e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


#boxart_c {
	float: left;
	width: 117px;
}

#info_1 {
width:50px;
height: 125px;
font-weight:bold;
text-align:left;
font-size:12px;
color: #fff;
line-height: 17px;
padding-left: 5px;
float:left;
}

#info_2 {
height: 125px;
font-size:12px;
text-align:left;
color: #fff;
line-height: 17px;
padding-left: 15px;
float:left;
}

#info_game1 {
width:75px;
height: 125px;
font-weight:bold;
text-align:left;
font-size:15px;
color: #636363;
line-height: 20px;
padding-left: 5px;
float:left;
}

#info_game2 {
height: 125px;
font-size:15px;
text-align:left;
color: #636363;
line-height: 20px;
padding-left: 15px;
float:left;
}

.reviews_home_img {
	width: 56px;
	height: 84px;
	float: left;
}

#review_info {
	float: left;
	margin-left: 7px;
}

.x360{
	color: #13d613;
}

.wii{
	color: #2ebbde;
}

.ps3{
	color: #c8362d;
}

#score{
	font-size: 24px;
	font-weight: normal;
	position: relative;
	bottom: -24px;
	color: #fff;
}

#in_score{
	font-size: 24px;
	font-weight: normal;
	color: #636363;
	padding-bottom: 5px;
	padding-top: 5px;
}

#gbtv {
	height: auto;
	background: #636363;
	padding: 7px;
	margin-top: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#vid_box{
}

#tweets {
	height: auto;
	background: #636363;
	padding: 7px;
	margin-top: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/*About Us Page Styles*/

.staff_container {
	width: 580px;
	height: 110px;
	padding: 5px;
	clear: both;
}

.staff_pic {
	width: 90px;
	height: 90px;
}

.staff_pic_c {
    float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 90px;
	height: 90px;
}

.staff_details {
	float: left;
	width: 480px;
	padding-bottom: 5px;
	color: #636363;
	font-size: 13px;
	line-height: 17px;
}

.staff_list {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.staff_list ul {
	padding: 0px;
	white-space: nowrap;
	
}

.staff_list ul li {
  margin: 0 0 0 0;
  padding-bottom: 5px;
  padding-right: 3px;
  display: inline;
  list-style-type: none;
}

.staff_list ul li a:link, a:visited, a:active {
	color: #636363;
	font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}

.staff_list ul li a:visited {
	color: #636363;
	font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}

.staff_list ul li a:active {
	color: #636363;
	font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}

.staff_list ul li a:hover {
	color: #781e1e;
	text-decoration: none;
}



#footer {
   	clear: both;
	height: 36px;
	width: 940px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #5a5a5a;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
