/*  
Theme Name: CJTV Simple
Description: Barebones video site layout
Version: 0.1
Author: Josh Carlson
*/

/* -----  GENERAL  -------------------- */
body {
	background:#fff;
	color:#444;
	}
.clear {clear: both;}

#hd,#bd,#ft {
}


/* -----  TEXT  -------------------- */
h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight: bold;
	}
p {margin:0 0 1.2em;}
h1, h2 {clear:both;
/*	color:#BF4401;*/
	}
h1 {
	font-size: 2em;
	font-weight:normal;
	}
h2 {
	font-size:138.5%;
	font-weight:normal;
	}
h2 {font-size: 1.3em;}
p {padding-bottom:0.8em;}
strong {font-weight:bold;}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h3 {
	font-size:138.5%;
	color:#111;
	padding-bottom:0.2em;
	}
div.roundcorners div.bd div.c li h3 {
	font-size:100%;
	}


/* ----------  FORMS  ---------- */

form {margin:0;padding:0;}
form p {margin:0;padding:0.4em 0;}


/* ----------  LINKS  ---------- */
a, a:hover {
	color: #06c;
	text-decoration: none;
	}
a:visited {
	color: #11518F;
	}
a:hover {
	color: #07c;
	text-decoration: underline;
	}

a.email {
	background:url('images/icons/email.gif') top left no-repeat;
	padding-left: 24px;
	}
a.digg {
	background:url('images/icons/digg.gif') top left no-repeat;
	padding-left: 24px;
	}
a.delicious {
	background:url('images/icons/delicious.gif') top left no-repeat;
	padding-left: 24px;
	}

ul.vtools li {padding:0.3em 0;}
li.comments {
	background: url('images/icons/comment.gif') no-repeat 0 50%;
	line-height: 20px;
	}
li.comments a {padding-left:20px;}

#addthis {
	margin-top:1em;
}


/* -----  VIDEO LISTS  ------------------------------ */
/*
 * LIST 1 - vertical, 
 * LIST 2 - horizontal, 
 * LIST 3 - vertical, title only
 */

/* styles for hiding list elements, mainly video metadata */
ul.notitle h3 {display:none;}
ul.nosummary div.summary {display:none;}
ul.nothumb div.thumb {display:none;}
ul.nometa ul.vmeta {display:none;}
ul.nochannel li.channel {display:none;}
ul.noadded li.added {display:none;}
ul.noduration li.duration {display:none;}
ul.noviews li.views {display:none;}
ul.nocomment li.comments {display:none;}
ul.norating li.rating {display:none;}
ul.noframe div.thumb div.frame {display:none;}

/* override blueprintcss */
ul.vmeta li.added {background:transparent;color:#444;}

ul.vlist1 {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:93%;
	}
ul.vlist1 li.vitem {
	clear:left;
	padding:5px 0;
	border-top:1px dotted #222;
	}
ul.vlist1 li.vitem.first,
ul.vlist2 li.vitem.first,
ul.vlist3 li.vitem.first {
	border-top:none;
	}
ul.vlist1 h3 {
	font-size:107%;
	}
ul.vlist1 div.thumb,
ul.vlist1 div.thumb a,
ul.vlist1 div.thumb img {
	width:120px;
	height:90px;
	}
ul.vlist1 div.thumb {
	float: left;
	margin-right:13px;
	}
ul.vlist1 div.thumb div.frame
{
	background:url(images/frame_120x90.png) no-repeat;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:90px;
}
ul.vlist1 .summary {display:none;}


ul.vlist2 {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:93%;
	}
ul.vlist2 li.vitem {
	float:left;
	width:120px;
	margin-right:13px;
	}
ul.vlist2 h3 {
	font-size:107%;
	}
ul.vlist2 div.thumb,
ul.vlist2 div.thumb a,
ul.vlist2 div.thumb img {
	width:120px;
	height:90px;
	}
ul.vlist2 div.thumb {
	margin-bottom:10px;
	}
ul.vlist2 div.thumb div.frame {
	background:url(images/frame_120x90_play.png) no-repeat;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:90px;
	}

ul.vlist3 {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:93%;
	clear:both;
	}
ul.vlist3 li.vitem {
	border-top:1px dotted #222;
	padding:5px 0;
	display:block; /* iepngfix */
	line-height: 1.3em;
	}
ul.vlist3 li.vitem a {
	background:url('images/icons/control_play.gif') no-repeat;
	display:block; /* iepngfix */
	padding-left:24px;
	width:94%;
	}
ul.vlist3 h3 { font-size:107%; }
ul.vlist3 div.thumb,
ul.vlist3 div.thumb img,
ul.vlist3 div.thumb div.frame {
	display:none;
	}
ul.vlist3 .summary,
ul.vlist3 ul.vmeta {display:none;}


ul.vlist4 {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:93%;
	}
ul.vlist4 li {
	float:left;
	margin:0;
	padding: 5px 0;
	width:49%;
	line-height: 1.3em;
	}
ul.vlist4 li a {
	background:url('images/icons/control_play.gif') 0 0	 no-repeat;
	padding-left:22px;
	display:block; /* iepngfix */
	font-size:107%;
	}
ul.vlist4 div.thumb,
ul.vlist4 div.thumb img,
ul.vlist4 div.thumb div.frame {
	display:none;
	}
ul.vlist4 .summary,
ul.vlist4 ul.vmeta {display:none;}

/* default thumb size is 120x90 apply these styles to the vlist to modify that */
ul.thumb65 div.thumb {
	width:65px;
	height:50px;
	margin-right:10px;
	}
ul.thumb65 div.thumb img {
	width:65px;
	height:50px;
	}
ul.thumb65 div.thumb div.frame
{
	display:none;
	background:url(images/frame_65x50.png) no-repeat;
	width:65px;
	height:50px;
}
ul.thumb65 div.thumb a
{
	width:65px;
	height:50px;
}
ul.thumb65 li.vitem {
	clear:left;
	}

ul.thumb120 div.thumb {
	width:120px;
	height:90px;
	}
ul.thumb120 div.thumb img {
	width:120px;
	height:90px;
	}
ul.thumb120 div.thumb div.frame
{
	background:url(images/frame_120x90.png) no-repeat;
	width:120px;
	height:90px;
}
ul.thumb120 div.thumb a
{
	width:120px;
	height:90px;
}

ul.vlist2.thumb120 li.vitem {
	float:left;
	width:120px;
	margin-right:13px;
	}

ul.thumb180 div.thumb {
	width:180px;
	height:135px;
	}
ul.thumb180 div.thumb img {
	width:180px;
	height:135px;
	}
ul.thumb180 div.thumb div.frame {
	background:url(images/frame_180x135.png) no-repeat;
	width:180px;
	height:135px;
}
ul.thumb180 div.thumb a {
	width:180px;
	height:135px;
}
ul.vlist2.thumb180 li.vitem {
	float:left;
	width:180px;
	}

div.thumb {position: relative;}
div.thumb a {display:block;text-decoration:none;}
ul.mmeta span {color:#444;}

ul.squareframe div.thumb div.frame {
	display:none;
	}
ul.squareframe div.thumb a {
	border:2px solid #555;
	}
ul.squareframe div.thumb a:hover {
	border:2px solid #c00	;
	}

ul.thumbonly ul.vmeta,
ul.thumbonly h3,
ul.thumbonly .summary {
	display:none;
	}
ul.thumbonly li.vitem {
	border:none;
	}

ul.titlethumb ul.vmeta,
ul.titlethumb .summary {
	display:none;
	}
ul.titlethumb li.vitem {
	border:none;
	}

div.channel {
	position:relative;
	border-top:1px solid #e6e6e6;
	background:url(images/grey_white_stripe_hd.gif) top left repeat-x;
	padding-top:0.5em;
	}
h3.channelname {padding-left:0.5em;}
a.more {
	position:absolute;
	right:0;
	top:0;
	display:block;
	padding:2px 10px;
	margin-right:80px;
	margin-top:0.5em;
	}


/* -----  VIDEO META  -------------------- */
ul.vmeta {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:95%;
	font-weight:bold;
	}
ul.vmeta li {
	padding:0;
	margin:0;}
ul.vmeta li span {
	font-weight:bold;
	color: #BF4401;
	font-weight:bold;
	}


/* -----  VIDEO PLAYER  -------------------- */
#playerwrap {background-color:#000;}
#player {background-color:#ccc;}
#playerwrap {
	background:#000;
	text-align:center;
	padding:8px;
	}
#player {background:none;}


/* -----  SEARCH BOX  -------------------- */
#searchform {
}
#s {
	font-size:159%;
	border-top:1px solid #888;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #888;
	border-width:2px;
	width:150px;
}
#searchsubmit {
	width:auto;
	padding:0 5px;
	height:30px;
}
#searchform h3 {
	display:inline;
	margin-right:4px;
	}

/* -----  ROUND CORNERS  -------------------- */
div.roundcorners {margin-top:1em;}
div.roundcorners .hd,
div.roundcorners .ft {margin-right:9px;}
div.roundcorners .hd .c,
div.roundcorners .ft .c {
	font-size:1px; /* ensure minimum height */
	height:9px;
	margin-right:-9px;
	}
div.roundcorners div.hd {
	background: transparent url(images/box6/tl.png) no-repeat top left;
	}
div.roundcorners .hd .c {
	background: transparent url(images/box6/tr.png) no-repeat top right;
	}
div.roundcorners .ft {
	background: transparent url(images/box6/bl.png) no-repeat bottom left;
	}
div.roundcorners .ft .c {
	background: transparent url(images/box6/br.png) no-repeat bottom right;
	}
div.roundcorners .bd {
	background:transparent url(images/box6/ml.png) repeat-y 0px 0px;
	}
div.roundcorners .bd .c {
	background:transparent url(images/box6/mr.png) repeat-y right 0px;
	padding:0 10px;
	}
div.roundcorners .bd .c {
	}


h3,
div.roundcorners .bd .c h3 {
	font-size:138.5%;
	color:#111;
	padding-bottom:0.2em;
	}
div.roundcorners .bd .c li h3 {
	font-size:100%;
	}
h2 {
	font-size:138.5%;
	font-weight:normal;
}


/* -----  COMMENTS  -------------------- */
#comments li.alt {
	border-top:1px solid #BFD6FF;
	background:url(images/blue_white_stripe_hd.gif) top left repeat-x;
	}
#comments {
	margin:1em 0;
	}
#comments li {
	padding:10px 5px 10px 10px;
	font-size:93%;
	color:#222;
	border-top:1px solid #e6e6e6;
	background:url(images/grey_white_stripe_hd.gif) top left repeat-x;
	}
#comments li .author {
	float:left;
	width:110px;
	}
#comments li .author a {
	color:#000;
	font-weight:bold;
	}
#comments li p {
	margin-bottom:0.5em;
	padding:0;
	}
#comments li .author p {
	margin:0.5em 0;
	font-size:93%;
	}
#comments li .message {
	float:left;
	width:337px;
	}
#comments li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}


/* ---------- PAGINIATION ---------- */
div.navigation {
	margin-top:1em;
	}
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 3px;
	border: 1px solid #eee;
	background-color: #f6f6f6;
	
	text-decoration: none;
	color:#111;
	}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ddd;
	color:#00c;
	background-color: #f6f6f6;
	}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #999;
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	}

/* -----  ADS  -------------------- */
div.adv {padding-top:1em; text-align:center;}
div.adv small {color:#808080;}


/* ---------- CLEAR FLOATS ---------- */
.vlist1:after,
.vitem:after,
.vlist2:after,
.vlist3:after,
.vlist4:after,
.vlist5:after,
.vlist6:after,
.vlist7:after,
.vlist8:after,
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.vlist1,
.vitem,
.vlist2,
.vlist3,
.vlist4,
.vlist5,
.vlist6,
.vlist7,
.vlist8,
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .vlist1, 
* html .vitem, 
* html .vlist2, 
* html .vlist3, 
* html .vlist4, 
* html .vlist5,  
* html .vlist6,  
* html .vlist7,  
* html .vlist8,  
* html .clearfix {height: 1%;}
.vlist1,
.vitem,
.vlist2,
.vlist3,
.vlist4,
.vlist5,
.vlist6,
.vlist7,
.vlist8,
.clearfix {display: block;}
/* End hide from IE-mac */


/* -----  IE TRANSPARENCY FIX  -------------------- */
img,
div.frame 
	{ behavior: url(/iepngfix/iepngfix.htc);}


