/* 
Theme Name: Teens in the Driver Seat
Theme URI: http://t-driver.org
Description: Custom theme for Teens in the Driver Seat
Version: 3.0
Author: <a href="http://tti.tamu.edu">TTI Communications</a> (<a href="http://jaredatchison.com">Jared Atchison</a>)
Author URL: http://tti.tamu.edu
------------------------------------------------------------*/

/*----- Globals
------------------------------------------------------------*/
body {
	font: 62.5% "Arial", Helvetica, Verdana, sans-serif;
	background: #5a5a5a url(../../includes/images/background-page.jpg) top center no-repeat;
	color: #333;
}

#container {
	width: 958px;
	border: 1px solid #333;
	border-top: none;
	background:  #fff;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
}

#custom {
	position: absolute;
	top: 20px;
	right: 0;
}

/* @group utility navigation */
/*----- UTILITY NAV
------------------------------------------------------------*/
#utilnav-container {
	width: 100%;
	height: 40px !important;
	background: url(../../includes/images/background-utilnav.png) repeat-x;
}

#utilnav {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

#utilnav a, #utilnav a:visited {
	color: #fff;
	text-decoration: none;
}

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

#utilnav ul.leftlinks{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	line-height: 1.8em;
	float:  left;
}

#utilnav ul.leftlinks li {
	display:  inline;
	margin: 0 15px 0 10px;
}

#utilnav ul.socialicons {
	list-style-type: none;
	line-height: 1.8em;
	float:  right;
	margin: 3px 0 0 0;
}

#utilnav ul.socialicons li {
	display:  inline;
	margin:  0 3px 0 0;
}

.searchbox {
	float: right;
	margin: 0 0 0 20px;
}

.searchbox #searchform {
	margin: 2px 0 0 0;
}

.searchbox input#s { /* search field */
	height:15px;
	margin: 0;
	padding: 0;
	border: none;
}

.searchbox input#searchsubmit { /*search button */
	background: #666;
	border:  none;
	color: #fff;
}
/* @end */


/* @group Customize TDS */
/*----- Customize TDS
------------------------------------------------------------*/
#customize {
	width: 938px;
	margin: 0 auto 20px auto;
	padding: 10px;
	background: #000 url(../../includes/images/background-customize.jpg) center no-repeat;
	border: 1px solid #000;
	color: #ccc;
	position: relative;
	display: none;
}

#customize p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 5px 0 15px 0;
}

#customize h3 {
	text-transform: uppercase;
	color: #fff;
	font-size:1.8em;
	font-weight: bold;
}

#customize a#close {
	background: url(../../includes/images/background-close.png) center right no-repeat;
	padding: 5px 30px 5px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6em;
	text-decoration: none;
	top: 2px;
	right: 2px;
	position: absolute;
}

#customize h4 {
	color: #5A9E3A;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#customize ul#bgcolors {
}

#customize ul#bgcolors {
	list-style: none;
}

#customize ul#bgcolors li {
	width: 25px;
	height:25px;
	border:2px solid #333;
	float:  left;
	margin: 0 10px 10px 0;
	position: relative;
}

#customize ul#bgcolors li a{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left:  0;
}

#customize ul#bgcolors span {
	margin-left: -9999px;
}



#customize #bgimages {
	float: right;
	width: 450px;
}

/* @end */



/* @group header */
/*----- Header
------------------------------------------------------------*/
#header {
	background: url(../../includes/images/tds-banner-team.jpg) no-repeat;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	height: 160px;
	width: 958px;
	margin: 0 auto;
}
/* @end */


/* @group navigation */
/*----- navigation
------------------------------------------------------------*/
#navigation {
	height: 45px;
	width: 980px;
	margin: 0 auto;
	background:url(../../includes/images/background-navigation.png) no-repeat;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
}
#navigation ul ul li {
	text-transform: none;
}
#navigation span.hideme {
	visibility: hidden;
}

#navigation a#nav-about { background: url(../../includes/images/nav/background-nav-about.gif) top center no-repeat; }
#navigation a#nav-about.hover{ background: url(../../includes/images/nav/background-nav-about.gif) bottom center no-repeat !important; }

#navigation a#nav-getstarted { background: url(../../includes/images/nav/background-nav-getstarted.gif) top center no-repeat; }
#navigation a#nav-getstarted.hover { background: url(../../includes/images/nav/background-nav-getstarted.gif) bottom center no-repeat; }

#navigation a#nav-stories { background: url(../../includes/images/nav/background-nav-stories.gif) top center no-repeat; }
#navigation a#nav-stories.hover { background: url(../../includes/images/nav/background-nav-stories.gif) bottom center no-repeat; }

#navigation a#nav-teams { background: url(../../includes/images/nav/background-nav-teams.gif) top center no-repeat; }
#navigation a#nav-teams:hover { background: url(../../includes/images/nav/background-nav-teams.gif) bottom center no-repeat; }

#navigation a#nav-contests { background: url(../../includes/images/nav/background-nav-contests.gif) top center no-repeat; }
#navigation a#nav-contests:hover { background: url(../../includes/images/nav/background-nav-contests.gif) bottom center no-repeat; }

#navigation a#nav-tdsjr { background: url(../../includes/images/nav/background-nav-tdsjr.gif) top center no-repeat; padding-left:14px; width:115px; }

#navigation a#nav-tdsjr:hover { background: url(../../includes/images/nav/background-nav-tdsjr.gif) bottom center no-repeat; }

#navigation a#nav-news { background: url(../../includes/images/nav/background-nav-news.gif) top center no-repeat; }
#navigation a#nav-news.hover { background: url(../../includes/images/nav/background-nav-news.gif) bottom center no-repeat; }

#navigation a#nav-sponsors { background: url(../../includes/images/nav/background-nav-sponsors.gif) top center no-repeat; padding-left:10px; width:90px; }
#navigation a#nav-sponsors.hover { background: url(../../includes/images/nav/background-nav-sponsors.gif) bottom center no-repeat; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */

}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a {
	padding: 		.75em 1.25em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	
}
.sf-menu li li, .sf-menu li li li {
	background:		#000;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#000;
	
}

.sf-menu li > li:hover,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active {
	background:		#333;
	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/* padding-right: 	2.25em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	 /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../includes/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* @end */


/* @group column-left */
/*----- Left Column
------------------------------------------------------------*/

#column-left {
	width: 920px;
	float: none;
	margin-bottom:20px;
	padding: 0 20px;
}
/* @end */



/* @group footer */
/*----- footer
------------------------------------------------------------*/
#footer {
	width: 938px;
	margin: 0 auto;
	background: #000;
	color: #999;
	padding: 10px;
}

#footer p {
	font-size: 1.1em;
	line-height: 1.5em;
}

#footer a, footer a:active, #footer a:visited {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer ul {
	list-style: none;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer .left {
	float: left;
	width: 570px;
}

#footer .right {
	float: right;
	width: 330px;
	text-align: center;
}

#footer h5.tti{
	width: 220px;
	height: 45px;
	position: relative;
	margin:  0 auto 10px auto;
}

#footer h5.tti a {
	width: 220px;
	height: 45px;
	background: url(../../includes/images/background-tti.gif) no-repeat;
	position: absolute;
	top: 0;
	left:0;
}

#footer h5.tti a span {
	margin-left: -9999px;
}

#footer h5.tti a:hover{
	background: url(../../includes/images/background-tti.gif) no-repeat 0 -45px;
}
/* @end */

/* @group Forms */
/*----- Forms
------------------------------------------------------------*/
.gform_wrapper {
	
}

.gform_wrapper input, .gform_wrapper textarea {
	margin: 0;
	font-size: 1.0em !important;
	padding: 5px !important;
	outline: none;
	border: 1px solid #c4c4c4;
}

.gform_wrapper input:focus, .gform_wrapper textarea:focus {
	background: #fefff2;
}


/* @group TDSer application */
#gform_wrapper_1 {
	margin: 0 auto;
}


.tds-app .gsection .gsection_title {
	background:  #f4f4f4;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 1.6em;
}

.tds-app .gsection {
	margin:20px 0 5px !important; 
	padding:0 0 8px;
}

.tds-app .button {
	display: block;
	margin: 0 auto;
	font-size: 1.8em !important;
}
/* @end */
/* @end */



/* @group miscellaneous */
/*----- MISC
------------------------------------------------------------*/

/* file type icons */
/* PDF document links */
#column-left a[href$='.pdf'] {
    background: transparent url(../../includes/images/icon-pdf.png) center right no-repeat;
    display: inline-block;
    padding-right: 20px;
    line-height: 15px;
}

/* Excel Documents links */
#column-left a[href$='.xls'], 
#column-left a[href$='.csv'], 
#column-left a[href$='.xlw'], 
#column-left a[href$='.xlt'] {
    background: transparent url(../../includes/images/icon-excel.png) center right no-repeat;
    display: inline-block;
    padding-right: 20px;
    line-height: 15px;
}

/* Word Document Links */
#column-left a[href$='.doc'], 
#column-left a[href$='.rtf'], 
#column-left a[href$='.wps'], 
#column-left a[href$='.txt'] {
    background:transparent url(../../includes/images/icon-word.png) center right no-repeat;
    display: inline-block;
    padding-right: 20px;
    line-height: 15px;
}

/* Email - mailto: links */
#column-left a[href^="mailto:"] {
    background: transparent url(../../includes/images/icon-email.png) center right no-repeat;
    display: inline-block;
    padding-right : 20px;
    line-height: 15px;
}



.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
}

.right {
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

#team-content {
	font-size: 1.4em;
	line-height: 1.5em;
}