/* 
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. */

#content {
/* Comment out in template instead: Swatch: Main Index Template
    display: none !important;
*/
}

#footer {
    background: url(images/bg-noripple-footer.png) repeat scroll left top transparent !important;
}

#wpstats {
    width: 0px;
    height: 0px;
}

#copyright {
    font-size: .8em;
}
.copyright {
    font-size: .5em;
}
#credit {
    font-size: .8em;
}

#slideContainer {
    width: 100%;
    color: #FFFFFF;
}
.slide .entry h1, .slide .entry h3, .slide .entry h4, .slide .entry h5 {
    color: #f7bd25 !important;
    font-family: "Century Schoolbook", Georgia, Times, serif !important;
    text-shadow: 0 1px 0 #000000 !important;
}
.entry, .entry p  { 
    font:1.1em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif !important; 
    line-height: 1.4em !important;
}
.product-title {
    color: #f7bd25 !important;
    font-size: 1.4em;
    /* font-weight: bold; */
    vertical-align: bottom;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif !important;
}
.product-description {
    padding: 5px 0 5px 0 !important;
}
#slideLeft {
    float: left;
    width: 50%;
}
#slideRight{
    float: right;
    width: 50%;
}
#slideRight h3 {
   padding-bottom: 10px !important;
}
.clear {
    clear: both;
    display: none;
}


.greenbutton {
    padding: 10px 20px 10px 20px !important;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 50px !important;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3) !important;
    background-image: -webkit-linear-gradient(#52911d, #458f0a) !important;
    background-image: -moz-linear-gradient(0% 100% 90deg,#458f0a, #52911d) !important;
    background-color: #52911d !important;
    border-radius: 10px !important;
    border: none !important;

}

.greenbutton:hover, .greenbutton:focus {
    background-image: -webkit-linear-gradient(#77bb2e, #458f0a) !important;
    background-image: -moz-linear-gradient(0% 100% 90deg,#458f0a, #77bb2e) !important;
    background-color: #458f0a !important;
    color: #fff !important;
}
.greenbutton:active {
    background-color: #458f0a;
    box-shadow: 0 1px 1px rgba(255,255,255,.5), inset 0 2px 5px rgba(0,0,0,.5);
    color: #fff;
}

.bluebutton {
    padding: 10px 20px 10px 20px !important;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 50px !important;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3) !important;
    background-image: -webkit-linear-gradient(#006ebf, #003b96) !important;
    background-image: -moz-linear-gradient(0% 100% 90deg,#003b96, #006ebf) !important;
    background-color: #006ebf !important;
    border-radius: 10px !important;
    border: none !important;

}

.bluebutton:hover, .bluebutton:focus {
    background-image: -webkit-linear-gradient(#33c3ff, #003b96) !important;
    background-image: -moz-linear-gradient(0% 100% 90deg,#003b96, #33c3ff) !important;
    background-color: #003b96 !important;
    color: #fff !important;
}
.bluebutton:active {
    background-color: #003b96;
    box-shadow: 0 1px 1px rgba(255,255,255,.5), inset 0 2px 5px rgba(0,0,0,.5);
    color: #fff;
}

.feature h3 {
   font-weight: bold !important;
   font-size: 12px !important;
}
