/* 
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. */

/* slides alterations */
.slide .slide-content.entry { width: 350px; left: 0px; bottom: 40px; padding: 10px 20px; position: absolute; font-size: 13px; background-color: rgba(0,0,0,0.8); }
#slides {background:#FFFFFF;border-top: 3px solid #DCE4EB;border-bottom:1px solid #D4DCE2;padding: 10px 0 15px;}

/* header fixes */
#header {padding:10px 0 0px;clear:both;position:relative;}

/* navigation fix */
#navigation {margin-top: 70px;}

/*testimonials block quote fix */
#testimonials.col-full .quote { width:800px; }

/* body content margin fixes */
body.home #content { padding: 15px 0; }

/* main page content margin fixes */
#main h2.section-title { line-height:1em; font-size: 1.9em; font-weight: bold; margin-bottom: 15px; }

/* 2.1 Containers & Columns */
#wrapper  { background-color: #fff; }

#main{width:600px;}
#main.col-full, .layout-full #main, .col-full, #main.fullwidth {width: 860px; margin:0 auto;}

#sidebar{width:220px;}
#sidebar .secondary { width:100px; } 

.col-left { float: left; }
.col-right { float: right; }

.layout-right-content #main { float:right; }
.layout-right-content #sidebar { float:left; }

#main .block {
    border: medium none;
    float: left;
    margin: 0 20px 20px 0;
    width: 260px;
}

/* slider image edit */
.slide-image { background: url(images/bg-slider-2.png) no-repeat bottom center; width: 860px; padding-bottom:25px; }

/* navigation edit */

#top .nav li ul ul  { margin: -60px 0 0 180px; }

