
div.theme {
    width:100%;
    background: #000;
    padding-top: 10px;
    background-repeat:no-repeat;
    background-position:top center;
}

div.channelTitle h1,
div.channelTitle input.editableText,
div.channelDescription div.description {
    border: 1px solid transparent;
}

div.channelContent {
    min-height: 810px;
}

span.premiumFeature,
a, a:link, a:visited, a:active,
div.channelDescription div.description {
	color:#fff;
}
a:hover,
div.channelContent div.showTitle a:hover{
	color: #fff;
}

h1,
body div.theme,
div.newChannel h1,
div.channelTitle h1{
    color: #fff;
    }

div.channelPagination a {
	color: #fff;
	border: 1px solid #fff;
	background-color: #000;
}

div.channelPagination a:hover {
	color: #fff;
}

div.channelPagination span.currentPage {
	color: #000;
    background: #fff;
	border: 1px solid #000;
}

div.channelContent div.showThumb {
border:3px solid #fff;
}

