body {
        font-family: sans-serif;

        margin: 15px;
        margin-left: 190px;
}

h1 {
        font-weight: normal;
        background: #73a1ff;
        letter-spacing: 0.25em;
        padding: 10px;

        -moz-border-radius: 4px;
}

h3 {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #73a1ff;

        margin-left: 0
}

h2 {
        font-size: 200%;
        font-weight: bold;
        color: gray;
}

h3 a { 
        text-decoration: none;
        font-size: 110%;
        color: #b15251;
}

h4 {
        margin: 1em 0 0 1em;
}

h4 a { 
        text-decoration: none;
        color: #b15251;
}

img.face {
        float: right;
        margin-top: -3em;
}

img {
        border: 0;
}

.content {
        text-align: justify;
}

.entry {
        margin: 0 0.5em 1em 1em;
}

.date {
        text-align: right;
}

.entry .date a { 
        text-decoration: none;
        color: gray;
}

.sidebar {
        position: absolute;
        top: 125px;
        left: 0px;
        width: 160px;

        margin-left: 15px;
        padding-top: 10px;

        font-size: 85%;

        border:1px solid #73a1ff;
        -moz-border-radius: 7px;
}

.logo {
        position: absolute;
        top:15px;
        left: 45px;
}

.sidebar h2 {
        font-size: 150%;
        font-weight: bold;
        color: black;

        padding-left: 10px;
        margin-left: 0px;
        margin-top: 0px;

        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #73a1ff;
}

.sidebar ul {
        padding-left: 1em;
        margin-left: 0px;

        list-style-type: none;
}

.sidebar ul li:hover {
        color: gray;
}

.sidebar ul li a { 
        text-decoration: none;
}

.sidebar ul li a:hover {
        text-decoration: underline;
}

.sidebar ul li a img {
        border: 0;
}

.sidebar p { 
        border-top: 1px solid #73a1ff;
        margin-top: 30px;
        padding-top: 10px;

        padding-left: 5px;
}

.sidebar .message {
        cursor: help;
        border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
        cursor: help;
        background-color: #ff0000;
        color: #ffffff !important;
        text-decoration: none !important;
}

a:hover {
        text-decoration: underline !important;
        color: blue !important;
}

