body {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    background-color: white;
    color: black;
}

/* http://www.wellstyled.com/css-replace-text-by-image.html */
#header-1 {
    font-size: 100%;
    position:relative;
    width:600px; height:150px;
    margin:0 auto; padding:0;
    top: 1em;
    overflow:hidden;
    margin-bottom: 1.5em;
}
#header-1 span {
    display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:600px; height:150px;
    margin:0; padding:0;
    background:url("img/logo2.png") top left no-repeat;
}

#cont {
    margin-top: -2em;
    padding: 1em;
    width: 70%;
}

a {
    color: #5489DB;
}

a:hover {
    color: #DB9F54;
    text-decoration: none;
}

#delicious-posts-fwbd {
    position: absolute;
    top: 170px;
    right: 1ex;
    width: 27%;
    border: 1px solid #d8e7ff;
    background-color: #f0f6ff;
    padding: .5ex;
    font-size: smaller;
}

#delicious-posts-fwbd h2 {
    margin: 0;
}

#delicious-posts-fwbd h2 a {
    text-decoration: none;
}

#delicious-posts-fwbd ul {
    margin-bottom: 0;
}

#delicious-posts-fwbd li {
    margin-top: 1ex;
}

#delicious-posts-fwbd a.delicious-tag {
    text-decoration: none;
    color: gray;
}

#delicious-posts-fwbd a.delicious-tag:hover {
    color: #DB9F54;
    text-decoration: underline;
}

