/* -*- coding:utf-8; mode:css; -*- */


/*
   Copyright (c) 2015 Moritz Klammler

   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to
   deal in the Software without restriction, including without limitation the
   rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   sell copies of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in
   all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
   IN THE SOFTWARE.
*/

/*
   The color theme is taken from the Tango! project:
   http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines#Color_Palette
*/

/*
   Heavy Equipment is a public domain font downloaded from
   http://www.dafont.com/heavy-equipment.font on 2015-05-30.
*/

/*
   The Ubuntu font family is freely licensed under the Ubuntu Font License 1.0
   and can be downloaded from http://font.ubuntu.com/ .  The embedded WOFF
   files, however, were downloaded from Google Fonts on 2015-05-31.  We do not
   use the Google Fonts API directly to avoid leaking our user's data to
   Google.
*/

@font-face {
    font-family: 'Heavy Equipment';
    src: url('/fonts/heavy_equipment.otf') format('truetype'),
         url('/fonts/heavy_equipment.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Ubuntu';
    font-weight: bold;
    font-style: normal;
    src: local('Ubuntu Bold'),
         local('Ubuntu-Bold'),
         url('/fonts/ubuntu-700.woff') format('woff');
}

@font-face {
    font-family: 'Ubuntu Mono';
    font-weight: normal;
    font-style: normal;
    src: local('Ubuntu Mono'),
         local('UbuntuMono-Regular'),
         url('/fonts/ubuntu_mono.woff') format('woff');
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14pt;
    background: #eeeeec;  /* Aluminium 1 */
    color: #2e3436;  /* Aluminium 6 */
    margin: 0;
    padding: 1em;
}

p {
    margin: 1ex 0em 1.5ex 0em;
    padding: 0;
}

strong {
    font-weight: bold;
    color: #f57900;  /* Orange 2 */
}

code {
    font-size: inherit;
    font-family: 'Ubuntu mono', monospace;
}

a {
    color: #3465a4;  /* Sky Blue 2 */
}

a.plain {
    color: inherit;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #f57900;  /* Orange 2 */
    font-family: 'Heavy Equipment', 'Ubuntu', sans-serif;
    font-weight: bold;
    margin: 3ex 0em 2ex 0em;
    padding: 0;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

.title {
    text-align: center;
}

.subtitle {
    text-align: center;
    font-size: 1.2em;
}

.title .ich {
    color: #ce5c00;  /* Orange 3 */
}

.error {
    color: #cc0000;  /* Scarlet Red 2 */
}

table.httpstatus {
    text-align: left;
}

table.httpstatus tr th, table.httpstatus tr td {
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 0.5ex 0.5em 0.5ex 0.5em;
}

.speakers .speaker-name {
    margin-right: 1em;
}

#footer {
    width: 100%;
    margin-top: 20ex;
    font-size: 0.8em;
    text-align: center;
}

#footer .table {
    width: 100%;
    display: table;
}

#footer .table .row {
    display: table-row;
}

#footer .table .row .cell {
    display: table-cell;
}

#footer .left {
    text-align: left;
}

#footer .right {
    text-align: right;
}

.logo-array {
    width: 100%;
    margin: 3ex 0em 5ex 0em;
    padding: 0;
    list-style-type: none;
}

.logo-array li {
    display: inline;
    margin: 0;
    padding: 0;
}

.logo-array .logo {
    margin: 3ex 2em 3ex 2em;
}

.valid-icons, .fine-print {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.valid-icons li {
    display: inline;
    margin: 0ex 1em 0ex 0em;
    padding: 0;
}

.fine-print li {
    display: inline;
    margin: 0ex 0em 0ex 1em;
    padding: 0;
}

#banner {
    position: fixed;
    top: 0;
    right: 0;
}

.font-specimen {
    padding: 0.3ex 0.3em 0.3ex 0.3em;
    background-color: #ffffff;
}

.click-to-play {
    cursor: pointer;
}
