/* 
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. */


/* 
GLOBAL STYLES
----------------
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: ##e3ae8e;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 20px;
}

Add styles beneath this line that you want to be applied across your entire site */

#featured .slide {
padding: 2.618em 0;
min-height: 350px;
background: #e59cb7; /* Old browsers /
background: -moz-linear-gradient(top, #e59cb7 0%, #b0cee5 70%); / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e59cb7), color-stop(70%,#b0cee5)); / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #e59cb7 0%,#b0cee5 70%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #e59cb7 0%,#b0cee5 70%); / Opera 11.10+ /
background: -ms-linear-gradient(top, #e59cb7 0%,#b0cee5 70%); / IE10+ /
background: linear-gradient(to bottom, #e59cb7 0%,#b0cee5 70%); / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59cb7', endColorstr='#b0cee5',GradientType=0 ); / IE6-9 */
}
