@CHARSET "utf-8";
/**
  * This is the main CSS stylesheet for the WhyCoexist website.
  * These styles run the general features of the site and the text and figures 
  *		on pages.  
  * Stylesheets for the various apps that run on individual pages are loaded 
  *		dynamically by javascript as needed on a particular page. 

/*-------------------- Section Elements --------------------*/
body {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;  
	background-color: #EEEEEE
	font-family: "Times New Roman", Times, Serif;
	font-size: 1em;
	text-align:left;
}
header {
	margin-top: 32px;
	height: 182px;
	width: 1200px;
	color: rgb(255,255,0);
	background-image: url("../images/EvernaleBannerWide.jpg");
/*	border-bottom: 1px solid rgb(0,0,255);	*/
	font-family: Georgia, "Book Antiqua", "Times New Roman", Serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
nav {
	position: fixed;
	top: 0;
	width: 1200px;
	height: 32px; 
	z-index: 999;
	background-color: rgb(255,153,0);
 	font-family: Georgia, "Book Antiqua", "Times New Roman", Serif;
	font-size: 1em;
}
article { 
	padding: 0px 2px 0px 2px;
	margin-bottom: 5px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 0.9em;
}
footer {
	width: 1200px;
	clear: both;
	border-top: 2px solid rgb(0,0,255);
}

/*-------------------- General Elements --------------------*/
h2 {
	text-align: center;
    font-family: Georgia, "Book Antiqua", "Times New Roman", Serif;
    font-size: 1.5em;
    padding: 0.5em;
}
h3 {
	text-align: center;
	font-family: Georgia, "Book Antiqua", "Times New Roman", Serif;
}
h4 {
	clear: both;
	font-size: 1.2em;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
h5 {
	text-align: center;
	font-family: Georgia, "Book Antiqua", "Times New Roman", Serif;
	margin: 1em 0em 1em;
}
p.center {
	text-align: center;
}
a {
	color: rgb(0,0,255);
	color: rgb(255,153,0);
	text-decoration: none;
}
a:hover {
	color: rgb(255,0,0);	
}
span.R1 {
	color: rgb(0,255,0);
}
span.R2 {
	color: rgb(0,125,0);
}
span.R3 {
	color: rgb(153,204,0);
}
span.N1 {
	color: rgb(0,0,255);
}
span.N2 {
	color: rgb(125,0,125);
}
span.N3 {
	color: rgb(0,0,125);
}
span.P1 {
	color: rgb(255,0,0);
}
span.P2 {
	color: rgb(125,0,0);
}
span.P3 {
	color: rgb(65,0,0);
}

/*-------------------- Navigation Menu --------------------*/
#navMenu {
	float: left;
    font-family: Arial;
    font-size: 1em;
	padding: 0px 0px 0px 0px;
}
#navMenu, #navMenu ul {
	list-style: none;
	margin: 0;
}
#navMenu > li {
	float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: rgb(255,255,255);
    font-weight: bold;
    background: rgb(255,153,0);
}
#navMenu li:hover {
	background: rgb(255,201,124);
    color: rgb(0,0,0);
}
#navMenu li {
	display: block;
    height: 2em;
    line-height: 2em;
/*    padding: 0 1.5em; */
	text-align: center;
}
#navMenu ul {
    position: absolute;
    display: none;
	padding: 0px 0px 0px 0px;
    background: rgb(255,153,0);
	z-index: 999;
}
#navMenu ul li {
    width: 110px;
}
#navMenu ul li.mutualist, #navMenu ul li.pathogen {
    width: 160px;
}
#navMenu li:hover ul {
    display: block;
    background: rgb(255,201,124);
}

li.menuLevel1 {
	height: 30px;
	width: 110px;
	text-align: center;
}
li.link {
	color: rgb(255,255,255);
	cursor: pointer;
}
li.link:hover {
	color: rgb(255,0,0);
}
.menuLevel2 {
	padding: 0px 0px 0px 0px;
	font-size: 0.95em;
}
/*-------------------------- Images -------------------------*/
img#conceptualDiagram {
	float: right;
	padding: 0px 10px 0px 10px;
	height: 18em;
}
img.diagramImage {
	float: left;
	padding: 0px 10px 0px 10px;
}
img.diagramImage.oneTrophicLevel {
	height: 4em;
}
img.diagramImage.twoTrophicLevels {
	height: 8em;
}
img.diagramImage.twoHalfTrophicLevels {
	height: 10em;
}
img.diagramImage.threeTrophicLevels {
	height: 12em;
}
/*img.equationsImage {
	float: right;
	padding: 0px 10px 0px 10px;
}
img.twoEquations {
	height: 8em;
}
img.twoTraitEquations {
	height: 14em;
}
img.threeEquations {
	height: 12em;
}
img.fourEquations {
	height: 16em;
}
*/

/*-------------------- Specific Elements --------------------*/
#titleBlock {
	margin: 0px 0px 0px 20px; 
	padding: 0px;
}
#title {
	color: rgb(255,255,0);
	font-size: 2.4em;
	margin: 20px 5px 5px 0px;
}
#headerAuthor {
	font-size: 1.25em;
	color: rgb(255,255,0);
}
#headerAuthor:hover, #title:hover {
	color: rgb(255,0,0);
}
#headerPublisher {
	font-size: 1em;
}
.link:hover {
	color: rgb(255,0,0);
}
.copyright {
	font-size: 0.75em;
	text-align: right;
}
.video {
	width: 55%;
	margin: 4px;
	float: left;
}
.videoWide {
	width: 75%;
	margin: 4px;
	float: left;
}
.princeton {
	color: rgb(255,153,0);
}
.author {
	color: rgb(255,153,0);
}
.centeredText p {
	text-align: center;
}
div.box {
	margin: 4px;
}
div.floatLeft {
	float: left;
}
div.floatRight {
	float: right;
}
div.floatCenter {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

