h1,h2,h3,h4,h5,h6 {
    color: #562F00;
}

h3 a {
    color: #562F00 !important;
    text-decoration: none;
}

a {
    color: #AB5500;
}

#header {
    background: #713e00 url('../images/brown/n1.gif') repeat-x;
}

#logo h2 {
    color: #E0D7CC;
}

#menu li a {
    background: #fff url('../images/brown/n4.gif') repeat-x;
}

#menu li a.active {
    background: #CC6C0C url('../images/brown/n3.gif') repeat-x;
    border: solid 1px #AA7036;
}

#main {
    background: #fff url('../images/brown/n2.gif') 0px 1px repeat-x;
}

#main_inner .post ul.post_info li.date {
    background-image: url('../images/brown/n5.gif');
}

#main_inner .post ul.post_info li.comments {
    background-image: url('../images/brown/n6.gif');
}

input.button {
    background: #CC6C0C url('../images/brown/n3.gif') repeat-x;
    border: solid 1px #AA7036;
}

.pagenav li span.current {
    background: #CC6C0C url('../images/brown/n3.gif') repeat-x;
    color: #fff;
}

.pagenav li a, .pagenav li span {
    border: 1px solid #AA7036;
}


