/*
*************************************************

2010 NACCC ATLANTA
Master Screen Styles

Authored by Matt Pensworth
http://www.mattpensworth.com

*************************************************
*/


/*-------------------------------------------    
    Basic Browser Settings
-------------------------------------------*/

blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,label,legend,li,ol,p,textarea,ul { border: 0;margin: 0;padding: 0; }
html,input,select,textarea { font-size: 100%; }

body {
	background: #fff url(/assets/img/css/bg_body.png) 0 -100px repeat-x;
	color: #111;
	font: 75%/1.335 Helvetica, Arial, sans-serif;
	}
		

/*-------------------------------------------    
    Structure
-------------------------------------------*/

#wrapper {
	margin: auto;
	position: relative;
    width: 960px;
	}
		
#header {
    float: left;
    height: 160px;
    padding: 20px 0 20px 0;
    text-shadow: #000 0px 1px 0px;
	width: 920px;
	}
		
#content {
	float: left;
	width: 960px;
	}
		
#lead {
	float: left;
	position: relative;
	width: 960px;
	}
	
#main {
	float: left;
	width: 560px;
	}
		
#sidebar {	
	float: left;
	padding: 180px 0 0 40px;
	position: relative;
	width: 360px;
	}
	
#footer {
	border-top: 5px dashed #444;
	clear: both;
	float: left;
	margin-top: 15px;
	padding: 20px 0 20px 0;
	width: 960px;
	}
	
	
/*-------------------------------------------    
    Links
-------------------------------------------*/

a, a:visited		{ color: #dd7232; text-decoration: underline; }
a:hover, a:focus 	{ color: #3e3e3e; }

a img { border: none; }

#brand a {
	background: transparent url(/assets/img/css/logo.png) 0 0 no-repeat;
	display: block;
	height: 116px;
	text-indent: -9999em;
	width: 550px;
	}
		
#nav a {
	color: #fff;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 2.085em;
	font-weight: bolder;
	letter-spacing: -2px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
	#nav a:hover	 { color: #2fe2e4; }
	#nav li.active a { color: #e89a56; }


/*-------------------------------------------    
    Typography & Styling
-------------------------------------------*/

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

#content p,
#content ul li { font-size: 1.165em; margin-bottom: 1em; }

#sidebar p,
#sidebar h4,
#sidebar ul { margin-bottom: 15px; padding-left: 15px; }

#sidebar ul li { margin-bottom: .5em; }

#sidebar ul li em {
	color: #aaa;
	display: block;
	font-family: Georgia, Times, serif;
	}

#brand {
	margin: 20px 0 0 0; 
	}

#header h1 {
	color: #fff;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 2.75em;
	font-weight: bolder;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: .5em;
	text-transform: uppercase;
	width: 560px;
	}

#header h2 {
	color: #aaa;
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1em;
	}

h3, h4 {
	color: #333;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 3.5em;
	font-weight: bolder;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: .5em;
	}
	
h4 { font-size: 2em; }

#sidebar h4 {
	color: #333;
	clear: both;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	letter-spacing: -1px;
	}

h4#durty {
	background: transparent url(/assets/img/css/header_durty.png) 0 0 no-repeat;
	height: 98px;
	position: absolute;
	text-indent: -9999em;
	top: 85px;
	width: 360px;
	z-index: 2;
	}

h5 {}

.home #main img { border: 2px solid #fff; -webkit-box-shadow: 0 0 10px #000; }

#sidebar ul.connect li {
	display: inline;
	float: left;
	margin-right: 10px;
	opacity: .7;
	}
	
	#sidebar ul.connect li:hover { opacity: 1; }

.register em { color: red; font-style: normal; }

img#callout {
	position: absolute;
	top: -120px;
	z-index: 1;
	}
	
.registrants ol {
	list-style: decimal;
	}
	
	.registrants ol li {
		border-bottom: 1px solid #ccc;
		list-style: decimal;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		}
	
.registrants table {
	width: 560px;
	}
	
	.registrants table tr { border-bottom: 1px solid #ddd; }
	
	.registrants table th,
	.registrants table td {
		padding: 3px;
		text-align: left;
		vertical-align: top;
		width: 175px;
		}
		
address {
	color: #bbb;
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	margin: 15px 0;
	}


/*-------------------------------------------    
    Navigation
-------------------------------------------*/

ul#nav {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	}
	
ul#nav li {
	display: block;
	text-align: right;
	}


/*-------------------------------------------    
    Forms
-------------------------------------------*/

form td { vertical-align: top; }

form tr td:first-child { width: 250px; }

input,
textarea {
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
	margin-bottom: 5px;
	padding: 3px;
	}
	
input#submit {
	background-color: rgb(221, 114, 50);
	border: 1px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	color: #333;
	cursor: pointer;
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 2em;
	margin: 10px 0 0 220px;
	padding: 2px 8px;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	}

	
/*-------------------------------------------    
    Utilities
-------------------------------------------*/

.hide {
	height: 0;
	left: -9999em;
	line-height: 0;
	position: absolute;
	}
















