/*
main.css - Primary layout
*/

body
{
    background-color:#262626;
}

#main
{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    font-family:Arial,Helvetica,sans-serif;
}

#ytplayer {
    display: block;
    margin-left:auto;
    margin-right:auto;
}

#content
{
    position: relative;
    top: 20px;
    text-align:left;
    font-size:0.8em;
    background-color:white;
    padding:20px 30px 5px 30px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#content a
{
    background-color:white;
    text-decoration:none;
}

#content a:link,a:visited
{
    color:#6079bf;
}

#content a:hover,a:active
{
    color:#1e3472;
}

h1,h2,h3
{
    color:#1e3472;
}

#header
{
    text-align: center;
    margin-bottom: 30px;
}

#authors
{
    margin-bottom: 20px
}
#authors span
{
    margin-left: 20px;
    margin-right: 20px;
}
#authors a
{
    font-weight: bold;
    font-size: 11pt;
}

#affiliations span
{
    margin-left: 60px;
    margin-right: 60px;
}

#centerpiece
{
    text-align: center;
    margin-bottom: 20px;
}
#centerpiece span
{
    font-weight: bold;
    font-size: 12pt;
}

#teaser
{
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 10px #000;
    -moz-box-shadow: 2px 2px 10px #000;
    -ms-box-shadow: 2px 2px 10px #000;
    -o-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    
}

#abstract
{
    float: left;
    width: 47%;
}
#abstract p
{
    line-height: 150%;
}

#extras
{
    float: right;
    width: 47%;
}
#extras .item
{
    font-size: 12pt;
}
#extras .item a
{
    font-weight: bold;
}
#extras .item img
{
    vertical-align: middle;
    height: 20px;
    margin-left: 8px;
    margin-right: 4px;
}

.bibtex
{
    margin-top: 10px;
    font: 9pt serif;
}

#clearfloats
{
    clear: both;
}
