admin:css
/* IMPORT HEADER FONT
=============================*/
@import url(/css:capture/code/1);
 
@import url(http://far-recon.wikidot.com/admin:base);
 
#top-bar {
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    background: url("http://i1030.photobucket.com/albums/y361/SarcasmInc/top-bar2.png") repeat scroll 0 0 transparent;
    bottom: -25px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    width: 100%;
}
a{
text-decoration: underline;
color: #000;
}
a:hover{
background-color: #DDD;
}
#top-bar a:hover{
background-color: #DDD;
text-decoration:none;
height: 54px;
color: #000;
}
body{
background: #6c3c3c url("http://i1030.photobucket.com/albums/y361/SarcasmInc/icecompromise2.jpg") repeat;
}
#top-bar a{
color: #fff;
font-family: arial;
text-decoration: none;
font-size: 12px;
}
 
#content-wrap{
width: 90%;
background: #e7e7e7;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
-moz-box-shadow: 3px 0 10px #6d6d6d;
-webkit-box-shadow: 3px 0 10px #6d6d6d;
box-shadow: 3px 0 10px #6d6d6d;
margin: auto;
margin-top: 26px;
}
 
#main-content{
    margin-left: 15em;
    padding: 0 1em;
    margin-right: 2em;
}
 
#side-bar{
background: #ADADAD;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
padding: 1em;
width: 11em;
margin:0 1em 0 0;
 
}
#side-bar a{
    border: none;
}
 
#side-bar a:hover{
    background-color: #DDD;
}
#top-bar li ul li a {
background: #222;
color: #999;
width: 100%;
height: 25px;
line-height: 25px;
}
#top-bar li ul li a:hover {
background: #222;
color: #eee;
width: 100%;
height: 25px;
line-height: 25px;
}
#top-bar li ul {
border: none;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
background: #222;
top: 60px;
}
 
#header{
width: 90%;
height:120px;
margin: auto;
}
 
#header h1{
top: 25px;
}
#header h1 a {
    color: #ADADAD;
    font-size: 65px;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-family: "capture_itregular", Verdana;
}
 
#header h1 a, #header h1 a:hover{
    background: none;
}
 
/* HEADINGS */
 
h1,h2,h3,h4,h5,h6{
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}
 
h1{
    font-size: 190%;
    font-weight: normal;
}
h2{
    font-weight: normal;
    font-size: 165%;
}
h3{
    font-weight: bold;
    font-size: 145%;
}
h4{
    font-weight: bold;
    font-size: 125%;
}
h5 {
    font-weight: bold;
    font-size: 105%;
}
h6 {
    font-weight: bold;
    font-size: 90%;
}
 
div.buttons input, input.button, button, file, a.button, .owindow .button-bar a{
    background-color: #eae9d9;
    border: 1px solid #AAA;
        margin-left: 5px;
    /*color: #500202;*/
}
div.buttons input:hover, input.button:hover, button:hover,  a.button:hover, .owindow .button-bar a:hover{
    background-color: #d5d4c4;
/*    color: #500202;*/
}
#login-status {
    color: #ADADAD;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 25;
}
#login-status a{
color: #ADADAD;
}
#login-status .printuser a {
display:none;
}
 
input.text {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #eee;
    color: #000;
    height: 19px;
    margin-right: -2px;
    text-align: center;
    width: 130px;
}
#search-top-box{
    position: absolute;
        right: 10px;
       top: 104px;
        height: 48px;
        width: 240px;
       text-align: right;    
}
#page-title {
    border-bottom: 2px ridge #999999;
    color: #000000;
    font-size: 200%;
    margin: 0 0 0.5em;
    padding-top: 0.5em;
}
 
#license-area {
    padding: 0.5em 0;
    color: #000000;
    text-align: center;
 
.odialog-shader{
    position: fixed;
    top: 0; left: 0; right:0;
    width: 100%;
}    
.owindow {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 10px;
-webkist-border-radius: 10px;
-webkit-box-shadow: 0 0 10px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: medium none;
    color: #000000;
    position: absolute;
    text-align: left;
    text-shadow: none;
    width: 50em;
}
.owindow .title {
    -moz-border-radius: 2px 2px 2px 2px;
    background: url("http://i1030.photobucket.com/albums/y361/SarcasmInc/top-bar2.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: move;
    font-size: 120%;
    font-weight: bold;
    height: 20px;
    padding: 0.5em 1em;
    text-shadow: -1px -1px 0 #000000;
}
 
/*Multi Level Menus, uncomment to enable. note: not compatible with ie7 or below */
/*
 
html body#html-body div#container-wrap-wrap div#container-wrap div#container div#header div#top-bar ul li ul li ul li ul {
    margin-left: 11px;
    margin-top: -29px;
    background: #444;
}
 
#top-bar ul ul ul
{
    position: absolute;
 
    left: 99%;
}
#top-bar ul ul
{
    position: absolute;
    z-index: 500;
}
 
div#top-bar ul ul {
    display: none;
}
 
div#top-bar ul li.sfhover ul
{
    display: block;
}
div#top-bar ul ul, div#top-bar ul li.sfhover ul ul, div#top-bar ul ul li.sfhover ul ul
{
    display: none;
}
div#top-bar ul li.sfhover ul, div#top-bar ul ul li.sfhover ul, div#top-bar ul ul ul li.sfhover ul
{
    display: block;
}
*/