/** Brown styles
 * Background Image
 */
/*  Header  */
#top{
    background-color: #6f591f;
    background-image: url(../images/light.png),url("brown/bg_header_top.png");
    background-position: right top,0 0;
    background-repeat: no-repeat,repeat-x
}
.no-css3 #top{
    background-image: url("brown/bg_header_top.png");
    background-position: 0 0;
    background-repeat: repeat-x
}
/*  NavBar  */
#nav-bar{
    border-bottom: 1px solid #1f1402;
    background-image: url("../images/light.png"),url("brown/bg_header_menu.png");
    background-position: right center,0 0;
    background-repeat: no-repeat,repeat-x
}
.no-css3 #nav-bar{
    background-image: url("brown/bg_header_menu.png");
    background-position: 0 0;
    background-repeat: repeat-x
}
#nav-bar-footer {
    background-image: url("../images/light.png"),url("brown/bg_header_menu.png");
    background-position: right center,0 0px;
    background-repeat: no-repeat,repeat-x
}
.no-css3 #nav-bar-footer{
    background-image: url("brown/bg_header_menu.png");
    background-position: 0 0;
    background-repeat: repeat-x
}
#nav-bar ul li:hover,#nav-bar ul li a:active,#nav-bar ul li a:focus,#nav-bar ul li a:hover{
    background-color: #171202
    }

/*  CommentForm */
#commentform input[type="submit"]{background-image: url(brown/button.png);background-position: 0 0;background-repeat: repeat-x}
#commentform input[type="submit"]:hover,#commentform input[type="submit"]:active{background-position: 0 -35px}

/**
 * Color
 */
/*  General  */
a:link,a:visited{color:#E68D17}
a:hover,a:active{text-decoration: underline}

/*  Light   */
#topcol2,.widget{background-color:#A08D55}
.wp-pagenavi span.current, .wp-pagenavi span.extend {background-color: #A08D55;border: 1px solid #cecece}
#topcol, #topcol .title, #topcol a, #slider2 .meta{color:#ececec}
#slider2 .title a{color:#E68D17}
.widget a{color:#ececec}
#content .bread a,#content .postmetadata a{color:#E68D17}
#content .bread,#content .postmetadata,#featured .meta{color:#A08D55}

/*  Dark    */
#slider2wrapper,#topcol1,#footer{background-color:#2F2000}
.wp-pagenavi span.pages,.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active{background-color: #2A2003;border: 1px solid #B1B1B1}
#topcol2, #topcol2 .title, #topcol2 a, .title a,.sidebar h3, #featured h3.titlebar {color:#2A2003}
#content .post .postmetadata a:hover,#content .bread a:hover,#featured .meta a:hover{color:#A08D55}
div.search .searchsubmit, input[type="submit"], input[type="button"] {
    background-color: #2A2003;
    border: 1px solid #B1B1B1;
    color: #fff;
    }
#subscribe input[type="text"] {
    background-color: #ECECEC;
    color: #2A2003;
    }
    
/*  Topcol  */
.menu a{color:#fff}
#nav-bar li li{background-color: #171202}
#nav-bar ul.children a:hover,#nav-bar ul.children a:active,#nav-bar ul.sub-menu a:hover,#nav-bar ul.sub-menu a:active{background-color:#745b0a}
#nav-bar .menu a:hover,#nav-bar .menu a:active{text-decoration: none}
#topcol2 .title{border-bottom-color:#2A1903}

/*  Content   */
#centercol .titlebar{color:#2A2003}
#centercol h3{color:#2A2003}

/*  Sidebar */
#slider2wrapper h3{color:#ECECEC}
.widget h3{color:#ECECEC}
#subscribe form{text-align:center}

/*  Footer  */
#footer{color:#aaa}
#footer_col a{color: #F6E09C}
#footer_col,#footer a:hover{color: #ececec}
#footer_col h3{color: #E68D17}

/**
 * Border
 */
#slider2wrapper, #topcol1 ul{border: 1px solid #aeaeae}
#topcol2 ul, .widget{border:1px solid #cecece}
    
/**
 * jspVerticalBar
 */
.jspDrag{background-color: #171202}
.jspHorizontalBar, .jspVerticalBar, .jspTrack{background-color: transparent}
.jspTrack .jspActive, .jspTrack .jspHover, .jspDrag:hover{background-color: #E68D17}