/* Autum Color Theme */

body {
    background: #f3fce8;
    color: #26201c;
}

#header {
    background: white;
}

#footer {
    background: #7aa95d;
}

#footer a {
    background-color: #7aa95d;
}

#headerimg .description {
    color:#aaa;
}

h2.pagetitle {
    color: #666;
}

#sidebar ul li h2 {
    color: #26201c;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    color: #26201c;
}

#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
    color: #7aa95d;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #26201c;
}

.commentlist li {
    background:#fdfdfd;
}

.commentlist li .avatar {
    border: 1px solid #eee;
    background: #fff;
}


.commentlist li.alt {
    background:#fefefe;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
    color: #BB9677;
}

code {
    border: 1px solid #eee;
    background: #fff;
}

a {
    color: #7aa95d;
    border-bottom: 1px dotted #7aa95d;
    font-weight: bold;
}

a:hover {
    color: #26201c;
    background: #7aa95d;
    border-bottom: 1px dotted #26201c;
}

#sidebar #wp-calendar a {
    background: #eee;
}
#sidebar #wp-calendar a:hover {
    background: #7aa95d;
}

#sidebar #wp-calendar th {
    border-bottom:1px solid #eee;
}

.post hr {
    border-top: 1px dotted #ccc;
}

.narrowcolumn .postmetadata2 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.entry img {
}

.entry {
    border-top: 1px solid #BB9677;
}

a img {
    border-style: none;
    border-width: 0;
    margin: 0 -6px -10px;
}

#sidebar a {
    border-bottom:1px dotted #DDD4C7;
}
#sidebar a:hover {
    border-bottom: 1px dotted #DDD4C7;
    background-color: #7aa95d;
}

#sidebar .cat-item a:hover, #sidebar .archives a:hover,
#sidebar #archives ul li a:hover,
#sidebar .linkcat a:hover,
#sidebar .blogroll a:hover {
    background-color: #7aa95d;
}

#sidebar div.flickr_badge_image a {
    background: #fff;
    border: 1px solid #eee;
}
#sidebar div.flickr_badge_image a:hover {
    border: 1px solid #ddd;
    background: #fdfdfd;
}


#header #searchform #s {
    background: #f3fce8;
    color: #26201c;
    border: 1px solid #BB9677;
}

#header #searchsubmit {
    background: #7aa95d;
    border: 1px solid #7aa95d;
    color: #D3E5C1;
}
#header .headtitle{
    font-size: 30px;
    padding-top: 35px;
    display: block;
    color: #be9778;
    text-shadow: 1px 1px #484743;
    font-weight: normal;
}
#content #searchform #s {
    background: #f3fce8;
    color: #26201c;
    border: 1px solid #bbb;
}

#content #searchsubmit {
    background: #7aa95d;
    border: 1px solid #7aa95d;
    color: #D3E5C1;
}

#commentform input, #commentform textarea, fieldset {
    border: 1px solid #ccc;
}

#commentform #submit {
    background: #7aa95d;
    border: 1px solid #7aa95d;
    color:#D3E5C1;
}

legend {
    background: #E5E2D1;
}

.commentlist li {
    border: 1px solid #eee;
}

#sidebar #wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }

acronym, abbr {
    border-bottom: 1px dashed #ccc;
}

blockquote {
    border-left: 4px solid #7aa95d;
    background:#f3fce8;
    color: #7aa95d;
}

.wp-caption {
    border: 1px solid #ddd;
    background-color: #f3fce8;
}

.entry a.more-link, .navigation a {
    color: #26201c;
    background: #BB9677;
    border-bottom-style: none;
}
.entry a.more-link:hover, .navigation a:hover {
    background: #7aa95d;
    color:#D3E5C1;
    border-bottom-style: none;
}

#sidebar li#rssfeeds a:hover, #sidebar .textwidget a:hover, #sidebar #tag_cloud a:hover, #sidebar p a:hover{
    background: #7aa95d;
}

#pagemenu {
    background: #7aa95d;
    border-top: 1px solid #7aa95d;
}

#pagemenu ul li.page_item a, #pagemenu ul li.cat-item a {
    color: #BB9677;
    background:#E5E2D1;
}

#pagemenu ul li.page_item a:hover, #pagemenu ul li.cat-item a:hover {
    color: #7aa95d;
    background: #f3fce8;
}

#pagemenu ul li.page_item, #pagemenu ul li.cat-item { background: #E5E2D1;}

#pagemenu ul li.current_page_item, #pagemenu ul li.current_page_item a, #pagemenu ul li.current_page_item a:hover, #pagemenu ul li.current-cat, #pagemenu ul li.current-cat a, #pagemenu ul li.current-cat a:hover {
    color: #26201c;
    background: #f3fce8;
}

#pagemenu ul li.current_page_item li a {
    background:#eee;
    color: #BB9677;
}

#pagemenu #page-list li:hover {
    background:#f3fce8;
}

#pagemenu #page-list li ul {
    border: 1px solid #E5E2D1;
}

#pagemenu #page-list li ul li {
    background: #f3fce8;
    border-top: 1px solid #E5E2D1;
}

.navigation {
    border-top: 1px solid #BB9677;
    color: #7aa95d;
    background-color: #f3fce8;
}
