/*-----------------------------------------------------------------------------

version:   1.0
author:    vamsi krishna peri
email:     perivamsi@gmail.com
website:   http://home.iitb.ac.in/~perivamsi
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */

/* Class for clearing floats */
.clear {
	clear:both;
}

/* IE PNG fix */
img, #header-inner h1{
	 behavior: url(iepngfix.htc);
}

/* Remove border around linked ../images */
img {
	border: 0;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	/*font: 62.5%/1.6 "Trebuchet MS", Tahoma, Verdana, sans-serif;*/
}


/* =Header
-----------------------------------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1010px;

}
#header {
	height: 250px;
	background: url(../images/header-bottom-tile.jpg) repeat-x bottom;
}	
#header-outer {
	height: 250px;
	background: url(../images/header-left.jpg) no-repeat bottom left;
}
#header-inner {
	position: relative;
	height: 250px;
	background: url(../images/header-right.jpg) no-repeat bottom right;
}
#header-inner h1 {
	float: left;
	text-indent: -5000px;
	background: url(../images/logo.png) no-repeat bottom right;
	width: 197px;
	height: 93px;
	padding-left: 60px;
	padding-top: 40px;
	position:relative;
}
#top-banner{
	margin-bottom:-154px;
	height:154px;
	padding-left:12px;
}
#upload {
	float: right;
	width: 80px;
	height: 86px;
	padding-right: 100px;
	padding-top: 30px;
	position:relative;
	z-index:10
}
#marks {
	float:right;
	width:575px;
	height:21px;
	margin:-1px 0 -13px 0;
	padding:0 300px 0 0;
	position:relative;
}
#acc-header {
	font-size:1.3em;
	text-align:right;
	padding:15px 50px 0pt 0px;
	margin-bottom:-20px;
	z-index:100;
	position:relative;
}

#welcome {
	float: left;
	padding-left: 50px;
	color: #027DF7;
	font-size:1.1em;
	padding-top:4px;

	
}

#feedback {
	float: right;
	color: #027DF7;
	font-size: 1.2em;
	padding-right: 50px;
	text-decoration:underline;
	font-weight:bold;
	margin-top:-20px;
}	
/* =Main Nav
-----------------------------------------------------------------------------*/
#nav-box {
	float:left;
	background:url(../images/nav_bg.jpg) no-repeat left center;
	height: 51px;
	margin-left: 12px;
	margin-top: 10px;
	width: 964px;
}	
#header-inner ul {
	list-style:none;
	float:left;
	width: 750px;
	padding-left: 20px;
}
#header-inner ul li {
	float: left;
	background: url(../images/menu_bg_right.jpg) no-repeat top right;
	width:92px;
	text-align:center;
}

#header-inner li a {
	padding:0 15px;
	line-height: 51px;
	background:url(../images/menu_bg_left.jpg) no-repeat top left;
	float: left;
}

#header-inner li a, #header-inner li a:link, #header-inner li a:visited {
	text-decoration: underline;
	font-size: 1.6em;
	color: #027DF7;
}

#header-inner ul li.sel{
	float: left;
	background: url(../images/menu_sel_bg_right.jpg) no-repeat top right;
}

#header-inner li a.sel{
	background:url(../images/menu_sel_bg_left.jpg) no-repeat top left;
}

#header-inner li a.community, #header-inner li a:link.community, #header-inner li a:visited.community{
	color: #228FB8;
}

#header-inner li a.originals, #header-inner li a:link.originals, #header-inner li a:visited.originals{
	color: #47994C;
}

#header-inner li a:hover {
	text-decoration: none;
	font-weight: bold;
}

#search {
	background:url(../images/search-div-bg.jpg) no-repeat top left;
	float: left;
}

#search a {
	float: left;
	background:url(../images/search-button.jpg) no-repeat top left;
	height: 51px;
	width: 34px;
	text-indent: -5000px;
}

.search_text {
	border: none;
	background:url(../images/search-bg.jpg) no-repeat;
	float: left;
	padding-top: 15px;
	padding-left: 12px;
	color: #759CB9;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	width: 130px;
	font-weight:bold;
}

.search_button {
	border: none;
	background:url(../images/search-button.jpg) no-repeat top left;
	height: 51px;
	width: 40px;
}

/* =Feedback */
#feedback-form, #feedback-thank-you{
	font-size:1.2em;
	padding-left:20px;
}
/* ENd Feedback */

/* =Recently Viewed
-----------------------------------------------------------------------------*/
#recently_viewed {
	float: left;
	width: 630px;
	background:url(../images/recently_tile.jpg) repeat-y;
	margin-left: 5px;
}

#recently_viewed h2 {
	background:url(../images/recently_top.jpg) no-repeat left top;
	padding-top: 20px;
	text-indent: -5000px;
}

#recently_viewed #player{
	float:left;
	width: 370px;
	height: 280px;
	margin-left: 20px;
}

#recently_viewed .extend {
	height: 280px;
	padding-bottom: 15px;
}

#recently_viewed #recent {
	float:left;
	width: 150px;
	padding-bottom: 5px;
}

#recently_viewed #recent .entry {
	width: 112px;
	padding-left: 30px;
	padding-top: 5px;
}

#recently_viewed #recent .entry .thumb {
	width: 112px;
	background:url(../images/users_thumb_bg.jpg) no-repeat top left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: none;
	padding-right: none;
}

#recently_viewed #recent .entry .thumb img {
	padding-top: 2px;
	padding-left: 12px;
}

#recently_viewed #recent .entry .title {
	padding-top: 1px;
	font-size: 1.0em;
	font-weight: bold;
	color: #03275E;
	text-align:center;
	display:block;
}

#recently_viewed #recent .entry .timeago {
	color: #707070;
	text-align:center;
	display:block;
}

#recently_viewed .last {
	background:url(../images/recently_bottom.jpg) no-repeat left bottom;
	
}
	
/* =Editor's Picks
-----------------------------------------------------------------------------*/
#editors_picks {
	width: 339px;
	float: left;
	background:url(../images/picks_tile.jpg) repeat-y;
	margin-left: 5px;
}

#editors_picks h2 {
	background:url(../images/picks_top.jpg) no-repeat left top;
	padding-top: 40px;
	text-indent: -5000px;
}

#editors_picks .button_bar {
	height: 50px;
	width:300px;
	margin-left:25px;
}

#editors_picks .buttons {
	float:left;
	margin-right:10px;
	height:32px;
	width:138px;
	background-image: url(../images/video-button.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

#editors_picks #item, #more_videos .item {
	padding: 0 10px 0 12px;
	width: 320px;
	clear: both;

}

#editors_picks #item .thumb, #more_videos .item .thumb {
	float: left;
	width: 145px;
	height: 112px;
	background:url(../images/editors-thumb-bg.jpg) no-repeat left top;
	padding: 13px 0 0 13px;
}

#editors_picks #item .title, #editors_picks #item .title:link, #editors_picks #item .title:visited, #more_videos .item .title, #more_videos .item .title:link, #more_videos .item .title:visited  {
	font-size: 1.2em;
	color: #0C2AAF;
	text-decoration: underline;
	font-weight: bold;
}

#editors_picks #item .title:hover, #more_videos .item .title:hover {
	text-decoration: underline;
	color: #000;
}

#editors_picks #item .timeRate, #more_videos .item .timeRate {
        float: left;
        clear: left;
        margin-top: -15px;
}

#editors_picks #item .time, #more_videos .item .time {
	font-size: 1.2em;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #474747;
	text-decoration: none;
	font-weight: bold;
}

.rating-full, .rating-full:link, .rating-full:visited, .rating-half, .rating-half:link, .rating-half:visited, .rating-none, .rating-none:link, .rating-none:visited {
	position: relative;
	top: 3px;
	height: 19px;
	width: 12px;
	padding: 1px;
	padding-right:2px;
	background: url(../images/star-full.jpg) no-repeat left top;
}

.rating-half, .rating-half:link, .rating-half:visited {
	background: url(../images/star-half.jpg) no-repeat left top;
}

.rating-none, .rating-none:link, .rating-none:visited {
	background: url(../images/star-empty.jpg) no-repeat left top;
}

a.rating-full:hover, a.rating-half:hover, a.rating-none:hover {
	background: url(../images/star-full.jpg) no-repeat left top;
	text-decoration: none;	
}

#editors_picks #item .descr, #more_videos .item .descr {
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
}
/*
a, a:link, a:visited {
	color: #0C2AAF;
	text-decoration: none;
}
*/

#editors_picks #item a:hover, #more_videos .item a:hover {
	color: #0C2AAF;
	text-decoration: underline;
}

#editors_picks .days, #more_videos .days {
	color: #000;
	text-decoration: none;
}	

#editors_picks .descr2, #more_videos .descr2 {
 	font-size: 1.0em;
	color: #707070;
	text-decoration: none;
	padding-bottom: 10px;
}

#editors_picks .last {
	background:url(../images/picks_bottom.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	width: 315px;
}

/*start send_email------------------------------------------------------------------------------------*/
#send_email {
	width: 339px;
	float: left;
	background:url(../images/picks_tile.jpg) repeat-y;
	margin-left: 5px;
}

#send_email h2 {
	background:url(../images/picks_top_send_mail.jpg) no-repeat left top;
	padding-top: 40px;
	text-indent: -5000px;
}

#send_email .button_bar {
	height: 50px;
	width:300px;
	margin-left:25px;
}

#send_email .buttons {
	float:left;
	margin-right:10px;
	height:32px;
	width:138px;
	background-image: url(../images/video-button.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

#send_email #item, #more_videos .item {
	padding: 0 10px 0 12px;
	width: 320px;
	clear: both;

}

#send_email #item .thumb, #more_videos .item .thumb {
	float: left;
	width: 145px;
	height: 112px;
	background:url(../images/editors-thumb-bg.jpg) no-repeat left top;
	padding: 13px 0 0 13px;
}

#send_email #item .title, #send_email #item .title:link, #send_email #item .title:visited, #more_videos .item .title, #more_videos .item .title:link, #more_videos .item .title:visited  {
	font-size: 1.2em;
	color: #0C2AAF;
	text-decoration: underline;
	font-weight: bold;
}

#send_email #item .title:hover, #more_videos .item .title:hover {
	text-decoration: underline;
	color: #000;
}

#send_email #item .timeRate, #more_videos .item .timeRate {
        float: left;
        clear: left;
        margin-top: -15px;
}

#send_email #item .time, #more_videos .item .time {
	font-size: 1.2em;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #474747;
	text-decoration: none;
	font-weight: bold;
}

.rating-full, .rating-full:link, .rating-full:visited, .rating-half, .rating-half:link, .rating-half:visited, .rating-none, .rating-none:link, .rating-none:visited {
	float: left;
	position: relative;
	top: 3px;
	height: 19px;
	width: 12px;
	padding: 1px;
	padding-right:2px;
	background: url(../images/star-full.jpg) no-repeat left top;
}

.rating-half, .rating-half:link, .rating-half:visited {
	background: url(../images/star-half.jpg) no-repeat left top;
}

.rating-none, .rating-none:link, .rating-none:visited {
	background: url(../images/star-empty.jpg) no-repeat left top;
}

a.rating-full:hover, a.rating-half:hover, a.rating-none:hover {
	background: url(../images/star-full.jpg) no-repeat left top;
	text-decoration: none;	
}

#send_email #item .descr, #more_videos .item .descr {
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #0C2AAF;
	text-decoration: none;
}

#send_email #item a:hover, #more_videos .item a:hover {
	color: #0C2AAF;
	text-decoration: underline;
}

#send_email .days, #more_videos .days {
	color: #000;
	text-decoration: none;
}	

#send_email .descr2, #more_videos .descr2 {
 	font-size: 1.0em;
	color: #707070;
	text-decoration: none;
	padding-bottom: 10px;
}

#send_email .last {
	background:url(../images/picks_bottom_send_email.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	width: 315px;
}
/*=end send_email------------------------------------------------------------------------------*/

/* =Featured
-----------------------------------------------------------------------------*/
#featured {
	width: 290px;
	float: left;
	margin-left: 5px;
}

/* =Featured Shows
-----------------------------------------------------------------------------*/
#featured_shows {
	width: 290px;
	background:url(../images/featured_tile.jpg) repeat-y;
	float: left;

}

#featured_shows h2 {
	background:url(../images/shows_top.jpg) no-repeat left top;
	padding-top: 30px;
	text-indent: -5000px;
}

#featured_shows .item {
	float: left;
	width: 290px;
}

#featured_shows .item .entry {
	float: left;
	width: 90px;
	padding-left: 32px;
}

#featured_shows .item .thumb {
	float: left;
	width: 90px;
	background:url(../images/featured_thumb_bg.jpg) no-repeat top left;
	padding: 10px;
}

#featured_shows .item .thumb img {
	padding-top: 2px;
}

#featured_shows .item .title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #03275E;
	text-align: center;
	text-decoration: underline;
}

#featured_shows .item .entries {
	display: block;
	text-align: center;
	font-size: 1.1em;
	color: #707070;
}

#featured_shows .last {
	background:url(../images/featured_bottom.jpg) no-repeat left bottom;
	width: 290px;
	height: 20px;
	float: left;
}

/* =Featured Contests
-----------------------------------------------------------------------------*/
#featured_contests {
	width: 290px;
	background:url(../images/featured_tile.jpg) repeat-y;
	float: left;
}

#featured_contests h2 {
	background:url(../images/contests_top.jpg) no-repeat left top;
	padding-top: 30px;
	text-indent: -5000px;
}

#featured_contests .item {
	float: left;
	width: 290px;
	padding-bottom:15px;
}

#featured_contests .item .entry {
	float: left;
	width: 130px;
	padding-left: 10px;
}

#featured_contests .item .thumb {
	width: 112px;
	padding: 10px 0;
	margin: 0 auto;
	background:url(../images/users_thumb_bg.jpg) no-repeat top left;
}

#featured_contests .item .thumb img {
	padding-top: 2px;
	padding-left: 12px;
}

#featured_contests .item .title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #03275E;
	text-align: center;
	text-decoration: underline;
}

#featured_contests .item a:hover{
	color: #000;
	text-decoration: underline;
}

#featured_contests .item .entries {
	display: block;
	text-align: center;
	font-size: 1.1em;
	color: #707070;
}

#featured_contests .last p.right{
	padding-right: 20px;
	margin-top: -5px;
	font-size: 1.1em;	
}

#featured_contests .last {
	background:url(../images/featured_bottom.jpg) no-repeat left bottom;
	width: 290px;
	height: 20px;
	float: left;
}


/* =Featured Groups
-----------------------------------------------------------------------------*/
#featured_groups {
	width: 290px;
	background:url(../images/featured_tile.jpg) repeat-y;
	float: left;
}

#featured_groups h2 {
	background:url(../images/groups_top.jpg) no-repeat left top;
	padding-top: 30px;
	text-indent: -5000px;
}

#featured_groups .item {
	float: left;
	width: 290px;
}

#featured_groups .item .entry {
	float: left;
	width: 130px;
	padding-left: 10px;
	padding-bottom: 15px;
}

#featured_groups .item .thumb {
	width: 112px;
	padding: 10px 0;
	margin: 0 auto;
	background:url(../images/users_thumb_bg.jpg) no-repeat top left;
}

#featured_groups .item .thumb img {
	padding-top: 2px;
	padding-left: 12px;
}

#featured_groups .item .title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #03275E;
	text-align: center;
	text-decoration: underline;
}

#featured_groups .item a:hover{
	color: #000;
	text-decoration: underline;
}

#featured_groups .item .moretext {
	display: block;
	font-size: 1em;
	color: #707070;
	padding-left: 6px;
	padding-bottom: 5px;
}

#featured_groups .item .number {
	font-size: 1em;
	color: #000;
}

#featured_groups .last {
	background:url(../images/featured_bottom.jpg) no-repeat left bottom;
	width: 290px;
	height: 20px;
	float: left;
}

#featured_groups .last p.right{
	padding-right: 20px;
	margin-top: -5px;
	font-size: 1.1em;	
}

/* =Featured Users
-----------------------------------------------------------------------------*/
#featured_users {
	width: 290px;
	background:url(../images/featured_tile.jpg) repeat-y;
	float: left;
}

#featured_users h2 {
	background:url(../images/users_top.jpg) no-repeat left top;
	padding-top: 30px;
	text-indent: -5000px;
}

#featured_users .item {
	float: left;
	width: 290px;
	padding-bottom: 15px;
}

#featured_users .item .entry {
	float: left;
	width: 112px;
	padding-left: 25px;
}

#featured_users .item .thumb {
	float: left;
	width: 112px;
	background:url(../images/users_thumb_bg.jpg) no-repeat top left;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: none;
	padding-right: none;
}

#featured_users .item .thumb img {
	padding-top: 2px;
	padding-left: 12px;
}

#featured_users .item .title {
	padding-left: 18px;
	padding-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #03275E;
}

#featured_users .last {
	background:url(../images/featured_bottom.jpg) no-repeat left bottom;
	width: 290px;
	height: 20px;
	float: left;
}

#featured_users .last p.right{
	padding-right: 20px;
	margin-top: -5px;
	font-size: 1.1em;	
}

/* =Contest
-----------------------------------------------------------------------------*/
#contest_countdown {
	float: right;
	width: 315px;
	background:url(../images/countdown_tile.jpg) repeat-y;
	margin-left: 10px;
}

#contest_countdown h2 {
	background:url(../images/countdown_top.jpg) no-repeat left top;
	padding-top: 25px;
	text-indent: -5000px;
}

#contest_countdown .cd_banner {
	background:url(../images/countdown_banner.jpg) no-repeat left top;
	width: 258px;
	height: 128px;
        padding:15px 0 0 15px;
        margin-left:30px;
}

#contest_countdown .cd_banner {

}

#contest_countdown .vote {
	float: left;
	margin-left: 10px;
	height: 62px;
	width: 288px;
	background:url(../images/vote.jpg) no-repeat top left;
	display: block;
}

#contest_countdown .vote #countdown{
        font-family: "Georgia, Verdana, serif";
        font-size: 2.2em;
        font-weight: bold;
        margin:9px 0 0 127px;
        display: block;
        color: #EABD43;
}

#contest_countdown .vote #countdown .d {margin-left:17px; background:url(../images/cd_d.jpg) no-repeat top left; padding:5px 3px 15px 2px; margin-left:-10px;}
#contest_countdown .vote #countdown .h {margin-left:17px; background:url(../images/cd_h.jpg) no-repeat top left; padding:5px 3px 15px 2px;}
#contest_countdown .vote #countdown .m {margin-left:17px; background:url(../images/cd_m.jpg) no-repeat top left; padding:5px 3px 15px 2px;}
#contest_countdown .vote #countdown .s {margin-left:17px; background:url(../images/cd_s.jpg) no-repeat top left; padding:5px 3px 15px 2px;}

#contest_countdown #item {
	padding-left: 15px;
	width: 315px;
}

#contest_countdown #item .thumb {
	float: left;
	width: 124px;
	height: 103px;
	background:url(../images/countdown_thumb_bg.jpg) no-repeat left top;
	padding-top: 13px;
	padding-left:12px;	
}

#contest_countdown #item .title, #contest_countdown #item .title:link, #contest_countdown #item .title:visited  {
	float: left;
	font-size: 1.4em;
	color: #0C2AAF;
	text-decoration: underline;
	font-weight: bold;
}

#contest_countdown #item .title:hover {
	text-decoration: underline;
	color: #000;
}

#contest_countdown #item .descr {
	float: left;
	width: 160px;
	font-size: 1.1em;
	color: #707070;
	text-decoration: none;
}

#contest_countdown #item a, #contest_countdown #item a:link, #contest_countdown #item a:visited{
	color: #0C2AAF;
	text-decoration: none;
}

#contest_countdown #item a:hover{
	color: #0C2AAF;
	text-decoration: underline;
}

#contest_countdown .number {
	color: #000;
	text-decoration: none;
}	

#contest_countdown .rank {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}	

#contest_countdown .descr2 {
	float: left;
	width: 150px;
	font-size: 1.2em;
	color: #707070;
	text-decoration: none;
}
#contest_countdown .last {
	background:url(../images/countdown_bottom.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	width: 315px;
	float: left;
}


/* Video Page Specific CSS */

/* =Content1 and Content2
-----------------------------------------------------------------------------*/
#content1 {
	float: left;
	width: 513px;
	margin-left: 30px;
	display: inline; /*GOTCHA: IE Hack */
}

#content2 {
	float: right;
	width: 360px;
	display: inline; /*GOTCHA: IE Hack */

}

/* =Title */
.vid_title{
       font-size:1.5em;
       color:#0C2AAF;
       padding:0 0 15px 20px;
       text-align:center;
       font-weight: bold;
}

.watch{
       font-size:0.75em;
       font-weight:normal;
}

/* =Flash Player
-----------------------------------------------------------------------------*/
#flash_player {
	float: left;
	display: inline;
	width: 360px;
	height: 300px;
	margin-left:50px;
}

/* =Video Details
-----------------------------------------------------------------------------*/
#video_details {
	float: left;
	display: inline;
	width: 513px;
	background:url(../images/video-details-tile.jpg) repeat-y;
}

#video_details h2 {
	background:url(../images/video-details-top.jpg) no-repeat left top;
	height: 41px;
	text-indent: -5000px;
}

#video_details .last {
	float: left;
	background:url(../images/video-details-bottom.jpg) no-repeat left bottom;
	width: 513px;
	height: 37px;
}

#video_details .content {
	padding-left: 30px;	
	width: 460px;
}

#video_details .title {
	font-size: 1.4em;
	color: #0C2AAF;
	text-decoration: underline;
	font-weight: bold;
}

#video_details .descr {
	font-size: 1.2em;
	color: #000;
}

#video_details .more {
	font-size: 1.2em;
	color: #0C2AAF;
	text-decoration: none;
}

#video_details .more:hover {
	font-size: 1.2em;
	color: #0C2AAF;
	text-decoration: underline;
}

#video_details .time {
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #474747;
	font-weight: bold;
}

#video_details #showVote {
	font-size: 1.2em;
	color: #474747;
}

#video_details .block {
	clear: both;
	display: block;
	padding-top:5px;
	color: #474747;
}

#video_details .rating {
	float: left;
	width: 145px;
	height: 100px;
	padding-left: 0px;
	text-align: center;
	color: #474747;
	font-size:1.1em;
}

#video_details .rating a:link, #video_details .rating a:active, #video_details .rating a:visited {
	color: #0C2AAF;
	text-decoration: none;
}

#video_details .rating a:hover {
	color: #0C2AAF;
	text-decoration: underline;
}

#video_details .rating-full, #video_details .rating-full:link, #video_details .rating-full:visited, #video_details .rating-half, #video_details .rating-half:link, #video_details .rating-half:visited, #video_details .rating-none, #video_details .rating-none:link, #video_details .rating-none:visited {
	float:left;
	text-indent: -5000px;
	height: 16px;
	width: 16px;
	margin-top: 2px;
	display: inline;
	background: url(../images/star-full.jpg) no-repeat left top;
}

#video_details .rating-full:hover, #video_details .rating-half:hover, #video_details .rating-none:hover {
	background: url(../images/star-empty.jpg) no-repeat left top;
}

#video_details .rating-half, #video_details .rating-half:link, #video_details .rating-half:visited{
	background: url(../images/star-half.jpg) no-repeat left top;
}

#video_details .rating-none, #video_details .rating-none:link, #video_details .rating-none:visited {
	background: url(../images/star-empty.jpg) no-repeat left top;
}

#video_details .first {
	margin-left: 35px;	
}

#video_details .descr2 {
	float: left;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
}

#video_details .descr3 {
	float: left;
	display: inline;
}

#video_details .embed {
	font-size: 1.2em;
	color: #0C2AAF;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 2px;
	padding-top: 10px;
}

#video_details .link {
	float: left;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}

#video_details .textbox {
	width: 300px;
	border: solid 1px #EEEEF0;
}

#video_details .details {
	float: left;
	display: inline;
	margin-left: 10px;
	font-size: 1.1em;
	color: #707070;
}

#video_details .details a:link, #video_details .details a:active, #video_details .details a:visited  {
	color: #0C2AAF;
	text-decoration: none;
}

#video_details .details a:hover {
	text-decoration: underline;
}

#video_details .date {
	color: #000;
}


/* =Comments
-----------------------------------------------------------------------------*/
#comments {
	float: left;
	display: inline;
	width: 513px;
	background:url(../images/comments-tile.jpg) repeat-y;
}

#comments h2 {
	background:url(../images/comments-top.jpg) no-repeat left top;
	height: 41px;
	text-indent: -5000px;
}

#comments .last {
	float: left;
	background:url(../images/comments-bottom.jpg) no-repeat left bottom;
	width: 513px;
	height: 35px;
}

#comments #add_comment{
	text-align: center;
	margin-bottom: 10px;
}

#comments #add_comment .textarea{
	margin-bottom: 10px;
	width: 430px;
}


#comments #comments_content {
	margin-left: 40px;
}

#comments .listing {
	font-size: 1em;
	color: #000;
	text-decoration: none;
	padding-right: 70px;
}

#comments .numbers  {
	padding-right: 150px;
}


#comments .numbers a:link, #comments .numbers a:active, #comments .numbers a:visited {
	font-size: 1em;
	color: #033DA9;
	text-decoration: none;
	font-weight: bold;
}

#comments .numbers a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#comments .next {
	font-size: 1em;
	color: #000;
	text-decoration: none;
}

#comments .next a:link, #comments .next a:active, #comments .next a:visited  {
	font-size: 1em;
	color: #033DA9;
	text-decoration: none;
	font-weight: bold;
}

#comments .next a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#comments #divComResult1, #divComResult2 {display:none;}
#comments #divComResult1 {color:#339900;}
#comments #divComResult2 {color:#FF0033;}

#comments .heading {
	float: left;
	width: 430px;
	border: solid 2px #A8C5E1;
	background: #D5E8FB;
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	color: #033DA9;
	text-decoration: none;
}

#comments .heading1 {
	float: left;
	width: 150px;
	border-right: solid 2px #A8C5E1;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


#comments .heading2 {
	float: left;
	width: 260px;
	margin-left: -2px;
	border-left: solid 2px #A8C5E1;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#comments .comment-box {
	float: left;
	width: 430px;
	border: solid 2px #A8C5E1;
	border-top:none;
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	color: #033DA9;
	text-decoration: none;
}

#comments .profile {
	float: left;
	width: 150px;
	border-right: solid 2px #A8C5E1;
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	color: #033DA9;
	text-decoration: none;
}

#comments .name {
	padding-top: 5px;
}

#comments .image {
	padding-bottom: 20px;
}

#comments .date {
	padding-left: 20px;
	padding-top: 10px;
	color: #000;
	font-size: 1em;
	font-weight: bold;	
}

#comments .add {
	display: block;
	padding-left: 40px;
	padding-bottom: 5px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;	
}

#comments .text {
	padding-left: 20px;
	color: #4A4844;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 10px;
}


#comments .comments-text {
	float: left;
	display: inline;
	width: 210px;
	margin-left: -2px;
	text-align: left;
	border-left: solid 2px #A8C5E1;
}

/* =User Details
-----------------------------------------------------------------------------*/
#user_details {
	width: 348px;
	float: left;
	background:url(../images/user-details-tile.jpg) repeat-y;
	

}

#user_details h2 {
	background:url(../images/user-details-top.jpg) no-repeat left top;
	height:39px;
	text-indent: -5000px;
}

#user_details .thumb {
	float: left;
	display: inline;
	background:url(../images/user-details-thumb-bg.jpg) no-repeat left top;
	width: 145px;
	height: 114px;
	margin-left: 15px;
	padding-left: 12px;
	padding-top: 10px;
}

#user_details .details {
	float: left;
	display: inline;
	width: 170px;
	padding-top: 5px;
	color: #65626B;
	font-size: 1em;
}

#user_details .details a:link, #user_details .details a:active, #user_details .details a:visited {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#user_details .details a:hover {
	text-decoration: underline;
}

#user_details .text {
	display: block;
	width: 80px;
	height: 35px;
	float: left;
}

#user_details .last {
	float: left;
	background:url(../images/user-details-bottom.jpg) no-repeat left bottom;
	width: 348px;
	height: 22px;
}


/* =More Videos
-----------------------------------------------------------------------------*/
#more_videos {
	width: 348px;
	float: left;
	background:url(../images/more-videos-tile.jpg) repeat-y;
}

#more_videos h2 {
	background:url(../images/more-videos-top.jpg) no-repeat left top;
	height:60px;
	text-indent: -5000px;
}

#more_videos .button_bar {
	height: 50px;
	width:300px;
	margin-left:25px;
}

#more_videos .buttons {
	float:left;
	margin-right:10px;
	height:32px;
	width:138px;
	background-image: url(../images/video-button.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

#more_videos .last {
	background:url(../images/more-videos-bottom.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	width: 350px;
	text-align:center;
}

#more_videos form.entry-nav {
	padding-left:13px;
	padding-bottom:5px;
	float:left;
	font-size:1.1em;
	font-weight:bold;
}

/* END Video Page Specific CSS */

/* Video List */
/* Sorting Sidebar */
#sorting {
	float:left;
	width:150px;
	font-size:1.2em;
	padding:5px 0 0 10px;
}

#sorting a:link, #sorting a:active, #sorting a:visited {
	color: #0066DD;
	text-decoration: underline;
}

#sorting a:hover {
	color: #0C2AAF;
	text-decoration: none;
}

#sorting .sorting_head {
	font-size:1.4em;
	border-bottom:2px solid #999999;
	color:#A0A0A0;
}

#sorting .sorting_title {
	font-size:1.5em;
	font-weight:bold;
	padding-top:20px;
}

#sorting .sort_criteria a {
	line-height:22px;
}

#sorting .sort_criteria .label{
	font-weight:bold;
}

/* Categories */
#categories {
	float:left;
	width:150px;
	font-size:1.2em;
	padding:5px 0 0 0;
}

#categories a:link, #categories a:active, #categories a:visited {
	color: #0066DD;
	text-decoration: underline;
}

#categories a:hover {
	color: #2A00FF;
	text-decoration: none;
}

#categories .categories_head {
	font-size:1.4em;
	border-bottom:2px solid #999999;
	color:#A0A0A0;
}

#categories .catgy_listing {
	padding-left:10px;
	padding-top:15px;
}

#categories .catgy_listing a {
	line-height:22px;
}

#categories .catgy_listing .label {
	font-weight:bold;
}

#categories .catgy_listing .catgy {
	font-size:0.9em;
}
/* =All Videos
-----------------------------------------------------------------------------*/
#all_videos {
	margin: 5px auto;
	width: 680px;
	background: url(../images/all-videos-tile.jpg) repeat-y top left;
	float: left;
}

#all_videos .head {
	font-size:1.7em;
	background-color:#FFFFFF;
	border-bottom:2px solid #999999;
	text-align:center;
	font-weight:bold;
	color:#A0A0A0;
}

#all_videos .title{
	background: url(../images/all-videos-top.jpg) no-repeat top left;
	text-indent: -5000px;
	height: 40px;
}

#all_videos .bottom{
	background: url(../images/all-videos-bottom.jpg) no-repeat bottom left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	color: #444444;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	word-spacing: 0.4em;
}

#all_videos .bottom a:link, #all_videos .bottom a:active, #all_videos .bottom a:visited {
	color: #0066DD;
	text-decoration: underline;
}

#all_videos .bottom a:hover {
	color: #0C2AAF;
	text-decoration: none;
}

#all_videos .video {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	text-align: center;
	height:160px;
}

#all_videos .entry {
	background: url(../images/video-thumb-bottom-left.gif) no-repeat left bottom;
}

#all_videos .entry_outer {
	background: url(../images/video-thumb-bottom-right.gif) no-repeat right bottom;
	padding-bottom: 15px;
}

#all_videos .entry_inner {
	background: url(../images/video-thumb-top-left.gif) no-repeat left top;
}

#all_videos .image {
	background: url(../images/video-thumb-top-right.gif) no-repeat right top;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;	
}

#all_videos .text {
	display: block;
	width: 140px;  /*Change this value if the image size changes */
	color: #0C2AAF;
	font-size: 1.0em;
	font-weight: 100;
}

/* END Video List */

/*Group List */
/* =Browse Groups
-----------------------------------------------------------------------------*/
#browse_groups {
	margin: 0 auto;
	width: 944px;
	background: url(../images/browse-groups-tile.gif) repeat-y top left;
}

#browse_groups .title{
	background: url(../images/browse-groups-top.gif) no-repeat top left;
	text-indent: -5000px;
	height: 66px;
}

#browse_groups .bottom{
	background: url(../images/browse-groups-bottom.gif) no-repeat bottom left;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 40px;
	color: #444444;
	font-size: 1.3em;
	font-weight: bold;
	word-spacing: 0.4em;
	text-align: left;
}

#browse_groups .forum{
	margin-left: 40px;
	width: 860px;
	font-size: 1.1em;
}

#browse_groups .forum a:link, #browse_groups .forum a:active, #browse_groups .forum a:visited{
	color: #3E81E1;
	text-decoration: underline;
}
/*
#browse_groups .forum a:hover {
	color: #0C2AAF;
	text-decoration: none;
}
*/

#browse_groups .forum tr{
	background: #EEEEEE;
}
#browse_groups .forum td{
	padding: 5px;
}

#browse_groups .forum .topics{
	background: #fff;
	text-align: right;
	height: 30px;
}
#browse_groups .buttons {
	float:left;
	margin-right:5px;
	height:30px;
	width:135px;
	background-image: url(../images/video-button.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
}
#browse_groups .selected {
	background-position:0 -42px;
}

#browse_groups .con_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#browse_groups .forum .header_row{
	text-align: left;
	font-weight: bold;
	background-color: #dddddd;
}
.head_txt {
	color: #5590ca;
}


/* END Group List */
/* Contest and Group Home */

#flash_player .group_title{
        color:#DD3300;
        font-size:3.5em;
        font-weight:bold;
        padding-top:60px;
        text-align:center;
}
/* =Group Details
-----------------------------------------------------------------------------*/
#group_details {
	float: right;
	display: inline;
	width: 542px;
	background:url(../images/group-details-tile.gif) repeat-y top left;
	margin-right: 20px;
	margin-top: -12px;
}

#group_details .title, #group_details .gtitle{
	text-indent: -5000px;
	height: 45px;
	background-image: url(../images/contest-detail-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#group_details .gtitle{
	background-image:url(../images/group-details-top.gif);
}

#group_details .content{
	padding-left: 20px;
}


#group_details .bottom{
	background: url(../images/group-details-bottom.gif) no-repeat bottom left;
	height: 27px;
}

#group_details .img{
	float:left;
	width: 150px;
	background-image: url(../images/contest_det_bg.jpg);
	background-repeat: no-repeat;
	margin-left:5px;
	padding-top: 14px;
	padding-left: 19px;
}

#group_details .gimg{
	float:left;
	width: 126px;
	background-image: url(../images/group_det_bg.jpg);
	background-repeat: no-repeat;
	margin-left:10px;
	padding-top: 14px;
	padding-left: 14px;	
}

#group_details .grp_txt{
	text-align: center;
}
#group_details .grp_con {
	float: left;
	width: 330px;
	padding-left: 5px;
	padding-top: 5PX;
}

#group_details .text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color:#0C2AAF;
}

#group_details .content_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
#group_details .content_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
}
#group_details .content_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}

/* =Videos Group
-----------------------------------------------------------------------------*/
#videos_group {
	margin: 0 auto;
	width: 944px;
	background: url(../images/forum-messages-tile.gif) repeat-y top left;
}

#videos_group .title, #videos_group .gtitle{
	text-indent: -5000px;
	height: 40px;
	background-image: url(../images/contest-video_hd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#videos_group .gtitle{
	background-image: url(../images/videos-group-top.gif);
}
#videos_group .bottom{
	background: url(../images/forum-messages-bottom.gif) no-repeat bottom left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	color: #444444;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	word-spacing: 0.4em;
}
#videos_group .content_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
#videos_group .button_bar {
	height: 50px;
	width:800px;
	margin-left:25px;
}

#videos_group .buttons {
	float:left;
	margin-right:5px;
	height:32px;
	width:138px;
	background-image: url(../images/video-button.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.bottom a:link,  .bottom a:active, .bottom a:visited {
	color: #0C2AAF;
	text-decoration: none;
}

.bottom a:hover {
	color: #0066DD;
	text-decoration: underline;
}


.video {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
	text-align: center;
	width:150px;
}

.video .entry {
	background: url(../images/video-thumb-bottom-left.gif) no-repeat left bottom;
}

.video .entry_outer {
	background: url(../images/video-thumb-bottom-right.gif) no-repeat right bottom;
	padding-bottom: 15px;
}

.video .entry_inner {
	background: url(../images/video-thumb-top-left.gif) no-repeat left top;
}

.video .image {
	background: url(../images/video-thumb-top-right.gif) no-repeat right top;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.video .text {
	display: block;
	/*width: 140px;  Change this value if the image size changes */
	color: #0C2AAF;
	font-size: 1.3em;
	font-weight: bold;
}

/* =Forum Messages
-----------------------------------------------------------------------------*/
#forum_messages {
	margin: 0 auto;
	width: 944px;
	background: url(../images/forum-messages-tile.gif) repeat-y top left;
}

#forum_messages .title{
	background: url(../images/forum-messages-top.gif) no-repeat top left;
	text-indent: -5000px;
	height: 66px;
}

#forum_messages .bottom{
	background: url(../images/forum-messages-bottom.gif) no-repeat bottom left;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 40px;
	color: #444444;
	font-size: 1.3em;
	font-weight: bold;
	word-spacing: 0.4em;
	text-align: left;
}

#forum_messages .forum{
	margin-left: 40px;
	width: 860px;
	font-size: 1.1em;
}

#forum_messages .forum a:link, #forum_messages .forum a:active, #forum_messages .forum a:visited{
	color: #3E81E1;
	text-decoration: underline;
}

#forum_messages .forum a:hover {
	color: #0C2AAF;
	text-decoration: none;
}


#forum_messages .forum tr{
	background: #EEEEEE;
}

#forum_messages .forum .topics{
	background: #fff;
	text-align: right;
	height: 40px;
}

#forum_messages .forum .header_row{
	background: #fff;
	text-align: left;
	font-weight: bold;
}

/* =Members Group
-----------------------------------------------------------------------------*/
#members_group {
	margin: 0 auto;
	width: 944px;
	background: url(../images/forum-messages-tile.gif) repeat-y top left;
}

#members_group .title{
	background: url(../images/members-group-top.gif) no-repeat top left;
	text-indent: -5000px;
	height: 63px;
}

#members_group .bottom{
	background: url(../images/forum-messages-bottom.gif) no-repeat bottom left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	color: #444444;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	word-spacing: 0.4em;
}

/* END Contest and Group Home */

/* Shows Specific CSS */
/* =Content
-----------------------------------------------------------------------------*/
#content {
	float: left;
	display: inline;
	margin-left: 30px;
}

#content h1 {
	display: inline;
	font-size: 2.4em;
	color: #0C2AAF;	
	margin-left: 40px;
	padding-right: 100px;
}

#content h2 {
	display: inline;
	font-size: 1.8em;
	text-decoration: none;
}

#content h2 a:link, #content h2 a:active, #content h2 a:visited  {
	color: #0C2AAF;
	text-decoration: underline;
}

#content h2 a:hover  {
	color: #123DF7;
	text-decoration: none;
}

#content .separation {
	height: 40px;
	clear: both;
}

/* =Contest Entry
-----------------------------------------------------------------------------*/
.contest_entry {
	float: left;
	display: inline;
	margin: 10px 25px 0 25px;
	width: 263px;
	background: url(../images/contest-entry-tile.jpg) repeat-y;
	text-align: center;
}

.contest_entry .top {
	width: 263px;
	height: 21px;
	background: url(../images/contest-entry-top.jpg) no-repeat top left;
}

.contest_entry .middle {
	width: 263px;
}

.contest_entry .thumb {
	background: url(../images/contest-entry-thumb-bg.jpg) no-repeat left top;
	width: 150px;
	height: 195px;
	margin: 0 auto;
	padding-top: 14px;
}

.contest_entry .title {
	color: #0C2AAF;
	font-size: 1.6em;
}

.contest_entry .details {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.contest_entry .prize, .contest_entry .prize:active, .contest_entry .prize:visited {
	color: #0C2AAF;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

.contest_entry .prize:hover {
	color: #123DF7;
	font-weight: normal;
	text-decoration: none;
}

.contest_entry .date {
	color: #38383C;
}

.contest_entry .more:link, .contest_entry .more:active, .contest_entry .more:visited {
	font-size: 0.8em;
	color: #0C2AAF;
	text-decoration: underline;
}

.contest_entry .more:hover{
	color: #123DF7;
	text-decoration: none;
}

.contest_entry .text {
	padding: 10px 10px 0 10px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.contest_entry .text a:link, .contest_entry .text a:active, .contest_entry .text a:visited  {
	color: #0C2AAF;
	text-decoration: underline;
}

.contest_entry .text a:hover  {
	color: #123DF7;
	text-decoration: none;
}

.contest_entry .number  {
	color: #000;
	font-size: 0.9em;
}

.contest_entry .num_text  {
	color: #696969;
	font-size: 0.9em;
}
.contest_entry .bottom {
	width: 263px;
	height: 25px;
	background: url(../images/contest-entry-bottom.jpg) no-repeat bottom left;
}

/* =Left*/
#show-detail-left {
	float: left;
	width: 740px;
}

.show-title {
	color:#0C2AAF;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
}

/* =Video Box
-----------------------------------------------------------------------------*/
#video {
	float: left;
	width: 740px;
	margin-top: 10px;
	display: inline; /*GOTCHA: Hack for IE*/
	background:url(../images/video-box-tile.jpg) repeat-y;
}	
#video h1 {
	background:url(../images/video-box-top.jpg) no-repeat top left;
	height: 49px;
	text-indent: -5000px;
}
/* =Player
-----------------------------------------------------------------------------*/
#player {
	width: 395px;
	height: 296px;
	float: left;
	margin-left:20px;
	display: inline; /*GOTCHA: Hack for IE*/
}

#clip_list {
	float: left;
	width: 290px;
	height: 350px;
	margin-top: 5px;
	margin-left: 3px;
	display: inline;
	background:url(../images/clip-list-tile.jpg) repeat-y;

}

#clip_list #clip_list_scroll {
	/*for the scrollbar*/
	width: 260px;
	height: 300px;
	overflow: auto;
	position: relative;
	padding-left:20px;
}

#clip_list h2 {
	background:url(../images/clip-list-top.jpg) no-repeat left top;
	color: #000;
	font-size: 1.5em;
	padding-top: 20px;
	padding-left: 15px;
}

#clip_list .clip{
	position: relative;
	width: 250px;
	background:url(../images/clip-list-thumb-bg.jpg) no-repeat left top;
	margin-left: -5px;
}

#clip_list img {
	float: left;
	margin-left: 13px;
	margin-top: 12px;
	margin-bottom: 18px;
}
#clip_list .clip-list-title1 {
	float:left;
	font-size:1.1em;
	font-weight:bold;
	padding-top:5px;
	padding-left:12px;
	width:130px;
	height:45px;
}

#clip_list .clip-list-title {
	float:left;
	font-size:1.1em;
	font-weight:bold;
	padding-top:5px;
	padding-left:12px;
	width:120px;
}
#video #clip_list .last {
	background:url(../images/clip-list-bottom.jpg) no-repeat left bottom;
	height: 40px;
	width: 290px;
	z-index:100;
}

#clip_list .time, #ep_details .time, #clip_details .time  {
	float: left;
	font-size: 1.2em;
	padding-right: 6px;
	color: #474747;
	font-weight: bold;
}

#clip_list .descr2 {
	float:left;
	padding: 8px;
}

#clip_details {
	float:left;
	padding-left:20px;
	margin-top:-32px;
	width:350px;
}

#video .last {
	float: left;
	width: 740px;
	background:url(../images/video-box-bottom.jpg) no-repeat left bottom;
	height: 36px;
	clear: both;
}

/* =Episode Details */
#ep_details {
	float: left;
	width: 740px;
	margin-top: 10px;
	display: inline; /*GOTCHA: Hack for IE*/
	background:url(../images/ep-details-tile.jpg) repeat-y;
}	
#ep_details h1 {
	background:url(../images/ep-details-top.jpg) no-repeat left top;
	text-indent: -5000px;
	padding-top: 30px;
	padding-left: 15px;
}

#ep_details .ep_text {
	padding-left: 20px;
	width: 700px;
}

#ep_details .title, #clip_details .title {
	font-size:1.3em;
	font-weight:bold;
}

#ep_details .descr, #clip_details .descr {
	font-size:1.2em;
}

#ep_details .last {
	float: left;
	width: 740px;
	background:url(../images/ep-details-bottom.jpg) no-repeat left bottom;
	height: 36px;
	clear: both;
}

/* =Past Episodes */
#past_eps {
	float: left;
	width: 720px;
	margin-top: 10px;
	display: inline; /*GOTCHA: Hack for IE*/
	background:url(../images/ep-details-tile.jpg) repeat-y;
}	
#past_eps h1 {
	background:url(../images/past-eps-top.jpg) no-repeat left top;
	text-indent: -5000px;
	padding-top: 30px;
	padding-left: 15px;
}

#past_eps .thumb {
	background:url(../images/past-eps-thumb-bg.jpg) no-repeat left top;
	float:left;
	margin-left:20px;
	margin-right:10px;
}

#past_eps img {
	padding:16px 10px 15px 14px;
}

#past_eps .ep-title {
	float:left;
}
#past_eps .ep-title1 {
	float: left;
	width: 120px;
	height: 30px;
}


#past_eps .last {
	float: left;
	width: 740px;
	background:url(../images/ep-details-bottom.jpg) no-repeat left bottom;
	height: 36px;
	clear: both;
}



/* END Show Specific CSS */


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear:both;
	height: 20px;
}	

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* Static Pages */
.static{
	padding:10px 30px;
	text-align:justify;
	font-size:1.1em;
}

.static li{
	list-style-position:inside;
	padding-left:15px;

}

.static h1{
	font-size:1.6em;
}
/* END Static Pages */
