@charset "utf-8";
/* CSS Document */

.rte-header {
	background:url("/tv/images/rte_tv_title_bg.jpg") no-repeat scroll 0 0 #000F22;
}

#rte-link-logo {
	width: 240px;
}

#talent-masthead {
	height: 223px;
	clear: both;
	background-image: url(../img/bg_masthead.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#link-judges {
	position: absolute;
	width: 600px;
	height: 160px;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
}

#link-homepage {
	position: absolute;
	width: 320px;
	height: 220px;
	left: 0;
	bottom: 0;
	text-indent: -9999px;
	
}

#talent-nav {
	height: 36px;
	clear: both;
	background-image: url(../img/bg_talentshow_nav.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 108%;
	font-weight: bold;
}

#talent-nav a {
	color: #FFF;
	display: block;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}

#talent-nav a:hover {
	color: #ffd5f0;
}

#talent-nav li {
	float: left;
	margin-left: 27px;
	margin-top: 6px;
}

#talent-nav .current {
	background-color: #2d2d2d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #ff64c7;
}

.embedded {
	margin: 14px;
}

.embedded.left {
	margin-left: 0;
	float: left;
}

.embedded.right {
	margin-right: 0;
	float: right;
}

.embedded.no_margin_top {
	margin-top: 6px;
}

.embedded.no_margin_bottom {
	margin-top: 6px;
}

#content-main a {
	color: #9c4bd9;
}

#content-main h1 {
	margin-bottom: 24px;
	margin-top: 10px;
	color: #333333;
}

.bullet-list li {
	background: url(../img/bullet_purple.gif) no-repeat;
	background-position: 0 5px;
	padding-left: 14px;
}

#sidebar {
	margin-top: 20px;
}

.sidebar-carousel {
	background-color: #191919;
	position: relative;
}

.sidebar-carousel h2 {
	background-color: #2e2e2e;
	color: #FFF;
	padding: 8px;
	font-weight: bold;
	font-size: 138.5%;
}

.sidebar-carousel .slide-container {
	height: 300px;
}


.sidebar-carousel .arrow-left  {
	background-image:url("../img/sprite_slider_arrows.png");
	background-position: 1px -12px;
	cursor:pointer;
	display:block;
	height:26px;
	outline:medium none;
	overflow:hidden;
	position:absolute;
	right:13%;
	top:7px;
	width:26px;
	text-indent: -9999px;
}

.sidebar-carousel .arrow-right {
	background-image:url("../img/sprite_slider_arrows.png");
	background-position: 1px -45px;
	cursor:pointer;
	display:block;
	height:26px;
	outline:medium none;
	overflow:hidden;
	position:absolute;
	right:2%;
	top:7px;
	width:26px;
	text-indent: -9999px;	
}

.sidebar-carousel .arrow-left:hover {
		background-position: 1px -81px;
}

.sidebar-carousel .arrow-right:hover {
		background-position: 1px -114px;
}

.inside {
	clear:both;
	padding:8px;
	position:relative;
}

.sidebar-carousel-container {
	overflow:hidden;
	width:100%;
}

.sidebar-carousel-container ul {
	width:5000px;
}

.sidebar-carousel-container ul li {
	float:left;
	width:298px;
}

.sidebar-carousel-container ul li p {
	text-align: center;
	color: #CCC;
	font-weight: bold;
	margin: 7px 0;	
}

.sidebar-ad {
	background-color: #2e2e2e;
	padding-bottom: 7px;
	padding-top: 7px;
}




















