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

*/


#widget_mailchimpsf_widget .shadowblock {

padding-bottom:40px!important;
}

form#mc_signup_form {
background:transparent!important;
border:0 solid #333!important;
}

form#mc_signup_form input {
width:200px;
}
#sidebar{width:270px;}
#main.fullwidth {width: 1024px;}

#mc_signup_submit {
background:#5B9F2E;
border:1px solid #455D24;
color:#fff;
text-decoration:none;
font-weight:700;
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
text-shadow:1px 1px 0 rgba(0, 0, 0, 0.25);
width:80px!important;
float:right;
clear:both;
margin:-30px 0 20px;
padding:4px 10px;
}

#mc_signup_submit:hover {
background:#455D24!important;
}

#mc-indicates-required {
width: 92.5%!important;
}