@CHARSET "UTF-8";

div, body, ul, l1, h1, h2, h3 {
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 156%;
	font-size: 10pt;
}

div#title_block {
	display: none;
}

h1 {
}

h2 {
	color: #e02a1c;
}

ul#navigation { 
	display: none;
}

div#content {
	padding-top: 100px;
	margin-right: 210px;
	
}

div#content h1 {
	background: none;
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 4px solid #e02a1c;
}

div#footer a,
div#content a {
	text-decoration: none;
}

div#content div.schedule ,
div#content div.block {
	padding: 30px 20px 12px;
	margin: 0 10px;
	background: white;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid gray;
}

div#content div.schedule {
	padding: 10px 20px 12px;
}

div.date {
	color: #75887f;
}


div#content div.summary div.host {
	font-size: 80%;
	line-height: 90%;
	margin-top: 5px;
}
	
div#content div.summary a {
	color: #f7cac6;
}


div#content div.schedule h2 {
	color: #75887f;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 160%;
	text-transform: uppercase;
}
div#content div.schedule h2 span.time{
	color: #e02a1c;
	font-size: 70%;
}

div#content div.schedule h3 {
	margin-top: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #b5a1ab;
	color: #75887f;
	font-size: 100%;
}

div#content div.schedule h3 span.number {
	font-size: 140%;
}

div#content div.schedule h3 span.directed {
	font-size: 92%;
	font-weight: normal;
	text-transform: none;
	text-align: right;
}

div#content div.schedule div.summary {
	background: #e02a1c;
	color: #f7cac6;
	padding: 5px 20px 2px;
	margin: 0px -20px;
}

div#content a {
	color: #e02a1c;
}

div#content .name {
	font-size: 154%;
	margin-right: 5px;
}


div#content div.speaker {
	padding: 7px 15px 5px;
	background: #fdf4f3;
	color: #8a9991;
}
div#content div.speakerblurb div.speaker {
	padding: 0;
	color: #8a9991;
	background: none;
}

div#content div.speakerblurb {
	padding: 1em 0 0;
	border-top: 2px solid #b5cdc1;
	clear: left;
}

div#content div.speakerblurb:FIRST-CHILD {
	border-top: none;
	padding-top: 0;
}
	
div#content div.speakerblurb  img {
	float: left;
	width: 135px;
	margin: 0 20px 20px 0;
}

	
div#content div.speakerblurb p {
	margin: 0 0 .6em 154px;
}

div#content div.schedule div.summary h3 {
	color: white;
	letter-spacing: 1px;
	font-size: 180%;
	border: none;
	text-transform: inherit;
}
div#content div.schedule div.summary a {
	color: white;
}

div#sponsors {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 140px;
	width: 180px;
}

div#sponsors img {
	max-width: 180px;
}

div#sponsors div.sponsor_block {
	margin-top: 20px;
}



div#sponsors h3 {
	display: inline;
}


div#footer {
	position: absolute;
	top: 0;
	left: 0;
}


div#footer img {
	border: none;
}

div#footer img#heroes {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#footer img#momolo {
	position: absolute;
	top: 0px;
	left: 800px;
}

div#footer div.links {
	display: none;
}

div#ribot {
	display: none;
}