/* 
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.

*/

body {
background: #000 url('http://radical-breedz.com/wp-content/uploads/2014/02/ddd.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cat_nav {
background: #EEA918;
border-right: 1px solid #780b01;
border-left: 1px solid #780b01;
border-bottom: 1px solid #755305;
}

.cat_nav li a:hover {
background: #B4CC00;
}