@charset "utf-8";
/* CSS Document */

/* -- redefine current styles --/ */

body, html	 {
	background: url(../img/bg_fire_blur.jpg) repeat-x #000000;
}

#rte-content {
	background-color: #000000;
	color: #CCCCCC;
}


h1 {
	color: #ffdb14;	
}

#rte-wrapper {
	overflow: auto;
}

/* -- Begin Dragons' Den Stylesheet -- */

#header {
	background-image: url(../img/bg_header.jpg);
	height: 127px;
	clear: both;
}

#nav {
	background-image: url(../img/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 41px;
	clear: both;
}

#nav ul {
	margin: 0;
	padding: 0;
	float: left; 
	clear: both;
	padding-top: 10px;	
}

#nav ul li {
	list-style: none;
	display: inline;
	margin-left: 40px;
	letter-spacing: -1px;
}



#nav ul li a {
	font: .9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	display: inline-block;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFF;
}

#nav ul li a.current {
	color: #FFDB14;
}


#col-1 {
	float: left;
	width: 654px;
	margin-top: 10px;
	clear: left;
}

#col-2 {
	width: 320px;
	float: right;
}

#col-3 {
	clear: both;
	float: left;
	width: 974px;
	margin-top: 20px;
	padding-bottom: 20px;	
}

.feature-right {
	padding: 10px;
	padding-top: 20px;
	clear: both;
}

.feature-right h2 {
	font: 1.3em;
	letter-spacing: -1px;
	color: #ffdb14;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #494949;
	padding-bottom: 3px;
	margin-bottom: 5px;	
}

.feature-right p {
	background: #222222 url(../img/bg_feature_right_paragraph.jpg) repeat-x bottom;
	margin: 0;
	padding: 15px;
	font-size: .75em;
	color: #cccccc;		
}

.feature-right p a {
 	color: #ffdb14;
}
.feature-right a.clear {
	display: block;
	clear: both;
}


#slideshow-home {
	padding-left: 10px;
	clear: both;
	padding-top: 5px;
	background-color: #000;
}

#content-main {
	width: 500px;
	float: right;
	margin-right: 4px;
	margin-top: 10px;
	font-size: .9em;
}

#content-main a {
 	color: #ffdb14;
	
}

#content-main h1 {
	margin-top: 0em;
	font-size: 1.3em;
	letter-spacing: -1px;
	padding-right: 1em;
}

#content-main h3 {
	clear: both;
	margin-bottom: .3em;
}

#content-main h3 a {
	color: #FFF;
	text-decoration: none;
}

#content-main h3 a:hover {
	color: #FF9;
}

#content-main p {
	padding-right: 1em;
	line-height: 1.3em;
}

#content-main p.profile-mini {
	height: 100px;
}

#content-main .profile-image-thumbnail, #content-main .profile-image-large {
	float: left;
	margin-bottom: 1em;
	margin-right: 1.5em;
	border: solid 1px #333;
	padding: 3px;
}

#content-main .presenter-image {
	border: solid 1px #333;
	padding: 3px;
	clear: both;
}

#content-main span.profile-previous {
	width: 200px; 
	float: left;	
}

#content-main span.profile-next {
	width: 200px; 
	float: right; 
	text-align: right;
}

#content-main hr {
	color: #333;
	height: 1px;
	border: solid 1px #333;
	border-bottom: none;
}

#content-main ol li {
	margin-bottom: 1em;
	color: #FFDB14;
	font-weight: bold;
}

#content-main ol li p {
	color: #CCC;
	font-weight: normal;
}

#advertisment-mpu {
	width: 300px;
	height: 250px;
	clear: both;
	margin: 10px;
	margin-top: 0;
	position: relative;
}

#advertisment-skyscraper {
	width: 120px;
	height: 600px;
	margin: 10px;
	margin-right: 0;
	float: left;
}

.home-bottom-feature {
	width: 220px;
	float: left;
	margin-left: 25px;
	font-size: .8em;
}

.home-bottom-feature.leftmost {
	margin-left: 10px;
}

.home-bottom-feature h3 {
	color: #e0d082;
	font: 1.4em normal Arial, Helvetica, sans-serif;
	border-top: dashed 1px #999;
	border-bottom: dashed 1px #999;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.home-bottom-feature p {
	font-size: .9em;
	color: #999;
	padding-right: .2em;
	position: relative;
	line-height: 1.4em;
}

strong.white {
	color: #FFF;
}

.list-episodes {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-episodes li {
	list-style: none;
	clear: both;
}

.list-episodes li .link-video{
	float: left;
}

.list-episodes li .thumbnail {
	border: solid 1px #333;
	padding: 3px;
	margin-bottom: 1em;
}

.list-episodes li p.title {
	float: right;
	width: 310px;
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
	
}

.list-episodes li p.title a {
	background: url(../img/icon_play_black.gif) no-repeat;
	padding-left: 1.8em;
}

.list-episodes li p.description{
	float: right;
	width: 310px;
}

.list-episodes li hr {
	clear: both;
	margin-bottom: 1em;
}

.details {
	font-size: .8em;
	color: #999;
}

.details a {
	background: url(../img/icon_play_black.gif) no-repeat;
	padding-left: 1.8em;
	color: #999;
	font-size: 1em;
}



div#lbCaption{
	font-size:12px;
}
