/*
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: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* set default size to 10px */
	padding: 10px;
	background: url(../images/bg-line-1.jpg) repeat-x;
	/*margin-top:50px;*/
}

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

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

h1{
	font-size: 1.6em;
	color:#ED2939;
}

h2 {
	font-size: 1.4em;
	color:#909496;
}

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

.clear {
	clear: both;
}

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

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

#main {
	width: 100%;
	height: auto;
	background: url(../images/bkg-player.gif) no-repeat top;
}

#main-bottom {
	width: 100%;
	height: 5px;
	background: url(../images/bkg-player-bottom.gif) no-repeat top;
}

#details {
	width: 100%;
	height: auto;
	padding: 10px;
	margin-top:33px;
}


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

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

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

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

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

#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;
	background: transparent url(../images/table-header.jpg) no-repeat scroll center top;
}

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

	table.sections th {
		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: 100%;
}

	ul.interviews p {
		margin: 8px;
	}

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

ul.interviews li.item_active {
	background: #CDDFE0;
}

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

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

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

#footer {
	height: auto;
	text-align: right;
	padding: 10px;
}

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

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

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


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

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

