/*
-----------------------------------------------

Title:   Global screen styles
Author:  The Push Group, LLC
Updated: March 23 2007

----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;	
	background: #a9bec6 url("../_imgs/body_bg.gif") repeat-x;
}
#wrap {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 845px;
	position: relative;
	background: #bacbd1 url("../_imgs/wrap_bg.gif") repeat-y;
}
#wraptop {
	margin: 0 auto;
	width: 845px;
	height: 27px;
	background: transparent url("../_imgs/wraptop.gif") no-repeat left top;
}
#wrapbot {
	margin: 0 auto 3px auto;
	width: 845px;
	height: 27px;
	background: transparent url("../_imgs/wrapbot.gif") no-repeat;	
}


/* -- [ Header ] --------------------------------------------*/
#header {
	margin: 28px auto 9px auto;
	width: 831px;
	position: relative;
}
#logo {
	float: left;
	width: 342px;
	background: transparent url("../_imgs/logo.gif") no-repeat;
}
#logo img { display: none; }
#logo a {
	text-decoration:none; 
	height: 106px;
	display: block; 
}

#topnav {
	float: right;
	margin-top: 78px;
}
#topnav li {
	margin-right: 5px;
	float: left;	
	list-style-type: none;
	font-size: 1em;
}
#topnav li a { 
	text-decoration:none; 
	height: 23px; 
	display: block; 
	text-indent:-9999px; 
}
#topnav li a:hover { background: none; }
#topnav li#loop {
	width: 140px;
	background: transparent url("../_imgs/topnav_loop.gif") no-repeat;
}
#topnav li#loop a:hover {
	width: 140px;
	background: transparent url("../_imgs/topnav_loop.gif") no-repeat 0 -23px;
}

#topnav li#register {
	width: 56px;
	background: transparent url("../_imgs/topnav_register.gif") no-repeat 0 0;
}
#topnav li#register a:hover {
	width: 56px;
	background: transparent url("../_imgs/topnav_register.gif") no-repeat 0 -23px;
}

#conference {
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 626px;
	text-align: right;
	color: #fff;
	width: 200px;
	line-height: 1.4em;
}
#conference strong { display: block; }


/* -- [ Navigation ] --------------------------------------------*/
#navcontainer {
	padding-top: 20px;
	float: left;
	width: 154px;
}
#navcontainer ul {
	margin: 0 0 16px -4px;
	text-align: right;
	list-style-type: none;
	background-color: #a9bec6;	
	width: 154px;
}
#navcontainer li {
	padding-bottom: 1px; /* keeps IE6 from adding un-necessary padding */
	border-left: 4px solid #fec24d;	
}
#navcontainer li a {
	padding: .5em 9px .5em 0;
	font: normal 1.3em Arial, Helvetica, sans-serif;	
	line-height: 1.1em;
	text-decoration: none;
	color: #38464c;
	display: block; 
	background: #cdd9de url("../_imgs/nav_bg.gif") repeat-y bottom right;
}

/* Lock Nav */
#navcontainer li a:hover,
body#what li#n-what a,
body#why li#n-why a,
body#events li#n-events a,
body#speakers li#n-speakers a,
body#press li#n-press a,
body#sponsors li#n-sponsors a,
body#about li#n-about a,
body#faq li#n-about a,
body#contact li#n-contact a {
	color: #fff;
	background: #606d73 url("../_imgs/navhover_bg.gif") repeat-y bottom right;
}
body#loop #topnav li#loop {
	background: transparent url("../_imgs/topnav_loop.gif") no-repeat 0 -23px;
}

#sponsor {
	margin-left: 3px;
	padding-bottom: 15px;
	text-align: center;
	color: #eaf0f1;
	width: 143px;
}
#sponsor p {
	margin-bottom: .6em;
	line-height: 1.5em;
	font: normal 1.1em Arial, Helvetica, sans-serif;	
}


/* -- [ Content ] --------------------------------------------*/
#content {
	margin-left: 33px;
	padding-top: 17px;
	float: left;
	width: 435px;	
}

/* Paragraphs and Lists */
#content p,
#content dl,
#content li,
#content label {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
#content dt {font-weight: bold;}

#content dl.address .pnumber { margin-top: .9em; }
#content ul { list-style-type: none; }
body#why #content ul {
	padding-top: 1.4em;
	border-top: 1px solid #f3edf7;
}
#content li {
	padding-left: 1.1em;
	background: transparent url("../_imgs/li_content.gif") no-repeat 0 8px;
}
#content li p { margin-bottom: 0; }
#content ul.eventinfo { margin: 1.2em 0 2.1em ; }
#content .eventinfo li {
	margin-bottom: 0;
	padding: .8em 1.1em;
	background: none;
	font-size: 1em;
}
#content ul.odd li.highlight { background-color: #fff6e4; }
#content ul.even li.highlight { background-color: #f2f5f7; }

.back {
	text-align: right; 
	font-weight:bold;
}
#content a:hover {color: #8e91ed;}

/* Titles */
body#loop #content h1,
body#thanks #content h1,
body#register #content h1,
body#what #content h1,
body#why #content h1,
body#events #content h1,
body#speakers #content h1,
body#press #content h1,
body#sponsors #content h1,
body#about #content h1,
body#faq #content h1,
body#contact #content h1 {
	margin-bottom: .5em;
	padding-bottom: .2em;
	width: 435px; 
	height: 19px; 
	display: block;
	font-size: 2.2em; 
	text-indent:-9999px; 
	line-height: 1em;
	border-bottom: 1px solid #c1a5d9;
}

body#loop #content h1 {	background: #fff url("../_imgs/title_loop.gif") no-repeat; }
body#thanks #content h1 {	background: #fff url("../_imgs/title_thanks.gif") no-repeat; }
body#register #content h1 { background: #fff url("../_imgs/title_register.gif") no-repeat; }
body#what #content h1 { background: #fff url("../_imgs/title_what.gif") no-repeat; }
body#why #content h1 { background: #fff url("../_imgs/title_why.gif") no-repeat; }
body#events #content h1 { background: #fff url("../_imgs/title_events.gif") no-repeat; }
body#speakers #content h1 { background: #fff url("../_imgs/title_speakers.gif") no-repeat; }
body#press #content h1 { background: #fff url("../_imgs/title_press.gif") no-repeat; }
body#sponsors #content h1 { background: #fff url("../_imgs/title_sponsors.gif") no-repeat; }
body#about #content h1 { background: #fff url("../_imgs/title_about.gif") no-repeat; }
body#faq #content h1 { background: #fff url("../_imgs/title_faq.gif") no-repeat; }
body#contact #content h1 { background: #fff url("../_imgs/title_contact.gif") no-repeat; }

#content h2 {
	margin-bottom: .5em;
	padding-left: 1.2em;
	font-size: 1.2em;
	background: #fff url("../_imgs/h2_bg.gif") no-repeat 0 5px;
}
#content h3 {
	margin-bottom: .5em;
	padding-top: 1.4em;
	font-size: 1.1em;
	border-top: 1px solid #f3edf7;	
}
#content h4 {
	margin-bottom: .2em;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
}

body#about .left,
body#about .right {
	width: 215px;
	text-align: center;
}
body#about .left { margin-right: 4px; }
body#about #content .clearfix { 
	margin-bottom: 1.4em;
	padding-top: 1.7em; 
	border-top: 1px solid #f3edf7; 
	border-bottom: 1px solid #f3edf7; 
}

/* Forms */
legend { display: none; }
fieldset { 
	border: none; 
	text-align: right; 
}

#formwrap {
	margin-bottom: 2em;
	padding: 1.8em 2.9em 1em 2.9em;
	border: 1px solid #f7ebd3;
	background-color: #fff6e5;
	text-align: left;
}
.left p label,
.right p label { 
	display: block;
}
fieldset .clearfix input { width: 173px; margin-top: -.6em; }
div.left { float: left; }
div.right { float: right; }

.required { color: #d01a30; }


/* -- [ Featured Speaker ] --------------------------------------------*/
#fspeaker {
	margin-top: -29px;
	margin-right: 17px;
	padding-top: 20px;
	width: 150px;	
	float: right;
	z-index: 1; /* allows h3 to float above wraptop in IE */
	position: relative;
}
#fspeaker h3 {
	padding-bottom: .6em;
	width: 150px;
	height: 16px;
	display: block; 
	font-size: 1.3em;
	text-indent:-9999px; 
	background: #ebe3cf url("../_imgs/title_fspeaker.gif") no-repeat 4px top;
}
#fspeaker .biopic {
	border: 3px solid #a9bec6;
}
#fspeaker h4 {
	padding: .6em .4em 0 .4em;
	font: normal 1.6em Arial, Helvetica, sans-serif;
	background-color: #ede6d4;
	color: #5f7882;
}
#fspeaker p#profile {
	padding: 0 .7em .8em .7em;
	font-size: 1em;
	line-height: 1.3em;
	color: #5f7882;
	background-color: #ede6d4;
}
#fspeaker blockquote { 
      padding: 0 .9em .8em .7em;
}
#fspeaker blockquote p#quote {
      margin-bottom: .3em;
      font: normal 1.7em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
      line-height: 1.3em;
      color: #5f7882;
}
#fspeaker blockquote p#author {
      font: normal 1.2em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
      line-height: 1.3em;
      color: #81a2b0;
      text-align: right;
}
#attendees {
	padding-top: 13px;
	width: 149px;
}
#attendees h4 {
	padding-left: 8px;
	width: 135px; 
	height: 16px; 
	display: block; 
	text-indent:-9999px; 
	background: transparent url("../_imgs/title_quotes.gif") no-repeat 8px top;
}
#attendees table { 
	margin-left: 10px;
	width: 135px; 
}
#attendees td.avatar { 
	width: 12px;
	background-color: #fff; 
}
#attendees td.avatar img { 
	padding: 2px; 
	background-color: #fff;
}
#attendees td.attendee { 	
	padding-left: 1.1em;
}
#attendees td a { 	
	color: #336d83;
	font: normal 1.2em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
#attendees td a:hover { 	
	color: #4594b2;
}


/* -- [ Speakers ] --------------------------------------------*/
body#speakers div.speaker {
	margin-top: 1.3em;
	padding: 1.2em 0 0 1.3em;
}
#content .biopic {
	margin: 9px 10px 0 0;
	float: left;
	background-color: #eee;
}
#content .biopic img {
	border: 2px solid #fff;
	top: -2px;
	left: -2px;
	position: relative;
}
body#speakers div.speaker p {
	margin-bottom: 0;
	padding-bottom: 1em;
	width: 300px;
	float: left;
}
body#speakers div.odd { background-color: #fff6e5; }


/* -- [ Footer ] --------------------------------------------*/
#footer {
	margin: 0 auto 1.9em auto;
	width: 819px;
	text-align: center;
}
#footer .first {
	margin-bottom: .9em;
	padding: .6em .4em .9em .4em;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #5f7982;	
	background-color: #cbd8dd;
}
#footer .first a {
	padding: 0 .3em;
	color: #5f7982;
}
#footer .first a:hover { color: #7696a1; }

#footer .last {
	margin-bottom: .6em;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;	
	color: #eef2f4;
}
#footer .last a {
	padding: 0 .2em 0 .2em;
	color: #eef2f4;
}
#footer .last a:hover { color: #fff; }

#copyright { color: 5f7982; }
#copyright a { color: #5f7982; }
#copyright a:hover { color: #5f7982; }


/* -- [ Misc ] --------------------------------------------*/

/* Clearfix Patch, updated for IE7 on 7/26/06 */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.jsclass body .randomcontent{ display: none; }
img {	border: 0; }
hr { display: none; }
abbr { border-bottom: none; }
#skipnav { display: none; }

/* Had to use a generic '.hide' div since IE6 wouldn't hide 'abbr' for hcal */
.hide { display: none; }
