/* 
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.

*/

/* 6.1 Buttons */
.button, .button:visited, .reply a{ font-family:Verdana, Geneva, sans-serif; background: url(images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .reply a{ background-color:#666666; }
.button:hover, .reply a:hover { color: #fff  !important; text-decoration:none; }
.button:active, .reply a:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }


table td { padding:10px; }

ul#nav {
margin-top:3px;
margin-left:50px
}

#header {
clear:both;
padding:10px;
}

///WIDGET EDITS////
.widget ul, .widget_woo_feedback .feedback { background:#f0f0f0; padding:2px; }
.widget .textwidget, { background:transparent; padding:2px; }
.widget .textwidget { padding-bottom:2px; }

/FIXED THE FOLLOWING IN EFFECTS.CSS AND UPLOADED A NEW EFFECTS.CSS 7-27-10 TO GET RID OF SHADOW AROUND WIDGET/ 
.widget .textwidget, .widget ul, #tabs, .widget_woo_feedback .feedback { border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px; margin-right:2px; } 

/CHANGE WIDGET FONTS TO BLACK/
.widget ul li a  { color:#000000; padding: 0 0 0 5px; line-height: 22px; text-decoration: none; font-size:14px; }
.widget h3 {
color:#000000;
font-size:18px;
font-weight:bold;
}



.widget {
font-size:14px;
margin:0 0 5px;
}


.widget .textwidget {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
padding:1px;
}

.widget ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F0F0F0 none repeat scroll 0 0;
padding:15px;
}

.widget_woo_feedback .feedback {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F0F0F0 none repeat scroll 0 0;
padding:15px;
}

.widget ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/ico-bullet.png) no-repeat scroll left 8px;
list-style-type:none;
padding-left:15px;
}


img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.entry img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:medium none;padding:5px;
}

img.thumbnail {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F8F8F8 none repeat scroll 0 0;
border:1px solid #E6E6E6;
padding:5px;
}

