/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


#search-bar {
    background: none repeat scroll 0 0 #ffcccc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    clear: both;
    margin: 0 -5px 0 -3px;
    padding: 1px 10px 0;
}

.post {
    border-bottom: 2px solid #ffcccc;
    margin: 0 0 40px;
    padding: 0 0 10px;
    position: relative;
}

a:link, a:visited {
    color: #66CCCC;
    text-decoration: none;
}

#respond {
    border-top: 2px solid #ffcccc;
    margin: 0;
    padding: 30px 0;
}

.button, .button:visited {
    background-color: #66CCCC;
}