@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600);

/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    border: 0; font: inherit; font-size: 100%; margin: 0; padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: ''; content: none;
}
table { border-collapse: collapse; border-spacing: 0; }

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/***/


html {
    background: #fff;
    border-top: 6px solid #393939;
}

body
{
    color: #444;
    font: 400 15px/1.5em 'Univers LT Std', 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0 auto;
    max-width: 40em;
    text-rendering: optimizeLegibility;
}

@media screen and (max-device-width: 480px) {
    body {
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

header
{
    padding: 2em 1em 1em;
    margin-bottom: 3em;
}

header h1, header h2
{
    display: inline;
    margin: 0px;
    text-transform: uppercase;
}

header h1 {
    font-size: 1.25em;
    line-height: 1em;
    font-weight: 600
    letter-spacing: .15em;
}

header h2
{
    font-weight: normal;
    letter-spacing: 0.1em;
}

@media screen and (max-device-width: 480px) {
    header h1, header h2 {
        letter-spacing: 0;
    }
    header h1 {
        font-size: 2.3em;
    }
}

h1 a, h1 a:link, h1 a:visited { color: #545454; }

nav
{
    display: inline;
    font-size: .85em;
    text-transform: uppercase;
    margin: 4em 1em;
}

@media screen and (max-device-width: 480px) {
    nav {
        font-size: 1.1em;
        letter-spacing: -0.06em;
    }
}

nav ul
{
    display: inline;
    list-style: none;
    margin: 0px;
}

nav ul li
{
    display: inline;
}

nav ul li
{
    margin-left: 1.5em;
}

nav ul li a, nav ul li a:visited
{
    padding: 20px 0px 20px 0px;
    text-decoration: none;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

nav ul li a:hover
{
    color: #000;
    text-decoration: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

nav ul a.current
{
    color: #545454;
}

section
{
    margin: 1em;
}

section + section
{
    margin-top: 2em;
}

section p, section li
{
    margin-bottom: 1em;
}

section ul, section ol, p.source, p.parse
{
    list-style: none;
    margin-left: 45px;
    padding: 0px;
}

section h1
{
    color: #1B1E1F;
    text-transform: uppercase;
    margin: .25em 0 .75em 0;
}

@media screen and (max-device-width: 480px) {
    section h1 {
        font-size: 1.5em;
    }
}

section h2
{
    font-size: .85em;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-device-width: 480px) {
    section h2 {
        font-size: 1em;
    }
}

a, a:link, a:visited {
    color: rgba(28, 133, 227, .8);
    text-decoration: none;
    -moz-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -webkit-transition: color .15s ease;
    transition: color .2s ease-out;
    -webkit-tap-highlight-color: white;
}

a:hover, a:focus, a:active {
    color: rgb(28, 133, 227);
}

strong { font-weight: bold; }
em { font-style: italic; }

code {
    color: #5C626C;
    font-family: monospace;
}

/*
 * The download form
 */
div.formel
{
    margin: 4px 0px;
}

label
{
    display: block;
    float: left;

    width: 160px;
    margin: 0px 10px 0px 40px;
    padding: 5px 0px 0px 0px;

    text-align: right;
    vertical-align: bottom;
}


label + input
{
    width: 295px;
}


div.submit
{
    margin-left: 210px;
}


input
{
    font-family: 'Uni', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 15px;
    padding: 2px;
    margin: 0px;
}

section.highlight {
    background-color: #222;
    border: 1px solid #444;
    color: #fff;
    padding: 1em;
    margin-bottom: 0px;
}

section section.highlight { margin: 0; }

section.highlight h1 { color: #fff; }

section.highlight a { color: rgba(32, 137, 231, 1); }

section.sub { border: 1px dotted #444;     padding: 1em; background-color: #eee; color: #000; }

section.highlight + section.sub {
 margin-top: 0px; border-top: 0px;
}

div.source, p.parse {
    color: #000;
    background-color: #eee;
    border-left: 2px solid #444;
    padding: 1em;
}

p + p.attribution { margin-top: 2em; }

p.source { border-left: 2px solid #444; padding: .5em; margin-bottom: 0px; }

div.source h3 {
    font-weight: bold;
}

div.source li p, div.source li { margin: 5pt; padding: 0; }

p.parse { font-size: 12px; line-height: 14px; }

address {
    margin: 1em 1em 3em 1em;
}

#unsharp, #sharp {
/*    width: 280px;*/
/*`    margin: 2em 0 0 1em;*/
    float: left;
}

@media screen and (max-device-width: 480px) {
    #unsharp, #sharp {
/*        width: 45%;*/
        margin: 2em 10px 0 20px;
    }
}

article { overflow: auto; width: 100%; }

#unsharp ul, #sharp ul {
    margin: 0;
}

#topprev, #bottomprev, #topnext, #bottomnext {
    background-color: #ccc;
    font-size: 4em;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: .5em;
    line-height: 60px;
}

#topprev { position: absolute; top: 2em; left: 1em; }

#topnext { position: absolute; top: 2em; right: 1em; }

#bottomprev { position: absolute; left: 1em;  }

#bottomnext { position: absolute; right: 1em; }

/*
@font-face {
    font-family: 'Uni';
    src: url('fonts/universltstd-webfont.eot');
    src: local('Univers LT Std'),
         url('fonts/universltstd-webfont.woff') format('woff'),
         url('fonts/universltstd-webfont.ttf') format('truetype'),
         url('fonts/universltstd-webfont.svg#webfontHRcobhOZ') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Uni';
    src: url('fonts/universltstd-bold-webfont.eot');
    src: local('Univers LT Std Bold'),
         url('fonts/universltstd-bold-webfont.woff') format('woff'),
         url('fonts/universltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/universltstd-bold-webfont.svg#webfonta1n3t8Ho') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Uni';
    src: url('fonts/universltstd-obl-webfont.eot');
    src: local('Univers LT Std Oblique'),
         url('fonts/universltstd-obl-webfont.woff') format('woff'),
         url('fonts/universltstd-obl-webfont.ttf') format('truetype'),
         url('fonts/universltstd-obl-webfont.svg#webfontfzNMhb17') format('svg');
    font-weight: normal;
    font-style: italic;
}
*/
