html, body, p, article, li {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#labs, .quote blockquote p {
    font-family: Baskerville, "Times New Roman", Georgia, serif;
}

#container {
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
}

#content {
    margin: 0 auto;
    width: 510px;
    max-width: 510px;
    text-align: left;
}

header, footer, section {
    display: block;
    clear: both;
}

a:link, a:visited, a:active {
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #EEE;
}

a:hover {
    color: #000;
    background-color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

h1 {
    color: #999;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 28px;
    padding-bottom: 0;
}

header h1 a:link, header h1 a:visited, header h1 a:active {
    border: 0;
}

header h1 a[href="http://chompy.net/"] {
    color: #06F;
    font-size: 110%;
}

header h1 a[href="http://www.spaceshipnofuture.org/"] {
    color: #555;
}

header {
    text-align: right;
    float: left;
    width: 160px;
    margin-top: 0;
    margin-left: -180px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    border-top: 3px solid #333;
    border-bottom: 1px solid #666;
}

header div {
    margin: 0;
    padding: 0;
    border-top: 1px solid #666;
    border-bottom: 3px solid #333;
}

h2 {
    font-size: 20px;
}

h2 a:link, h2 a:visited, h2 a:active {
    color: #06F;
}

footer {
    float: none;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 3px solid #CCC;
    border-bottom: 1px solid #EEE;
}

footer div {
    margin: 0;
    padding: 0;
    border-top: 1px solid #BBB;
    border-bottom: 3px solid #EEE;
}

footer p {
}

#labs {
    color: #666;
    font-style: italic;
    font-size: 28px;
    margin-bottom: -25px;
}

#labs .snf {
    color: #333;
    font-style: normal;
}

ul#entries {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 75px;
}

ul#entries li {
    list-style-type: none;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 25px;
    padding-left: 0;
}

ul#entries li > h2, 
ul#entries li > article {
    display: inline;
}

ul#entries li > h2 {
    margin-right: 5px;
}

ul#entries li > article {
    line-height: 24px;
}

p.posted {
    margin-top: 5px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

time {
    display: inline;
}

p.posted time {
    font-weight: 500;
}

.post article > *:first-child {
    display: inline;
}

.post h2 {
    font-size: 26px;
}

.photo article img {
    margin: 0;
    border: 5px solid #666;
}

.photo article img:hover {
    border: 5px solid #FC3;
}

.photo article a:link, 
.photo article a:visited, 
.photo article a:active {
    border: 0;
}

.quote {
    max-width: 510px;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.quote:hover {
    background-color: #FC3;
}

.quote:hover * {
    color: #000;
}

.quote blockquote {
    margin-top: 5px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 5px;
    font-size: 36px;
}

.quote blockquote p {
    /*
    font-size: 34px;
    */
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 99%;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.quote blockquote p a:link, 
.quote blockquote p a:visited, 
.quote blockquote p a:active {
    border: 0;
}

.quote blockquote p .dquo {
    margin-left: -0.5em;
}

.quote blockquote p .amp {
    color: #666;
    font-size: 105%;
    font-family: "Apple Chancery", Baskerville, "Times New Roman", serif;
    font-style: italic;
}

.caps {
    font-size: 92%;
}


