html, body {
    color: #ffcc00;
    background-color: #000000;
}

h1 {
    color: #ffcc00;
}

.wrap {
    background-color: inherit;
    border-color: #E6E9ED;
}
.headerbar {
    color: #ffcc00;
}

.headerbar, .forumbg {
    background-image: unset;
    background-color: inherit;
    background-repeat: unset;
}
.site_logo {
    background-image: url("./images/logo_cya.jpg");
}
.logo {
    float: unset;
}
.site-description {
    text-align:center;
}
.navbar {
    background-color: inherit;
}

ul.forums {
	background-color: #414141; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #272727 0%, #414141 100%);
	background-image: linear-gradient(to bottom, #272727 0%,#414141 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
}
.forabg {
	background-color: #272727;
	background-image: -webkit-linear-gradient(top, #1e1e1e 0%, #1e1e1e 2px, #272727 92px, #272727 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#1e1e1e 2px,#272727 92px,#272727 100%);
	background-repeat: repeat-x;
}

a {
    color: #ffcc00;

}

ul.topiclist li {
    color: #ffd83b;
}

li.row strong {
    color: #ffd83b;
}
li.row:hover {
    background-color: #505050;
}

.bg1 {
    background-color: #414141;
}


.bg2 {
    background-color: #272727;
}
.content,
.post:target .content,
label,
.postbody,
.postprofile strong {
    color: #ffd83b;
}

.panel {
    background-color: #272727;
    color: #ffd83b;
}

blockquote {
    background-color: #505050;
}
