@font-face {
  font-family: 'Ubuntu-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url('/fonts/Ubuntu-Light.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url('/fonts/Ubuntu.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", "sans-serif";
}

html, body {
    height: 100%;
    background-color: #F9F1E4;
}

a {
    color: #8c4e35;
}

p {
    font-size: 1em;
    text-align: justify;
    padding-top: 0.1em;
    margin-bottom: 1.2em; 
}

p.center {
    text-align: center;
}

#header {
    height: 200px;
    background-image: url('/images/header.jpg');
    background-position: calc(50% - 100px) 50%;
}

#title {
    height: 85px;
    width: 820px;
    margin: 0 auto;
    padding-left: 80px;
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-position: 0 10px;
    font-size: 3em;
    padding-top: 16px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #000000;
}

#serverinfo {
    width: 200px;
    height: 70px;
    color: #888888;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 103px;
    left: calc(50% + 249.5px);
}

#serverinfo table {
    margin: 0 auto;
}

#serverinfo td {
    font-size: 0.8em;
}

#serverinfo td:first-child {
    padding-right: 10px;
}

nav {
    width: 900px;
    position: absolute;
    top: 156px;
    left: calc(50% - 450px);
}

nav ul {
    width: 100%;
    list-style-type: none;
    text-shadow: 1px 1px 1px #000000;
}

nav li {
    width: 140px;
    text-align: center;
    background-color: #6e625d;
    display: inline-block;
}

nav li:hover {
    background-color: #938681;
}

nav li:hover a {
    font-style: italic;
}

nav li:first-child {
    border-top-left-radius: 10px;
}

nav li:last-child {
    border-right: 0;
    border-top-right-radius: 10px;
}

nav a {
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 0;
    color: #FFFFFF;
    font-family: "Ubuntu-Light", "sans-serif";
    line-height: 110%;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

article section img {
    border: 1px solid black;
}

#content {
    width: 860px;
    min-height: calc(100% - 200px);
    margin: 0 auto;
    padding: 10px 20px 30px 20px;
    background-color: #ebe5d9;
    font-size: 1em;
}

#content h1 {
    font-family: "Ubuntu-Light", "sans-serif";
    font-size: 2em;
    text-decoration: underline;
}

#content h2 {
    font-family: "Ubuntu-Light", "sans-serif";
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

#content h2 time {
    font-family: "Ubuntu-Light", "sans-serif";
}

#content footer {
    margin: 0 0 20px 0;
}

#log {
    width: 100%;
    border-collapse: collapse;
}
#log tr td {
    vertical-align: top;
    padding: 2px;
}
#log tr td:first-child
{
    width: 75px;
}
#log tr td.green {
    text-shadow: 0px 0px 2px #78ce78;
}
#log tr td.yellow {
    text-shadow: 0px 0px 2px #ffdf4c;
}
#log tr td.red {
    text-shadow: 0px 0px 2px #d96d6d;
}
#log tr td.pink {
    text-shadow: 0px 0px 2px #f6ddf5;
}
#log tr td.black {
    text-shadow: 0px 0px 2px #888888;
}
#log tr td time.date{
    font-size: 1em;
    color: #4B4B4B;
    font-weight: bold;
}
#log tr td time.time{
    font-size: 1em;
    width: 70px;
    padding-left: 10px;
}
#log tr td.icon{
    width: 20px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
#log tr td a {
    font-weight: normal;
}

#site-footer {
    height: 15em;
    width: 100%;
    text-align: center;
    font-family: "Ubuntu-Light", "sans-serif";
    background-color: #342d29;
    color: #FFFFFF;
}
#site-footer div.copyright {
    padding: 0.8em 0;
    background-color: #272220;
    color: #908580;
    font-size: 1.1em;
}
#site-footer div.sitelinks {
    border-top: 0.1em solid #453e3b;
    padding-top: 0.3em;
}
#site-footer div.sitelinks ul {
    min-width: 8em;
    display: inline-block;
    vertical-align: top;
    margin-right: 2em;
}
#site-footer div.sitelinks li {
    text-align: left;
    list-style: none;
    padding: 0.1em 0;
}
#site-footer div.sitelinks li:first-child a {
    font-weight: bold;
}
#site-footer div.sitelinks li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #908580;
    font-size: 1em;
    padding: 0.2em;
}
#site-footer div.sitelinks li a:hover {
    background-color: #272220;
}
#site-footer div.sitelinks div {
    width: 24em;
    display: inline-block;
}
#site-footer div.sitelinks div img {
    margin: 0.3em;
}
