body, html {
	background: url("/static/images/tcc2shadeclassic.png") repeat center top #ffeedd;
	color: #000;
}

a {
	text-decoration: none;
	color: #900;
	border: none;
}

a:hover {
	color: #222;
}

hr {
	border-bottom: 1px solid #2D5C67;
}

#logo {
	color: #000;
}

/* Main Layout Colors */

#content, #topzone, #footer, #midzone, .pagelist {
	background: #eeddcc;
}

#midzone a {
	font-weight: bold;
}
.pagelist {
	border-top: 1px solid #404040;
}

input {
	background: #FFF6EC;
	color: #000;
	border: 1px solid #2D5C67;
}

textarea {
	background: #FFF6EC;
	color: #000;
	border: 1px solid #2D5C67;
}
textarea.label, input.label {
	color: #303030;
}

/* News Feeds */

.rss, #footer p {
	background-color: #C7B0A7;
}

.rss-box, .rss-box-blotter {
	color: #e0e0e0;
}

/* Menu Shit */

.menuheadermid {
	border-bottom: 1px solid #303030;
	border-top: 1px solid #303030;
}

.menuheader {
	border-bottom: 1px solid #303030;
}

#sidenavbar {
	background: #eeddcc;
	color: #101010;
}

#sidenavbar h3 {
	background: #dcb;
}
#sidenavbar ul, #sidenavbar li {
	background: #d5c5b5;
}

/* Post Elements */

/* .postblock {
background: #606060;
color: #C0C0C0;
font-weight: 800;
border: 1px solid #808080;
font-family: Arial;
}
*/

.qrpostblock {
	background: #606060;
	color: #C0C0C0;
	border: 1px solid #808080;
}

.omittedposts {
	color: #3E0707;
}

.reply {
	background: #c7b0a7;
}

.nothumb {
	background: #eee;
	border: 2px dashed #aaa;
}
.highlight {
	background: #505060;
	color: #D0D0D0;
	border: 2px dashed #5060D0;
}

.postername {
	color: #16353d;
}
.postertrip, .postertrip a {
	color: #00064a;
}

.replytitle {
	color: #D02020;
}

.filetitle {
	color: #D02020;
}

.commentpostername {
	color: #22525E;
}
.thumbnailmsg {
	color: #3E0707;
}
.abbrev {
	color: #707070;
}


.unkfunc {
	color: #005e2c
}

#painter {
	background: #C7B0A7;
}

#topzone, #midzone, #bottomzone {
	background: #eeddcc;
}

.reply {
	background: #ddccbb;
	color: #000;
}

a {
	color: #900;
}

#board_logo {
	color: #111;
}

#options {
	 -moz-box-shadow: -4px 4px 6px rgba(0,0,0, 0.8);
	 box-shadow: -4px 4px 6px rgba(0,0,0, 0.8);
	 -webkit-box-shadow: -4px 4px 6px rgba(0,0,0, 0.8);
}

ul.dropdown, #dropdown_container {
	background: #ccbbaa;
	color: #000;
	-moz-box-shadow: 0px 4px 6px rgba(0,0,0, 0.8);
	box-shadow: 0px 4px 6px rgba(0,0,0, 0.8);
	-webkit-box-shadow: 0px 4px 6px rgba(0,0,0, 0.8);
}

ul.dropdown a {
	color: #000;
}

ul.dropdown ul {
	background-color: #ccbbaa;
	color: #000;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	KhtmlOpacity: .95;
	opacity: .95;
	-moz-box-shadow: 4px 4px 6px rgba(0,0,0, 0.8);
	box-shadow: 4px 4px 6px rgba(0,0,0, 0.8);
	-webkit-box-shadow: 4px 4px 6px rgba(0,0,0, 0.8);
}
