/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file 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. */

/* Found following code in Beveled support forums to remove rss icon in header, but it doesn't seem to work. */

#header a.rss {
    display: none;
}

/* Use following to display an image to the left of the title in the header. 

#header hgroup {
  background: url("image url here") no-repeat scroll 0 0 transparent;
  padding-left: 50px;
} */