body {
	background-color: #000;
	margin:0;
	padding:0;
	font-family: helvetica;
}

img {
	border: 0;
}

ul, li, ol {
	margin:0;
	padding:0;
	list-style: none;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-weight: normal;
}

#container, #footer {
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 1000px;
	background: url('/newimages/hero.jpg') no-repeat 10px 0 #fff;
	padding: 610px 10px 15px 10px;
	position: relative;
}


#logo, #logo a {
	width: 202px;
	height: 207px;
}
	
#logo {
	background: url('/newimages/logo.png') no-repeat;
	position: absolute;
	left:30px;
	top: 5px;
	z-index: 200;
}

#logo h1, #logo a {
	text-indent: -500px;
	display: block;
}

#logo h1 {
	height:0;
}


#slug {
	color: #fff;
	position: absolute;
	left: 30px;
	top: 570px;
	font-size: 20px;
	text-shadow: #000 0 0 10px;
	z-index: 150;
}

#nav {
	position: absolute;
	top: 35px;
	left: 370px;
	z-index: 100;
}

#nav li {
	float: left;
	padding-right: 30px;
}

#nav a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:link, a:visited {
	opacity: 0.8;
}

#nav a:hover, a:active {
	opacity: 1.0;
}

#nav .ui-tabs-selected a {
	font-weight: bold;
	opacity: 1.0;
}

#latest_tweet, #tweet_this_page {
	right: 40px;
}

#tweet_this_page {
	position: absolute;
	top: 10px;
	z-index: 200;
}

#latest_tweet {
	position: absolute;
	top: 35px;
	width: 250px;
	color: #fff;
	font-size: 11px;

}


#tweet_bubble {
	background: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px 20px 10px 10px;
	width: 220px;
	position: relative;
	
}

#tweet_bubble #bubble_btm {
	position: absolute;
	bottom: -19px;
	left: 65px;
	background: url('/newimages/bubble_btm.png') no-repeat;
	width: 31px;
	height: 19px;
}

#latest_tweet h2 {
	font-size: 13px;
	width: 85px;
	float:left;
	font-weight: bold;
}


#tweet_date {
	float:right;
	font-style: italic;
	font-size: 10px;
	color: #636363;
}

#tweet_status {
	clear:both;
	padding-top: 10px;
	line-height: 16px;
}

#twitter_info {
	position: relative;
	text-align: right;
	font-size: 36px;
	color:#fff;
	font-weight: bold;
	padding-top: 10px;
}

#twitter_info h2 {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	width: 100%;

}

#twitter_info a, #latest_tweet a {
	color: #bab8bd;
}

#twitter_info a {
	font-size: 11px;
}

#content {
	color: #d2d2d2;
	font-size: 13px;
	line-height: 20px;
}

#content h1 {
	font-size: 28px;
	color: #fff;
	line-height: normal;
	font-weight: bold;
}

#content h2 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
}

#content b {
	color: #fff;
}

#content a, #content a:visited {
	color: #fff;
}

#content ul {
	list-style: square;
	padding-left: 35px;
	
}

#content li {
	list-style: square;
}

.content_button {
	position: absolute;
	right: 55px;
	bottom: 20px;
}

#content_close {
	top: 70px;
	right:45px;
}

.content_link_actions {
	position: absolute;
	left: 325px;
	bottom: 30px;
}

.content_link_actions a {
	font-size: 18px;
	font-weight: bold;
}


#sponsor_list {
	padding: 5px 0 0 0;
	
}

#sponsor_list h2 {
	padding: 0 0 10px 20px;
	font-size: 18px;
	color: #4c4c4c;

}


#btn_sponsor_prev, #btn_sponsor_next, #btn_sponsor_prev a, #btn_sponsor_next a  {
	width: 20px;
	height: 110px;
	display: block;
	text-indent:  -5000px;
}

#btn_sponsor_prev {
	background: url('/newimages/btn_sponsor_prev.png') no-repeat;
	float: left;
}

#btn_sponsor_next {
	background: url('/newimages/btn_sponsor_next.png') no-repeat;
	float: right;
}

#sponsors {
	float:left;
	margin-top:-20px;
	margin-left: 40px;
}

#sponsors ul {
	clear:both;
	padding-left: 45px;
}

#sponsors li {
	width: 180px;
	float:left;
	display: table-cell;
}

#sponsors li .label {
	width: 30px;
	display: block;
	float: left;
	font-size: 18px;
	color: #9b9b9b;
	height:60px;
	line-height: 100px;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 1020px;
}

#footer #copyright {
	float:left;
	width: 350px;
	line-height: 18px;
}

#footer #footnav {
	float:right;
	width: 225px;
}

#footer a {
	text-decoration: none;
	color: #b1b1b1;
}

#footnav .label {
	width: 75px;
	float:left;
	font-weight: bold;

}

#footnav ul {
	float: left;
	margin:0;
	padding:0;
}

#footnav li {
	list-style: none;
	padding-bottom: 7px;	
}

#footnav .clear {
	height: 10px;
}

#footnav a:hover {
	text-decoration: underline;
}

#sponsor_panel {
	overflow: hidden;
}

#sponsor_panel h1 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	margin-bottom: -20px;

}

#sponsor_tabs ul {
	float:right;
	margin-right: 15px;
}

#sponsor_tabs li {
	width: 95px;
	height:20px;
	float:left;
	background: url('/newimages/tab_bg.png') repeat-x #171717;
	margin-right: 2px;
	text-align: center;
	padding-top:10px;
	text-transform: uppercase;
	font-size: 12px;
} 

#sponsor_tabs a {
	color: #8b8b8b;
	text-decoration: none;
}

#sponsor_tabs .ui-tabs-selected a {
	color: #fff;
}

#sponsor_tabs li:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#sponsor_tabs li:last-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#sponsor_content {
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #171717;
	width: 640px;
	clear:both;

}

#sponsor_content #photo {
	overflow: hidden;
	height: 360px;
}

#tweet_this_sponsor,#sponsor_links {
	padding-top:10px;
}

#sponsor_links {
	float: right;
}

#sponsor_links li {
	float: left;
	padding-left: 15px;
	color: #fff;
}

#sponsor_links a, #sponsor_links a:visited {
	font-size: 14px;
	color: #fff;
}



#tweet_this_sponsor {
	float:left;
}

.disabled {
	opacity: 0.3;
}


.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 17px;
	height: 18px;
	background: url(/newimages/close_btn.png) no-repeat;
	text-indent: -5000px;
	opacity: 0.8;
}

.close:hover {
	opacity: 1.0;
	cursor: pointer;
}

.red {
	color: #d70000;
}

.clear {
	clear: both;
}

.ui-tabs-hide {
	display:none;
}

#content .ui-tabs-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 595px;
	height: 420px;
	background: url('/newimages/hero_content.jpg')  no-repeat 10px 0 #fff;
	padding: 90px 80px 0 325px;
	z-index: 75;

}
