/**
 *  (./) style.css
 *  (by) Stéphane Cousot <http://www.ubaa.net/>
 *  (cc) some right reserved
 *
 *  -------------------------------------------------------------
 *
 *  Locustream web interface design.
 *  version 0.1
 *  
 *  -------------------------------------------------------------
 *
 *  This file is part of the Locus Sonus streambox project.
 *  for more informations, see <http://locusonus.org/streambox/>
 *
 *  This file is released under a Creative Commons Licence BY
 *  http://creativecommons.org/licenses/by/4.0/
 */



body
{
    padding: 70px 30px;
    color: #303030;
    font-family: "Roboto",Arial,sans-serif !important;
    font-size: 12px;
    background: url(/soundmap/admin/php/pattern.php?f=F3F3F3) repeat;
}

a
{
    color: #3e9cff;
    text-decoration: none;
}
a:hover
{
    opacity: 0.8;
}
a:before
{
    content: "→ ";
}

h1
{
    opacity: 0.2;
    padding-left: 8px;
    font-size: 240%;
    text-transform: lowercase;
}

h1 img
{
    vertical-align: bottom;
}

h2
{
    margin: 0px;
    padding: 10px;
    line-height: 20px;
    background-color: rgba(255,255,255,0.96);
}

h3
{
    border-bottom: 1px solid #e5e9e1;
    padding-bottom: 3px;
}

code
{
    background: none repeat scroll 0 0 #fafafa;
    border-radius: 3px;
    color: gray;
    display: block;
    padding: 7px 20px;
}

code+br
{
    display: none;
}

dl+p
{
    margin-top: 27px;
}

dd
{
    margin-left: 17px;
}

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





/* -------- CLASS --------------------------------------------------------------------------------------------------- */

.doc
{
    text-align: center;
    margin: 30px;
}

.doc img
{
    max-width: 80%;
}

.doc a:before
{
    content: "";
}

.highlight
{
    font-size: 180%;
    font-weight: bolder;
    /*text-align: justify;*/
}

.hide
{
    display: none;
}

.panel
{
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #eee;

    box-shadow: 1px 1px 2px #333;
    box-shadow: 3px 7px 10px #333;
    box-shadow: 5px 5px 5px #CCC;
    box-shadow: 3px 3px 5px #CCC;
}

.subpanel
{
    padding: 0 10px 1px;
}





/* -------- BLOCKS -------------------------------------------------------------------------------------------------- */

header div
{
    width: 250px;
}

nav
{
    width: 200px;
    margin-right: 30px;
    padding: 0px 20px 30px 0px;
}

nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li.group
{
    padding-top: 7px;
}

header,
main
{
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    align-content: flex-start;
}

header h1
{
    width: 790px;
}

article
{
    max-width: 800px;
    flex-grow: 1;
}

