@charset "utf-8";

body {
    background-color: #FFF;
    background: linear-gradient(to bottom, #EEE, #FFF 100px) no-repeat;
    margin: 20px;
    font-family: verdana, arial, sans-serif;
}

a:active {
    color: #699;
}

a:hover {
    background: #fff;
    text-decoration: underline;
}

a, a:link, a:visited {
    color: #366;
    text-decoration: none;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

code, pre {
    font-family: 'Andale Mono', Courier, monospace;
    letter-spacing: -1px;
    border: 1px dashed #EEE;
    margin: 10px;
    background: #B5FFD5;
}

#banner {
    color: #C93;
    font-size: x-large;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 20px;
}

#banner a, #banner a:link, #banner a:visited, #banner a:active, #banner a:hover {
    color: #C93;
    text-decoration: none;
}

.description {
    color: #777;
    font-size: small;
    font-weight: 700;
    margin-left: 10px;
}

#container {
    width: 100%;
    overflow: hidden;
}

#content {
    float: left;
    width: 73%;
    margin-right: 2%;
    margin-bottom: 20px;
}

#links {
    margin-left: 75%;
    background: #FFF;
    color: #999;
    padding-top: 20px;
}

.blog {
    padding: 15px;
}

.blogbody {
    color: #333;
    font-size: small;
    line-height: 140%;
    border-left: 1px dashed #666;
    border-right: 1px dashed #666;
    border-bottom: 1px dashed #666;
    padding: 10px;
    margin-bottom: 20px;
}

.blogbody a {
    text-decoration: underline;
}

.title {
    font-size: medium;
    color: #222;
    font-weight: 700;
    text-shadow: #999 2px 2px 2px;
}

.date {
    font-size: medium;
    color: #999;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    border-bottom: 1px dashed #666;
}

.side {
    color: #999;
    font-size: x-small;
    background: #FFF;
    line-height: 140%;
    margin-bottom: 15px;
}

.sidetitle {
    color: #000;
    font-size: x-small;
    font-weight: 700;
    background: #FFF;
    line-height: 140%;
    margin-top: 10px;
    border-bottom: 1px dashed #666;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 2px;
}

.powered {
    color: #000;
    font-size: xx-small;
    font-weight: 700;
    line-height: 140%;
    margin-top: 10px;
    text-align: right;
    letter-spacing: .2em;
    padding: 2px;
}

.posted {
    font-size: x-small;
    color: #999;
    margin-top: 5px;
}
