/* 
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.

*/

.entry a:link, .entry a:visited{
    color:#15537b;
    text-decoration: none;
    font-style: italic;
}

.entry a:hover{
    text-decoration: underline;
}

body{
color: #222;
}

.widget_tag_cloud a{
font-style: italic;
text-decoration: none;
}

.widget_tag_cloud a:hover{
text-decoration: underline;
}

.widget ul li a:link, .widget ul li a:visited{
font-size: 11px;
}

.widget_polls-widget{
font-size: 11px;
}

#extended-footer{
 border-top: 1px solid #fff;
 background: url("./images/exfooterbg.jpg") #9FCEF1 top left repeat-x;
}

#commentform textarea{
background: #fff url("./images/forminputbg.png") repeat-x top left;
}

.widget, .post, #comments, #respond, #breadcrumb, .archive_header{
border:1px solid #8F8F85;
box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
margin: 0px 0px 30px 0px;
background: url("./images/postbg.png") repeat-x top left #fff;
}

.widget{
margin-right:5px;
}

#breadcrumb, .archive_header{
margin-bottom:10px;
box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

#navigation{
background: url("./images/navbg.png") repeat-x;
height:55px;
overflow: hidden;
}

.widget ul li a:hover{
background: #ffe4f1;
color: #111;
border-bottom: 1px solid #ffddee;
}