html {
    background:#fff;
    overflow-y:scroll;
}

body {
    width:700px;
    height:auto;
    margin:0 auto;
    margin-bottom:0px;
    -webkit-font-smoothing:antialiased;
}

section {
    padding-bottom:10px;
}

a {
    text-decoration:none;
    border-bottom: 1px solid #999;
    color:#333;
}
a:hover {
    color:#999;
}

#header {
    margin-top:30px;
    font-size:14px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    padding-bottom:1em;
    color:#333;
    line-height:1.6em;
}
#header h1 {
    margin-top:10px;
    margin-bottom:0px;
    font-size:32px;
    font-variant:small-caps;
    display:inline
}
#header h2 {
    margin-top:0px;
    margin-bottom:0px;
    //margin-left:20px;
    //padding-right:5em;
    font-size:24px;
    font-variant:small-caps;
    float: right;
}
#header a {
    border-bottom:0px;
}
#header p {
    margin-top:0; 
    font-size:.9em;
    font-weight:100;
}

#postlist {
    padding-left:20px;
}
#postlist li {
    margin-bottom:1em;
    font-size:16px;
}

article header h1 {
    font-size:32px;
    margin-top:30px;
    margin-bottom:0px;
    padding-bottom:0;
    height: 25px;
    border-bottom:0px;
    font-variant:small-caps;
}
.postdate {
    font-size:85%;
}
#content h2 {
    font-variant:small-caps;
    border-style:solid;
    border-width:1px;
    border-color:#b8c6b8;
    margin-bottom:0.75em;
    padding:0.375em 0.375em 0.375em 0.375em;
    background:#cdc;
}

span.headerlink {
    font-size:20px;
    font-weight:100;
    float:right;
}

#content {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size:14px;
    padding-bottom:2em;
    color:#333;
    line-height:1.6em;
}
#content p {
    line-height:1.6em;
}

#connect a {
    border-bottom:0px;
}

#pageHead {
    margin-top:10em;
    font-size:24px;
    height: 20px;
    margin-top:1.5em;
    margin-bottom:1.2em;
}

