/*
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 */
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x top;
}

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

a:hover {
	color:#BF311A;
}

h1{
	font-size: 1.6em;
	color:#FFFFFF;
	font-size:2.4em;
	font-weight:normal;
}

h2 {
	font-size: 1.4em;
}

h3 {
	margin-top:20px;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

.clear {
	clear: both;
}

#container {
	width: 1000px;
	margin: 10px auto;
	font-size: 1.2em;
}

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

#head  img { 
margin-left: 40px;
}

#main {
	width: 100%;
	height: auto;
	margin-left: 70px;
}

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

#details {
	width: 200px;
	height: auto;
	padding: 10px;
}


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

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

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

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

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

#mediaspace {

}

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

#media {
	float:right;
	height: 32px;
	padding: 10px 2px 0px 2px;
}

#mediabuttons {
	float: left;
	margin: 20px 0 0 10px;
	_margin-right: 0px;
}

#mediabuttons img {
	margin-top:5px;
}

#mediabuttons a {
	border-top:1px solid #94A6B2;
	display:block;
	margin-top:5px;
	line-height:12px;
}

#picblock a {
	display:block;
	margin:105px 0 0 10px;

}


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

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

table.sections {
	float:left;
	width:477px;	
	margin-top: 10px;
	border-left: 1px solid #93A7B2;
}

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

	table.sections th {
		background: #ededed;
		border-top: 1px solid #93A7B2;
		border-right: 1px solid #93A7B2;
		border-bottom: 1px solid #93A7B2;		
		color: black;
	}

	table.sections td {
		padding: 3px;
		border-bottom: 1px solid #93A7B2;
		background: #fff;
		border-right: 1px solid #93A7B2		
		
	}

	table.sections .first {
		text-align: left;
		padding-left: 8px;
		border-right: 1px solid #93A7B2;		
	}

	
	#translation {
	
	width: 400px;
	margin: 20px 0 30px 0;
	
	
	}

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

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

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

	ul.interviews p {
		margin: 8px;
	}

ul.interviews li.item {
	background: #f2f2f2;
}

ul.interviews li.item_active {
	background: #d6d6d6;
	display:none;
}

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

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

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

#footer {
	border-top: 1px dotted #93A7B2;
	height: auto;
	text-align: left;
	padding: 10px;
	width:775px;
}

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

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

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


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

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

