@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
}

* {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#JamboPlayer {
	width:513px;
}

#jtv {
	width:960px;
	margin:10px auto 0px auto;
}

.header {
	margin-top:5px;
}

.header .logo {
	float:left;
}

.header a img {
	border:none;
}

.header {
	float:left;
	padding:8px;
	margin:5px 0px 25px 20px;
}

.search {
	float:left;
	background:url(/images/input.png) no-repeat;
	padding:8px;
	margin:5px 0px 0px 20px;
}

.inputText {
	border: none;
	width: 215px;
	vertical-align:top;
	margin:0px;
	padding:0px;
	border:1px solid #ffffff;
}

.channelSubmit {
	margin:0px 0px 0px 3px;
}

.player {
	clear:both;
	width:512px;
	float:left;
	margin-top:10px;
}

.player .title {
	clear:left;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#1f1f1f;
	margin-top:5px;
}

.player .views {
	float:right;
	font-size:12px;
	color:#888888;
	margin-top:8px;
}

.player .date {
	float:left;
	clear:both;
	font-size:10px;
	color:#888888;
}

.player .channel {
	float:right;
	clear:right;
	font-size:10px;
	color:#888888;
}

.player .short_description {
	float:left;
	clear:both;
	min-height:30px;
	min-width:512px;
	margin-top:8px;
	font-size:11px;
	line-height:18px;
	color:#1f1f1f;
	padding-bottom:8px;
	border-bottom:1px solid #dddddd;
}

.player .description {
	float:left;
	clear:both;
	min-height:30px;
	min-width:512px;
	margin-top:8px;
	font-size:11px;
	line-height:18px;
	color:#1f1f1f;
	padding-bottom:8px;
	border-bottom:1px solid #dddddd;
	display:none;
}

.player .socialnetworking {
	float:left;
	clear:both;
	min-height:15px;
	min-width:512px;
	margin-top:8px;
	font-size:11px;
	line-height:18px;
	color:#1f1f1f;
	padding-bottom:8px;
	border-bottom:1px solid #dddddd;
	color: #4A4A4A;
}

.player .socialnetworking a
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin-right:15px;
	padding-top:5px;
	color: #4A4A4A;
}
.player .socialnetworking a:visited
{
	text-decoration:none;
	color: #4A4A4A;
	padding-top:5px;
}
.player .socialnetworking a:hover
{
	text-decoration:none;
	color: #F2C202;
	padding-top:5px;
}

.rightSide {
	float:right;
	width:430px;
	margin-top:10px;
}
.clip  img {
	border: 0px none black;
}
.clips .clip:hover {
	border:1px solid #000000;
}

.clips .clip .title {
	clear:left;
	font-size:11px;
	font-weight:bold;
	color:#1f1f1f;
	max-width:92px;
	overflow:hidden;
	margin-top:3px;
}

.menu {

}

.menu .channelSelect {
	margin-top:3px;
	float:left;
}

.menu .channelSelect select {
	height:26px;
	width:170px;
	font-size:14px;
	border:1px solid #888888;
	padding:2px 0px 0px 3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.menu .channelSelect a {
	font-size:14px;
	text-decoration:none;
	color:#333333;
}

.menu .quickLinks {
	float:right;
	font-size:13px;
	color:#1f1f1f;
	margin-top:3px;
}

.menu .quickLinks a {
	color:#1f1f1f;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

.menu .quickLinks a:hover {
	color:#888888;
}

.menuClips {
	margin-top:10px;
	float:left;
	clear:both;
	height:550px;
	width:100%;
	overflow:hidden;
}

.menuClips .clip {
	float:left;
	height:86px;
	width:92px;
	overflow:hidden;
	background:url(/images/thumbnailBack.png) no-repeat;
	margin:5px 3px 0px 0px;
	padding:6px;
	min-height:85px;
	max-width:92px;
}

.menuClips .clip a img {
	border:none;
}

.menuClips .clip:hover {
	background-position:bottom;
}

.menuClips .clip .title {
	clear:left;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	color:#1f1f1f;
	max-width:92px;
	overflow:hidden;
	margin-top:3px;
}

.filter {
	float:left;
	clear:both;
	font-size:13px;
	color:#333333;
	margin-top:6px;
}

.filter select {
	height:20px;
	border:1px solid #888888;
}

.pagination {
	float:right;
	margin-top:6px;
}

.pagination a {
	padding:3px 5px 3px 5px;
	font-size:10px;
	font-weight:bold;
	color:#1f1f1f;
	background-color:#dddddd;
	border:1px solid #888888;
	text-decoration:none;
}

.pagination a:hover {
	background-color:#888888;
}

.footer {
	clear:both;
	float:left;
	width:960px;
	min-height:100px;
	border-top:2px solid #dddddd;
	margin-top:20px;
	font-weight:normal;
}

.footer .left {
	margin-top:10px;
	float:left;
	font-size:12px;
	color:#888888;
}

.footer .left a {
	text-decoration:none;
	color:#888888;
}

.footer .right {
	margin-top:10px;
	font-size:12px;
	color:#888888;
	float:right;
}

.footer .right a {
	text-decoration:none;
	color:#888888;
	font-weight:bold;
}

.footer .right a:hover, .footer .left a:hover {
	color:#333333;
}

.footer .bottom {
	width:100%;
	margin-top:20px;
	float:left;
	clear:both;
	font-weight:bold;
	color:#888888;
	font-size:15px;
}

/**************** MY PLAYLIST ********************/
.myPlaylist {
	width:430px;
	max-height:690px;
	border:2px solid #dddddd;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-top:5px;
}

.myPlaylist .row {
	width:425px;
	height:86px;
	border-top:1px solid #ffffff;
	background:url(/images/playlistBackground.png) repeat-x;
}

.myPlaylist .row:hover {
	border-top:1px solid #ffffff;
	background:url(/images/playlistBackgroundRoll.png) repeat-x;
}

.myPlaylist .cThumbnail {
	float:left;
	margin:8px 0px 0px 10px;
}

.myPlaylist table {
	padding:8px 5px 0px 10px;
}

.myPlaylist .cTitle {
	color:#333333;
	font-size:13px;
	font-weight:bold;
	float:left;
}

.myPlaylist .cTitle:hover {
	color:#888888;
}

.myPlaylist .cViews {
	color:#888888;
	font-size:11px;
	float:right;
}

.myPlaylist .cDescription {
	font-size:11px;
	color:#555555;
	width:298px;
	height:48px;
	overflow:hidden;
	float:left;
}

#searchAddToList {
	position:absolute;
	margin:88px 0px 0px 123px;
}

#searchAddToList img {
	border:none;
}

#homeAddToList {
	position:absolute;
	margin:58px 0px 0px 80px;
}

#homeAddToList  img {
	border:none;
}

#nowPlaying {
	position:absolute;
	height:15px;
	text-align:center;
	padding:3px;
	width:86px;
	background-color:#66CCFF;
	color:#ffffff;
	font-size:10px;
}

#nextPlaying {
	position:absolute;
	height:15px;
	text-align:center;
	padding:3px;
	width:86px;
	background-color:#bbbbbb;
	color:#ffffff;
	font-size:10px;
}

/*****************  DROP DOWN NAV ********************/
.header .nav {
	float:right;
	margin-top:6px;
}

.header .nav li a {
	font-size:14px;
	color:#000000;
	margin-right:12px;
	text-decoration:none;
	border:none;
}

.header .nav li a img {
	margin:0px;
}

.header .nav li a:hover {
	color:#888888;
}

#nav
{	margin: 0;
	padding: 0;
	z-index: 100}

#nav li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 0px 0px 20px;
	text-align: center;
	text-decoration: none
}

#nav div
{	position: absolute;
	visibility: hidden;
	z-index:100;
	margin:5px 0px 0px 20px;
	padding: 0;
	background-color:#ffffff;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
}

#nav div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-size:12px;
}

.js-commentControl a {
	font-size:14px;
	color:#333333;
}
