/* styles for all pages but the index page */

/* basic layout */
#content{
	margin: 3px 0 0 92px;
	border-top: 1px solid #617ec1;
	border-left: 1px solid #617ec1;
	padding: 20px 0 0 27px;
	width: 680px;
	height: 360px; /* because IE will expand a box to whatever the content is, this works like min-height - which IE6 doesn't understand */
}

#container>#content{  /* using the child selector to allow modern compliant browsers to properly apply min-height */
	height: auto; 
	min-height: 360px;
}	

#left_panel{
	position: absolute;
	left: -10px;
	top: 200px;
	margin: 25px 0 0 5px;
	padding: 0;
	width: 92px;
	height: 421px;
}


/* breadcrumbs */
#crumbs{
	display: inline;
	padding: 3px 95px 3px 0; /* the padding-right is to make sure the border-bottom covers the top of left-margin */
	margin: 0;	
	border-bottom: 1px solid #617ec1;
	font-variant: small-caps;
}


/* content */
.img-dbl-lines{
	border-width: 3px 0px;
	border-style: double;
	border-color: #617ec1;
}

#section01{
	padding-bottom: 2px;
}


/* video and audio players - all swf sizing in done inline */
.podcast_player{ 
	border-top: 1px solid #617ec1;
	border-bottom: 1px solid #617ec1;
	width: 510px;
}

.dl-podcast-text{
	padding-right: 4px;
	color: #617ec1;
	padding-bottom: 2px;
	text-align: right;
}

.dl-podcast-text a{
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #617ec1;
}

.video_player{
	margin-top: 16px;
}


/* participants */

.participants-list{
	padding-left: 20px;
}

.sponsors-img{
	margin: 45px;
}
