#wrapper #header {
    background: url(../img/pink/header.gif) 0 0 no-repeat;
}

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

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

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

#content .post .postMeta .date {
    background: #ffcc99 url(../img/pink/postDateBg.png) 0 0 no-repeat;
}

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

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

#content ol.postComments li.comment.comment-author-admin .commentMeta,
#content ol.postComments li.comment.bypostauthor .commentMeta {
    color: #ffcc99;
    background: url(../img/pink/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: #99ccff;
    text-decoration: none;
    border-bottom: 1px dotted #99ccff;
    padding: 0 1px;
}

#content ol.postComments li.comment.comment-author-admin .commentMeta a:hover,
#content ol.postComments li.comment.bypostauthor .commentMeta a:hover {
    color: #99ccff;
    border-bottom-style: solid;
}

#content .postMeta h2 a {
    color: #ffcc99;
    font-weight: normal;
}

#sidebar ul li a {
    color: #99ccff;
    text-decoration: none;
    border-bottom: 1px dotted #99ccff;
    padding: 0 1px;
}

#sidebar ul li a:hover {
    color: #99ccff;
    border-bottom-style: solid;
}
