/* 
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. */

#header {
    background: url("../images/bg-overlay-texture.png") repeat scroll left top #666699;
    clear: both;
    margin-bottom: 4em;
    padding: 2em 20px;
    position: relative;
    width: auto;
}
/* 2.6 Footer */
#footer-wrap {
  border-top: 1px solid #e5e5e5;
  background: #000000 url("images/bg-overlay-footer.png") repeat left top;
}
#footer {
  padding: 2em 0 3em;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
}
#footer a {
  color: #000000;
}
#footer #credit img {
  vertical-align: middle;
}
#footer #credit span {
  display: none;
}
#footer .nav {
  margin: 2em 0 1em;
}
#footer .nav li {
  display: block;
  float: none;
}
#footer .nav a {
  background: none;
  padding: 3px 0;
  color: #7e6fb0 !important;
  text-transform: uppercase;
  font-size: 0.9em;
}
#footer .nav a:hover {
  text-decoration: underline;
}
#footer #footer-nav a {
  background: none!important;
}
#footer-widgets {
  padding: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000000;
  font-weight: 300;
}