/* font setup */

@import url(https://fonts.googleapis.com/css?family=Inconsolata);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);

body {
    font-family: "Libre Baskerville", Baskerville, "Times New Roman", serif;
    position: relative;
    padding-bottom: 100px;
    background: #d7e8f4;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
    font-family: "Open Sans", sans-serif;
}

h1 {font-size: 2em }
h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em}     /* 14px */

.post-info {
    display: none;
}

pre {
    font-family: Inconsolata, Monaco, Courier, "Courier New", monospace;
}

blockquote {
    margin: 20px;
}

/* layout */

.body {
    clear: both;
    margin: 0 auto;
}

header > img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 300px;
}

header {
    margin: 0 auto;
    padding: 2.5em 0 0 0;
}

header h1 a:link, header h1 a:visited {
    color: #52626f;
    display: block;
    font-weight: bold;
    margin: 0 0 .6em .2em;
    padding-left: 320px;
    text-decoration: none;
}

header h1 a:hover, header h1 a:active {
    background: none;
    color: #5699d1;
    text-shadow: none;
}

header h1 strong {
    font-size: 0.36em;
    font-weight: normal;
}

#menu {
    background: #52626f;
    font-size: 0.8em;
    min-height: 40px;
    line-height: 30px;
    margin: 0 auto 2em auto;
    padding: 0;
    text-align: left;
    min-width: 800px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#menu ul {list-style: none; margin: 0 auto; width: 100%;}
#menu li {display: inline; margin: 0;}

#menu a:link, #menu a:visited {
    color: #d7e8f4;
    display: inline-block;
    height: 30px;
    padding: 5px 1.5em;
    text-decoration: none;
}
#menu a:hover, #menu a:active,
#menu .active a:link, #menu .active a:visited {
    background: #5699d1;
    color: #d7e8f4;
    text-shadow: none !important;
}

#menu li:first-child a {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

a:link, a:visited {
    color: #52626f;
    text-decoration: none;
}
a:hover, a:active {
    color: #5699d1;
    text-decoration: none;
}

#content {
    background: #fff;
    margin-bottom: 2em;
    overflow: hidden;
    padding: 20px 20px;
    width: 760px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}





#contentinfo {
    position: fixed;
    bottom: -5px;
    padding: 10px;
    width: 100%;
    background: #435166;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

    font-size: 10px;
    font-weight: lighter;
}

#contentinfo a {
    color: #d7e8f4;
    text-decoration: none;
}



strong {
    font-weight: bolder;
}

table {
    margin-left: 40px;
    border-top: solid #52626f 4px;
    border-bottom: solid #52626f 1px;
    empty-cells: show;
}
td:not(:first-child) {
    padding-left: 25px;
}
td {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}
tr:first-child td {
    border-collapse: collapse;
    border-top: solid #52626f 1px;
}

