/*	====	HEADER		====	*/

#header {
	background: #fff url(conf2008/conference2008-header-gradient.png) left bottom repeat-x;
	color: #000;
	height: 155px;
	margin: 0 0 1.25em 0;
	padding: 0;
	border-top: 2px solid #b35a12;
}
#header-main {
    width: 820px;
    margin: 0 auto;
	position: relative;
}
a, #dropdown a {color: #0085c3;}

#header a, #corenav a { color: #fff; }

a.home {
	display: block;
	height: 155px;
	width: 820px;
	background: url(conf2008/conference2008-header-logo.png) left bottom no-repeat;
	padding: 0;
	margin: 0;
}
a.home i {
	text-decoration: none;
	visibility: hidden;
}

/*  ====    USERBAR     ====    */

#userbar { width: 820px; }

/*	====	CORENAV		====	*/

#corenav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	width: 260px;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 6000;
}

/*	====	DROPDOWN	====	*/

#dropdown {
	clear: both;
	background: transparent;
	border: 0;
	border-top: 1px solid #ddd;
	margin-top: 1.5em;
}
#dropdown ul {
	margin: 0 auto;
	width: 640px;
	padding: 0 0 0 180px;
}
#dropdown ul ul { padding: 0; }
#dropdown a {
	border: 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.875em;
	padding: 0 0.625em;
}
#dropdown a.here {
	background: #fcd922 url(default/yellow-button-gradient.png) top left repeat-x; /* fallback image */
	background-image: -moz-linear-gradient(#fdea82, #fcd922); /* Firefox 3.6+ */
	background-image: -webkit-linear-gradient(#fdea82, #fcd922); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #fdea82, #fcd922); /* Opera 11.10+ */
	color: #000;
}

/*	====	LAYOUT		====	*/

#main {
	position: relative;
	padding: 0 0 1.5em 0;
	height: 100%;
	width: 820px;
	margin: 0 auto;
}

#content {
	position: relative;
	z-index: 500;
	float: left;
	width: 640px;
}
	
#content h1 {
	position: relative;
	z-index: 1000 !important;
}

#col1 {
	position: relative;
	width: 160px;
	float: right;
	margin: -2em 0 1.5em 0;
}

#footer_inner_wrap {
    width: 640px;
    padding-left: 180px;
}

ul.subnav {margin: 0;}

ul.subnav a.here {
	color: #000;
	_background-image: none;
	background-color: #f7d900;
	border-bottom: 1px solid #fe0;
	border-top: 1px solid #e8cb00;
}

div.block h3 {
	color: #000;
	background: #fcd922 url(default/yellow-button-gradient.png) top left repeat-x; /* fallback image */
	background-image: -moz-linear-gradient(#fdea82, #fcd922); /* Firefox 3.6+ */
	background-image: -webkit-linear-gradient(#fdea82, #fcd922); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #fdea82, #fcd922); /* Opera 11.10+ */
	border: 1px solid #f7d900;
	border-bottom-color: #e8cb00;
}

thead th, #corenav #q_button {
	color: #000 !important;
	background: #fcd922 url(default/yellow-button-gradient.png) top left repeat-x; /* fallback image */
	background-image: -moz-linear-gradient(#fdea82, #fcd922); /* Firefox 3.6+ */
	background-image: -webkit-linear-gradient(#fdea82, #fcd922); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #fdea82, #fcd922); /* Opera 11.10+ */
	border: 1px solid #f7d900;
	border-bottom-color: #e8cb00;
}
