 a#logo {
    color:#fff;
font-weight: bold;
    text-transform: capitalize;
margin:0px 0;

font-size:2.4em;
text-shadow:2px 2px 2px #000;
letter-spacing: 1px;

}

a#logo:hover  {
text-decoration: none;
}


.block ul li {
    background: url(images/doc.png) no-repeat 0 50%;
    text-indent: .7em;
}

#sidebar .widget {
    padding: .4em;

}
#sidebar .widget ul {
margin-left:10px
}

#footer p {
    margin:0
}



#content .entry a {
color:#D4432F;
text-decoration: none;
}

#content .entry a:hover {
color:#D4432F;
text-decoration: underline;
}