@import url(http://sletchweb.wdfiles.com/local--files/start/webbrand-edit.css);
 
/* Global
=============================*/
a{    color: #888; }
a.newpage{    color: #900; }
a.newpage:hover{    color: #960000; }
div.buttons input, input.button,
button, a.button,
.pager span.target a,
.owindow .button-bar a,
.new-post a{
    background-color: #444;
    background-image: -moz-linear-gradient(top,#444,#111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    color: #DDD;
}
.owindow .button-bar a:hover{    color: #222; }
input.text:focus, input[type=text]:focus, textarea:focus{
    border: 1px solid #888;
}
#container-wrap{
    width: 1025px;
    margin: auto;
}
  
/* Top Bar
=============================*/
#top-bar{
    background-image: url(http://themes.wikidot.com/local--files/webbrand/brand_darkTop.png);
    background-repeat: repeat-x;
    border-color: #777;
}

#top-bar ul li a{    color: #DDD; }
#top-bar ul li a:hover{
    color: #FFF;
    border-color: rgba(70,70,70,1.0);
    box-shadow: inset 0 0 2px rgba(175,175,175,0.9);
    -moz-box-shadow: inset 0 0 2px rgba(175,175,175,0.9);
    -webkit-box-shadow: inset 0 0 2px rgba(175,175,175,0.9);
}
#top-bar li ul li a{
    color: #222A19;
    width:180px;

}
#top-bar li ul li a:hover{
    color: #000;
}
 
#header h1
{
margin: 0; padding:0;
background-image:url(http://sletchweb.wdfiles.com/local--files/start/SletchWeb2.png);
height:85px;
margin-left:auto;
margin-right:auto;
position: absolute;
width:606px;
}

#header h1 a span{
    display:none;
}

/* ToC
=============================*/
#toc {
    width: 350px;
}
 
/* Side Bar
=============================*/
#side-bar h1, #side-bar h2,
#side-bar h3, #side-bar h4{    color: #000; }
#side-bar li a:hover{    border-color: #111; }
 
/* Forum
=============================*/
blockquote{    border-color: #000; }
 
/* Wikidot Tables
=============================*/
table.wiki-content-table {
    width:950px;
    border-collapse: collapse;
    border-spacing: 0;
}
table.wiki-content-table td{
    border: 1px solid #666;
}
table.wiki-content-table th{
    border: 1px solid #666;
    background-color: #111;
    color: #DDD;
}
 
/* Timothy's Image Box
=============================*/
.image-box-heading{
    background-color: #111;
    color: #DDD;
}
 
/* James Kanjo's Hover Tips
=============================*/
.hover{    color: #888; }
.hover:hover span{    border: 1px solid #111; }
 
/* Calendar App
=============================*/
.calendar .date a{    color: #000; }
.calendar .heading{
    background-color: #111;
    color: #DDD;
}
.calendar .weekday,
.calendar .day:hover{    background-color: #CCC;}
.calendar .event{    background-color: #111; }
.MINI.calendar .day span a{    color: #111; }
.MINI.calendar span.calenhover a{    color: #000; }
 
.iframe .month-day{    background-color: #888; }
.iframe .day{    background-color: #111; }
.gobacklink a{    color: #888; }
 
/* Tabview
=============================*/
.yui-navset .yui-nav{    border-bottom: 3px solid #111; }
.yui-navset .yui-nav .selected a{
    background-color: #444;
    background: -moz-linear-gradient(top,#444,#111);
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    color: #DDD;
}
.yui-navset .yui-nav .selected a:hover,
.yui-navset .yui-nav .selected a:active,
.yui-navset .yui-nav .selected a:focus{
    background-color: #444;
    background: -moz-linear-gradient(top,#444,#111);
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    color: #DDD;
}
 
/* OWindow
=============================*/
.owindow{
    background: #444;
    background: rgba(68,68,68,0.8);
}
.owindow div.title{    color: #DDD; }

#side-bar{    display: none !important; }
#main-content{    margin-right: 1em !important; }


h1, h2, h3, h4, h5, h7 {
    height:5px;
}