@charset "UTF-8";
/* CSS Document */

body
{
	padding: 0px;
	margin: .5in;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{ color: #3b3c3d;}
a:hover{ text-decoration:none;}

	
/* Typography */

h2{
	color: #a1aeaf;
	font-size: 19px;
}

	h2 span.date{color: #eaf5f8;text-transform: uppercase; }
	
	h2 a{
		color: #2fc0f0;
		font-weight: bold;
		font-size: 22px;
	}
	

	
#wrapper{
	width: 100%;
	text-align:center;
}

#header{
	display:none;
}

#content{
	width: 940px;
	margin: auto;
	background-color: #fff;
	text-align: left;
	padding: 10px;
	margin-top:0px;
	*margin-top: 20px;
}
	
ul#nav{
	display:none;
}

#subnav{
	display:none;

}

/* Footer */

#footer
{
	display:none;
}


/* Speaker Styles (speaker.html) */

#section{
	width: 100%;
}


.speakers #section h1, .schedule #section h1{
	color: #1d7599;
	font-size: 46px;
}

	.speakers #section h2{
		color: #1d7599;
		font-size: 24px;
		font-weight:normal;
		padding-bottom: 22px;
		background: transparent url(../images/stripes.gif) 0 bottom repeat-x;
		margin-bottom:20px;
	}
	
	.speakers #section img
	{
		float: left;
	}

	.speakers #section p
	{
		margin-left: 95px;
	}
	
		.speakers #section .speaker-profile{
			margin-bottom: 20px;
		}
	
	
.schedule #section h2{
	color: #1d7599;
	font-size: 21px;
	font-weight:normal;
	padding-bottom: 22px;
	background: transparent url(../images/stripes.gif) 0 bottom repeat-x;
	margin-bottom:10px;
}

.schedule .time{
	color: #27a9e7;
	font-weight: bold;
	font-size: 14px;
}

.schedule h3{
	font-size: 14px;
	color: #3b3c3d;
	margin-bottom: 0px;
}

.schedule p{
	margin-bottom: 10px;
}

span.speaker{color:#f78d22;font-weight:bold;font-style:italic;}

.schedule table li{
	list-style-type: disc;
}


.schedule table{
	width: 100%;
}

	.schedule table td.timetd{
		width: 130px;
	}
