body {
    background: #fff;
    color: #000;
    font: normal 76%/1.4 Arial, Helvetica, sans-serif;
}
body,h1,form,fieldset,ul,ol,li,dl,dt,dd {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul ul, ol ol, ol ul, ul ol {
    margin-left: 1em;
}
li {
    padding: .25em 0;
}
a:link, a:hover, a:active, a:visited {
    color: #009;
    text-decoration: none;
    border-bottom: .1em dotted #777;
}
a:hover {
    border-bottom: .1em solid #009;
}
a:visited {
    color: #333;
}

/* Structure */
.site {
    background: url(bg.gif) repeat-y scroll 68% 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    min-width: 600px;
    *width: 960px;
}
.page {
    display: inline;
    float: left;
    padding-left: 2%;
    width: 62%;
    font-size: 113%;
}
.info {
    display: inline;
    float: right;
    padding-right: 2%;
    width: 27%;
}

/* Station ID */
.info h1 {
    /*display: inline;
    float: left;
    margin: 10px 20px 0;*/
    height: 150px;
    margin: 10px auto 0;
    width: 105px;
}
.info h1 a:link, .info h1 a:active, .info h1 a:visited {
    background: url(logo.png) no-repeat 0 0;
    border: none;
    display: block;
    font-weight: normal;
    height: 150px;
    outline: 0;
    text-indent: -9999px;
    width: 105px;
}
.info h1 a:hover {
    border-bottom: none;
    font-weight: normal;
}

/* Nav */
.page .nav {
    font-size: 1.3em;
    font-weight: bold;
}

.info .nav {
    color: #fff;
    display: inline;
    display: none; /* until there's something to link to */
    float: left;
    font: bold 175%/1.4 Courier New, monospace;
    min-height: 130px;
    *height: 130px;
    margin-top: 10px;
    padding-top: 10px;
}
.nav li {
    margin: .75ex 0;
    padding: 0;
    *overflow: hidden;
}
.nav li a:link,.nav li a:active,.nav li a:visited {
    background: #eee;
    border: 1px solid #aaa;
    color: #000;
    display: block;
    padding: 0 1em 0 1em;
    text-align: center;
    *display: inline;
    *float: left;
}
.blog .nav li.blog a:link, .blog .nav li.blog a:active,
.blog .nav li.blog a:hover, .blog .nav li.blog a:visited,
.code .nav li.code a:link,.code .nav li.code a:active,
.code .nav li.code a:hover,.code .nav li.code a:visited,
.bio .nav li.bio a:link,.bio .nav li.bio a:active,
.bio .nav li.bio a:hover,.bio .nav li.bio a:visited {
    background: #085ba6;
    border: 1px solid #085ba6;
    color: #fff;
    cursor: default;
}
.nav li a:hover {
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
}

.info form {
    clear: both;
    Xmargin-top: 175px;
    text-align: right;
    margin-right: 1.5em;
}
.info form label {
    float: left;
    text-indent: -9999px;
    width: 0;
    overflow: hidden;
}
.info form input {
    background: url(search.gif) no-repeat right 2px;
    border: 1px solid #999;
    width: 200px;
    padding-right: 20px;
}
.info form input:hover {
    background-position: right -12px;
}

.info img {
    display: inline;
    float: left;
    margin: 0 1ex 1ex 0;
}

/* Posts */
.post {
    margin: 1em 0 2em;
    overflow: hidden;
}
.post h2 a {
    color: #000;
    border: none;
}
.post h2 a:hover {
    color: #085ba6;
    border: none;
}
.post h1, .post h2 {
    margin: 0;
    font: normal 2.5em/1.4 Georgia, Times New Roman, serif;

}
.post p.meta {
    background: #eee;
    border-bottom: 1px dotted #333;
    border-top: 1px dotted #333;
    line-height: 1.7;
    margin: 0;
    padding-left: 1ex;
}
.post p.meta abbr {
    border: none;
}
.post .content {
    margin: 1em 0;
}
.post .content ul,
.post .content ol {
    margin-left: 1.5em;
}
.post .content ul li {    
    list-style: disc;
}
.post .content ol li {    
    list-style: decimal;
}
.post .foot {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 1ex;
    position: relative;
    text-align: right;
}
.post .foot a {
    margin-left: 1ex;
    white-space: nowrap;
}
.post .foot ul {
    display: inline;
    float: left;
    width: 60%;
    text-align: left;
}
.post .foot li {
    display: inline;
}
.post .foot li a:after {
    content: ','
}
.post .foot li:last-child a:after {
    content: ''
}

/* Trackbacks */

/* Comments */
#trackbacks h2,
#comments h2 {
    color: #555;
    font: normal 125%/1.4 Arial, Helvetica, sans-serif;
    margin: 1em 0;
    text-transform: uppercase;
}               

.comments li {  
    clear: left;    
    padding: .3em 0;
    border-bottom: 1px dotted #ccc;
}               
.comments li.from_me, .comments li.from_me .byline {
    background: #cef;
}
.comments li:last-child {
    border-bottom: none;
}
.comments .gravatar {
    float: left;
    margin: .75em 0 10px 10px;
}
.comments .byline {
    color: #555;
    font-size: 75%;
    margin-left: 85px;
}
.comments .content {
    margin-left: 85px;
    padding-right: 1em;
}
.comments .content pre {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1ex;
    white-space: pre-wrap;
}

/* Comment form */
#comments-form p {
    margin: 0;
    padding: .25ex;
}
#comments-form label {
    display: block;
    margin: 1ex 0;
}
#comments-form p label {
    display: inline-block;
    margin: .25ex 0;
    width: 3em;
}
#comments-form p input {
    border: 1px solid #ccc;
    color: #555;
    font-size: 100%;
    padding: .25ex .5ex;
}
#comments-form textarea,
#comment-preview {
    border: 1px solid #ccc;
    color: #555;
    font-family: inherit;
    font-size: inherit;
    height: 10em;
    padding: 1ex;
    width: 34em;
}
#comment-bake-cookie {
    margin-left: 4.25em;
    vertical-align: bottom;
}
#comment-submit {
    margin-top: 1em;
}
#comments-form .note {
    color: #999;
    font-size: 75%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: right;
    width: 47em;
}

/* Comment preview */
#comments-form .note label {
    color: #333;
    display: inline;
    display: none; /* until it is working */
    float: left;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    width: auto;
}
#comments-form .note input {
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: auto;
}
#comment-preview {
    background: #f3f3f3;
    display: none;
    height: auto;
    margin-top: 1em;
    min-height: 2em;
}

/* Trackbacks */
#trackbacks h2 span {
    font-size: 80%;
    text-transform: none;
}

/* Side bar */
.info h2 {
    border-bottom: 1px solid #333;
    clear: both;
    margin: 1em 0 1ex;
}
.etc {
    margin-top: 4em;
}

/* Search results */
.search_results h1 {
    font: normal 2.5em/1.4 Georgia, Times New Roman, serif;
}
.search_results .post h2 {
    font-size: 1.5em;
}
.search_results .post h2 a {
    color: #085ba6;
}
.search_results .post .content {
    margin: 1ex 0;
}

/******************************************************************************/
/* Content styles */
code {
    font-weight: bold;
    font-family: Courier New, monospace;
}
pre.code code,
code.sample {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    font-weight: normal;
    white-space: pre;
    width: 94%;
    overflow: auto;
    padding: 1ex 3%;
}
