a:link, a:visited  { color: #a92626; }
body  { background-color: #d6d0d0; }
#top { background:#a92626 url(styles/red/bg.jpg) no-repeat top center; }
#nav li ul li  { background: #84514f; }
.entry a.btn, input.submit, #commentform #submit { background-color:#912020; border:1px solid #731a1a; }
.post #share .banner { background:url(styles/red/banner-share.png) no-repeat; }
.featured-banner { background:url(styles/red/banner-featured.png) no-repeat; }
/* 
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.
*/

/* hide default nav bar */
#page-nav {
  display: none;
}

/* styles for new wp nav bar */
.menu-newmain-container {
  background: url(/wp-content/themes/headlines/images/bg-pagenav.png.pagespeed.ce.IujI5lgeW6.png);
  font-family: Verdana,Geneva,sans-serif;
  font-size: 10px;
  min-height: 29px;
  position: relative;
  text-transform: uppercase;
}

#menu-newmain {
  overflow: hidden;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

#menu-newmain .menu-item {
  float: left;
}

#menu-newmain .menu-item a {
  color: #fff;
  display: block;
  padding: 8px 8px;
}

#menu-newmain .menu-item .sub-menu {
  background-color: #84514f;
  position: absolute;
  opacity: 0;
  z-index: 999;
}

#menu-newmain .menu-item:hover .sub-menu {
  opacity: 1;
}

#menu-newmain .menu-item .sub-menu .menu-item {
  float: none;
}

.widget_categories { margin-top: 2em; }