/*   
	For exclusive use on GTPlanet.net
	Copyright 2010 Jordan Greer
*/

/*////////////////////////////////////
//	GLOBAL SITE TEMPLATE			
////////////////////////////////////*/

body {
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: url('images/composite.png') 0 -800px #F9F7F8 repeat-x;
	height: 100%;
}

img {
	border: none;
}

a {
	color: #0064A6;
}

h1, h2, h3, h4, .helvetica {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;
	margin: 0;
}

.smallfont {
	font: .85em 'lucida grande', Tahoma, sans-serif;
}

/*
	Useful Classes
*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.clearboth {
	clear: both;
}

.redhead {
	background:#A30202 url('images/composite.png') 0 -300px;
}

.redhead h4 {
	padding: 8px;
	margin: 0;
	color: white;
	font-size: 1.3em;
}

/*
	Advertisements
*/
.a { /* ads */
	display: ;
}

#a1 {
	background-color: #090909;
	text-align: center;
	padding: 5px;
	font-size: .8em;
	display: none;
}

#a1 a {
	color: #FC0;
	margin-left: 15px;
}

#a1 a#abg {
	text-decoration: none;
	font-weight: bold;
}

#a2 { /* container for top ads */
    width: 980px;
    height: 90px;
	padding: 0;
    margin: 0 auto 15px auto;
}

#a2-1 { /* 240x90 top left */
    margin-right: 12px;
    width: 240px;
    float: left;
}

#a2-2 { /* 728x90 top right */
	width: 728px;
	height: 90px;
    float: right;
    padding: 0;
}

#a3 { /* 300x250 top sidebar */
	width: 300px;
	height: 250px;
	margin-bottom: 15px;
}

#a4 { /* 160x600 sidebar */
	width: 160px;
	height: 600px;
	float: right;
	margin-left: 10px;
}

#a5 { /* 300x600 sidebar */
	width: 300px;
	height: 600px;
	padding: 0;
}



/*
	Page Header
*/
#header {
	background: url('images/composite.png') 0 -400px #282828 repeat-x;
	border-bottom: .2em solid #0099FF;
	margin-bottom: 15px;
}

#header #carpic {
	background: url('images/cars/rotate.php') right top no-repeat;
}

#header #logo {
	background: url('images/logo.gif') no-repeat;
}

#header #search {
	font-size: .65em;
	float: right;
	margin: 2.7em .8em 0 0;
	text-align: right;
}

#header #search a {
	color: #0099FF;
}

#header #search #input {
	border: 1px solid #F3F3F3;
	background: #DDD;
}

#header #menu {
	padding-top: 4.5em;
	font-family: Arial, sans-serif;
}

#header #menu ul {
	margin: .5em 0 .3em 0;
	list-style-type: none;
	text-align: center;
	clear: both;

}

#header #menu ul li {
	display: inline;
	padding: .2em 0 .5em 0;
	margin: 0;
}

#header #menu li a {
	padding: .3em .9em .5em .9em;
	text-decoration: none;
	color: #A5A5A5;
	margin: 0;
	margin-bottom: 8em;
}

#header #menu li#current a {
	border: .2em solid #0099FF;
	border-bottom: none;
	background: #CECCCD;
	color: black;
	font-weight: bold;
}


/*
	Two-Column Structures
*/
body > #abovefooter-wrap {
	/* for the footer */
	height: auto;
	min-height: 100%;
}

.wp-content-container {
	width: 980px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 150px; /* for the footer */
	font-size: .8em;
}

#wp-left-column {
	float: left;
	width: 670px;
}

#wp-right-column {
	float: right;
	width: 300px;
}

.vb-content-container {
	margin: 0 13px;
	clear: both;
	padding-bottom: 150px; /* for the footer */
	font-size: .8em;
}

.vb-content-container a {
	color: #003865;
}

#vb-whitebox-container {
	padding: 15px;
	background: #FFF;
	border: 1px solid #BFBFBF;
}

#vb-left-column {
	float: left;
	margin-right: 310px;
}

#vb-right-column {
	float: left;
	margin-left: -300px;
	width: 300px;
}

#mw-left-column {
	float: left;
	margin-right: 170px;
}

#mw-right-column {
	float: left;
	margin-left: -160px;
	width: 160px;
}

/*
	Sidebar
*/
#sidebar-featured-news ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#sidebar-featured-news li {
	padding: 5px 2px 5px 17px;
	background-color: white;
	margin: 0 -3px 1px 0; /* -3px for IE6 */
	background: url('images/composite-icons.png') 0 -95px no-repeat;
}

#sidebar-featured-news li a {
	text-decoration: none;
}

#sidebar-featured-news li img {
	float: left;
	margin-right: 10px;
	margin-top: -6px;
}

#sidebar-midsection {
	padding-bottom: 120px;
}

#sidebar-narrowcolumn {
	width: 120px;
	text-align: center;
}

#sidebar-narrowcolumn div {
	padding-bottom: 25px;
}

.sidebar-promo a {
	color: black;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
}

#store-promo {
	margin-bottom: 40px;
}

#sidebar-bottom {
	clear: both;
	padding: 20px 0;
}

#sidebar-extra {
	padding: 10px;
	margin-top: 20px;
}

#sidebar-extra p {
	margin: 5px 10px 10px 10px;
}



/*
	Page Footer
*/
#footer {
	position: relative;
	margin-top: -110px;
	height: 110px;
	clear: both;
	background-color: #373737;
	color: #717171;
}

#footer-narrow-container {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer-wide-container {
	margin: 0 15px;
	padding-top: 20px;
}

#footer-icons {
	float: right;
}

#footer-icons a {
	background: url('images/composite-icons.png') no-repeat;
	display: inline-block;
	padding: 32px;
	margin-right: 8px;
}

#footer-icons a#twitter {
	background-position: -75px 0;
}

#footer-icons a#rss {
	background-position: -150px 0;
}
	
#footer a {
	color: #A5A5A5;
	text-decoration: none;
}

#footer-icons {
	float: right;
}

#footer-links {
	margin: 5px 0 10px -10px;
}

#footer-links a {
	margin: 0 10px;
}

#footer-links-small {
	font-size: .75em;
}

#footer-legal {
	font-size: .6em;
}


/*
	General Stuff
*/
.whitebox {
	background: white;
	border: 1px solid #BFBFBF;
	margin-bottom: 15px;
}

