/*
Title:		Twenty12.com - Global Stylesheet
Author:	Hamilton Rowan / Rowan-Interactive
Updated:	02.28.10
*/


*{
	margin: 0;
	padding: 0;
}
* body{
	font-size: x-small; /* For IE5/Win */
	f\ont-size: small; /* For other IE versions */
}

body {
 	font: small/1.2em Arial, Helvetica, sans-serif;
	font-color: #ffff;
	text-align: left;
	padding: 0;
	margin: 0;
	background: #000 url('http://www.teamtwenty12.com/images/bg_composite.png') repeat-x;
}

img {
	border-style: none;
}

p {
	padding: 0 0 10px 0;
}
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #0077be;
	text-decoration: none;
}
a:active {
	outline: none;
}

#wrapper {
 	width: 974px;
	margin: 0 auto;
	background: url('http://www.teamtwenty12.com/images/bgd_ds.png') repeat-y top left;
}

#container {
	width: 951px;
	padding: 0 0 0 1px;
 	margin: 0 auto;
}


/* header elements */

#header {
	float: left;
	width: 951px;
	height: 135px;
	background: #fff url('http://www.teamtwenty12.com/images/twenty12_hdr_bgd.jpg') repeat-x;
	border-bottom: 1px solid #333;
}

.logo {
	float: left;
	padding: 0;
	margin: 0;
	border-style: none;
}
.sponsorLogo {
	float: right;
	padding: 0;
	margin: 12px 36px 0 0;
	border-style: none;
}

.headerNav {
	float: left;
	list-style: none;
	padding: 0;
	margin: 75px 0 0 0;
}
.headerNav li {
	display: inline;
	font: 12px 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	color: #0077be;
	text-decoration: none;
	padding: 0 0 0 24px;
	margin: 0;
}
.headerNav li a {
	font-size: 86%;
	color: #fff;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	
}
.headerNav li a:hover {
	color: #66ccff;
	text-decoration: none;
}


/* content elements */

#content {
	float: left;
	width: 951px;
	background-color: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#contentAlt {
	float: left;
	width: 951px;
	background-color: #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#content h1 {
	font-size: 166%;
	color: #0077be;
	text-align: center;
	line-height: 24px;
	padding: 20px 0 8px 20px;
}
#content h2 {
	font: bold 10px 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0077be;
	padding: 0 0 12px 66px;
}
#content h3 {
	font: bold 12px 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0077be;
	padding: 0 0 12px 20px;
}
#content h4 {
	font: bold 11px 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	padding: 0 0 2px 66px;
}
#content p {
	font: 10px;
	color: #333;
	padding: 0 20px 8px 20px;
	margin: 0;
}

#contentRow {
	float: left;
	width: 951px;
	padding: 0;
	margin: 0;
	background: #ddd;
}

.leftColumn {
	float: left;
	width: 316px;
}
.leftColumn img {
	float: left;
	padding: 32px 40px 32px 58px;
	margin: 0;
}
.leftColumn ul {
	display: inherit;
	padding: 0 0 20px 0;
}
.leftColumn li {
	list-style: disc;
	font-size: 86%;
	color: #333;
	padding: 0;
	margin: 3px 20px 0 80px;
}
.leftColumn li a {
	font-size: 86%;
	color: #0077be;
	text-decoration: none;
}
.leftColumn li a:hover {
	font-size: 86%;
	color: #7da7d9;
	text-decoration: none;
}

#newsletter {
	float: left;
	width: 316px;
	padding: 12px 0 12px 0;
	margin: 0;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
	background: #fff;
}
#newsletter p {
	font: bold 10px 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	padding: 12px 0 4px 0;
	margin: 0;
}
#newsletter img {
	float: left;
	padding: 8px 0 8px 60px;
	margin: 0;
	background: #fff;
}

#news ul {
	display: inherit;
	padding: 0 0 20px 0;
}
#news li {
	list-style: circle;
	font-size: 86%;
	color: #333;
	padding: 0;
	margin: 12px 0 0 36px;
}
#news li a {
	font-size: 100%;
	color: #0077be;
	text-decoration: none;
}
#news li a:hover {
	font-size: 100%;
	color: #7da7d9;
	text-decoration: underline;
}

.rightColumn {
	float: left;
	width: 634px;
	padding: 30px 0 0 0;
	margin: 0;
	background: #fff;
	border-left: 1px solid #666;
}
.rightColumn img {
	float: right;
	padding: 0;
	margin: 0 40px 30px 0;
}
.rightColumn ul {
	display: inherit;
	padding: 0 0 20px 0;
}
.rightColumn li {
	list-style: none;
	font-size: 86%;
	color: #ddd;
	padding: 0;
	margin: 3px 0 0 20px;
}
.rightColumn li a {
	font-size: 86%;
	color: #0077be;
	text-decoration: none;
}
.rightColumn li a:hover {
	font-size: 86%;
	color: #7da7d9;
	text-decoration: none;
}

hr {
	border-top: 1px dashed #0077be;
	width: 94%;
	padding: 0;
	margin: 77px 0 0 0;
}


/* drop down nav elements */

#nav {
	width: 951px;
	height: 30px;
	padding: 0;
	margin: 0;
}

ul.menu {
	list-style: none;
	margin: 0; 
	padding: 0;
}
ul.menu * {
	margin: 0; 
	padding: 0;
}
ul.menu a {
	display: block;
	font: bold 12px 'helvetica neue',sans-serif;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
}
ul.menu li {
	position: relative;
	float: left; 
	margin: 0;
	z-index: 5;
}
ul.menu ul {
	position: absolute;
	top: 31px;
	left: 0;
	background: #000;
	display: none;
	opacity: 0;
	list-style: none;
}
ul.menu ul li {
	position: relative;
	border: 1px solid #0077be;
	border-top: none;
	width: 150px;
	margin: 0;
}
ul.menu ul li a {
	display: block;
	padding: 3px 7px 5px 10px;
	background-color: #000;
}
ul.menu ul li a:hover {
	background-color: #0077be;
	color: #fff;
}
ul.menu ul ul {
	left: 150px;
	top: -1px;
}
ul.menu .menulink {
	background: #111;
	width: 30px;
	height: 22px;
	padding: 8px 0 0 0;
	margin: 0;
}
ul.menu .menulinkMain {
	width: 119px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulinkTeam {
	width: 119px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulinkNews {
	width: 119px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulinkResults {
	width: 119px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulinkMedia {
	width: 119px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulinkSponsors {
	width: 119px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulinkBlog {
	width: 119px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulinkContact {
	width: 118px;
	height: 22px;
	text-align: center; 
	padding: 8px 0 0 0;
	margin: 0;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
}
ul.menu .menulink:hover, ul.menu .menuhover { 
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkMain:hover, ul.menu .menuhover { 
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkTeam:hover, ul.menu .menuhover {
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkNews:hover, ul.menu .menuhover {
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkResults:hover, ul.menu .menuhover {
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkMedia:hover, ul.menu .menuhover {
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkSponsors:hover, ul.menu .menuhover {
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkBlog:hover, ul.menu .menuhover {
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .menulinkContact:hover, ul.menu .menuhover {
	background: #0077be url('http://www.teamtwenty12.com/images/nav_btn_on.png') repeat-x;
	color: #fff;
}
ul.menu .sub {
	font: bold 10px 'helvetica neue',sans-serif; 
	background: #111 url('http://www.teamtwenty12.com/images/arrow.png') 138px 8px no-repeat;
}
ul.menu .subAlt {
	font: bold 10px 'helvetica neue',sans-serif; 
	background: #111;
}
ul.menu .topline {
	border-top: 1px solid #0077be;
}


/* photo rotation */

.homePhotoRotation {
	float: right;
	width: 305;
	padding: 0;
	margin: 0;
}
.photoRotation ul {
	display: inline;
	padding: 0;
	margin: 0;
	z-index: -1;
}
.photoRotation li {
	padding: 0;
	margin: 0;
	list-style: none;
}


/* updates elements */

#updates {
	float: left;
	width: 951px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #0077be;
	border-bottom: 1px solid #0077be;
	background: #111 url('http://www.teamtwenty12.com/images/nav_btn_off.png') repeat-x;
}


/* example elements */

#promos {
	width: 951px;
}

.promoTitle {
	float: left;
	width: 316px;
	font: bold 10px 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #0077be;
	padding: 0 0 8px 0;
}

.promoListingOne {
	float: left;
	width: 316px;
	background: #ddd;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.promoListingOne img {
	float: left;
	padding: 0;
	margin: 14px 0 0 30px;
	border-style: none;
}

.promoListingTwo {
	float: left;
	width: 316px;
	background: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.promoListingTwo img {
	float: left;
	padding: 0;
	margin: 14px 0 0 30px;
	border-style: none;
}

.promoListingThree {
	float: left;
	width: 316px;
	background: #ddd;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #666;
}
.promoListingThree img {
	float: left;
	padding: 0;
	margin: 14px 0 0 30px;
	border-style: none;
}


/* footer elements */

#footer {
	float: left;
	width: 951px;
	height: 32px;
	padding: 0;
	margin: 0;
	background: #fff url('http://www.teamtwenty12.com/images/footer_bgd.jpg') repeat-x;
	border-top: 1px solid #0077be;
}
#footer p {
	font: small/1.2em Arial,Sans-serif;
	font-size: 76%;
	color: #0077be;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}

#hitCounter {
	float: left;
	width: 951px;
	height: 50px;
	background: #000;
}

#credits {
	float: left;
	width: 951px;
	height: 50px;
	background: #000;
}
#credits p {
	float: right;
	font: small/1.2em Arial,Sans-serif;
	font-size: 76%;
	color: #666;
	padding: 4px;
	margin: 0;
}


/* clearfix */

.clearfix:after {  
	content: ".";  
	display: block;  
	clear: both;  
	visibility: hidden;  
	line-height: 0;  
	height: 0;  
}  

.clearfix {  
	 display: inline-block;  
}
.clear{
	clear: both;
} 

 html[xmlns] .clearfix {  
   display: block;  
}  
  
* html .clearfix {  
	height: 1%;  
} 
.hidden { display: none; }
.unhidden { display: block; }

 