/*
---------------------------------------------
DARATECHSUMMIT2006 GENERIC PAGE STYLES
Author: Ethan McElroy
Version: December 19, 2005
---------------------------------------------*/

body {
	background: #fff url(../i/bg.jpg) repeat-y;
	font: 79% verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
h2 {
	color: #039;
	font: bold 1em georgia, palatino, times, 'times new roman', serif;
	margin: 4px 4px 10px 4px;
	text-align: center;
	}
li, p, select {
	font-size: .9em;
	}
p {
	margin: 0 4px 18px 4px;
	}
select {
	margin-bottom: 20px;
	}
strong.name {
	color: #00f;
	}
ul.companies {
	background: #fff;
	float: left;
	margin: 0 0 0 18px;
	padding: 0 0 0 16px;
	width: 27%;
	}

/* HEADER
----------------------------------------------*/
#header {
	background: #03c url(../i/stars.jpg) repeat-x;
	height: 200px;
	}

/* NAVIGATION COLUMN
----------------------------------------------*/
#nav {
	background: #809fff url(../i/bg.jpg) repeat-y;
	height: 400px;
	min-height: 400px;
	left: 0;
	position: absolute;
	top: 200px;
	width: 196px;
	}
body > #nav {
	height: auto;
	}
#nav ul {
	background: #03c;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	background: #03c;
	display: block;
	font-weight: bold;
	height: 22px;
	\height: 27px;
	h\eight: 22px;
	line-height: 100%;
	margin: 0 0 1px 0;
	padding: 0;
	text-align: right;
	}
#nav li a {
	background: #809fff;
	border-right: solid 4px #03c;
	display: block;
	margin: 0;
	padding: 8px 4px;
	text-decoration: none;
	width: 184px;
	\width: 192px;
	w\idth: 184px; /* IE 5.x Win Hack */
	}
#nav li#last {
	border-bottom: solid 1px #03c;
	}
#nav li a:link {
	color: #03c;
	}
#nav li a:visited {
	color: #03c;
	}
#nav li a:hover {
	background: #fff280;
	border-right: solid 4px #f90;
	color: #f60;
	}
#nav li a:active {
	background: #fff280;
	border-right: solid 4px #ccc;
	color: #f60;
	}
#nav li a.current {
	background: #fff;
	border-right: solid 4px #f90;
	color: #03c;
	}
#nav p#rss {
	clear: both;
	margin-left: 2px;
	}
p.icon {
	clear: both;
	}
p.icon img {
	float: left;
	margin: 10px auto auto 2px;
	}
#nav p#rss img {
	border: none;
	float: left;
	margin: 2px 3px 0 0;
	padding: 0;
	}
#nav p#rss {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	}
#nav p#rss img {
	border: none;
	float: left;
	margin: 2px 3px 0 0;
	padding: 0;
	}

/* MAIN CONTENT COLUMN
----------------------------------------------*/
#main {
	background: #fff;
	height: 1700px;
	margin: 0 200px 0 200px;
	min-height: 400px;
	position: relative;
	width: auto;
	}
#main h2 {
	color: #f80;
	}
#main h2.bandg {
	text-align: left;
	}
#main p {
	line-height: 140%;
	}
#main li {
	line-height: 140%;
	margin-bottom: 8px;
	}
/* AGENDA
----------------------------------------------*/
#agenda {
	background: #fff;
	height: 1700px;
	margin: 0 200px 0 200px;
	min-height: 400px;
	position: relative;
	width: auto;
	}
#agenda h2 {
	color: #f80;
	}
#agenda h2 span {
	display: none;
	}
#agenda h3 {
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	text-align: center;
	}
#agenda h5 {
	color: #036;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding-left: 4px;
	}
#agenda h5.ybg {
	background: #ff9;
	padding: 2px 4px;
	}
#agenda img {
	border: none;
	}
#agenda p {
	margin-top: 0;
	}
#agenda strong.name {
	color: #339;
	}
#agenda table {
	border-collapse: collapse;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	margin: 0 0 10px 1px;
	width: 99%;
	}
#agenda table td {
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	}
#agenda table tr.time p {
	text-align: center;
	}

/* SPEAKERS COLUMN
----------------------------------------------*/
#speakers {
	background: #ddd;
	float: right;
	height: 1700px;
	width: 180px;
	}
#speakers h2 {
	color: #039;
	margin-bottom: 10px;
	}
#speakers p {
	line-height: 120%;
	}
/* CO-SPONSOR COLUMN
----------------------------------------------*/
#cosponsors {
	background: #fff280;
	height: 1700px;
	padding: 6px 0 0 0;
	position: absolute;
	right: 0;
	top: 200px;
	width: 199px;
	}

/* FOOTER
----------------------------------------------*/
#footer {
	background: #666;
	clear: both;
	height: 30px;
	margin-top: 0;
	position: relative;
	}
#footer a {
	color: #fff;
	}
#footer p {
	color: #fff;
	margin-top: 8px;
	}
