
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    Drury Broadcast Conference
URL :      N/A

Created :  09.22.2009
Modified : 09.29.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Font Reset */
body { font-family: Arial, Verdana, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

:focus { outline: none; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -    H T M L	    - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #7B0E14; text-decoration: none; font-weight: bold; }
a:visited { color: #7B0E14; text-decoration: none; }
a:hover {  color: #7B0E14; text-decoration: underline; }
a:active {  color: #7B0E14; text-decoration: underline; }

/*a:focus { outline: 1px dashed #00f; }*/

/* Headings 
-------------------------------------------- */
h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2 { margin: 0.5em 0 1em; font-size: 2.2em; color: #7B0E14; }
h3 { margin: 0 0 1.286em; font-size: 1.4em; }
h4 { margin: 0 0 1.5em; font-size: 1.2em; }
h5 { margin: 0 0 1.8em; font-size: 1em; }
h6 { margin: 0 0 2em; font-size: 1em; }

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.6em; }
#content p { font-size: 1.2em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* - - - - - - - - - - - - - - - - - - - - - - -    M A I N - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	color: #fff;
	background: #000;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

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

/* Header
-------------------------------------------- */
#header {
	position: relative;
	margin: 0;
	padding: 85px 0 0;
	background: url(../img/header_bg.jpg) no-repeat 0 0;
}

body.page #header, body.leads #header { height: 290px; }
body.home #header { height: 427px; }

#header #logo {
	position: absolute;
	top: 85px;
	left: 10px;
}

#header h1 {
	position: absolute;
	width: 472px;
	height: 111px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/four_state_scholastic.gif) no-repeat 0 0;
}

body.page #header h1, body.leads #header h1 { top: 116px; left: 443px; }
body.home #header h1 { top: 242px; left: 20px; }

body.page #header #photo-highlight, body.leads #header #photo-highlight { display: none; }
body.home #header #photo-highlight {
	position: absolute;
	top: 61px;
	right: -14px;
	width: 478px;
	height: 345px;
}

/* Global Navigation
-------------------------------------------- */
#header .nav {
	position: absolute;
	left: 0;
	width: 540px;
	background-repeat: no-repeat;
	background-position: left top;
}

body.page #header .nav, body.leads #header .nav { top: 235px; height: 75px; padding: 65px 0 0 420px; background-image: url(../img/content_header_page.jpg); }
body.home #header .nav { top: 362px; height: 52px; padding: 98px 0 0 420px; background-image: url(../img/content_header_home.jpg); }

#header .nav li {
	float: left;
	list-style: none;
}

#header .nav li a {
	float: left;
	display: inline-block;
	display: block;
	height: 38px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../img/global_nav_sprite.jpg);
}

#header .nav li#gn-dutv a { width: 80px; background-position: 0 0; }
#header .nav li#gn-dutv a:hover { background-position: 0 -38px; }

#header .nav li#gn-register a { width: 101px; background-position: -80px 0; }
#header .nav li#gn-register a:hover { background-position: -80px -38px; }

#header .nav li#gn-schedule a { width: 106px; background-position: -181px 0; }
#header .nav li#gn-schedule a:hover { background-position: -181px -38px; }

#header .nav li#gn-contests a { width: 99px; background-position: -287px 0; }
#header .nav li#gn-contests a:hover { background-position: -287px -38px; }

#header .nav li#gn-lodging a { width: 104px; background-position: -386px 0; }
#header .nav li#gn-lodging a:hover { background-position: -386px -38px; }

/* Content
-------------------------------------------- */
#content {
	clear: both;
	position: relative;
	padding: 0 13px 0 0;
	background: url(../img/content_mid.jpg) repeat-y left bottom;
}

#content #main-content {
	float: right;
	width: 520px;
	margin: 0 0 -60px 0;
	padding: 0 20px 0 86px;

	min-height: 522px;
	height: auto !important;
	height: 522px;

	color: #000;
	background-color: #E5D8C2;
}

#content #sub-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 386px;
	height: 428px;
	padding: 0 0 19px 0;
	background: url(../img/sub_content_top.jpg) no-repeat 0 0;
}

#content #sub-content-bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 386px;
	height: 19px;
	background: url(../img/sub_content_bot.png) no-repeat 0 0;
}

#content #sub-content h4 {
	height: 1px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
}

#content #sub-content ul { padding: 8px 48px 0 78px; }

#content #sub-content li {
	margin: 0 0 0.75em 1em;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	color: #7B0E14;
}

#content #sub-content strong { text-transform: uppercase; }

/* Footer
-------------------------------------------- */
#footer {
	clear: both;
	height: 50px;
	margin: 0 0 10em;
	padding: 80px 0 0;
	background: url(../img/footer_bg.jpg) no-repeat left bottom;
}

#footer p {
	margin: 0;
	padding: 0.5em;
	text-align: center;
	color: #F6EEDF;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
}

#footer p a { color: #F6EEDF; text-decoration: none; }
#footer p a:hover { text-decoration: underline; }
#footer p a:focus { outline: 1px dashed #F6EEDF; }

/* Form
-------------------------------------------- */
form div {
	clear: left;
	margin: 7px 0 7px 7px;
}

form div label {
	float: left;
	line-height: 1.7em;
	width: 210px;
	font-size: 1.2em;
}

form div.submit {
	padding-left: 5px;
}

form div.radio fieldset legend {
	text-indent: 0;
	float: left;
	font-size: 1.2em;
	line-height: 1.7em;
	width: 170px;
}

form div.radio input { float: left; width: 15px; }
form div.radio label { width: 85px; }

form div.payment input { clear: left; }
form div.payment label { width: 80%; }

/* Misc
-------------------------------------------- */
ul li, ol li { font-size: 1.2em; }
strong { font-weight: bold; }
