
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
}


h1 { font-size: 300%; }
h2 { font-size: 260%; }
h3 { font-size: 160%; }

p {
	margin: 15px 0;
}

.tasks {
	list-style-type: none;
	margin: 0;
	line-height: 36px;
	font-size: 120%;
}
#tasks-container {
}
.ratings-stars {
	display: none;
	margin: 0;
	font-size: 120%;
    line-height: 36px;
}
.ratings-stars span {
    float: left;
    width: 100px;
}
#tasks-container a.close {
    float: right;
}
.ratings-star {
	float: left;
	width: 16px;
	height: 16px;
}
.ratings-star.current {
    opacity: 0.5;
}
.embed-textbox,
.share-textbox {
    line-height: 36px;
    display: none;
}
.embed-textbox input,
.share-textbox input {
    font-size: 100%;
    width: 550px;
}
.share-textbox input {
	width: 250px;
}
.embed-textbox a.close,
.share-textbox a.close {
    font-size: 120%;
}
.share-textbox span {
	float: left;
	line-height: 36px;
	margin-right: 15px;
	font-size: 120%;
	color: #999;
}
.embed-textbox a.embed-size-link {
    display: block;
    padding-left: 30px;
    height: 36px;
    background: transparent url(/media/tv/i/embed_large.png) left center no-repeat;
    float: left;
    margin-right: 30px;
}
.embed-textbox a.embed-size-link.small { background-image: url(/media/tv/i/embed_small.png); }
.embed-textbox a.embed-size-link.medium { background-image: url(/media/tv/i/embed_medium.png); }

hr.tv-title, div.hr.tv-title {
    margin-bottom: 0;
}

.tasks li {
	float: left;
	display: inline;
}

.tasks a {
	display: block;
	margin-right: 15px;
	color: #333;
}

.comment-link,
.share-link,
.rate-link,
.embed-link,
.similar-videos-link,
.original-file-link {
	background: url(../i/speech-bubble.gif) 0 center no-repeat;
	padding-left: 18px;
}

.share-link, .embed-link { background-image: url(../i/share-arrow.gif); }
.rate-link { background-image: url(../i/star.gif); }
.similar-videos-link { background-image: url(../i/similar-videos.gif); }
a.original-file-link { background-image: url(../i/download-arrow.gif);
	 	background-position: 0 48%;
		/*color: #e44724;*/}

div.video-large {
	height: 392px;
	width: 640px;
	background-color: #ccc;
}

.tabs {
	font-size: 140%;
	border-bottom: 1px solid #333;
	margin: 10px 0;
}

.tabs li {
	float: left;
	display: inline;
}

.tabs li a {
	display: block;
	padding: 10px 20px;
	background-color: #ececea;
	color: #333;
	margin: 0 5px 0 0;
}

.tabs li a:hover,
.tabs li a.current {
	color: #fcfcfc;
	background-color: #333;
}

#head-extra {
	/*background: #323232 url(../i/snow-nav-top.png) center top no-repeat;*/
	background: #323232 url(/media/tv/i/header-main-bg.png) center top no-repeat;
}

#logo {
    display: block;
}
#logo a {
	background-image: url(../i/tv-logo.png);
	width: 203px;
	height: 93px;
    display: block;
	/*padding-top: 83px;
	margin: 37px 12px 0 14px;*/
    margin: 14px 0 0 0;
    text-indent: -1000px;
    padding: 0;
    
}

#nav-bar {
	background-image: url(../i/main-nav-bg.png);
}
/*
#snow-logo {
	height: 50px;
}

#snow-logo a {
	padding-top: 39px;
	height: 0;
	overflow: hidden;
	width: 106px;
	float: right;
	margin: 5px 30px;
	background: url(/media/tv/i/tv-snow-logo.png) left top no-repeat;	
}
*/
#snow-logo {
	width: 111px;
	height: 0px;
	padding-top: 41px;
	float: right;
	margin: 5px 15px 5px 0;
	background: url(/media/tv/i/tv-snow-logo.png) left top no-repeat;
	overflow: hidden;
}
#tv-topnav {
    width: 760px;
    background: #535352;
    float: right;
    margin-right: 14px;
}
#nav {
    margin-left: 10px;
}

#featured-channels-label {
	line-height: 18px;
	padding: 6px 12px;
	margin: 3px 0 0 0;
	color: #e44724;
	font-weight: bold;
	font-size: 130%;
}

#featured-channels-label span {
	color: white;
}

#featured-channels-label a {
	color: #ccc;
}

#nav-bar #box-nav {
	background: none;
}

a {
	color: #e44724;
}

a:hover {
	color: #AE371D;
}

.arr {
	background-image: url(../i/red-arrow-right.gif);
}

#nav a {
	background-color: transparent;
	border: none;
	padding: 0 30px 0 0;
}

#nav a:hover {
	color: #000;
	text-shadow: none;
}

#search-bar {
	width: 485px;
	padding: 10px 5px;
	margin: 0;
	height: 28px;
	line-height: 28px;
	float: left;
	font-weight: bold;
}

#search-bar p {
	color: #fff;
	font-size: 130%;
	margin: 0;
}

#search-bar input {
	margin-left: 10px;
	color: #333;
	background-color: #fff;
	border: 1px solid white;
	padding: 3px;
}

#search-bar input:focus {
	border: 1px solid #666;
}

#search-bar button {
	background: url(../i/search-button.gif) center center no-repeat;
	height: 23px;
	width: 38px;
	padding-bottom: 2px;
	border: none;
	color: #e44724;
	font-weight: bold;
}

#search-bar button:active {
	color: #333;
}

#box-nav ul {
	margin: 0;
}

#box-nav ul li,
#box-nav ul li:hover {
	background: none;
}

#box-nav ul a {
	height: 96px;
	width: 164px;
	margin: 0 0 0 2px;
	background: #e44724;
	position: relative;
}

#box-nav ul a:hover {
	background: #be3b1f;
}


#box-nav .title {
	padding: 15px 10px 0;
	font-size: 140%;
	font-weight: bold;
}

#box-nav .description {
	padding: 0 12px;
}

#box-nav .arr {
	background-image: url(../i/white-arrow-right.png);
	position: absolute;
	bottom: 15px;
	left: 12px;
	font-size: 120%;
}

#box-nav img {
	float: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#main-content {
	background: url(../i/tv-logo-body.gif) 870px 15px no-repeat;
}

.loading {
	background: #fff url(/media/i/loader.gif) 50% 50% no-repeat;
}

.more-videos a {
	display: block;
	width: 188px;
	height: 0;
	overflow: hidden;
	padding-top: 123px;
	border: 1px solid #ccc;
	margin-top: 40px;
	background: url(../i/more-tv.gif) left top no-repeat;
}

.more-videos a:hover {
	background-color: #eee;
}

.video {
	margin-top: 15px;
	margin-bottom: 15px;
}

.video a {
	display: block;
}

.video img {
	display: block;
	background-color: #fff;	
}

.video div {
	background-color: #e44724;	
}

.video a:hover img {
	opacity: 0.8;
}

.video p {
	display: block;
	background: #333 url(/media/i/white-arrow-right.png) 6px 50% no-repeat;
	padding-left: 18px;
	margin: 1px 0 0 0;
	line-height: 24px;
	font-size: 120%;
	color: white;
}

.video a:hover p {
	background-color: #e44724;
}

.video h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 120%;
	line-height: 1.5;
	color: #333;
	padding: 4px 6px;
	height: 16px;
	overflow: hidden;
	margin-bottom: 1px;
}

.video a:hover h3 {
	background-color: #e44724;
	color: #fff;
}

.video.small {
	margin-top: 4px;
	margin-bottom: 3px;
}

.video.small h3 {
	font-size: 100%;
	margin-top: 1px;
	line-height: 1.1;
	overflow: visible;
	height: auto;
}

.previousvideos {
    overflow: hidden;
    position: relative;
}
.previousvideos .slider {
    width: 5000px;
    position: relative;
    left: 0;
}

.previousvideos .video.small {
    /*border-right: 1px dotted #eee;*/
    border: none;
    padding: 0;
	margin: 0 10px 0 0;
	width: 140px;
	float: left;
}

.recent-scrollers {
    display: none;
}
.recent-scrollers a {
    display: block;
    margin-top: 5px;
}
.recent-scrollers a.disabled {
    cursor: default;
    opacity: 0.3;
}

.search-ad {
    float: right;
    height: 305px;
    margin: 40px 0px 15px 0px;
    padding: 0;
}
.search-ad a {
    display: block;
    float: right;
    clear: left;
    background: rgb(237, 236, 234);
    padding: 2em;
}
.channel h3 {
	background: #333 url(../i/channel-box-bg.gif) right bottom no-repeat;
	height: 56px;
	padding-top: 14px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}

.channel a:hover h3 {
	background-color: #000;
}

.channel p {
	background: #fff url(/media/i/black-arrow-right.gif) 6px 45% no-repeat;
	color: #fe0066;
	font-size: 110%;
	margin-top: 0;
}

.channel a:hover p {
	background-color: #f3f3f3;
	color: #fe0066;
}

.channel div {
	background-color: #fe0066;
}

.comment {
	clear: both;
	padding: 5px 10px;
}

.latest-comment {
	border: 1px solid #eee;
}

.latest-comment.clickable:hover {
	background-color: #f3f3f3;
}

.latest-comment p {
	font-size: 120%;
	color: #777;
	margin-top: 10px;
}

.comment img {
	float: left;
	margin: 3px 0;
}

.comment .inner img {
	float: none;
	margin: 0;
}

.comment .inner {
	margin-left: 65px;
}

.comment h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.comment p {
	margin: 5px 0;
}

.comment.even {
	background-color: #e5e2df;
}

.comment.odd {
	background-color: #edece9;
}

.close-comments-link {
	display: block;
	font-size: 140%;
	color: white;
	background: #333 url(/media/i/close-button.gif) 300px 50% no-repeat;
	padding: 15px;
	text-align: left;
	padding-left: 20px;
}

#footer-wrapper {
	display: none;
}

#comments {
	display: none;
}

#comment-form {
	margin: 30px 0;
}

#id_comment {
	width: 97%;
	padding: 1%;
}

.slideshow.snowtv {
    width: 640px;
}
.slideshow.snowtv li span.caption {
	background-color: #e44724;
}

.slideshow.snowtv .caption a.link,
.inline-image.snowtv .caption a.link {
	background-color: #b3371d;
}


.follow-us {
	float: right;
	width: 190px;
	font-size: 85%;
	color: #999;
}

.follow-us .label {
	float: left;
	display: inline;
	width: 70px;
}

.twitter-link,
.facebook-link {
	float: left;
	display: inline;
	width: 23px;
	height: 30px;
	text-indent: 10000px;
	background: url(../i/twitter.png) left center no-repeat;
	border: none;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.facebook-link {
	width: 24px;
	height: 28px;
	background-image: url(../i/facebook.png);
}

.share-textbox .facebook-link,
.share-textbox .twitter-link {
	height: 36px;
}

.share-textbox .facebook-link {
	width: 16px;
	background-image: url(../i/facebook-small.png);
}
.share-textbox .twitter-link {
	width: 15px;
	background-image: url(../i/twitter-small.png);	
}

