/*
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
{
    margin-bottom: 20px
}
#affiliations span
{
    margin-left: 20px;
    margin-right: 20px;
}

#centerpiece
{
    text-align: center;
    margin-bottom: 20px;
}
#centerpiece span
{
    font-weight: bold;
    font-size: 12pt;
}


#teaser
{
    max-width: 50%;
    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;
}

h2.links {
	text-align: center;
}

h3.affiliations {display: inline;}

h2.types
{
    color:#088da5;
	text-align: center;
}
h3.desc
{
	color:#799198;
	display: inline;
}
h3.nobreak
{
	display: inline;
}

h3.label
{
	text-align: center;
}

td.images
{
	padding-top: 18px;
	padding-right: 10px;
}

td.imageZ
{
	padding-top: 18px;
	vertical-align: top;
}

h3.todo
{
	color:#ec2c0a;
	display:inline;
}

#code
{
width:98%;
border:1px solid #d4d4d4;
background-color:#F6F4F0;
color:#444444;
padding:5px;
margin:0;
font-size:12px;
font-family:"courier new";
}

.innertable {
 table-layout:fixed;
}
.innertable tr{
    width:25%;
}
.innertable tr td{
	width:25%;
	padding-top: 18px;
	padding-right: 10px;
	overflow: hidden;
}
.innertable tr td a{
   width:25%;
}
.innertable img {
    width:100%;
}