/***** 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://img.photobucket.com/albums/v519/Tifa2/ddd.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/v519/Tifa2/ddd.png);
   height: 100px;   /* Change this according to logo height */
   width: 130px;
   background-repeat: no-repeat;
   margin: 0px;
   padding: 0px;
   position: absolute;
   top: 2px;
   left: 4px;
}
#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: 90%;
}
#side-bar{
   padding: 0 0 0 0;
   margin-top: 80px;   /* Change this according to logo height */
   width:130px;
   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;
}
#side-bar ul li{
   margin: 0 0 0 0;
   padding: 3px 0 3px 10px;
   text-decoration: none;
   font-size: 80%;
   background-image: url(http://themes.wdfiles.com/local--files/monodot/monodot-dot.png);
   background-repeat: no-repeat;
   background-position: center left;
}
/***** 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 *****/