/******************************
    WebBrand Themes
    By Timothy Foster
    Copyright 2011
******************************/

@import url(http://themes.wdfiles.com/local--code/webbrand);

/* Global
=============================*/
a{    color: #2E9040; }
a.newpage{    color: #AAA; }
a.newpage:hover{    color: #A2A2A2; }
div.buttons input, input.button,
button, a.button,
.pager span.target a,
.owindow .button-bar a,
.new-post a{
    background-color: #38C459;
    background-image: -moz-linear-gradient(top,#38C459,#32B04F);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38C459), to(#32B04F));
}
input.text:focus, input[type=text]:focus, textarea:focus{
    border: 1px solid #2E9040;
}
 
/* Top Bar
=============================*/
#top-bar{
    background-image: url(http://themes.wikidot.com/local--files/webbrand/brand_windTop.png);
    background-repeat: repeat-x;
}
#top-bar ul li a{    color: #222A19; }
#top-bar ul li a:hover{
color: #525A69;
    border-color: rgba(104,162,124,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:hover{    color: #2E9040; }
 
/* Side Bar
=============================*/
#side-bar h1, #side-bar h2,
#side-bar h3, #side-bar h4{    color: #2E9040; }
#side-bar li a:hover{    border-color: #32B04F; }
 
/* Forum
=============================*/
blockquote{    border-color: #2E9040; }
 
/* Wikidot Tables
=============================*/
table.wiki-content-table th{    background-color: #32B04F; }
 
/* Timothy's Image Box
=============================*/
.image-box-heading{    background-color: #32B04F; }

/* James Kanjo's Hover Tips
=============================*/
.hover{    color: #2E9040; }
.hover:hover span{    border: 1px solid #32B04F; }

/* Calendar App
=============================*/
.calendar .date a{    color: #2E9040; }
.calendar .heading{    background-color: #32B04F; }
.calendar .weekday,
.calendar .day:hover{    background-color: #DFE;}
.calendar .event{    background-color: #32B04F; }
.MINI.calendar .day span a{    color: #32B04F; }
.MINI.calendar span.calenhover a{    color: #2E9040; }

.iframe .month-day{    background-color: #2E9040; }
.iframe .day{    background-color: #32B04F; }
.gobacklink a{    color: #2E9040; }

/* Tabview
=============================*/
.yui-navset .yui-nav{    border-bottom: 3px solid #32B04F; }
.yui-navset .yui-nav .selected a{
    background-color: #38C459;
    background: -moz-linear-gradient(top,#38C459,#32B04F);
    background: -webkit-gradient(linear, left top, left bottom, from(#38C459), to(#32B04F));
}
.yui-navset .yui-nav .selected a:hover,
.yui-navset .yui-nav .selected a:active,
.yui-navset .yui-nav .selected a:focus{
    background-color: #38C459;
    background: -moz-linear-gradient(top,#38C459,#32B04F);
    background: -webkit-gradient(linear, left top, left bottom, from(#38C459), to(#32B04F));
}

/* OWindow
=============================*/
.owindow{
    background: #38C459;
    background: rgba(56,196,89,0.8);
}
