/*=== Setup ===*/
body{
        background: url(bgr.gif) #f0eee1 repeat-x top;
        color: #555555;
}
a{
        color: #a4b92e;
}
input,select,textarea{
        border: #e6e6e6 1px solid;
}
h2{
        color: #262625;
}
h2 a{
        color: #262625
}
h3{
        color: #262625;
}
h4{
        color: #444444;
}

/*=== Intro ===*/
p.intro a {
        color:#FFFFFF;
}
p.intro a:hover {
        color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
        background: url(btn-rounded.gif) no-repeat left;
        color: #ffffff;
}
.btn-rounded a span{
        background: url(btn-rounded.gif) no-repeat right;
}
.btn {
        background:url(btn.gif) repeat-x;
        border:1px solid #98ac2b;
         color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
        color: #3f3f3f;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
        background: url(btn-rounded.gif) no-repeat left;
        color: #ffffff;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
        background: url(btn-rounded.gif) no-repeat right
}
/*- Nav2 -*/
.nav2 li a, .widget li a{
        color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
        color: #a4b92e;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
        color: #ffffff;
}
#rightcol h3 span{
        background: #ceccbb;
}
#rightcol .widget ul, #rightcol .textwidget
{
        background: #f0eee1;
}

/*=== Sub Columns ===*/
.col1 a{
        color: #555555;
}
.col3 h2{
        color: #464646;
}


/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
        background: url(box-top.gif) no-repeat top;
}
.box .bot{
        background: url(box-bot.gif) no-repeat top
}
.box .spacer{
        background: #ffffff;
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
        background: url(box2-top.gif) no-repeat top;
}
.box2 .bot{
        background: url(box2-bot.gif) no-repeat top
}
.box2 .spacer{
        background: #e5e3d1;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
        background: url(box3-top.gif) no-repeat top;
}
.box3 .bot{
        background: url(box3-bot.gif) no-repeat top
}
.box3 .spcr{
        background: #f0eee1;
}
/*- Box4 -*/
.box4{
        color: #ffffff;
}
.box4 .top,.box4 .bot{
        background: url(box4-top.gif) no-repeat top;
}
.box4 .bot{
        background: url(box4-bot.gif) no-repeat top
}
.box4 .spacer{
        background: #b0c730;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
        background: url(box5-top.gif) no-repeat top;
}
.box5 .bot{
        background: url(box5-bot.gif) no-repeat top
}
.box5 .spacer{
        background: url(box5-bgr.gif) repeat-y top;
}
/*- Box6 -*/
.box6 .top,.box6 .bot{
        background: url(box6-top.gif) no-repeat top;
}
.box6 .bot{
        background: url(box6-bot.gif) no-repeat top
}
.box6 .spacer{
        background: #e5e3d1;
}

/*- Date -*/
.date{
        color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
        background: #d5d3c4;
        border-bottom: 1px solid #fcfcfa;
        border-top: 1px solid #c4c2b5;
        color: #ffffff;
}

/*- Form1 Setup -*/
.btn-general{
        background: #a4b92e;
        color: #ffffff;
}
.btn-general a {
        color: #ffffff;
}
.btn-arr a{
        background: #bdbbac;
        color: #ffffff;
}

/*=== Footer ===*/
#footer{
        background: url(footer-bgr.gif) no-repeat top;
        color: #949387;
}
#footer a{
        color: #949387;
}

/*=== Posts ===*/

.post li a:hover{
        color: #a4b92e;
}
.post blockquote {
        font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
        background:#F0EEE1 url(ico-quote.gif) no-repeat 10px 10px;
        border-top:1px solid #E5E3D1;
        border-bottom:1px solid #E5E3D1;
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
        color: #a4b92e;
}
.widget #recentcomments li a:hover{
        color: #a4b92e;
}
.widget #searchform, .widget #calendar_wrap{
        background: #f0eee1;
}
.widget #wp-calendar caption {
        color:#333333;
        background-image: url(divider.gif);
}
.widget #wp-calendar thead th {
        color:#333333;
}
.widget #wp-calendar tfoot td a {
        color:#333333;
}
.quote {
        background:url(ico-quote.gif) no-repeat top left;
}