* {
	padding: 0;
	margin: 0;
}
body {
	font: 62.5% Helvetica, sans-serif;
	line-height: 2.1em;
	background: url('../images/bg.png') repeat-x 0px -22px;
}


#branding {
	display: block;
	height: 200px;
	width: 320px;
	text-indent: -9999px;
	background: url('../images/handheld_branding.gif') no-repeat top left;
}
#content h1 {
	font-size: 3.2em;
	font-weight: normal;
}
#content h2 {
	font-size: 2.8em;
	font-weight: normal;
}
#content h3 {
	font-size: 2.4em;
	font-weight: normal;
}
#content h4 {
	font-size: 1.5em;
	font-weight: normal;
}
#main h1 {
	margin-left: .25em;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #0074C5;
}
#content p {
	font-size: 1.4em;
	margin: 1em 0;
}
img {
	border: 0;
}
strong {
	font-weight: bold;
}
li {
	font-size: 1.4em;
	list-style: disc;
	margin-left: 1em;
}
table {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
table tbody {
	background: #F8F8F9 url(../images/agenda_content_bg.png) repeat-x;
	color: #666;
}
table tfoot {
	background: #1a1a1a;
	color: #fff;
}
table tfoot tr td {
	padding: 0 1em;
}
th {
	padding-top: .5em;
	font-size: 1.5em;
	font-weight: 100;
	padding: .5em;
}
td {
	vertical-align: top;
}
table td.time {
	padding: 0 1em;
	width: 95px;
}


#content .small {
	font-size: .8125em;
}
.downloadLink {
	display: none;
}

#header {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#nav {
	background: #333;
	margin-top: .5em;
	padding-bottom: .5em;
}
#nav li {
	list-style: none;
	margin: 0;
}
#nav li a {
	color: #fff;
	padding:0.2em 0 0.2em 1em;
	display: block;
	border-bottom: none;
}

#nav li a:hover {
	background: #555;
}
.home #nav #home, .register #nav #register, .agenda #nav #agenda, .workshops #nav #workshops, .speakers #nav #speakers, .venue #nav #venue, .sponsors #nav #sponsors {
	background:  #0074C5;
}
#aside {
	background: #222;
	color: #fff;
	padding: 1em;
}
#aside a {
	color: #fff;
	text-decoration: none;
}
#aside .bigLink {
	float: left;
}
#aside a img {
	float: left;
	margin-right: .5em;
}
#aside a span {
	display: block;
	width: 175px;
}
#aside a span.top {
	font-weight: 900;
	font-size: 1.2em;
}
#aside .last {
	padding: 1em;
	background: #333;
	margin-top: 6em;
}
#aside .last h2 {
	font-size: 1.8em;
}
#aside .last p {
	margin: 0;
}
#footer {
	margin: 1em;
}

/*AGENDA STYLES*/
table thead, table thead tr {
	width: 100%;
	background: #231F20 url('../images/agenda_inactive_header.png') repeat-x top left;
/*	line-height: 1.2em;*/
	text-align: left;
	color: #999;
	font-weight: normal;
	vertical-align: top;
}
#agendaList thead th, #agendaList tbody th, #workshopList thead th, #workshopList tbody th {
	color: #FFF;
	font-size: 1.8em;
}
#agendaList tbody th, #workshopList tbody th {
	background: #231F20 url('../images/agenda_inactive_header.png') repeat-x top left;
	text-align: left;
}
td.time {
	vertical-align: top;
	padding-right: 1em;
}
#agendaList td h4 {
	font-size: 1.2em;
	font-weight: 900;
	color: #0074C5;
}
.workshopsByTrack h5 {
	font-size: 1.2em;
	font-weight: 100;
}
li.workshopListing {
	font-size: 1.2em;
	margin-left: 2em;
}

/*WORKSHOP STYLES*/
#workshopList td strong {
	margin-left: 1em;
}
.workshopItem {
	margin: 0 1em 2em 1em;
}
.workshopItem h4:hover {
	background: url('../images/down_arrow.png') no-repeat bottom right;
}
#workshopList p.workshopTime {
	margin: 0;
}
.leadership, .sales {
	width: 33.3%;
}
.marketing {
	width: 33.4%;
}
#workshopList .workshopTitle {
	color: #0074C5;
	cursor: pointer;
}
#workshopList .workshopInfo p {
	margin: .5em 0;
}
#workshopList .workshopInfo p.workshopTime {
	margin: 0;
}

/*SPEAKERS STYLES*/
#content .speaker {
	margin: 0 1em 2em;
}
#content .speaker h4 {
	font-size: 1.2em;
}
#content .speaker ul li {
	margin-left: 2em;
}