* {
    padding: 0;
    margin: 0;
}

body {
    background: #FFFFFF url("/space15twenty_bg.gif") no-repeat;;
    color: #000000;
    width: 1000px;
}

body, input, textarea, select, h1 {
    font: 12px "Courier New", Courier, monospace;
}

h1 {
    position: absolute;
    top: 24px;
    left: 24px;
}

h2 {
    padding: 0 0 20px 0;
    font: bold 13px "Courier New", Courier, monospace;
}

ul, li {
    list-style-type: none;
}

img {
    background: #FFFFFF;
    border: 0;
}

a {
    color: #000000;
}

a:hover, a.blurb-selected, #calendar em.blurb-highlight {
    background: #CCCCCC;
}

#menu {
    width: 240px;
    overflow: hidden;
    position: absolute;
    top: 172px;
    left: 24px;
    padding-bottom: 24px;
}

#menu p, #menu li {
    padding: 2px 0;
}

#posts {
    width: 420px;
    overflow: hidden;
    position: absolute;
    top: 140px;
    left: 285px;
    padding-bottom: 30px;
}

#calendar {
    width: 220px;
    overflow: hidden;
    position: absolute;
    top: 140px;
    left: 756px;
}

#calendar table {
    margin-left: 18px;
    margin-bottom: 30px;
}

#calendar table a {
    text-decoration: none;
}

#calendar table td {
    text-align: center;
    padding: 1px;
}

#calendar a em {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

#calendar p, #form li {
    padding-bottom: 16px;
}

#menu em, #calendar em {
    font-weight: bold;
    font-style: normal;
}

#info a, #tags a {
    text-decoration: none;
}

#info, #subscribe, #links ul {
    padding-bottom: 18px;
}

#archive, #rss, #search {
    padding-bottom: 8px;
}

#tags {
    padding-top: 30px;
}

.post {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.post h2 {
    font-weight: bold;
    font-size: 13px;
}

.post h2 a, .post p.meta a {
    text-decoration: none;
}

.post p {
    padding: 0 0 8px 0;
}

.post p.meta {
    padding-top: 54px;
}

p.blurb-highlight b {
    color: #FF0000;
}