@import "http://static.wikidot.com/common--theme/shiny/css/style.css";
 
/* CONTAINERS
------------------------------*/
 
div#container-wrap {
    background-image: none;
    background-repeat:repeat-x;
}
 
#content-wrap {
    margin:20px 0 auto;
    width:100%;
    min-height:1px;
}


/* HEADER
------------------------------*/
 
#header {
    background-color:#FFFFFF;
    background-image:url(http://steelandstone.wdfiles.com/local--files/start/darkbanner2border2.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    border-top:0px solid #CDC9A5;
    border-bottom:21px solid #CDC9A5;
    height:119px;
    width:100%;
    font-color:#680000;
}
 
#header h1{
    display:none;
}
 
#header h2{
    display:none;
}

/* Top nav bar font color, decoration, alignment */
#top-bar li a {
    color: #fff;
    text-decoration: none;
    border-right:20px solid #CDC9A5;
    font-family: garamond;
    font-size: 11pt;
}

#top-bar a {
	color: #fff;
	background: #901;
}
#top-bar {
    height: 26px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 80%
}

/* ===page title === */
#page-title {
    font-family:old english text mt;
}

/* ###### Headings ########################### */
h1 {
    font-family: old english text mt;
}

h2 {
     font-family: garamond;
}

h3,  h4 {
    font-family: garamond;
}

h4 {
    font-family: baskerville old face fs;
    font-size:small;
}

h5,  h6 {
    font-family: georgia;
}

 h6 {
    font-family: georgia;
    font-size: smaller;
}
 
/* SIDE BAR
------------------------------*/
 
#side-bar {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:white;
    border:4px solid #CDC9A5;
    clear:both;
    margin:0 0 0 1em;
    padding:1em;
    width:14em;
    clear:left;
    float:left;
    font-size: larger;
}
 
/* LOGIN STATUS
------------------------------*/
 
#login-status {
    color:#680000 ;
    background-color:transparent;
    font-size:100%;
    font-weight:bolder;
    z-index:30;
    overflow:visible;
    position:absolute;
    right:10px;
    top:10px;
    z-index:25;
}
 
#login-status a {
    background:transparent none repeat scroll 0 0;
    color:#D8D8D8 ;
}
 
/* MAIN BODY & CONTENT
------------------------------*/
 
body {
    background:#FFFFFF url(http://steelandstone.wdfiles.com/local--files/admin%3Amanage/plainbackgrounddark2.jpg) repeat scroll center top;
    width:100%;
    color:#000000;
    padding:0;
    font-family: garamond;
}
 
#main-content {
    background-image:none;
    background-repeat: no-repeat;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#FFFFFF;
    border:4px solid #CDC9A5;
    margin:0 2em 0 20em;
    padding-left:2em;
    padding-right:2em;
    padding-top:2em;
    font-family: garamond;
    font-size: 11pt;
}

/* YUI TABS */

.yui-content p {
    margin: 0;
    padding: 10px;
    text-align: justify;
}

.yui-content ul {
    margin: 0;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: justify;
}

.yui-content li {
    margin: 0;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: justify;
}