/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here 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.

*/

/* Redesign the header to be more compact */
#header{ padding:20px 0 20px;clear:both;position:relative; }

/* Shrink down main page text a bit */
#featured p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}

/* Shrink down mini-feature area if we're not using it */
#content {
    background: url("images/bg-content-top.png") repeat-x scroll center top transparent;
    min-height: 10px;
    padding: 10px 0 10px;
}

/* Scale down widget titles as well */

.widget h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
}

.widget input#s, .widget input.field {
    border: 0 none;
    margin-left: 4px;
    padding: 4px 0;
}

/* Shrink down footer */
#footer-widgets {
    padding: 5px 0;
}

/* Shrink down Feedback widget */
.widget .textwidget, .widget ul, .widget_woo_feedback .feedback {
    padding: 5px;
}

