/* speakers-specific css */



/* speakers a-z */
ul.speakers_a_z,
ul.speakers_topic li.topic ul.speakers
{
	width: 650px;
	margin-left: -10px;
	height: auto;
	overflow: hidden;
	margin-left: -11px;
}

ul.speakers_a_z li.speaker,
ul.speakers_topic li.topic ul.speakers li.speaker
{
	position: relative;
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	width: 315px;
	height: 98px;
}


/* speaker detail */
ul.speakers_a_z li.speaker div.speaker_detail,
ul.speakers_topic li.topic ul.speakers li.speaker div.speaker_detail
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 295px;
	height: auto;
	padding: 10px;
	background: transparent url('../images/page_head/sub_nav_bg.png') repeat top left;
}

ul.speakers_a_z li.speaker div.speaker_detail a,
ul.speakers_topic li.topic ul.speakers li.speaker div.speaker_detail a
{
	color: #FFF;
	text-decoration: none;
}
ul.speakers_a_z li.speaker div.speaker_detail ul.speaker_links,
ul.speakers_topic li.topic ul.speakers li.speaker div.speaker_detail ul.speaker_links
{
	float: right;
}
ul.speakers_a_z li.speaker div.speaker_detail ul.speaker_links li,
ul.speakers_topic li.topic ul.speakers li.speaker div.speaker_detail ul.speaker_links li
{
	display: inline;
	padding: 0 2px;
}

ul.speakers_topic li.topic
{
	margin-bottom: 1em;
}
ul.speakers_topic li.topic h4
{
	text-transform: uppercase;
	font-size: 1.308em;
	line-height: 1.14678em;
	margin: 0.57339em 0;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0;
}
ul.speakers_topic li.topic hr,
div#left_content hr
{
	display: block;
	width: 100px;
	height: 17px;
	margin: 2em auto;
	background: #FFF url('../images/page_content/horizontal_flourish.jpg') no-repeat top left;
	border: none;
}



/* the topic list */
fieldset.topic_list
{
	padding: 10px;
	background-color: #F4F4F4;
	margin-bottom: 2em;
}
fieldset.topic_list label,
fieldset.topic_list select
{
	margin-bottom: 0;
}


/* modal window stuff */
div#modal_window img.speaker_img
{
	width: 640px;
	height: 200px;
}

div#modal_window ul.speaker_links
{
	background-color: #EEE;
	text-align: right;
	padding: 10px;
	margin: 0 0 10px;
}
div#modal_window ul.speaker_links li
{
	display: inline;
	padding: 0 3px;
}

div#modal_window div.speaker_bio
{
	height: 180px;
	padding-right: 10px;
	overflow: auto;
}
