/*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! */
#query:focus {
	outline: 0;
}
a:focus {
	outline: 1;
}
body {
	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: "" "";
}


/*proper stuff*/
html, body, #container {
	min-height: 100%;
}
body {
	background-color: #1F1F1F;
	color: #c9c9c9;
	background-image: url(/assets/images/containershade.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #5FA4FF;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #FA0046;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFDCA;
	padding: 5px 0px 3px 0px;
}
em {
	text-decoration: italic;
}
.spacebar {
	height: 10px;
}
#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px 9.4px;
	background-color: #000;

}
#heading {
	height: 62px;
	background-image: url(/assets/images/headerbg.jpg);
}
#heading img#logo {
	float: left;
	margin: 14px 0 0 9px;
}
#menu {
	text-align: right;
}
#menu a#playlist {
	padding: 0 10px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	display: inline;
	padding: 0 10px;
	display: block;
	float: left;
	width: auto;
}
#menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
}
#menu a:hover, #menu a:focus {
	color: #FA0046;
}
#menu li.active {
	background-image: url(/assets/images/uparrow.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#menu li.active a {
	color: #FA0046;
}
#mnu_playlist {
	float: right;
	width: 100px;
	height: 28px;
	background-color: #f00;
}
#body {
	clear: both;
	padding: 10px;
}
.round {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.roundleft {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.roundright {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.bghilite {
	background-color: #FA0046;
}
.bgstd {
	background-color: #333;
}


#searchform {
	margin: 18px 10px;
	padding: 0;
	float: right;
	width: 180px;
	display: block;
	text-align: right;
	height: 26px;
	overflow: hidden;
}
#searchform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#searchform label { 
	color: #999; 
	display: none; 
}
#searchform input { 
	text-align: left;
	width: 180px; 
	color: #222; 
	font: 16px/18px arial;
}
#searchform #submitquery { 
	display: none; 
}
pre.debug {
	border: 1px dashed #ff6;
	background-color: #333;
	color: #ff6;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	overflow: scroll;
}
.preview {
	width: 150px;
	height: 167px;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	background-color: #444;
	margin: 6px 14px;
	padding: 4px;
	font-size: 10px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: inline; /* <3 ie */
}
.preview.mini {
	height: 134px;
	margin: 2px;
	padding: 3px;
	display: inline; /* <3 ie */
}
.preview .frame.mini {
	height: 120px;
	overflow: hidden;
}
.preview:hover {
	background-color: #222;
}
.preview a {
	text-decoration: none;
}
.vthumb {
	max-width: 150px;
	max-height: 120px;
}
.preview .frame {
	width: 150px;
	overflow: hidden;
}
.preview div.meta {
	height: 14px;
	margin-top: 2px;
	clear: both;
}
.meta div {
	height: 14px;
	line-height: 14px;
	font-size: 10px;
}
.meta .source {
	float: left;
	width: 19px;
}
.source img {
	margin-top: 2px;;
}
.meta .stars {
	width: 65px;
	float: left;
	background-image: url(/assets/images/stars.gif);
	background-position: -78px 1px;
	background-repeat: no-repeat;
}
.preview .comments, .preview .nocomments {
	width: 27px;
	float: left;
	background-image: url(/assets/images/bubble.gif);
	background-position: 7px -14px;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 14px;
	color: #ddd;
	cursor: default;
}
.preview .nocomments {
	color: #666;
	background-position: 7px 0px;
}
.meta .button {
	float: left;
	width: 14px;
}
.meta .button {
	background-image: url(/assets/images/plus.gif);
	background-position: 0 -14px;
}
.meta .button:hover {
	background-position: 0 0px;
}
.preview .title {
	clear: both;
	cursor: default;
}
.overlay {
	display: block;
	position: absolute;
	height: 14px;
	background-color: #333;
	line-height: 14px;
	text-align: center;
	cursor: default;
	font-size: 10px;
}
.overlay.played {
	color: #ccc;
}
.overlay a {
	text-decoration: none;
}
.pagination {
	font-size: 10px;
	text-align: center;
}
.pagination a {
	width: 50px;
	height: 20px;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #444;
}
.pagination a.active {
	text-decoration: none;
	color: #fff;
}
.pagination a img {
	vertical-align: text-top;
}

.tagcloud{
	text-align: center;
}
.tagcloud a {
	text-decoration: none;
	padding: 10px;
	line-height: 30px;	
}

.tag-most-popular {
	font-size: 30px;
}

.tag-very-popular {
	font-size: 28px;
	color: #f36;
}

.tag-popular {
	font-size: 24px;
	color: #f69;
}

.tag-somewhat-popular {
	font-size: 18px;
	color: #f9c
}

.tag-least-popular {
	font-size: 12px;
	color: #fcc;
}

.split {
	width: 470px;
	float: left;
}

/* forms */
label {
	padding: 8px 0px 5px 0px;
	
	display: block;
}
label.inline {
	display: inline;
}
.form-note {
	display: inline;
	font-size: 10px;
	color: #ccc;
	padding-left: 10px;
}

.form-note .err {
	color: #0ff;
}

input.txt {
	border: 1px solid #999;
	width: 160px;
	color: #eee;
	background-color: #444;
}

input.button {
	color: #c9c9c9;
	background-color: #474747;
	border: 1px solid #000;
	padding: 3px 6px;
}
input.button:hover {
	border: 1px solid #999;
}
form .submit {
	padding: 10px 0px;
}

#rateframe {
	clear: both;
	height: 120px;
	text-align: center;
}
#rateframe img.button {
	width: 38px;
	height: 38px;
	cursor: pointer;
	margin: 5px 10px;
}
#btnsad {
	background-position: 0 -38px;
	background-image: url(/assets/images/sadface.jpg);
}
#btnok {
	background-position: 0 -38px;
	background-image: url(/assets/images/okface.jpg);
}
#btnhappy {
	background-position: 0 -38px;
	background-image: url(/assets/images/happyface.jpg);
}

#rateframe .desc {
	clear: both;
}

.stars.rated00 {
	background-position: -65px 0px;
}
.stars.rated05 {
	background-position: -52px -14px;
}
.stars.rated10 {
	background-position: -52px 0px;
}
.stars.rated15 {
	background-position: -39px -14px;
}
.stars.rated20 {
	background-position: -39px 0px;
}
.stars.rated25 {
	background-position: -26px -14px;
}
.stars.rated30 {
	background-position: -26px 0px;
}
.stars.rated35 {
	background-position: -13px -14px;
}
.stars.rated40 {
	background-position: -13px 0px;
}
.stars.rated45 {
	background-position: 0px -14px;
}
.stars.rated50 {
	background-position: 0px 0px;
}

.viewmain {
	float: left;
	width: 660px;
	display: inline; /* <3 ie */
}
.viewcomments {
	float: left;
	width: 280px;
	display: inline; /* <3 ie */
}
.viewcomments .comments {
	background-color: #434343;
	border: 1px solid #666;
}
.comments .comment, .comments .nocomment, .comments .commentbox {
	padding: 4px;
	color: #999;
	background-color: #474747;
	border: 1px solid #666;
	border-width: 0px 0 1px 0;
	cursor: default;
	/*white-space: pre;*/
}
.comments .comment.even, .comments .commentbox, .comments .more {
	background-color: transparent;
}

.comments .commentbox, .comments .more, .comments .nocomment {
	text-align: center;
	padding: 10px;
	color: #bbb;
}
.comments .nocomment {
	color: #999;
}
.comments .more {
	border-width: 0;
}
.comments #addcommentform {
	padding: 5px;
}
#addcommentform textarea {
	border: 0;
	background-color: #666;
	color: #eee;
	width: 260px;
	height: 60px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#addcommentform #btnaddcomment {
	color: #bbb;
	cursor: pointer;
	padding: 10px 0 5px 0;
}

#addcommentform #btnaddcomment:hover {
	color: #fff;
}

.channels li {
	margin: 10px;
}
.channels a {
	background-color: #333;
	display: block;
	width: 200px;
	padding: 5px;
	border: 1px solid #888;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
.channels a:hover {
	background-color: #555;
}

#videotags {
	float: left;
	width: 500px;
}

#videoflag {
	float: left;
	width: 148px;
	height: 14px;
	text-align: center;
}
#videoflag a {

}
#videoflag img {
	vertical-align: middle;
	padding-top: 1px;
}

.forumbox div.forum {
	padding-left: 20px;
	background-image: url(/assets/images/bigbubble.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	height: 28px;
}

div.forum a {
	font-size: 18px;
}

.forumtable {
	width: 100%;
}

.forumtable th {
	font-weight: bold;
	padding: 4px;
}

.forumtable td {
	word-wrap: no-wrap;
	overflow: hidden;
	text-overflow: elipsis;
	padding: 4px;
}
.forumtable td a {
	display: block;
}
.forumtable tr.stripe {
	background-color: #3d3d3d;
}
.forumtable .author {
	width: 120px;
}
.forumtable .date {
	width: 80px;
}
.forumtable .messages {
	width: 100px;
	text-align: center;
}

.forumbox div.post {
	background-color: #3d3d3d;
	border: 1px solid #777;
	padding: 4px;
	margin-bottom: 4px; 
}

div.post div.postbody {
	margin-left: 130px;
	word-wrap: break-word;
}
div.post div.author {
	float: left;
	width: 120px;
	text-align: center;
}
div.post div.footer {
	clear: both;
	color: #999;
	font-size: 10px;
	padding-right: 10px;
	text-align: right;
}

#postbox {
	margin-top: 20px;
}


#postbox input.txt {
	border: 1px solid #999;
	width: 400px;
	color: #eee;
	background-color: #444;
}
#postbox textarea {
	border: 1px solid #999;
	background-color: #444;
	color: #eee;
	width: 400px;
	height: 60px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}