
div.theme {
    width:100%;
    background-image: url(/_assets/images20/theme_autumn.jpg);
    background-color: #ffc044;
    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:#700800;
}
a:hover,
div.channelContent div.showTitle a:hover{
	color: #700800;
}

h1,
h3,
body div.theme,
div.newChannel h1,
div.channelTitle h1{
    color: #700800;
    }

div.channelPagination a {
	color: #ffed8a;
	border: 1px solid #861d00;
	background-color: #a23a00;
}

div.channelPagination a:hover {
	color: #ffed8a;
}

div.channelPagination span.currentPage {
	color: #760d00;
	border: 1px solid #e57e00;
}

div.channelContent div.showThumb {
border:3px solid #e57e00;
}

