/*
begin resets
*/
body, html, p, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

:link, :visited {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

a img, :link img, :visited img {
	border: none;
}

address {
	font-style: normal;
}

/*
end resets
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* set default size to 10px */
	color: #666666;
	padding: 10px;
	background: url("../images/bg.jpg") 0 0;
	background-repeat: repeat-x;
	
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a.download {
	font-weight:bold;
}

h1{
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

.clear {
	clear: both;
}

#container {
	background:url("../images/bg_container.jpg") repeat-y scroll 0 0 transparent;
font-size:1.2em;
height:auto;
margin:10px auto;
width:825px;
}

#head {
	width: 100%;
	height: auto;
	margin-top:0;
}

html > body #head {
margin-top:-15px;
}

#main {
	height:auto;
    margin-left:30px;
    width:785px;
}

#main-bottom {
	width: 100%;
	height: 5px;
	}

#details {
	color:#336699;
    height:auto;
    line-height:20px;
    margin-left:25px;
    padding:10px;
    width:60%;
}


/**************************************************************************************************/

#col-left {
	float: left;
	width: 480px;
	margin: 5px 5px 0px 0px;
	display: inline;
}

#col-right {
	float: right;
	width: 300px;
	margin: 5px 0px 5px 0px;
	display: inline;
}

#col {
	float: left;
	margin: 5px;
	display: inline;
}

#col-download {
	float: left;
	margin: 5px;
	display: inline;
	width: 830px;
}

/**************************************************************************************************/

#mediaspace {

}

/** Transcript (With Pods & Vods)******************************************************************/

#media {
	height: 32px;
	background: #000;
	padding: 0 2px 2px 2px;
	background: url(../images/media-buttons.png) no-repeat bottom;
}

#mediabuttons {
	float: left;
}

#playercontrols {/*internet explorer */
	float: right;
	padding: 5px;
	display: inline;
}

/** Sections***************************************************************************************/

table.sections {
	margin-top: 1px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

table.sections th  {
	padding: 5px;
	margin: 0;
}

	table.sections th {
		background: #ededed;
		color: black;
	}

	table.sections td {
		padding: 3px;
		border-bottom: 1px solid #ededed;
		background: url(../images/bkg-section.gif) repeat-x bottom;
	}

	table.sections .first {
		text-align: left;
		padding-left: 8px;
	}

/** Other interviewees*****************************************************************************/

ul.interviews {
	list-style: none;
	padding: 0;
}

ul.interviews li {
	float: left;
	margin: 0 0 2px 0;
	width: 93%;
}

ul.interviews p {
	float:left;
	margin: 8px;
	width:183px;
}

ul.interviews li.item {
	background: #FFFFFF;
	border:1px solid #F0F0F0;
}

ul.interviews li.item a {
	display:block;
	height:80px;
}

ul.interviews li.item a:hover {
	background:none repeat scroll 0 0 #99CCFF;
}

ul.interviews li.item_active {
	background:none repeat scroll 0 0 #FFFFFF;
    margin-bottom:10px;
}

ul.interviews li blockquote {
	font-style: italic;
}

ul.interviews li .picture {
	/*float: left;*/
	margin-right: 8px;
	margin-left: 8px;
}

/*** Download Pages *******************************************************************************/

#downloads {
	font-size:14px;
	width:100%;
}

#downloads tr:hover {
	background-color:#9F9F9F;
}

#downloads th {
	background-color: #000000;
	color: #FFFFFF;
}

#downloads .odd {
	background-color: #CFCFCF;
}

#downloads .even {
	background-color: #EFEFEF;
}

#downloads td {
	padding:5px;
}

#downloads .title {
	width: 80%;
}

#downloads .duration {
	text-align:center;
	width: 10%;
}

#downloads .link {
	width: 10%;
}

/**************************************************************************************************/

#footer {
	background:url("../images/footer.jpg") no-repeat scroll 0 0 transparent;
    color:#666666;
    height:20px;
    margin:0 auto;
    padding:29px 29px 19px;
    text-align:center;
}

/**************************************************************************************************/

input, select {
	font-size: 11px;
}

/**************************************************************************************************/


#menu {
	width: 100%;
	height: auto;
}

ul.nav li {
	float: left;
	padding: 5px;
}

