/**
 * STRUCTURE
 */
body {
    background: #000 url(images/bottom-bg.jpg) no-repeat center bottom;
	margin: 0;
	padding: 0;
}
#container {
	background: url(images/header-bg.jpg) no-repeat center top;
}
#centered {
	width: 808px;
	margin: auto;
	padding: 150px 0 20px 0;
}
#body-border {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(/PIE.htc);
	background: #233758;
	padding: 3px;
	position: relative;
}
#body {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior:url(/PIE.htc);
	position: relative;
	background: #000000;
}
#content {
	padding: 15px;
	min-height: 800px;
	position: relative;
}
#footer {
	background: #1e2c42;
}

/*
 * HEADER
 */
#ad {
	background: #999;
	width: 468px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -234px;
}
#logo {
	background: url(images/logo.png) no-repeat;
	position: absolute;
	top: -62px;
	left: 11px;
	width: 304px;
	height: 73px;
}

/* Navigation tabs */
ul#tabs {
	list-style-type: none;
	position: absolute;
	top: -32px;
	right: 6px;
	margin: 0;
	padding: 0;
}
ul#tabs li {
	margin: 0 0 0 2px;
	padding: 0;
	float: left;
	width: 91px;
	height: 32px;
	background: #233758;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	behavior:url(/PIE.htc);
	position: relative;
}
ul#tabs li a{
	height: 32px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	background: transparent url(images/tab-shadow.png)	repeat-x center bottom;
}
ul#tabs li:hover {
	background: #be5900;
}
/* Highlights active tab */
.page-index-new     ul#tabs #nav-news,
.page- 			   ul#tabs #nav-news,
.page-news 	           ul#tabs #nav-news,
.page-info           ul#tabs #nav-overview,
.page-setting         ul#tabs #nav-setting,
.page-trailers      ul#tabs #nav-media,
.page-screenshots ul#tabs #nav-media { 
	background-color: #000;
	font-weight: bold !important;
}

/*
 * FOOTER
 */
#footer, #copyright {
	font-size: 12px;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
#footer a {
	text-decoration: none;
}
#copyright {
	margin-top: 3px;
}

/*
 * FRONT PAGE BITS
 */
/* Search */
#search {
	position: absolute;
	width: 213px;
	left: 50%;
	margin-left: -100px;
	top: 14px;
	z-index: 1;
}
#search.search-right {
	float: right;
	position: static;
	margin: auto;
}
#search input {
	border: 0;
	padding: 0;
	margin: 0;
	height: 23px;
}
#search-input {
	background: transparent url(images/search.png) no-repeat 0 0;
	width: 175px; /* 175 + 28 + 4 = 213 */
	color: #eee;
	padding: 0 28px 0 4px !important;
	font-size: 12px;
	line-height: 23px;
}
#search-input:focus {
	background-position: -213px 0;
	border: 0;
	outline-width: 0;
}
#search-submit {
	background: transparent;
	width: 28px;
	position: absolute;
	right: 0;
	cursor: pointer;
	z-index: 2;
}
#search-input.search-inactive {
	color: #aaa;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	text-transform: lowercase;
}

/* Social icons */
#social {
	float: right;
}
#social a {
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -100000px;
	background-image: url(images/logo-social.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
#social #social-facebook { background-position: 0 -37px; }
#social #social-twitter   { background-position: 0 -74px; }

#social #social-rss:hover           { background-position: -34px 0; }
#social #social-facebook:hover { background-position: -34px -37px; }
#social #social-twitter:hover   { background-position: -34px -74px; }

/* Boxes */
#topboxes {
	clear: both;
	padding: 10px 0;
	line-height: 16px;
	color: #eee;
}
#topboxes a {
	text-decoration: none;
}
#topboxes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topboxes ul li {
	margin: 0;
	padding: 0;
}
#featured-topics, #poll {
	height: 107px;
	background: url(images/forum-poll-box.gif);
	font-size: 12px;
}
/* Featured topics */
#featured-topics {
	width: 402px;
}
#featured-topics ul{
	padding: 12px 15px;
}
/* Poll - a lot of css to try and stuff everything into that small box */
#poll {
	float: right;
	width: 358px;
	background-position: -414px 0;
}
#poll .poll {
	padding: 5px 15px;
}
#poll .poll-question {
	font-weight: bold;
}
#poll .poll-options, #poll .poll-results {
	margin-left: 15px;
}
#poll label {
	cursor: pointer;
	padding-left: 15px;
	background: url(images/li-buttons.png) no-repeat 0 5px;
}
#poll label:hover {
	background-position: 0 -20px;
}
#poll input[type="submit"] {
	float: right;
	position: relative;
	top: -20px;
}
#poll span {
	display: none;
}
#poll .poll-results li {
	padding: 1px 0 1px 10px;
}
#poll .poll-results-bar {
	background: #be5900;
	height: 14px;
}
#poll .poll-results-name {
	position: absolute;
	padding-left: 5px;
}
#poll .poll-results-votes {
	clear: both;
	float: left;
	position: relative;
	left: -25px;
	text-align: right;
	width: 20px;
	font-size: 80%;
}


/**
 * NEWS
 */
.news-date {
	height: 28px;
	line-height: 28px;
	background: url(images/news-date.gif) repeat-x 0 -28px;
	margin: 15px 0;
	clear: both;
}
.news-date-left {
	float: left;
	width: 34px;
	height: 28px;
	background:  url(images/news-date.gif) no-repeat;
	margin-right: 5px;
}
.news-date-right {
	float: right;
	width: 18px;
	height: 28px;
	background:  url(images/news-date.gif) no-repeat -34px 0;
}
.news-title, .news-details, .news-body {
	padding: 0 15px;
}
.news-title {
	margin: 0;
	font-size: 22px;
	padding: 0 15px;
	background: transparent;
}
.news-title a {
	text-decoration: none;
	/* color: #b89678; */
	color: #d7dff0;
}
.news-details {
	font-size: 12px;
	margin-bottom: 10px;
}
.news-details span {
	font-weight: bold;
}
.news-body {
	padding-bottom: 30px;
}
.news-search-hl {
	outline: #ca5e00 solid thin;
}
.news-social {
    float: right;
	margin-right: 15px;
}

/**
 * GALLERY (for noscripters - see gallerific.css for rest of styles)
 */
.gallery li {
	list-style: none;
	float: left;
	margin: 5px;
}

/*
 * CONTENT STYLES
 */
body {
	font: 14px "Trebuchet MS", Arial, Tahoma, sans-serif;
	color: #dbd9d9;
}
a {
	color: #eee;
}
a:hover {
	color: #be5900;
}
img {
	border: 0;
}
p {
	line-height: 150%;
}
h2 {
	font-family: Helvetica;
	font-weight: normal;
	padding: 4px 0px;
	color: #d7dff0;
	/* color: #b89678; */
	margin: 15px 0 5px 0;
}
h3 {
    font-family: Helvetica;
	font-weight: bold;
	padding: 4px 0px;
	color: #d7dff0;
	/* color: #b89678; */
	margin: 15px 0 5px 0;
}
h1 {
	letter-spacing: 1px;
	font-family: Helvetica;
	text-shadow: 2px 2px 0px #333;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	font-weight: normal;
	background: url(images/h1-bg.gif) no-repeat;
	background-position: left bottom;
}
h1.no-border {
	border: 0;
	background: none;
}
img.bordered-image {
	border: 10px solid #192334;
	margin: 5px;
}
div.bordered-image {
	background: #192334;
	text-align: center;
	padding: 10px;
	margin: 5px;
}
div.bordered-image div {
	font-size: 12px;
	padding-top: 5px;
}
div.bordered-image.left {
	margin-right: 10px;
}
div.bordered-image.right {
	margin-left: 10px;
}
.left 	         { float: left; }
.right 	         { float: right; }
.align-left   { text-align: left; }
.align-right { text-align: right; }
.center           { text-align: center; }
.clear             { clear: both; }
blockquote {  
	margin: 50px 0 30px 50px;
	padding: 1px 0 0 50px;
	font-weight: bold;
	background: url(images/quote-up.png) no-repeat;
}
.contentimg {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(/PIE.htc);
	position: relative;
	background-color: #46546b;
	/* background-color: #b88c65; */
	padding: 5px;
	color: #fff;
	text-align: center;
}
.explain {
	border-bottom: 1px dotted #d7dff0;
}
.smallprint {
    font-size: 70%;
	color: #666;
}

/* COUNTER */
.cntdigit {
    background-image: url('https://media.gtanet.com/gta-5/images/counter.gif');
	background-repeat: no-repeat;
	height: 44px;
	width: 20px;
}

.cntdigit span {
	display:none;
}
#counter {
	width: 210px; height: 52px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	text-align: center;
	cursor: hand;
}
#counter a {
	text-decoration: none;
}
#counter span {
	background-image: url('https://media.gtanet.com/gta-5/images/counter.gif');
	background-repeat: no-repeat;
	width: 20px; height: 44px;
	margin: 4px 1px;
	float: left;
}
#counter span strong {
	display: none;
}
#counter strong {
	width: 10px; height: 44px;
	float: left;
}

/*
 * TIMELINE
 */
#timeline.show {
    float: left; 
	width: 240px; 
	height: 350px;
	overflow: hidden;
}
#timeline-graph.show {
	height: 350px; 
	float: right;
	width: 520px;
}
#timeline ul {
	margin:  0;
	padding: 0;
}
#timeline li {
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	font-weight: bold;
	list-style: none;
}
#timeline li.timeline-event {
	text-transform: none;
	padding: 0;
	margin: 0 0 0 30px;
	font-weight: normal;
	list-style: circle;
}
#timeline.show ul {
	padding: 300px 0;
}
#timeline.show li {
	padding: 0;
	margin: 5px 0;
	font-weight: bold;
	list-style: none;
	text-align: center;
	border: 1px solid #233758;
}
#timeline.show li.timeline-event {
	padding: 5px;
	margin: 0;
	font-weight: normal;
	text-align: left;
	border: 0;
	font-size: 100%;
}
#timeline li.active {
	background: #233758;
}
#point-tooltip {
    border: 1px solid #fdd;
	padding: 4px;
	background: #233758;
	color: #eee;
	opacity: 0.8;
	text-align: right;
	font-size: 85%;
}