/* @override http://wpf.mylesea.com/style/main.css */

/*
Company:	WPF
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
/*html {
	background: url(/templates/images/page-bkg.gif) no-repeat 50% 0 #fff;
}*/
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	background: url(/templates/images/wpf-banner.png) no-repeat 0 0;
	height: 80px;
	margin-top: 16px;
	margin-bottom: 20px;
}

/* Body */
div#bd {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	background: url(/templates/images/ft-bkg.gif) no-repeat 0 0;
	height: 257px;
}
div.ft-links {
	width: 700px;
	padding: 15px 0 0 35px;
	font-size: 93%;
	float: left;
	display: inline;
}
div#ft a:link, div#ft a:visited {
	color: #000;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft p {
	line-height: 140%;
}
div#ft p.ft-nav {
	font-weight: bold;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 280px;
	height: 70px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Location */
div#location {
	width: 350px;
	color: #fff;
	font-size: 146.5%;
	padding: 31px 0 0 20px;
	float: left;
	display: inline;
}

/* Pulse */
div#pulse {
	width: 110px;
	height: 70px;
	margin: 0 0 0 16px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#pulse a {
	display: block;
	height: 100%;
}

/* Network */
div#network {
	width: 172px;
	height: 70px;
	margin: 0 0 0 10px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#network a {
	display: block;
	height: 100%;
}

/* Home Callouts */
div.home-callouts {
	background-color: #ddd;
	text-align: center;
	padding: 15px 10px;
	height: 101px;
}
div.home-callouts div {
	float: left;
	display: inline;
}
div.home-callouts div#cs_control_1334 {
	margin-left: 12px;
}
div.home-callouts img {
	margin: 0 3px;
}

/* CommonSpot */
div.commonspot {
	width: 186px;
	margin: 15px 15px 0 0;
	float: right;
	display: inline;
}

/* Flash */
div#flash td {
	padding: 0;
}

/* Content */
div#content {
	background: url(/templates/images/nav-yellow-bkg.gif) no-repeat 0 0;
}

/* Home Cols */
div.home-cols {
	background: url(/templates/images/home-cols-div.gif) repeat-y 309px 0;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
div.home-left-col {
	width: 260px;
	margin: 0 0 0 27px;
	float: left;
	display: inline;
}
div.home-center-col {
	width: 260px;
	margin: 0 0 0 45px;
	float: left;
	display: inline;
}
div.home-right-col {
	width: 320px;
	margin: 0 27px 0 0;
	float: right;
	display: inline;
}

/* Img Floats */
.float-right {
	margin: 0 0 10px 10px;
	float: right;
	display: inline;
}

/* Countdown */
div#countdown {
	position: absolute;
	margin: -11px 0 0 740px;
	z-index: 99;
	width: 212px;
	text-align: center;
}

/* Main */
div.main {
	padding: 10px 30px 20px 47px;
}
div.main-left {
	width: 590px;
	float: left;
	display: inline;
	padding-right: 20px;
}
div.main-right {
	width: 277px;
	padding: 35px 0 0 0;
	text-align: right;
	float: right;
	display: inline;
}

/* Sponsor Table */
table.sponsors {
	width: 100%;
}
table.sponsors td {
	padding: 5px 0;
	vertical-align: middle;
	width: 50%;
}
table.sponsors td span {
	display: block;
	padding: 28px 0 0 0;
	font-family: "Arial Black", Arial, sans-serif;
	color: #fba800;
	font-size: 123.1%;
}
table.sponsors td a.url {
	display: block;
}
table.sponsors td a:link, table.sponsors td a:visited {
	color: #767676;
}
table.sponsors img {
	padding: 1px;
	border: 1px solid #b0b0b0;
	vertical-align: middle;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

/* Tickets Table */
table.tickets {
	width: 100%;
}
table.tickets th, table.tickets td {
	padding: 3px 0 3px 5px;
	width: 33%;
	font-size: 108%;
	font-weight: bold;
}
table.tickets th {
	color: #ff9f05;
}
table.tickets td {
	border-left: 1px solid #d7d7d7;
}
table.tickets td:first-child {
	border: none;
}

/* HR */
div.hr {
	border-top: 4px solid #848484;
	height: 1px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

/* Img Border */
img.border {
	border: 1px solid #bebebe;
	padding: 7px;
}
/* @end */

/* Trying to put border around flash slideshow on homepage */
.home-right-col .clsControlBorder {
	border: 1px solid #bebebe;
	padding: 7px;
}

/* @group Nav */
div#nav {
	height: 68px;
	padding: 9px 0 0 0;
	width: 964px;
}
div#subnav {
	background: url(/templates/images/sub-nav-bkg.png) no-repeat 0 35px;
	height: 100%;
}
div#nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 964px;
	height: 35px;
}
div#nav ul li {
	background: url(/templates/images/nav-left.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	float: left;
	display: inline;
}
div#nav ul li.first {
	margin-left: 20px;
}
div#nav ul li a {
	display: block;
	line-height: 25px;
	padding: 10px 27px 0 1px;
	font-weight: normal;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 108%;
	background: url(/templates/images/nav-right.png) no-repeat 100% 0;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #000;
	text-decoration: none;
}
div#nav ul li:hover, div#nav ul li.sfhover, div#nav ul li.sub {
	background-position: 0 -35px;
}
div#nav ul li:hover a, div#nav ul li.sfhover a, div#nav ul li.sub a {
	background-position: 100% -35px;
	color: #fff;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(/templates/images/sub-nav-bkg.png) no-repeat 0 0;
	height: 33px;
}
div#nav ul div#cs_control_1396 ul {
	padding-left: 480px;
	width: 484px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	top: 35px; 
	left: 0px; 
	display: none; 
	width: 914px; 
	list-style: none;
	padding-left: 50px;
}
div#nav ul li ul li {
	background-image: none;
	height: 24px;
	padding: 0;
	float: left;
	display: inline;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 24px;
	padding: 0 15px;
	margin: 0;
	font-size: 93%;
	display: block;
	white-space: nowrap;
	background-image: none!important;
	text-transform: none;
}
div#nav ul li ul li a:link, div#nav ul li ul li a:visited {
	color: #fff;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	/*left: auto;*/
	/*position: relative;*/
	float: left;
	display: block;
	z-index: 100;
}
div#nav ul li.sub ul {
	display: block;
	z-index: 100;	
}
div#nav ul li ul li:hover, div#nav ul li ul li.sfhover {
	background: none!important;
}
div#nav ul li ul a:hover {
	text-decoration: none;
	background: none;
	color: #ffc000!important;
}
/* @end */

/* @group Default Headings */
div.home-cols h2 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 131%;
}
div.home-cols h2 span {
	font-weight: bold;
}
div.home-cols h2 span.black {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
}

div.home-cols h3 {
	margin: 0 0 5px 0;
}

div.main h1 {
	margin: 0 0 15px 0;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
	font-size: 138.5%;
}
div.main h2 {
	font-size: 123.1%;
	margin: 0 0 5px 0;
}
/* @end */

/* @group Common Text Styles */
div.home-cols p {
	
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
form.signup-form div.form-left {
	width: 268px;
	float: left;
	display: inline;
}
form.signup-form div.form-right {
	width: 268px;
	margin-left: 20px;
	float: left;
	display: inline;
}
form.signup-form label {
	display: block;
	font-size: 108%;
	padding: 7px 0 0 0;
}
form.signup-form label.radio {
	display: inline;
	padding: 0 7px 0 0;
}
form.signup-form span.req {
	color: #ff0000!important;
}
form.signup-form p.req {
	font-size: 93%;
	padding: 5px 0 0 0;
	margin: 0;
}
form.signup-form select {
	background-color: #828282;
	border: none;
	width: 125px;
}
form.signup-form input.txt {
	background-color: #828282;
	border: none;
	padding: 3px;
	width: 260px;
}
form.signup-form textarea {
	background-color: #828282;
	border: none;
	padding: 3px;
	width: 548px;
}
form.signup-form div.submit-row {
	width: 553px;
	text-align: center;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #ff9f05;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.green:link, a.green:visited {
	color: #009900;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */