/*
Theme Name: jttv
Version: 4.9.2
Theme URI: http://www.jimmyteens.tv
Description: theme for jimmyteens.tv
Author: Tom de Bruin
Author URI: http://www.deadlyhifi.com/
*/
/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */:focus {outline: 0;} body {line-height: 1; color: black; background: white;} ol, ul {list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: separate; border-spacing: 0;} caption, th, td {text-align: left; font-weight: normal;}blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";}
/* css reset */
html { overflow-y: scroll; }
body {
	color: #676767;
	font: 12px Helvetica,Verdana,Arial,sans-serif;
	margin: 0;
	padding: 0px;
	background: #eee url(images/burst.png) no-repeat center top;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #b9b9b9;
	color: #5a8ab6;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:visited {
	text-decoration: none;
}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

.center { text-align: center; }
.fleft { float: left; }
.fright { float: right; }
.tleft { text-align: left; }
.tright { text-align: right; }
.hidden { display: none; }
.clear { clear: both; }
hr {padding: 0px; margin: 2px 0;}
.line {height: 1px; margin: 2px 0; border-top-color: #a2a2a2; border-top-style: solid; border-top-width: 1px;}
a img { border: none; }
a.noborder { border: none; }
.spacer { margin: 2px 4px; }
em { font-style: italic; }
strong { font-weight: bold; }
small, .small { font-size: 10px; }
sub { font-size: 10px; }
.differentiate {color: #709b15;}
.hover { cursor: pointer; }
p {line-height: 22px; padding: 4px; margin: 0px;}
ol {list-style-position: inside; list-style-type: decimal;}
ol li {margin: 8px 4px;}
.backbutton {font-variant: small-caps; clear: both; margin: 5px 0; font-size: 15px; }

input:focus, textarea:focus { border: 1px solid #d5d5d5; }

.panel { /* panel for common use */
	border: 1px solid #b9b9b9;
	padding: 10px;
	height: auto;
	margin: 0 auto 25px auto;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	background: #e5e5e5 url(images/silversinglelight.gif) repeat-x left top;
}

h1,h2,h3,h4,h5 { text-shadow: 1px 1px 0px white; }

h2 {
	font-size: 25px;
	color: #6ea6da;
	letter-spacing: 1px;
}
h3 {
	font-size: 18px;
	color: #6ea6da;
	letter-spacing: 1px;
}
h4 {
	font-weight: bold;
	color: #6ea6da;
	letter-spacing: 1px;
}

/* End Various Tags & Classes*/

/* -- header -- */
#wrapstar {
	background-color: white;
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

#header {
	border: 1px solid #b9b9b9;
	border-top-width: 0px;
	padding: 10px;
	position: relative;
	margin: 0 auto 15px auto;
	width: 960px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #e7e7e7 url(images/silversingle.gif) repeat-x left bottom;
}
#header h1 {
	margin: 0;
}
#header a { border: none; }
#header h3 {
	margin: 0 0 5px 0;
}

#headsearch {
	position: absolute;
	top: 23px;
	left: 465px;
}
	#headsearch input {
		font-style: italic;
		color: #b3b3b3;
		font-size: 19px;
		border: 4px solid #b9b9b9;
		height: 22px;
		width: 250px
	}
	#headsearch input:focus {
		font-style: normal;
		font-weight: normal;
		color: #5c5c5c;
	}
	#headsearch #headsubmit {
		background: transparent url(images/search.png) no-repeat 0 0;
		color: #fff;
		font-weight: bold;
		width: 34px;
		height: 34px;
		position: absolute;
		top: 0;
		right: -38px;
		border: none;
		cursor: pointer;
	}
	#headsearch #headsubmit:hover {
		background-position: -35px 0;
	}
	#headsearch #headsubmit span {
		display: none;
	}

input {
	color: #393939;
	background-color: #fafafa;
	padding: 2px;
	border: 1px solid #6ea6da;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#form-search {
	text-align: right;
	margin: 3px 3px 0 0;
}
.searchborder {	
	border-top: 1px dotted #6ea6da;
}
/* sets width of text input boxes on forms */
#form-search label {
	color: #a2a2a2;
	letter-spacing: 1px;
	font-size: 11px;
}
#input-keywords {
	margin-right: 1px;
}
#submit-search {
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	margin: 0px; 
	padding: 1px 2px; 
	border-color: #6ea6da; 
	border-style: solid; 
	border-width: 1px;
	cursor: pointer;
	background: url(images/silvergrad.png) repeat-x left top;
}

a#menu-button { 
	font-weight: bold; 	
	right: 50px;
	top: 22px;
	position: absolute;
	font-size: 19px;
	color: white;
	text-decoration: none;
	margin: 2px;
	padding: 6px 9px;
	background: #6ea6da;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
h3.nav { font-size: 14px; letter-spacing: 1px; font-weight: bold; color: #5a8ab6;}

#navigate {
	position: relative;
	display: none;
	/*background: transparent url(images/colourbobbins.gif) repeat-y left center;*/
	padding: 10px;
	margin: 5px;
	zoom: 1;
}
#navigate ul {
	font-size: 13px;
	width: 32%;
	float: left;
}
#navigate ul li  {
	padding: 1px 4px;
	margin: 1px;
}
#navigate ul li a {
	font-weight: bold;
	color: #959595;
	text-decoration: none;
	padding: 1px 4px;
	display: block;
	border: none;
}
#navigate ul li a:hover {
	color: #313131;
}
/* -- recent comments/ tagcloud -- */
.infopanel { clear: both; padding: 8px 15px; height: auto; margin: 15px auto 0 auto; }
.infopanel ul li { border-bottom: 1px solid #b9b9b9; padding: 10px 0; line-height: 17px; }
.infopanel ul li:last-child { border-bottom: none; }
.infopanel.tagcloud a { padding: 2px; margin: 3px; float: left; border: none; }
#main { clear: both; background: transparent url(images/colourbobbins.gif) repeat-y right center; }
.standard { padding-right: 13px; width: 610px; float: left; }
.wideboy { width: 100%; margin-bottom: 15px; }
#sidebar { position: relative; float: right; width: 310px; }
/* Begin Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }

/* End Images */
.aligncenter, div.aligncenter {	display: block;	margin-left: auto; margin-right: auto; }
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

.promote {
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	clear: both;
	border: 2px solid #9cd91d;
	padding: 3px 6px;
	background-color: #f5f5f5;
	height: auto;
	margin: 4px auto 8px auto;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}

#titalitarian { margin-bottom: 10px; position: relative; height: 320px; background: transparent url(images/colourbobbins.gif) repeat 320px 0; }
#ustream { position: absolute; top: 0; right: 80px; }

#liveshowpromo { position: absolute; top: 10px; right: 20px; background: #6ea6da; text-align: center; padding: 15px; }
#liveshowpromo p { color: #fff; font-size: 20px; }
#liveshowpromo a { color: #fff; margin-top: 15px; }
#liveshowpromo a:hover { color: #fff; }
#liveshowpromo h2 { color: #fff; font-size: 28px; margin: 10px 0; text-shadow: none;}

.divide { border-bottom: 1px solid #b9b9b9; }
#welcome {
	background: white;
	font-size: 22px;
	text-shadow: 1px 1px 0px white;
	width: 360px;
	height: 260px;
	padding: 30px 10px;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 30px;
	text-align: center;
}
#welcome p { text-align: left; margin: 5px 0; }
#welcome .bigger { font-size: 44px; line-height: 35px; }
#welcome .tct { margin: 10px; }

#pageintro { border-bottom: 1px solid #b9b9b9; }
h2.pagetitle {
	text-transform: lowercase;
	letter-spacing: 6px;
	font-size: 42px;
	margin: 5px 5px 5px 10px;
	clear: both;
}
ul.listing li {
	position: relative;
	border-top-color: #eeeeee;
	border-right-color: #d3d3d3;
	border-left-color: #d7d7d7;
	border-bottom-color: #b9b9b9;
	border-style: solid;
	border-width: 1px;
	background: #e7e7e7 url(images/silvergrad.png) repeat-x left 0px;
	margin: 0px;
	padding: 6px 4px;
	display: inline;
	float: left;
	width: 300px;
	overflow: hidden;
}
ul.listing li.height { height: 62px;}
ul.small li { font-size: 11px; }
ul.listing li:hover {
	background-position: left -100px;
}
ul.listing li.linkit a {
	text-decoration: none;
	display: block;
	text-align: right;
	border: none;
}
ul.listing li h2.title { font-size: 16px; letter-spacing: 0px; margin-bottom: 3px; }
ul.listing li h3.title { font-size: 14px; }
ul.listing li h3.news { color: #313131; font-size: 14px; }
.news {	
	background: transparent url(images/icons.png) no-repeat left -16px; 
	height: 16px; 
	padding-left: 22px;
}
ul.listing li h2.title a {
	color: #6ea6da;
	text-decoration: none;
	display: block;
	border: none;
}
ul.listing li h2.title a:hover {
	color: #709b15;
	text-decoration: none;
}
ul.listing li .meta, ul.listing li .meta:hover {
	color: #7e7e7e;
	text-decoration: none;
	display: block;
	border: none;
}
img.thumbnail {
	position: relative;
	border: 1px solid #b9b9b9;
	float: right;
	width: 80px;
	height: 60px;
	margin-left: 4px;
	overflow: hidden;
}
ul.listing li img.thumbnail:hover { border-color: #5a8ab6; }
ul.listing li.height .excerpt {
	background: transparent url(images/silvergrad.png) repeat-x left -300px;
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
	width: 300px;
	height: 62px;
	padding: 6px 4px;
}
ul.listing li.height:hover .excerpt { display: block; }
a.excerpt p { line-height: 13px; margin: 0; padding: 0; }

/*************************** single *********************/
#colourbobbins { padding-left: 3px; background: transparent url(images/colourbobbins.gif) repeat-y left top; }
h2#singletitle {
	line-height: 40px;
	color: #6ea6da;
	letter-spacing: 2px;
	text-decoration: none;
	margin: 10px 0;
	font-size: 40px;
}

h3.single { font-style: normal; margin: 5px 0; letter-spacing: 1px; font-weight: normal; }
.description p { text-align: justify; font-size: 16px; line-height: 22px; margin: 8px 0; padding: 0; }
p.notice {
	clear: both;
	text-align: center;
	padding: 9px;
	margin: 10px 10px;
	background-color: #f5f5f5;
	border: 1px solid #d5d5d5;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

div.authors a { font-size: 22px; }	
.authorlist { font-size: 22px; }
.region { font-size: 18px; }
.border {padding-top: 4px; border-top-color: #b9b9b9; border-top-style: solid; border-top-width: 1px;}
.closeborder {border-top-color: #b9b9b9; border-top-style: solid; border-top-width: 1px;}

h4.single {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 6px 0;
	border-top: 1px solid #6ea6da;
}
#categories, #tags { text-transform: lowercase; }
#categories a, #theme a {
	font-size: 12px;
	color: #313131;
	display: inline-block;
	text-decoration: none;
	margin: 2px 1px;
	padding: 4px 6px;
	background-color: #9cd91d;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#categories a:hover, #theme a:hover { color: white; background-color: #6ea6da; }
#tags a {
	background-color: #6ea6da;
	font-size: 10px;
	color: white;
	display: inline-block;
	text-decoration: none;
	margin: 2px 1px;
	padding: 4px 6px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#tags a:hover { color: white; background-color: #313131; }

a.searchit {background: transparent url(images/icons.png) no-repeat left 0px; height: 16px; padding-left: 22px;}
a.download {background: transparent url(images/icons.png) no-repeat left -32px; height: 16px; padding-left: 22px;}

ul.related { border: 1px solid #c6c6c6;}
ul.related li { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #c6c6c6; padding: 5px; }
ul.related p { font-size: 11px; line-height: 13px;}

ol#pages { list-style-position: outside; }
ol#pages li { padding: 5px 0; margin: 5px; border: 1px solid #ccc; }

/*************************** pagebar plugin navigation style *********************/
.pagebar { 
	text-align: right; 
	margin-left: -1px; 
	font-size: 12px; 
	margin: 20px 10px;
	text-decoration: none;
}
.pagebar a {
	background: white url(images/silvergrad.png) repeat-x 0px 0px;
	color: #5a8ab6;
	text-decoration: none;
	border: 1px solid #a2a2a2;
	font-weight: normal;
	padding: 4px 6px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.pagebar a:hover { background-position: 0 -50px; }
.pageList .this-page, .pagebar .inactive {}
.pagebar .break { padding: 2px 6px 2px 6px; border: none; text-decoration: none; }
.pagebar .this-page { font-weight: bold; border: none; padding: 6px; }

/* comments =================================== */
#comments {
	padding: 0;
	margin: 10px 0;
	color: #333333;
	font-size: 12px;
	clear: both;
}
#comments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h3.comments {
	padding-bottom: 2px;
	border-bottom: 1px solid #6ea6da;
	font-size: 24px;
	margin: 0;
}

h3.commentlist {
	margin: 15px 0 8px 0;
	padding: 5px 0;
	font-size: 15px;
	border-top: 1px solid #6ea6da;
}
ul#commentlist li {
	margin: 12px 3px;
	padding: 4px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
ul#commentlist li.even { background: #eee none repeat scroll 0 0; }
ul#commentlist li.odd { background: #f3f3f3 none scroll; }
ul#commentlist li .comment_num {
	font-size: 12px; 
	margin: 2px; 
	padding: 2px 3px;
}
ul#commentlist li .byline {
	padding-bottom: 2px;
	border-bottom: 1px dotted #d6d6d6;
}
ul#commentlist li .date {}
ul#commentlist li .comment_author {font-size: 15px;}

ul#commentlist li p {
	padding: 4px;
	margin: 0;
}
ul#commentlist li ul {
	list-style: square outside none;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
}

#commentform textarea {
	border: 1px solid #d5d5d5;
	background: #f3f3f3;
	padding: 5px;
	font-size: 12px;
	width: 500px;
	height: 75px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#commentform input {
	border: 1px solid #d5d5d5;
	background: #f3f3f3;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#commentform #submit {
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	padding: 5px;
	cursor: pointer;
	margin: 8px 0;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#commentform .required { color:#CC0000; }
#commentform #author, #commentform #email, #commentform #url {
	font-size: 11px;
	margin: 0 5px 5px 0;
	padding: 3px;
}
#commentform .comment-timeout { font-weight: bold; margin: 2em 0 0; }

/* -- footer -- */
#gototop {font-variant: small-caps; clear: both; margin: 25px 0 5px 0; font-size: 15px; text-align: right; }
#footer {
	text-align: center;
	background-color: #e7e7e7;
	margin: 25px auto;
	width: 940px;
	padding: 20px;
	position: relative;
}
#footer .columns { text-align: left; }
#footer .columns ul { float: left; width: 33%; }
#footer .columns ul.tct { background: transparent url(images/wallpaper.jpg) repeat left top; text-align: center; border: 1px solid #b9b9b9; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
#footer ul li { margin: 8px 15px; }
#footer ul li a { font-weight: bold; }
#footer li.feed { background: transparent url(images/icon-feed.png) no-repeat left top; padding-left: 20px; }
#footer li.itunes { background: transparent url(images/icon-feed.png) no-repeat left -32px; padding-left: 20px; }
#footer li.feedspace { padding-left: 20px; }
#footer .copyright { margin: 20px 0 0 0; }







/* jQuery Countdown styles 1.5.8. */
.hasCountdown {}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

