/* TGTAP v4
# global.css
# Styles used by each theme
# (c) www.thegtaplace.com 2002-2009
*/

/* RESETS */
table, tbody, tfoot, thead, tr, th, td, img, fieldset, legend, label{
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

blockquote{
	font-style: italic;
	background: #fafafa;
	border: 2px solid #ddd;
	padding: 8px;
}

/* MAIN TAGS */
body{
	margin: 0 auto;
	padding: 0;
	background: #222222 url(../images/bg.jpg) repeat;
	color: #000000;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 62.5%;
}

a{
	text-decoration: underline;
}

p{
	line-height: 160%;
	margin: 0;
	padding: 2px 0 2px 0;
}


/* HEADINGS */
/*make all headings bold and reset margins/padding to 0*/
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}
h1{
	font-size: 150%;
}

h2{
	font-size: 140%;
}

h3{
	font-size: 130%;
}

h4{
	font-size: 120%;
}


/* CUSTOM STYLES */


/* HEADER */
#page{
	width: 980px;
	margin: 0 auto;
}

#population{
	color: #ffffff;
	font-weight: bold;
	font-size: 125%;
	float: right;
	margin: 1px;
	background-image: url(../images/layout/header/population_sign.png);
	width: 133px;
	height: 33px;
	line-height: 33px;
	text-align: center;
}

#logo{
	text-indent: -9999px;
	float: left;
}


/* HEADER NAVIGATION (transparent navbar) */
/* IE PNG FIX in ie6.css */
.headnav{
	width: 100%;
	height: 25px;
	background: url(../images/headnav.png);
	margin-top: -25px;
	font-size: 100%;
	font-weight: bold;
}

.headnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.headnav ul li{
	margin: 0 0px;
	padding: 0 0px;
	float: left;
	line-height: 25px;
}
.headnav ul li a{
	float: left;
	height: 25px;
	margin: 0 8px 0 0;
	padding: 0 7px;
	color: #e4e4e4;
	text-decoration: none;
}

.headnav ul li a:hover {
	background: url(../images/headnav-over.png);
	color: #ffffff;
}

.headnav ul li a#activelink{
	background: url(../images/headnav-over.png) no-repeat;
}


/* MIDDLE BAR */
#communityad{
	float: left;
	width: 246px;
	height: 84px;
	padding: 3px;
	background: url(../images/forum-ad.jpg);
	cursor: pointer;
}
#communityad-loggedin{
	float: left;
	width: 246px;
	height: 84px;
	padding: 3px;
	background: url(../images/forum-ad-tr.jpg);
}
#member-avatar{
	float:  left;
	margin-right: 8px;
}
#member-avatar .avatar{
	height: 83px;
}
#member-avatar .wide-avatar{
	width: 100px;
	height: auto;
}
#member-links{
	float:  left;
	width: 120px;
	line-height: 135%;
}
#member-links ul, #member-links li{
	list-style: none;
	margin: 0;
	padding: 0
}
#member-links a{
	text-decoration: none;
}
.newpms{
	font-weight: bold;
	color: #fff;
	background: #971321;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	padding: 1px 2px;
	width: 7px;
}
#bannerad{
	float: right;
	width: 728px;
	height: 90px;
}


/* PAGE */
#leftnav{
	float: left;
	width: 160px;
	font-size: 100%;
	margin-right: 2px;
}

#content{
	text-align: left;
	float: right;
	width: 817px;
	color: #333333;
	background: #e4e4e4;
	line-height: 180%;
}

#rightnav{
	float: right;
	width: 160px;
	font-size: 100%;
	line-height: 130%;
}

#contentpage{
	padding: 5px;
	width: 805px;
	float: left;
	font-size: 120%;
}

h1.pageheading{
	font-weight: bold;
	font-size: 160%;
	margin-bottom: 10px;
}

.underline{
	border-bottom: 2px solid #333333;
	padding: 2px 0;
}


/* NAVIGATION TITLES */
.navtitle, .navtitler{
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	text-indent: -9999px;
}
#navtitle-game{
	background-position: 0px 0px;
}
#navtitle-features{
	background-position: 0px 90px;
}
#navtitle-poll{
	background-position: 0px 60px;
}
#navtitle-network{
	background-position: 0px 30px;
}


/* NAVIGATION MENUS */
.navmenul{
	padding: 5px 0;
	color: #fff;
}

.navmenul ul, .navmenul li{
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
}


/* NEWS POSTS */
.newspost{
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
}

.newspost h1{
	margin-bottom: 8px;
	font-size: 155%;
}

.newscontent{

}

.newspostinfo{
	font-size: 90%;
	color: #777777;
	height: 35px;
	width: auto;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.newsAuthorName a, .newsPostedDate a, .newsCommentsLink a{
	text-decoration: none;
}

.newsAuthorName{
	font-weight: bold;
	color: #444;
}

.newsshare{
	width: auto;
	border-top: 1px dotted #aaa;
	padding: 6px 0 4px 0;
	margin-top: 8px;
	height: 20px;
	clear: both;
}

.shareGoogle{
	float: left;
	margin-right: -20px;
}

.shareTwitter{
	float: left;
	margin-right: -4px;
}

.shareFacebook{
	float: left;
}

.newsCommentsLink{
	font-weight: bold;
	clear: both;
	background: url(../images/icons/comment.png) no-repeat right;
	padding-right: 18px;
	margin-right: 5px;
	margin-top: 20px;
}

#newscomments{
	padding: 10px;
}

#newscomments img{
	max-width: 640px;
	overflow: hidden;
}

#commentsheading{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* IPB3 bbcode stuff */
.bbc_center{
	text-align: center;
	display: block;
	margin: 0 auto;
}
.bbc_center .bbc_img{
	text-align: center;
	margin: 0 auto;
}
.bbc_underline{
	text-decoration: underline;
}


/* CONTENT */
.secondary-nav{
	height: 25px;
	line-height: 25px;
	background: #cef6c5;
	margin-bottom: 10px;
	border: 1px solid #93cc86;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.secondary-nav ul{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	display: inline;
}

.secondary-nav ul li{
	float: left;
	margin: 0 5px 0 5px;
	font-weight: bold;
}

.secondary-nav ul li a{
	text-decoration: none;
	padding: 5px 2px;
}

.secondary-nav a.selected{
	color: #333;
}


/* AIDS */
.smallad{
	width: 470px;
	height: 60px;
	margin: 5px auto 10px auto;
}
#squareads{
	width: 310px;
	margin: 60px auto 10px auto;
}

/* ROADBLOCK */

#roadblock{
	margin-top: 2px;
}
#rbcontent{
	float: left;
	width: 510px;
	height: 250px;
	overflow: hidden;
}

#features{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.featureimg{
	float: left;
	width: 510px;
}

.featurebar{
	height: 30px;
	width: 510px;
	background: url(../images/featured/bar.png);
	float: right;
	margin-top: -30px;
}
.featurebar h2{
	line-height: 30px;
	padding-left: 6px;
	color: #fff;
}
.featurebar h2 a{
	display: block;
	color: #fff;
	text-decoration: none;
}

.squaread{
	float: right;
	width: 300px;
	height: 250px;
	margin: 0 2px 0 4px;
}

/* IMAGE VIEWER */

#imgviewer{
	background: #e4e4e4;
	text-align: center;
}


/* PAGINATION */
.pagelinks{
	margin: 10px 0px;
	text-align: center;
}
.pagelinks a {
	text-decoration: none !important;
}
.pagelinks .nextprev {
	color: #fff;
	padding: 6px;
	font-weight: bold;
	background: #777;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pagelinks .greyed {
	color: #999999;
	padding: 6px;
	font-weight: bold;
	background: #dadada;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pagelinks .current {
	background: #777;
	color: #fff;
	padding: 6px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pagelinks .linky {
	padding: 6px;
	font-weight: normal;
	background: #ccc;
	color: #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
a:hover .linky, a:hover .nextprev{
	color: #fff;
	background: #0253c4;
}


/* POLLS */
.polltitle{
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}
.pollbar{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px 3px 3px 3px;
	height: 14px;
}
.pollq{
	margin: 0 3px;
}


/* FORMS */
legend{
	font-weight: bold;
	font-size: 120%;
}

label{
	font-weight: bold;
	width: 150px;
	display: inline-block;
}

.button, .submitbutton{
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	background-color: #383838;
	border: 1px solid #000;
	color: #fffeff;
	cursor: pointer;
	text-decoration: none;
}

.button:hover, .submitbutton:hover{
	background-color: #444444;
}

a.button{
	color: #fffeff !important;
}

.smallinputbox{
	border: 1px solid #aaaaaa;
	background: #efefef;
	padding: 2px;
	margin: 1px;
	font-size: 105%;
}

.inputbox{
	border: 1px solid #aaaaaa;
	background: #efefef;
	padding: 2px;
	width: 200px;
	margin: 1px;
	font-size: 105%;
}

.inputbox:focus, .smallinputbox:focus, .textarea:focus{
	border: 1px solid #222222;
	background: #ffffff;
}

.selection{
	border: 1px solid #aaaaaa;
	padding: 2px;
	width: auto;
	margin: 1px;
	font-size: 105%;
}

.textarea{
	border: 1px solid #aaaaaa;
	background: #efefef;
	padding: 2px;
	margin: 1px;
	font-size: 105%;
	font-family: arial, verdana, helvetica, sans-serif;
}

textarea.editor{
	width: 99%;
	height: 500px;
}

label.error{
	display: none !important;
}

input.error, textarea.error, select.error{
	border-color: red;
}

/* FOOTER */
.horizAffs{
	text-align: center;
	width: auto;
	margin: 30px auto 10px auto;
}

#footer{
	width: 100%;
	clear: both;
	font-size: 100%;
	color: #777777;
	padding: 10px 0 0 0;
	background: #e4e4e4 url(../images/footer_TM.png) no-repeat center left;
	height: 80px;
}
#footertext{
	margin: 30px 0 0 255px;
	line-height: 150%;
}


/* MISC */
.clear{
	clear: both;
}
.centered{
	text-align: center;
}

.left{
	float: left;
}

.right{
	float: right;
}

.hidden{
	display: none;
}

.messagebox{
	padding: 10px 10px 10px 25px;
	margin: 10px 2px;
	background: #f3f2c6 url(../images/icons/information.png) no-repeat 5px 12px;
	border: 1px solid #dfddc0;
	color: #444;
	width: auto;
	font-size: 1.0em;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.errormsg{
	padding: 10px 10px 10px 25px;
	margin: 10px 2px;
	background: #f2dddc url(../images/icons/error.png) no-repeat 5px 10px;
	border: 1px solid #CF8581;
	color: #444;
	width: auto;
	font-size: 1.0em;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.nobgimg{
	background-image: none;
}

.followus{
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	margin: 10px 10px 0 -10px;
}

/* IMAGES/VIDEOS */
.screenshotcontainer{
	margin: 0 auto;
	width: 620px;
}

#potdcontainer{
	margin: 0 auto;
	width: 620px;
	text-align: center;
}

.imagebox{
	float: left;
	width: 200px;
	height: 200px;
	font-size: 80%;
	margin-right: 5px;
	line-height: 130%;
}
.imagebox img{
	border: 0;
}
.imagetitle{
	font-size: 125%;
	font-weight: bold;
}

#videocontainer{
	margin: 0 auto;
	width: 640px;
}

.videobox{
	float: left;
	width: 300px;
	height: 260px;
	font-size: 80%;
	margin-right: 5px;
	line-height: 130%;
}

.videothumb{
	border: 1px solid #666666;
	background: #000;
	width: 300px;
	height: 180px;
}

.videothumb img{
	border: 0;
	width: 300px;
	height: 180px;
}

.videotitle{
	font-size: 125%;
	font-weight: bold;
}

/* Social */
.social{
	margin: 0 auto;
	width: 100px;
}

.social-plusone{

}
.social-fblike{
	margin-top: 5px;
	margin-left: 5px;
}

/* Tables */
.normaltable{
	width: 100%;
}

.normaltable tr{
	background: #e4e4e4;
}

.normaltable tr th{
	padding: 5px;
	background: #ccc;
}

.normaltable tr td{
	padding: 5px;
	border-bottom: 1px dotted #999;
}

.altrow td{
	background: #ddd;
}

/* jQuery progress bar */
#upload-message {

}

div.progresscontainer {
	background: #fff;
	border: 1px solid #c5c5c5;
}

.upload-progress {
	width:600px;
	height:50px;
	background: #e8e8e8;
	padding: 10px;
	border: 1px solid #d2d2d2;
	font-size: 90%;
}

.upload-progress div.meter {
	width:0px;
	height:10px;
	font-size:1px; /* IE display hack */
	background-color: #9b0000;
}

.upload-progress div.readout {
	padding:0 0 10px 0;
}

.upload-progress div.readout span {
	font-weight: bold;
}

/* LIVE SEARCH */
#suggestions, #authorsuggestions {
	width: 200px;
	overflow: hidden;
	display: none;
	position: absolute;
	background-color: #191919;
}

#suggestions a, #authorsuggestions a {
	display: block;
	background-color: #272727;
	clear: left;
	text-decoration: none;
	border-top: 1px solid #2f2f2f;
	padding: 4px;
	color: #d9d9d9;
}

#suggestions a:hover, #authorsuggestions a:hover {
	background-color: #3b3b3b;
	color: #ffffff;
}

.noResults{
	color: #ffffff;
}


#iospromo{
	font-size: 1.5em;
	background-color: #fcf693;
	padding: 10px;
	margin: 0 auto;
	line-height: 20px;
	border: 3px solid #bc1515;
	font-family: Arial, verdana, helvetica;
}
#iospromo a{
	font-weight: bold;
}

.applogo{
	padding-right: 5px;
	float: left;
	width: 40px;
	height: 40px;
}

.iosMsg{
	float: left;
	margin-right: 20px;
}

.hideMsg{
	float: right;
	margin: -45px -5px 0 10px;
	text-align: right;
	background: #444;
	padding: 4px;
	border: 2px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.appstores{
	margin-left: 20px;
}

.appstores img{
	margin-bottom: 5px;
}

.amazonwidget{
	width: 600px;
	margin: 0 auto;
}

/* COUNTDOWN */
#trailercountdown{
	text-align: center;
	text-indent: -9999px;
	margin: 10px auto 0 auto;
	text-transform: uppercase;
	font-size: 170%;
	background: transparent url('/images/layout/countdown/trailer_countdown.png') 0 0 no-repeat;
	width: 500px;
	height: 50px;
}
#countdown_dashboard {
	margin: 22px auto 0 auto;
	height: 90px;
	width: 520px;
}

.dash {
	width: 90px;
	height: 60px;
	float: left;
	margin-left: 20px;
	position: relative;
	background: transparent url('/images/layout/countdown/countdown_bg.png') 0 0 no-repeat;
	padding: 21px 0 0 0;
}

.days_dash{
	margin-left: 45px;
}

.dash .digit {
	font-size: 48pt;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #c50000;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}
