/***** Adapted version of Fereal's "Monobook" *****/
 
/* PUT FILES ON HOME PAGE AND CHANGE "MONODOT" TO "YOUR-SITE-NAME"!!! */
 
/***** GLOBAL HYPERLINKS *****/
a{
   color: #002bb8;
   text-decoration:none;
}
a:hover{
   background-color:transparent;
   text-decoration:underline;
}
a:visited {
   color: #5a3696;
}
a .newpage{
   color: #772233;
}
#page-content .linkout a[href^="http:"], #page-content .linkout a[href^="https:"]{
   display:inline-block;
    padding-right:14px;
    background:transparent url(http://themes.wdfiles.com/local--files/monodot/external-link-icon.png) center right no-repeat;
}
/***** END SECTION *****/
 
/***** CONTAINER & HEADER*****/
#container{
   background-color: #F2F2F2;
   background-image: url(http://themes.wdfiles.com/local--files/monodot/monodot-background.png);
   background-repeat: repeat-x;
}
#header{
   height: 20px;
}
#header h2, #header h1 a span{
   display: none;
}
#header h1 a,#header h1 a:hover{
   background-color:transparent;
   background-image: url(http://img.photobucket.com/albums/v649/Siome/fxiv/chocologo.jpg);
   height: 139px;   /* Change this according to logo height */
   width: 130px;
   background-repeat: no-repeat;
   margin: 0px;
   padding: 0px;
   position: absolute;
   top: 2px;
   left: 12px;
}
#login-status{
   top: 2px;
}
/***** END SECTION *****/
 
/***** OPTIONS, SEARCH, NAVI-BAR *****/
/*#page-options-bottom.page-options-bottom{
   position:absolute;
   top:5px;
   left:145px;
   height:20px;
   margin:0px;
   z-index:1000;
   border: 1px solid #aaa;
   border-bottom:none;
   background-color:white;
}
#page-options-bottom-2.page-options-bottom{
   position:absolute;
   top:24px;
   left:145px;
   margin:0px;
   height:20px;
   z-index:1000;
} */
#search-top-box{
   visibility:hidden;
}
#navi-bar {
   background-image: url(http://themes.wdfiles.com/local--files/monodot/navi-background.png);
   border:0;
}
#navi-bar-shadow {
    height: 24px;
}
/***** END SECTION *****/
 
/***** SIDE BAR *****/

#side-bar h1,#side-bar h2,#side-bar h3,#side-bar p,#side-bar h4,#side-bar h5,#side-bar h6{
   margin: 0px 0px 0px 5px;
   font-size: 100%;
}
#side-bar{
   padding: 0 0 0 0;
   margin-top: 120px;   /* Change this according to logo height */
   width:135px;
   border-style:none;
   font-family: sans-serif;
}
#side-bar ul{
   margin: 0 0 5px 0;
   padding: 0px 0px 0px 5px;
   list-style-type: none;
   border:1px solid #aaa;
   background-color:white;
   -moz-box-shadow:1px 1px 3px;
}
#side-bar ul li{
   margin: 0 0 0 0;
   padding: 0px 0 0px 5px;
   text-decoration: none;
   font-size: 100%;
}

#side-bar a{
    vertical-align: middle;
    background: #F4F4F4 url(http://themes.wikidot.com/local--files/rainbow-base/button_2.png) repeat-x;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    padding: 0 .5em;
    width:110px;
display: block ;
}

#side-bar a:hover{
    background-color: #EEE;
    background-position: 0 -26px;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   width:110px;
display: block ;
}

#top-bar a{
 
text-decoration: none;
}
 
#top-bar a:hover {
background:#fff;
color:#000;
text-decoration:none;
}
 
#top-bar li ul li a {
background-color: #ddd;
text-decoration:none;
}
 
#top-bar li ul li a:hover {
background-color: #aaa;
text-decoration:none;
}
 
#top-bar{
   position:absolute;
   top:5px;
   left:145px;
   height:20px;
   width:630px;
   margin:0px;
   border: 1px solid #aaa;
   border-bottom:none;
   background-color:white;
} 

/* old top bar
#top-bar{
top:27px;
width:630px;
right:0;
background-color: #aaa;
} */

#top-bar li ul {
-moz-box-shadow:1px 1px 3px;
}


/***** END SECTION *****/
 
/***** MAIN CONTENT *****/
#main-content{
   margin:5px 0px 0 137px;
   border: 1px solid #aaa;
   font-family: sans-serif;
   background-color:white;
 
}
 
#page-content h1{
   border-bottom:1px solid gray;
}
/***** END SECTION *****/
 
/***** END *****/