/* 
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.

*/

.post .date {
background: none repeat scroll 0 0 transparent;
}

.entry img { border: none; }



/* Hide Category Navigation */
#navigation{ display:none; }

/* Remove space below the header */
#header {
    clear: both;
    padding: 15px 0;
    position: relative;
}

/* Hide the RSS feed in the nav bar */
#pagenav li.rss a {
display: none;
}
