/* RESET */

@import url('reset.css');

/* STRUCTURE */

body {
    background-color: #FAFAFA;
    font-family: Tahoma, Body, sans-serif;
    font-size: 16pt;
    line-height: 1.4em;
}

header {
    display: block;
    background-color: black;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

#content {
    margin-bottom: 20px;
}

#wrapper {
    display: block;
    width: 960px;
    margin: 50px auto 0 auto;
}

#wrapper p {
    text-align: center;
}

#wrapper p > .low {
    vertical-align: middle;
}

footer {
    height: 100px;
    width: 100%;
    background-color: #288CAA;
}

#footer-stuff {
    width: 960px;
    margin: 0 auto;
}

#copyright {
    float: left;
    line-height: 100px;
}

#acks {
    line-height: 16px;
    font-size: 9pt;
    padding: 26px 5px;
    text-align: right;
    width: 700px;
    float: right;
}

footer a {
    color: white;
}

section {
    border-left: 1px solid black;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
}

/* NAVIGATION */

#topnav {
    width: 960px;
    margin: 8px auto 0 auto;
}

#topnav ul {
    padding: 0 !important;
}

#nav-internal {
    float: left;
}

#nav-internal ul li {
    display: inline;
    color: white;
    padding: 0 20px 0 0 !important;
}

#nav-external {
    float: right;
}

#nav-external ul li {
    display: inline;
    color: white;
    padding: 0 0 0 20px !important;
}

#topnav ul li a {
    color: white;
}

#topnav ul li a:hover {
    color: #A9284A;
}

/* CONTENT TWEAKS */

p {
    margin-bottom: 10px;
}

img {
    margin: 0 auto;
    display: block;
    border: 2px solid black;
}

img.right {
    float: right;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption {
    width: 100% !important;
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

/* WORDPRESS STRUCTURE */

.entry-date {
    margin-top: 10px;
    float: right;
}

.entry-title {
    float: left;
    margin-top: 0 !important;
}

.entry-content {
    clear: both;
}

#comments {
    padding-top: 20px;
}

.post {
    margin-bottom: 20px;
}

.form-allowed-tags {
    font-size: 9pt;
}

ol.commentlist, ol.commentlist li.comment ul.children {
    list-style: none;
    padding: 10px;
}

ol.commentlist .comment-body, ol.commentlist li.comment ul.children .comment-body {
    padding: 0 0 5px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
}

.commentinput {
    display: inline-block;
}

label {
    display: inline-block;
    width: 60px;
}

nav {
    padding: 10px 0;
}

.nav-previous {
    margin-right: auto;
}

/* TYPOGRAPHY */

@font-face {
    font-family: Header;
    src: url('/style/fonts/WayfindingSans-regular.otf');
}

@font-face {
    font-family: Body;
    src: url('/style/fonts/Tahoma.ttf');
}

h1 {
    font-size: 5em;
    line-height: 1em;
    margin: 30px 0 15px 0;
    font-family: Header, sans-serif;
    text-align: center;
}

h2 {
    font-size: 2em;
    padding-top: 2px;
    margin: 10px 0 10px 0;
    font-family: Header, sans-serif;
}

h3 {
    font-size: 1.5em;
    margin: 5px 0 10px 0;
    font-family: Header, sans-serif;
    text-align: center;
}

strong {
    font-weight: bold;
}

small {
    font-size: 8pt;
}

.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * {
    line-height: 12pt;
    font: 10pt Consolas, Inconsolata, monospace !important;
}

a {
    text-decoration: none;
    color: #288CAA;
}

a:hover {
    text-decoration: none;
    color: #A9284A;
}

ul {
    padding: 0 0 10px 20px;
    list-style-type: square;
}

li p {
    white-space: normal;
    vertical-align: top;
}
