body {
    font-size: 62.5%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    width: 600px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 1.3em;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #333;
}

a {
    text-decoration: none;
    color: #00A;
}

a:hover {
    color: #333;
    background-color: #DEDCC7;
}

img {
    display: block;
    padding: 5px;
    border: 1px solid #CCC;
}

h2 {
    width: 600px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.8em;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333;
}

ul {
    margin: 20px;
    padding-left: 2em;
    list-style-type: disc;
}

li {
    font-size: 1.3em;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #333;
}

code {
    font-family: "Andale Mono", monospace;
}

pre {
    margin: 30px 0;
    padding: 10px 30px;
    background: #EEE;
    border: 1px dashed #888;
    border-width: 1px 0;
    overflow: auto;
}

pre code {
    display: block;
    font-size: 1.2em;
    line-height: 12px;
    color: #222;
}

blockquote {
    border-left: 5px solid #DEDCC7;
    margin: 30px;
    padding: 5px;
}

blockquote p {
    margin: 5px 0;
}

form div {
    margin: 5px 0;
}

object[type="application/x-shockwave-flash"] {
	padding: 5px;
	border: 1px solid #CCC;
}

form label {
    display: block;
    font-size: 1.3em;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #333;
}

form input {
    display: block;
}

form input[type="text"], form input[type="password"] {
    width: 300px;
}

form textarea {
    display: block;
    width: 500px;
    height: 500px;
}

p.success, p.failure {
    margin: 20px 60px;
    padding: 0 20px;
    font-size: 1.1em;
    line-height: 20px;
    border-width: 1px 0;
    border-style: solid;
    text-align: center;
}

p.success {
    background-color: #CFC;
    border-color: #171;
    color: #171;
}

p.failure {
    background-color: #FDD;
    border-color: #933;
    color: #933;
}

p.success a {
    color: #171;
}

p.success a:hover {
    background-color: transparent;
    text-decoration: underline;
}

form.confirm div {
    margin: 15px 30px;
    padding: 10px;
    background-color: #FDD;
    border: 1px dotted #933;
    text-align: center;
}

form.confirm input {
    display: inline;
}

.weblog-metadata {
    width: 200px;
    float: left;
}

.weblog-metadata span.weblog-title,
.weblog-metadata span.weblog-date {
    border-bottom: 1px solid #CCC;
    display: block;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
}

.weblog-content {
    width: 590px;
    margin-left: 210px;
}

.weblog-content p {
    width: auto;
}

ul.weblog-list {
    list-style-type: none;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
}

.weblog-list span.weblog-date {
    display: block;
    width: 150px;
    float: left;
}

.weblog-list span.weblog-title {
    display: block;
    margin-left: 160px;
}

div.bookmarks-post {
    width: 600px;
    margin: 0 auto;
}

.bookmarks-post span.bookmarks-title {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333;
}

.bookmarks-post span.bookmarks-title {
    font-size: 1.3em;
}

.bookmarks-post .bookmarks-description p {
    margin-bottom: 10px;
}

.bookmarks-post span.bookmarks-tags, .bookmarks-post span.bookmarks-date {
    display: block;
    font-size: 1em;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #333;
    text-align: right;
}

.bookmarks-post .bookmarks-tags span {
    font-variant: normal;
}

img[src="/images/hr.png"] {
    display: block;
    border: none;
    margin: 0 auto;
    padding: 15px 0 10px 0;
    background-color: transparent;
}

div.pageturner {
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    height: 30px;
    letter-spacing: 0.8px;
    font-weight: 300;
}

div.pageturner span {
    width: 300px;
    float: left;
    line-height: 30px;
}

div.pageturner span.next {
    text-align: right;
}

div.pageturner a {
    padding: 5px;
    border: 1px solid #AAA;
}

div.pageturner a:hover {
    background-color: #EEE;
    border-color: #888;
}

p.infobar {
    margin: 5px 0;
    padding: 0 5px;
    background-color: #EEE;
    font-size: 1em;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #333;
}

div.summary {
    width: 650px;
    margin: 0 auto;
    margin-top: -1px;
    padding: 0;
}

.summary span.summary-date {
    display: block;
    padding-top: 5px;
    float: left;
    width: 50px;
    border-top: 1px solid #888;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 17px;
}

.summary .summary-date span.day {
    display: block;
}

.summary span.summary-title {
    display: block;
    margin-left: 50px;
    padding-top: 5px;
    height: 51px; /* 3 x line-height */
    border-top: 1px dotted #888;
    font-size: 1.6em;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #333;
}

.summary span.summary-title a {
    color: #333;
}

.summary div.summary-content {
    display: block;
    margin-left: 50px;
}
