#wrapper #header {
    background: #333 url(../img/orange/header.jpg) 0 0 no-repeat;
}

#wrapper #header .search input#searchInput:focus {
    outline-color: #fe8000;
}

#content p a {
    color: #fe8000;
    border-bottom: 1px dotted #fe8000;
    padding: 0 1px;
}

    #content p a:hover {
        border-bottom-style: solid;
        background: #FAF3EB;
    }

#content .post .postMeta .date {
    background: #FFF url(../img/orange/postDateBg.png) 0 0 no-repeat;
    text-shadow: 0 -1px 0 #9D4E03;
}

#content ol.postComments li.comment.comment-author-admin,
#content ol.postComments li.comment.bypostauthor {
    background: url(../img/orange/commentAuthorBgTop.png) 0 0 no-repeat;
}

#content ol.postComments li.comment.comment-author-admin .commentBody,
#content ol.postComments li.comment.bypostauthor .commentBody {
    border-color: #eedecf;
}

#content ol.postComments li.comment.comment-author-admin .commentMeta,
#content ol.postComments li.comment.bypostauthor .commentMeta {
    color: #c67424;
    background: url(../img/orange/commentAuthorBgBottom.png) 0 0 no-repeat;
}

#content ol.postComments li.comment.comment-author-admin .commentMeta a,
#content ol.postComments li.comment.bypostauthor .commentMeta a {
    color: #c67424;
}

#content .postMeta h2 a {
    color: #f8e0c7;
}

#sidebar ul li a {
    color: #FF850B;
}

#sidebar ul li a:hover {
    color: #fe8000;
    background: #FAF3EB;
}
