/* Layout */
BODY {
 color: #4b2b0c;
 background: #a57c52;
}
#wrap {
 background: #FFFFFF;
 border-left: 20px solid #754c24;
 border-right: 20px solid #754c24;
}
#header {
 background: #754c24 url(images/banner_brown.gif) repeat-x;
}
#title a{
 color: #F8FEF4;
 border-bottom: 1px solid #ddd;
}
#title a:hover{
 color: #fff;
 border-bottom: 1px solid #fff;
}
#motto {
 color: #F8FEF4;
}

#maincolumn {
    background: #fff;
}
.columnleft {
    border: 1px dashed #9ee063;
    border-bottom: 0px dashed;
    background: #f0fee4 url(images/white_footer.png) repeat-x bottom left;
}
.columnright {
    border: 1px dashed #9ee063;
    border-bottom: 0px dashed;
    background: #f0fee4 url(images/white_footer.png) repeat-x bottom left;
}

#footer {
    background-color: #A3A38F;
}


/* HEADERS */
h1 { color: #a57c52; background: inherit; }
h2 { color: #a57c52; background: inherit; }
h3 { color: #ccc; background: inherit; }
#maincolumn h2 a{ color: #a57c52; background: inherit; }
.columnright h2, .columnleft h2{ color: #a57c52; background: inherit; }
#maincolumn h2 a:hover{ color: #000; background: inherit; }



/* COMMENT BOXES */
.comment1 {
    background: #f0fee4 url(images/white_header.png) repeat-x top left;
    border-left: 1px dashed #9ee063;
    border-right: 1px dashed #9ee063;
}
.comment1 .info_box {
    background: #f0fee4 url(images/white_footer.png) repeat-x bottom left;
    border-top: 1px dashed #9ee063;
    border-bottom: 1px dashed #9ee063;
    border-left: none;
    border-right: none;
}

.comment0 {
    border-left: 1px dashed #a57c52;
    border-right: 1px dashed #a57c52;
    background: #ecdecf url(images/white_header.png) repeat-x top left;
}
.comment0 .info_box {
    background: #ecdecf url(images/white_footer.png) repeat-x bottom left;
    border-top: 1px dashed #a57c52;
    border-bottom: 1px dashed #a57c52;
    border-left: none;
    border-right: none;
}


/* Text Stuff...*/
acronym, abbr { border-bottom: 1px dashed #333; }
em{color: red;}
a { color:#50c000; text-decoration:none; font-weight:600; }
a:visited {color:#497f18;}
a:hover { color:#9ee063; background: inherit; }
blockquote {
    border-left: 5px solid #ccc;
    margin-left: 1.5em;
    padding-left: 5px;
}




/* OTHER STUFF */
.info_box {
    background-color: #f0fee4;
    border: 1px solid #9ee063;
}
.reply a {
    color: #ccc;
}
.reply h2 {
    color: #4b2b0c;
    background: inherit;
}




