/*
Theme Name: MCGUSA
Theme URI: http://wordpress.org/
Description: Designed by Trevor.
Version: 1.6
Author: Trevor Gehman
Author URI: http://designbygraphite.com
Tags:

*/

* {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 15px 0;
}

img {
	border: none;	
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
}

form input[type="text"], form textarea, form select {
	border: 1px solid #999;
	padding: 2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#0f3c63;
	text-decoration: underline;
}

ul, ol, dl {
     position: relative; 
	 margin: 0;
}

ul, ol {
	margin: 0 0 15px 25px;
}

#checklist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#checklist li
{
	padding-left: 20px;
	background-image: url(img/tick.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 1.8em;
}

body {
	background: #222e3f;
	text-align: center;
	min-width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
}

#container {
	position:relative;
}

#top {
	position: relative;
	width: 885px;
	height: 200px;
	padding: 0 35px 0 35px;
	margin: 0 auto;
	background: url(img/topbg.png) no-repeat;
	background-position: top;
}


img#logo {
	position: relative;
	float: left;
	top: 35px;
	left: 5px;
}

#signupform {
	position: absolute;
	right: 90px;
	bottom: 10px;
	width: 180px;
	text-align: left;
}

#signupform h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	color:#333;
}

#signupform p {
	padding: 0 0 3px 0;	
}

.blur {
	color: #666;	
}

#countdown {
	position: absolute;
	width: 240px;
	height: 65px;
	padding: 66px 8px 0 8px;
	top: 50px;
	left: 400px;
	background: #fff url(img/datesbg.gif) no-repeat;
}


#menu {
	position: relative;
	width: 889px;
	text-align: left;
}

#body {
	position: relative;
	width: 889px;
	padding: 0 33px 0 33px;
	margin: 0 auto;
	background: url(img/pagebg.png) repeat-y;
	background-position: center;
	overflow: hidden;
	text-align: left;
}

#footer {
	position: relative;
	width: 905px;
	height: 100px;
	padding: 35px 0 0 50px;
	margin: 0 auto;
	background: url(img/footerbg.png) no-repeat;
	background-position: top;
	font-size: 11px;
	color: #fff;
	text-align: left;
}

#footer a {
	color: #fff;	
}

#page {
	position: relative;
	text-align: left;
	clear: both;
	overflow: hidden;
}

#page_text {
	padding: 20px;	
	overflow:hidden;
}

#frontpage {
	position: relative;
	float: left;
	width: 500px;
	height: 300px;
	background-color: #333;
	top: 3px;
	left: 0;
}

#frontnews {
	position: relative;
	padding: 20px 0 0 15px;
}

#corners {
	position: relative;
	float: right;
	width: 383px;
	height: 300px;
	right: 3px;
	top: 3px;
}

#welcome_ads {
	position: relative;
	float: right;
	width: 383px;
	text-align: center;
	padding-top: 20px;
	right: 3px;
	top: 3px;
	clear: both;
}

#welcome_ads .ad {
	position: relative;
	text-align: center;
	padding-top: 20px;
	clear: both;
}

#welcome_ads .ad h2 {
	position: relative;
	display: block;
	width: 380px;
	text-align: center;
	float: left;
	clear: both;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999;
	font-weight: normal;	
}

/* GRAPHITE LOGO */


a.graphite_logo  {
	color: #fff;	
	text-decoration: none;
	font-size: 9px;
}

.graphite_logo {
	position: relative;
	float: right;
	margin: 0 50px 0 0;
}


/* WORDPRESS STUFF */ 

.post {
	border: 1px solid #bbb;
	border-width: 0px 0 0 0;
	padding: 1em 15px 0 15px;
	margin: 0;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(img/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 700px;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #0088CC;
	text-decoration: none;
}
.postdata .category{
	float: left;
}
.postdata .comments{
	float: right;
}
.mini-add-comment {
	background: url(img/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 15px 15px 5px 15px;
	clear: both;
	font-size: 14px;
	line-height: 1.6em;
}

.entry h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.entry h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	line-height: 1.5em;
}

.entry h1 {
	padding: 15px 0 10px 0;
	font-size: 22px;
	font-weight: bold;
}

/* post title */
h2.posttitle {
	color: #000;
	margin: 0px 0 2px;
	padding-bottom: 0px;
	font-size: 24px;
	border-bottom: dotted 1px #CCCCCC;
}
h2.posttitle a, h2.posttitle a:visited {
	color: #000;
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #0088CC;
	text-decoration: none;
}
.tags {
	float: right;
	display: block;
	color: #aaa;
}
.tags a{font-weight: bold;color: #000;}
.tags a:hover{color:#0088CC ;text-decoration: none;}

/* next & previous page navigation */
.page-nav {
	clear: both;
	margin-bottom: .6em;
	background: #e5e5e5 url(img/agradient-30.gif) repeat-x left top;
}
.page-nav a, .page-nav a:visited {
	color: #000;
	text-decoration: none;
}
.page-nav a:hover {
	color: #fff;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(img/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(img/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(img/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(img/post-nav-next.gif) no-repeat right center;
}

.fleftimage {
	position: relative;
	float: left;
	margin: 7px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}

.frightimage {
	position:relative;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	top: -25px;
}

#sshome_container {
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 750px;
	padding: 20px 28px 36px 28px;
	margin: 0 auto;
	background-image:url(img/ss_bg.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;
	margin-bottom: 20px;
}

.aboutleft {
	position: relative;
	float: left;
	width: 240px;
	height: 375px;
	margin-right: 15px;
	background: url(img/verticalline.gif) no-repeat;
	background-position: right top;
	padding-right: 25px;
	font-size: 12px;
}

#aboutsubpages {
	padding-top: 15px;	
}

#aboutsubpages ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#aboutsubpages li {
	margin: 0;
	padding: 0;
}

#aboutsubpages a
{
display: block;
padding: 5px 0 5px 10px;
width: 200px;
text-align: center;
border-bottom: #ccc solid 1px;
}

#aboutsubpages a:link, #aboutsubpages a:visited
{
color: #0b1b35;
text-decoration: none;
}

#aboutsubpages a:hover
{
color: #fff;
background: #058acf url(css/dropdown/themes/mtv.com/images/nav-sub-press.png) repeat-x;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

table#sponsors td {
	padding: 6px;	
}