/*
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
{
    color:#1e3472;
}

h1,h2,h3
{
    color:#1e3472;
}

#menu
{
	margin-top: 20px;
	margin-bottom: 2px;
	position: relative;
background: #3687c3 repeat-x top left;
height: 5.5em;
padding: 0em 1.0em 0em 1.0em;
-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#nav
{
background: #3687c3 repeat-x top left;
	float: right;
}
.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:25px;
font-size:18px;
margin-left:-10px;
height: 35px;
line-height: 35px;
float:left;
}
.topNaviagationLink a
{
background: #3687c3 repeat-x top left;
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}
.topNaviagationLink a.active
{
font-weight: bold;
text-transform: uppercase;
}


#header
{
	margin-top: 20px;
    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:80%;
    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%;
}


.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";
}


.datapic {
	max-width:600px;
	max-height:400px;
}
.datapicSmaller {
	max-width:400px;
	max-height:300px;
}

.datacollpic {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:100%;
	max-height:1000px;
}



