@charset "UTF-8";

/* SAGE2 is available for use under the SAGE2 Software License
 *
 * University of Illinois at Chicago's Electronic Visualization Laboratory (EVL)
 * and University of Hawai'i at Manoa's Laboratory for Advanced Visualization and
 * Applications (LAVA)
 *
 * See full text, terms and conditions in the LICENSE.txt included file
 *
 * Copyright (c) 2014
 */

/* CSS Document */

@import url('/css/fonts.css');

* {
	font-family: Arimo, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
}

h1 {
	font-size: 18pt;
	color: #FFFFFF;
}

h2 {
	font-size: 14pt;
	color:  #ADD8E6;
	margin: 10px;
}

h3 {
	color: #FFFFFF;
}

h4 {
	font-size: 11pt;
	color: #FFFFFF;
}

header {
	font-size: 14pt;
	color: #FFFFFF;
	margin: 10px;
}

footer {
	color: #FFFFFF;
	margin: 5px;
	left: 10px;
	text-align: left;
	bottom: 0;
	position: fixed;
	z-index:-10;
}


p {
	padding-left: 25px;
	text-indent: 0;
	color: #FFFFFF;
}



footer li {
	width: 800px;
	overflow: hidden;
	list-style: none outside none;
	text-indent: 25px;
	color: #FFFFFF;
}

section ul {
	margin-left: 25px;
}
section ol {
	margin-left: 25px;
}


section li {
	text-indent: 5px;
	margin-left: 25px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

a:visited {
	text-decoration: underline;
	font-style: italic;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

body {
	background: #333333;
	width:  100%;
	height: 100%;
	text-align: center;
	min-width:500px;
}

main {
	background: #666666;
	width: 90%;
	text-align: left;
	padding: 10px;
	display: inline-block;
	z-index:10;
}

.siteType {
	margin-bottom: 5px;
}
