/*@font-face { font-family: 'Gentium'; src: url('/Gentium-R.ttf'); }*/
body {
    text-align:center;
    line-height: 1.2em;
    color: #111;
    margin:0;padding:0;
}
p, li {
    font-family: 'Helvetica', Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 10pt;
}

p b, p strong {
}

pre {
    overflow: auto;
    line-height: 1.4em;
    font-family: monospace;
}
code {
    font-size:.9em;
}
#blog {
    margin-bottom: 12px;
}
#blog a {
    text-decoration:none;
    font-size:10pt;
}
#blog h2.title {
    font-family: 'Helvetica', sans-serif;
    /* margin-bottom: -12px;*/
}
#blog h2.title a {
    text-decoration:none;
    font-size: 15pt;
}
#blog .entry a {
    text-decoration:underline;
}
a {
    color: blue;
}
a:visited {
    color:purple;
}
header {
    margin:0;padding:0;
}
.top h1 {
    margin:0;
    padding:12px 0px;

}
.top {
    text-align:left;
    padding-bottom: 12px;
}
header, .menu {
    width: 600px;
    margin: 0 auto 0 auto;
}
.menu a {
    margin-right: 8px;
    font-size:13px;
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}
.container {
    width: 600px;
    text-align:left;
    margin: 0 auto 0 auto;
}

.main {
    width: 600px;
    font-family: sans-serif;
}

.sidebar {
    display:none;
    float:left;
    width: 240px;
    font-family: sans-serif;
    padding-top: 26px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: black;
    font-family: Helvetica, sans-serif;
    margin:0;
    padding:0;
}

h1 a, h1 a:visited {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

h2 a, h2 a:visited {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

div.entry {
    font-family: Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
    clear:both;
}

div.entry h1 {
    font-size: 1.7em;
}
h2 a {
/*    font-size: 1.1em;*/
    font-size:1.0em;
}
h2.title {
    margin-top: 12px;
margin-left:-6px;
}
blockquote {
    color: #333;
}
.entry {
    margin-bottom: 24px;
}
span.byline {
    color: #999;
    font-size: 10pt;
    margin-bottom: 12px;
}
div.shortpost div.byline {
    float:left;
    display:inline;
    width:180px;
    top:0em;
    margin-bottom:24px;
}
div.entry:hover div.byline {
    color: #333;
}
div.byline {
    color: #999;
    font-size: 10pt;
    margin-top: 6px;
    margin-bottom:12px;
/*
    position:relative;
    top:-.7em;
    left:-180px;
    width:180px;
*/

}
.footer {
    font-size:0.9em;
}

.sidebar b {
    display:block;
}
.main p {
    margin-top:0;
    margin-bottom: 1em;
}

div.sidebar div.title, div.sidebar div.title a, div.sidebar div.title a:visited {
    font-size:21pt;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    color: black;
}

h2.title {
}

.math {
    font-family: serif;
    display:block;
    margin:6px;
    text-align:center;
}

h1 {
    margin-top: 12px;
    margin-bottom: 12px;
}

div.rule {
    clear:both;
    /*border:none;*/
    border-bottom: 1px solid #eee;
    width:600px;
    position:relative;
    margin: 24px 0 24px 0;
}
div.entry {
    margin-bottom:0;
}
div.shortpost {
    clear:right;
}
div.shortpost p {
    position:relative;
    top:-1em;
    font-size: 21px;
    margin-bottom:0;
    float:left;
}
div.shortpost div.footer {
    clear:both;
    margin:0;
}
div.shortpost div.footer p {
    font-size: 10pt;
    margin:0;
}

body.blog-entry div.footer {
    color:#999;
    font-size:10pt;
}
body.blog-entry div.footer a {
    color:#999;
    font-size:10pt;
    text-decoration:none;
}
body.blog-entry div.footer a:visited {
    color:#999;
}
body.blog-entry div.footer a:hover {
    color:#79f;
}

body.blog-entry span.date {
    display:block;
    font-size:10pt;
    color:#999;
    margin-top:24px;
    margin-bottom: 12px;
}

body.page .main h1 {
    margin-bottom: 32px;
}

body.page h3 {
    margin-top: 12px;
    margin-bottom: 12px;
}

