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

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

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

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

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

#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: #eecfda;
}

#content ol.postComments li.comment.comment-author-admin .commentMeta,
#content ol.postComments li.comment.bypostauthor .commentMeta {
    color: #ee8fb1;
    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: #ee8fb1;
}

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

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

#sidebar ul li a:hover {
    color: #FE005A;
    background: #FAEBF0;
}
