/*
Theme Name:     Swatch Child
Theme URI:      http://example.com/
Description:    Child theme for the Swatch theme 
Author:         Brandon Delgado
Author URI:     http://www.brandondelgadoart.com/about/
Template:       swatch
Version:        0.1.0
*/

@import url("../swatch/style.css");

#header {
  background-color: #2c2929;
  margin: 0 0 30px;
  position: relative;
  z-index: 999;
}

#featured-slider {
    background: url("images/bg-featured.png") repeat scroll left top #CCCCCC;
    padding: 10px 0 5px;
    position: relative;
}

#footer {
  background-color: #2c2929;
  padding: 30px 0 20px;
}

#wrapper {
  background: none;
  padding-top: 0px;
}