/*** borrowed from themes-base/blog.css ***/
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed {
    clear: both;
}
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text {
    margin-bottom: .75em;
}
.comments-open label {
    display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}
#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}
#comment-submit {
    font-weight: bold;
}
.comment {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}
.comment .asset-meta {
    border: 0;
}
.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}
.comment-content p {
    margin-bottom: .5em;
}

.comments-open {
    padding: 0 1em;
}


/*** layout ***/

body {
    text-align: center;
    background-color: #334488;
    background-image: url(http://www.dansanderson.com/blog/mt/mt-static/brainlog/images/bg-grad1.gif);
    background-repeat: repeat-x;
}

* {
    padding: 0;
    margin: 0;
}

#header {
    width: 800px;
    height: 160px;
    margin: 0 auto;
}
#header_title {
    text-align: left;
    padding: 0 30px;
    padding-top: 90px;

    color: white;
    font-family: georgia, garamond, palatino, book antiqua, serif;
    font-size: 40px;
}
#header_title a { color: white; text-decoration: none; }
#header_title a:visited { color: white; }

#footer {
    width: 800px;
    margin: 0 auto;

    float: none;
    clear: both;
    width: 100%;
    padding: 10px 0;

    line-height: 120%;
    font-size: .7em;
    font-family: sans-serif;

    color: white;
}

#outerbox_hack {
    /* Needed to fill the outerbox with the background color.  It
     * contains two divs, both of which float, so the outerbox doesn't
     * have height. */
    clear: both;
}

#outerbox {
    width: 800px;
    margin: 0 auto;

    color: #000000;
    background-color: #FFFFFF;

    border-top: 6px solid #132361;
    border-bottom: 6px solid #132361;
}

#content {
    float: left;
    clear: left;
    width: 550px;
    margin: 10px 0 10px 40px;
    padding: 0px 30px;
}

.archive_nav {
    text-align: center;
    clear: both;
    float: none;
}
.archive_nav_left {
    text-align: right;
    width: 45%;
    float: left;
    padding: 1em .5em;
}
.archive_nav_right {
    text-align: left;
    width: 45%;
    float: left;
    clear: right;
    padding: 1em .5em;
}

.archive_calendar td {
  font-family: sans-serif; font-size: 10pt;
  padding: 4px;
}
.archive_calendar td.year {
  font-family: georgia, garamond, palatino, book antiqua, serif;
  font-size: 14px;
  color: #132361;
}

/*** sidebar ***/

#sidebox_container {
    width: 238px;
    float: right;
    margin: 10px 0;
}

.sidebox {
    text-align: left;

    padding: 10px 10px 10px 18px;
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 0px;

    font-size: .7em;
    font-family: sans-serif;
}

.sidebox .title {
    font-family: georgia, garamond, palatino, book antiqua, serif;
    font-size: large;
    font-weight: bold;
    color: #132361;
}

.sidebox a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.sidebox a:visited { color: #333333; text-decoration: none; }
.sidebox a:hover { color: #000000; background-color: #EEEEEE; text-decoration: underline; }
.sidebox a:active { color: #333333; background-color: #EEEEEE; text-decoration: underline; }

.sidebox ul {
    padding-left: 1.2em;
    list-style-type: square;
}
.sidebox ul li {
    margin-top: 0.8em;
    line-height: 110%;
}

#about p {
    margin: 0.4em 0;
    padding-left: 1em;
    font-family: sans-serif;
    line-height: 110%;
}

#about p a { font-weight: bold; }
#about a { color: #000099; text-decoration: underline; }
#about a:visited { color: #660066; }
#about a:active { color: #333333; }
#about a:hover { background-color: white; }

#book p {
    margin: 0.4em 0;
    padding-left: 1em;
    font-family: sans-serif;
    line-height: 110%;
}

#book p a { font-weight: bold; }
#book a { color: #000099; text-decoration: underline; }
#book a:visited { color: #660066; }
#book a:active { color: #333333; }
#book a:hover { background-color: white; }


#chatter dl {
    padding-left: 1.2em;
    line-height: 110%;
}
#chatter dl dt {
    margin-top: 0.8em;
}
#chatter dl dt a {
    font-weight: bold;
}

#archives .searchbox {
    padding-left: 12px;
    margin: 8px 0px;
}
#archives .browse-link {
    list-style-type: none;
}
#subscribe {
    list-style-image: url(http://www.dansanderson.com/blog/mt/mt-static/brainlog/images/rss_12.png);
}
#archives .subscribe {
    padding-left: 1em;
    margin: 1em 0px;
}

#visit_archives {
    text-align: center;
    padding: 1em;
    margin-top: 1em;
    border-top: 1px solid #BBBBBB;
}

/*** entry text ***/

#content {
    line-height: 140%;
    font-size: .9em;
    font-family: georgia, garamond, palatino, book antiqua, serif;
    text-align: left;
}

#content li {
    margin-left: 3em;
    padding: 0.3em 0 0.3em 0;
}

.day {
    border-top: 1px solid #BBBBBB;
    margin-top: 1em;
}

.date {
    color: #999999;
    font-variant: small-caps;
}

.entry {
}

.entry_title a { color: #132361; text-decoration: none; }
.entry_title a:hover { color: #132361; text-decoration: none; }
.entry_title a:visited { color: #132361; text-decoration: none; }
.entry_title a:active { color: #132361; text-decoration: underline; }

.entry .read_more {
    font-weight: bold;
}

.entry_footer {
    text-align: right;
    color: #333333;
    font-size: 12px;
    font-family: sans-serif;
}
.entry_footer A {
    color: #333333;
    background-color: #FFFFFF;
    text-decoration: none;
}
.entry_footer A:visited {
    color: #666666;
    background-color: #FFFFFF;
    text-decoration: none;
}
.entry_footer A:hover {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: underline;
}
.entry_footer A:active {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: underline;
}

#content h1,h2,h3,h4,h5 {
    color: #132361;
    line-height: 1em;
}

#content h1 {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

#content h2 {
    margin-top: 1.5em;
}

#content h3 {
    margin-top: 1.2em;
}

#content p {
  margin: 1em 0 1em 0;
}

#content p a { color: #000099; }
#content p a:visited { color: #660066; }
#content p a:active { color: #333333; }

.borderlessimg {
    margin: 8px 8px 8px 8px;
}

.borderedimg {
    margin: 8px 8px 8px 8px;
    border: 1px solid black;
}

.captionedimage {
    margin: 8px 8px 8px 8px;
    padding: 1px 2px;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 120%;
    color: black;
    background-color: #DDDDDD;
}

.blockquote, blockquote {
    padding-left: 1em;
    margin-left: 0.6em !important;
    border-left: 4px solid #CCCCCC;
}
.blockquote-citation {
    text-align: right;
}


code {
    text-align: left;
    background-color: #FFFFE0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
}

pre {
    padding: 5px 10px 5px 10px;
    background-color: #FFFFE0;
    border: 1px solid #CCCCCC;
    overflow: auto;
    line-height: 1.2em;
    font-size: 12px;
}

.comment {
    padding: 0.5em;
}
.comment_author {
    background-color: #EEEEFF;
}
.comment_byline {
    font-family: sans-serif;
    font-size: 14px;
    color: #666666;
}
.comment_byline .name {
    font-weight: bold;
    color: #000000;
}
.comment_byline .name_author {
    background-image: url(http://www.dansanderson.com/blog/mt/mt-static/brainlog/images/star.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 16px;
}
.comment_body {
    margin-left: 1em !important;
    padding-left: 1em;
    margin-right: 1em;

    font-size: 12px;
    font-family: sans-serif;
    text-align: left;
    line-height: 140%;
}

.comments_title {
    font-family: georgia, garamond, palatino, book antiqua, serif;
    font-size: large;
    font-weight: bold;
    color: #132361;
}

.commentform {
    font-size: 12px;
    font-family: sans-serif;
}

/** prettify.css **/
.str{color:#080} .kwd{color:#008} .com{color:#800} .typ{color:#606} .lit{color:#066} .pun{color:#660} .pln{color:#000} .tag{color:#008} .atn{color:#606} .atv{color:#080} .dec{color:#606} @media print{.str{color:#060} .kwd{color:#006;font-weight:bold} .com{color:#600;font-style:italic} .typ{color:#404;font-weight:bold} .lit{color:#044} .pun{color:#440} .pln{color:#000} .tag{color:#006;font-weight:bold} .atn{color:#404} .atv{color:#060} }

