@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");
a { text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin-top: 1em; margin-bottom: 1em; }
sub { font-size: 70%; position: relative; bottom: -0.5em; }
sup { font-size: 70%; position: relative; bottom: 0.5em; }

body { font-size: 62.5%; text-align: center; }
#page {
    text-align: left;
    margin: 0 auto;
    width: 90em;
    color: #333;
}

#nav {
    font-weight: bold;
    font-size: 1.6em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
#nav a {
    color: #999;
    text-decoration: none;
}
#rightnav {
    float: right;
}

#main {
    width: 65em;
    margin-bottom: 2em;
    float: left;
}

#searchbox input {
    float: right;
    margin-top: 0.75em;
    background: url('http://akkartik.name/search.gif') right 4px no-repeat;
    font-size: 1.4em;
    width: 200px;
    margin-top: 1em;
    margin-bottom: 1em;
}

#highlights {
    width: 200px;
    float: right;
    font-size: 1.4em;
    line-height: 1.25;
}

.heading {
    margin: 0;
    font-size: 90%;
    font-weight: bold;
    color: #999;
}

.btw {
    font-size: 80%;
    color: #999;
}
.btw a {
    color: #6666ff;
    font-weight: normal;
}

.post {
    font: 1.6em sans-serif;
    line-height: 1.4;
    overflow: hidden;
}

.delim {
    clear: both;
    text-align: center;
    color: #f00;
    font-size: 1.2em;
    font-weight: bold;
}

a.permalink {
    font-size: 2.0em;
    margin-right: -2em;
    float: right;
}

big.quote {
    font-family: "droid serif", serif;
    font-weight: bold;
    color: #444;
    position: relative;
    bottom: 0.25em;
}
big.quote a {
    color: #888;
    text-decoration: none;
}

.left_quote_char {
    font-family: Charter,Hoefler Text,Cambria,Georgia,Times New Roman,serif;
    font-weight: bold;
    font-size: 200%;
    line-height: 0.5;
    vertical-align: top;
    color: #444;
}

.right_quote_char {
    font-family: Charter,Hoefler Text,Cambria,Georgia,Times New Roman,serif;
    font-weight: bold;
}

.source {
    margin-top: 1em; /* correct spacing whether previous item had a <p> or not. */
    color: #888;
    font-size: 0.75em;
}

.mail_From {
    margin-top: 1em; /* correct spacing whether previous item had a <p> or not. */
    color: #888;
}

.clear_both {
    clear: both;
}

.pagination {
    margin-top: 2em;
    font-size: 1.3em;
    font-weight: bold;
}
.pagination a {
    color: #888;
}

.date, .mail_Date {
    text-align: right;
    color: #999;
    font-size: 120%;
}

.comment_link {
    font-size: 80%;
}

.post img {
    float: left;
    margin-right: 1em;
}

.post ul, .post ol {
    margin-left: 2em;
}

.post ol li {
    list-style-type: decimal;
}

.post li {
    list-style-type: circle;
    list-style-position: outside;
}

.mail_Subject {
    font-weight: bold;
}

cite,em {
    font-style: italic;
}

pre {
    font-family: sans-serif;
    line-height: 1.25;
}
