@font-face  {    
font-family: 'Christie';    
src: url('/fonts/christie.eot');
src: local('christie'), local('christie'), url('/fonts/christie.ttf') format('truetype');
}
body {
	background: #000000;
	font-family: Christie;
	color:#FFFFFF;
	font-size: 110%;
	background-image:url('/css/images/panty&stocking-background.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center right;
}
.postarea textarea {
	padding-right: 100px;
	background-image: url('/css/images/panty&stocking-textarea.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.logo {
	color: #FFFF00;
        text-align:center;
        font-size:36pt;
}
a {
	color:#FFFF00;
	text-decoration:none;
}
a:hover, .reflink a:hover {
	color: #FFFF00;
}
.adminbar {
	text-align:right;
	background:inherit;
	clear:both;
	float:right;
	background: #243A86 ;
}

#verytopbar, .adminbar, #themedropdown, #topnav {
	background: #243A86 ;
}
#verytopbar a {
	color: #FEFEFE;
	border-top-color: #980000;
}
#verytopbar a:hover {
	background: #2D3F6B;
	color: #FFFF00;
}
#verytopbar a:hover, #verytopbar .navbarcurboard {
	border-top-color: #2D3F6B;
}

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

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

}

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

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

.filetitle {
	color: #FFFF00;
}
.postername, .postername a {
	color: #FFFF00;
}
.postertrip {
	color: #FFFF00;
}
.unkfunc {
	color: #FFFF00;
}
    div.CIRCUITFRY_FIX
{
    position:relative;
    top:-8px;
}
    div.CIRCUITFRY_FLM
{
    position:fixed;
    background-color: #2D3F6B;
    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;
}