@font-face  {    
font-family: 'Red October-Regular';    
src: url('/fonts/Red October-Regular.eot');
src: local('Red October-Regular'), local('Red October-Regular'), url('/fonts/Red October-Regular.ttf') format('truetype');
}
body {
	background: #E00000;
	font-family: Red October-Regular;
	font-size: 85%;
	color:#FFE800;
	background-image:url('/css/images/communist-background.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center right;
}
.logo {
	color: #F58502;
        text-align:center;
        font-size:36pt;
}
a {
	color:#F58502;
	text-decoration:none;
}
a:hover, .reflink a:hover {
	color: #F58502;
}

#verytopbar, .adminbar, #themedropdown {
	background: #243A86;
}
#verytopbar a {
	color: ##E00000;
	border-top-color: #980000;
}
#verytopbar a:hover {
	background: #B80000;
	color: #F58502;
}
.adminbar {
	text-align:right;
	background:inherit;
	clear:both;
	float:right;
	background: #243A86 ;
}

#verytopbar, .adminbar, #themedropdown, #topnav {
	background: #243A86 ;
}

#sitesidebar a:hover, #topmenu li {
	background: #B80000;
}
#sitesidebar h2, .newsentry h2, #topmenu li.current {
	background: #B80000;
}

.postblock {
	background: #B80000;
}
.postarea input[type=text], .postarea input[type=password], .postarea textarea {
	border-color: #F58502;
}
.postarea input[type=text]:focus, .postarea input[type=password]:focus, .postarea textarea:focus {
	border-color: #F58502;

}

.helphover div, .reply, .highlight, .reflinkpreview {
	background: #B80000;

}
.highlight, .reflinkpreview {
	border-left-color: #B80000;
}

.filetitle {
	color: #F58502;
}
.postername, .postername a {
	color: #F58502;
}
.postertrip {
	color: #F58502;
}
.unkfunc {
	color: #F58502;
}
    div.CIRCUITFRY_FIX
{
    position:relative;
    top:-8px;
}
    div.CIRCUITFRY_FLM
{
    position:fixed;
    background-color: #B80000;
    z-index:150;
    left:-4px;
    width:110%;
    margin-left:auto;
    margin-right:auto;
    margin-down:10px;
    border-top-width: 8px;
    border-top-style: solid;
}
    div.CIRCUITFRY_FLM a
{
    margin:0 0.5em;
}