html{
    /* always display the vertical scrollbar */
    overflow-y:scroll; 
    overflow-x:auto;
}


body
{
    margin: 0;
    padding: 0;
    border: 0;  /* This removes the border around the viewport in old versions of IE */
    font-family: Helvetica, Verdana, Arial, sans-serif;
    min-width: 600px;
    max-width: 1000px;
    font-size: 130%;
    height: 101%;
    padding-left: 1em;
    padding-right: 1em;
}


.logo {
    margin-top: 0;
    padding-top: 0.70em;
    height: 4em;
    float: left;
}
.logo .title {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
    color: #000000;
    letter-spacing: 0.2em;
}
.logo .subtitle {
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.02em;
    color: #404040;
}

a#logo {
    text-decoration: none;
    color: #000000;
}

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

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

.sectiontitle {
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: 0.15em;
    font-size: 3em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.05em;
}

a:link { color: #29ABE2;
}

/* TODO: distinguish normal link from visited. */
a:visited {
    color: #29ABE2;
}
a:hover {
    color: #FFD800;
    background: #000000;
}


.post {
    margin-top: 0.5em;
    padding-bottom: 0.6em;
    padding-top: 0.5em;
}
h1 {
    border-bottom: 1px dotted #A0A0A0;
    font-family: Georgia, serif;
    font-size: 1.5em;
}
h1 a:link {
    text-decoration: none;
    color: #000000;
}
h1 a:visited {
    text-decoration: none;
    color: #000000;
}
h1 a:hover {
    color: #FFD800;
    background: #000000;
}

h2 {
    font-size: 1.2em;
    clear: both;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    background-color: #f1f1f1;
}

.signature {
    text-align: right;
    font-family: georgia, serif;
    font-weight: bold;
    color: #A0A0A0;
}

.navigation {
    margin-top: 1em;
    padding-bottom: 0.5em;
}
.next {
    float: left;
}
.prev {
    float: right;
}

.footer {
    border-top: 1px dotted #A0A0A0;
    padding-top: 0.5em;
    margin-top: 2em;
    float: left;
    width: 100%;
}

.cc_logo {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

