/* Natural Theme */
a, h1, h2 {
    color: #4b4b4b; 
}
.nav {
    background: #444444; /* Old browsers */
    background: -moz-linear-gradient(top, #444444 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444444 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #444444 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.nav .support {
    color: #F1ECDF;
}
.search a {
    color: #fff;
}
.button {
    color: #fff;
    background: #789e27; /* Old browsers */
    background: -moz-linear-gradient(top, #744143 0%, #633537 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#744143), color-stop(100%,#633537)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #744143 0%,#633537 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #744143 0%,#633537 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #744143 0%,#633537 100%); /* IE10+ */
    background: linear-gradient(to bottom, #744143 0%,#633537 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#744143', endColorstr='#633537',GradientType=0 ); /* IE6-9 */
}
.button:hover {
    color: #fff;
    background: #8b1419; /* Old browsers */
    background: -moz-linear-gradient(top, #a5141a 0%, #8b1419 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5141a), color-stop(100%,#8b1419)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5141a 0%,#8b1419 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5141a 0%,#8b1419 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5141a 0%,#8b1419 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5141a 0%,#8b1419 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5141a', endColorstr='#8b1419',GradientType=0 ); /* IE6-9 */
}
.search {
    background: #C7BA99;
}
.aside {
    background: #F1ECDF;
    color: #333;
}
.aside li {
    background: url(/images/list-arrow-b.png) 0 50% no-repeat;
}