html{
	padding:0px; margin:0px;
}
body {
	padding:0px; margin:0px;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Adobe Jenson Pro", Garamond, Georgia;
	font-size: 11pt;
	overflow: hidden;
	background-color:#000000;
	text-rendering: optimizeLegibility;
}

#fullscreen{
	width:100%;
	height:100%;
	padding:0px; margin:0px;
}

#fullscreen img#background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

#header {
  	background: url('bg-blue.png') repeat-x 0px 0px;
  	height: 201px;
  	color: white;
	padding: 1px;
	overflow:hidden;
}

#header > * {
	margin-left:20px;
	margin-right:20px;
}

#header a, #footer a {
	color:white;
}

#header h1 {
	display:none;
}

#header img#logo {
	display:block;
	height: 200px;
	width: 600px;
	float:left;
	border:none;
	margin-top:-1px;
	margin-left:-2px;
}

#header h2{
	display:none;
}

#header a#institution img {
	float:right;
	top:40px;
	right:20px;
	height: 120px;
	width: 100px;
	display:block;
	border:none;
	position:absolute;
	z-Index:-1;
}

#header p#abstract {
	margin-left: 620px;
	margin-right: 200px;
	margin-top: 15px;
	float:center;
	display:block;
}

#footer {
	height: 40px;
	width:100%;
  	background: url('bg-blue-ft.png') repeat-x 0px 0px;
  	color: white;
	padding: 1px;
	position:fixed;
	bottom:0px;
	left:0px;
	color:white;
}

#footer a#sign-in {
	float:right;
	display:block;
	height: 100%;
	width: 300px;
    text-decoration: none;
	font-family: "museo-slab-1","museo-slab-2","ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Adobe Jenson Pro", Garamond, Georgia;
	font-weight:100;
	font-size: 12pt;
	color:#AEB9FF;
	margin-top:10px;
	margin-right:10px;
	text-align:right;
}
#footer a#sign-in:hover {
	color:white;
}

#main-content div {
	-moz-border-radius: 1em;	
	-webkit-border-radius: 1em;
	border-radius: 1em;
	background-color: #AEB9FF;
	color: black;
	opacity:0.9;
	filter:alpha(opacity=90);
	padding:20px;
	padding-bottom:0px;
}

#main-content div.box {
	margin-left:5%;
	margin-right:9%;
	overflow:hidden;
	margin-top:10px;
	display:none;
}

#main-content div.box .next, #main-content div.box .more {
	cursor:pointer;
	color:gray;
	text-decoration:underline;
	font-size: 100%;
	font-weight:100;
	margin-bottom:20px;
}

#main-content div.box .next {
	float:left;
}

#main-content div.box .more {
	float:right;
}

#main-content div.box .next:hover, #main-content div.box .more:hover{
	color:black;
}

#who a {
	color: #FFFF99;
}


#main-content img.diadem {
	margin:0px;padding:0px;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:block;
	float:right;
	margin-top:-2.5ex;
}

#main-content div h2 {
	color: #061062;
	display:block;
	font-family: "museo-slab-1","museo-slab-2","ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Adobe Jenson Pro", Garamond, Georgia;
	font-weight:100;
	margin:0px; padding:0px;
	border-bottom: dotted gray 1pt;
}

#main-content .box strong {
	color: #061062;
	font-size: 110%;
}

#main-content .box em {
	color: #FFFF99;
}


#fullscreen > hr {
	clear: both;
	display: none;
}

abbr {
	font-weight: 200;
	letter-spacing: 1pt;
	font-size: 80%;
	font-variant: small-caps;
}

#fullscreen div#main-content {
	width:100%;
	padding:0; 
	margin-left:20px;
	margin-right:20px;
}

#header #nav {
	margin-top:45px;
	margin-left:580px;
}

#header #nav li {
	list-style:none;
	display:inline;
	text-align:center;
	width:90px;
	float:left;
	cursor:pointer;
	padding-top:5px;
}

#header #nav li:hover {
    color:black;
	background:white;
	opacity:.75;
	filter:alpha(opacity=75);
	-moz-border-radius: .5em;	
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

#header #nav img {
	width:60px;
	height:80px;
	background-color:white;
	border:solid gray 0.5pt;
	padding:2px;
}


@media screen and (max-width: 800px) {
  #main-content div.box {
	font-size:80%;
	line-height:1.25;
	margin-left:0px;
	margin-right:30px;
  }
  #header {
  	height: 150px;
  }
  #header img#logo {
	height: 151px;
	width: 450px;
  }
  #header a#institution img {
	height: 80px;
	width: 70px;
  }
  #header #nav {
	margin-top:30px;
	margin-left:430px;
  }
  #header #nav img {
	width:40px;
	height:50px;
  }
  #header #nav li {
	width:60px;
	font-size:90%;
  }
}

@media screen and (max-height: 600px) {
  #main-content div.box {
	font-size:80%;
	line-height:1.25;
	margin-left:0px;
	margin-right:30px;
  }
  #header {
  	height: 150px;
  }
  #header img#logo {
	height: 151px;
	width: 450px;
  }
  #header a#institution img {
	height: 80px;
	width: 70px;
  }
  #header #nav {
	margin-top:30px;
	margin-left:430px;
  }
  #header #nav img {
	width:40px;
	height:50px;
  }
  #header #nav li {
	width:60px;
	font-size:90%;
  }
}



