@font-face  {    
font-family: 'Aroania_R';    
src: url('/fonts/Aroania_R.eot');
src: local('Aroania_Ra'), local('Aroania_R'), url('/fonts/Aroania_R.otf') format('truetype');
}
body {
	background: #FFFEB8;
	font-family: Aroania_R;
	color:#132659;
	background-image:url('/css/images/alice-background.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center right;
}
.postarea textarea {
	padding-right: 100px;
	background-image: url('/css/images/alice-textarea.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.logo {
	color: #D7C771;
        text-align:center;
        font-size:33pt;
}
a {
	color: #D3A222;
	text-decoration:none;
}
a:hover, .reflink a:hover {
	color: #D3A222;
}

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

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

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

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

.helphover div, .reply, .highlight, .reflinkpreview {
	background: #1F60C7;
}
.highlight, .reflinkpreview {
	border-left-color: #1F60C7;
}

.filetitle {
	color: #D3A222;
}
.postername, .postername a {
	color: #F23440;
}
.postertrip {
	color: #CD6568;
}
.unkfunc {
	color: #D3A222;
}
    div.CIRCUITFRY_FIX
{
    position:relative;
    top:-8px;
}
    div.CIRCUITFRY_FLM
{
    position:fixed;
    background-color: #4C3D9E;
    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;
}