/*
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 */
	background-color: #fff;
}

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

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

h1{
	font-size: 1.6em;
	color:#BC995D;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	-align:center;
	margin:15px 10px 10px 155px;

}


h2 {
	font-size: 1.4em;
}

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

.clear {
	clear: both;
}

#container {
	width: 500px;
	height: 700px;
	font-size: 1.2em;
	background: #fff;	
	padding:0;
	margin:0;
}

#head {
	width: 100%;
	height: 93px;
	float:left;
}

#head a {

	float:left;
}

#main {
	width: 100%;
	height: auto;
	margin: 0px 0 0 4px;
}

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

#details {
	width: 100%;
	height: auto;
	float:left;
}


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

#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: none;
}

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

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

#mediaspace {

}

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

#media {
	height: 32px;
	padding: 10px 130px 2px 2px;
	text-align: center;
}

#mediabuttons {
	float: left;
	display:none;
}

#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: 100%;
}

	ul.interviews p {
		margin: 8px;
	}

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

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

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;
}

