/* SITE STYLE */
* {padding:0; margin:0;}
body {font:10px/1.6em Arial, Helvetica, sans-serif; color:#333;}

/* COLORS */
body {background-color:#D9D9D9;} /* color of site background */
#wrap {background-color:#fff;} /* color of content background */
#header {background-color:#EE9446;}  /* color of header background */
#footer {background-color:#EE9446;} /* color of footer background */

/* LINKS */
a, a:visited {color:#AB0201; text-decoration:none;} /* color of links */
a:hover {text-decoration:underline;}

/* CONTENT STYLES */
p, h1, h2, h3, h4, h5, h6, ul, img {padding:5px 0; margin:0 20px;}
p {font-size:1.2em;}
img {border:none;}
#intro span, h3 {font:1.8em Georgia, "Times New Roman", Times, serif;}
h4 {font:1.6em Georgia, "Times New Roman", Times, serif;}

/* LAYOUT */
#wrap {width:750px; position:relative; left:50%; margin-left:-375px;}
#header {width:750px; height:150px; padding:0px 0px; margin:0px 0px;}
	#header img,  #header h1 {width:700px; padding:0px 0px; margin:0px 0px;}
	#header h2 {margin:0px 0px; font:2.4em Georgia, "Times New Roman", Times, serif;}	
	#header h2 span {display:block; font-size:.9em;}
	
#intro {width: 95%; margin:10px auto;}
#content {width:75%;}
#contenttable {width:100%;}
	#firstcontent {width:60%; text-align:justify;}
	#sidecontent {width:40%; text-align:justify;}
	#maincontent {width:100%; text-align:justify;}
#sidebar {width:20%;}
#footer {clear:both; }

 /* NAVIGATION */
#nav {width: 100%; margin-bottom:25px;}
#nav {font-size: 1.2em; list-style: none; margin-left:0; margin-right:20px;}
#nav li {margin-bottom: 1px;}
#nav a {font-weight: bold; display: block; text-align: left; background: #E54241; padding: .5em; color:#ffffff;} /* color of default navigation background */
#nav a span {display: block; font-size: .8em;}
#nav img {margin-top: 2em; margin-bottom: 2em;}
#nav a:hover {background: #E1807F; text-decoration: none; color: #AB0201;} /* color of hovered navigation background */

#nav h2, #nav h3, #nav h4, #nav h5, #nav p {margin: 5px 20px;}
#nav h3 {margin-top:20px; margin-bottom:10px; font-size:1.6em;}

/* Nav Button turned on based on body class */
.home#nav #home a, .hypotheses #nav #hypotheses  a, .excerpts #nav #excerpts a, .blog#nav #blog  a, .about #nav #about a, .events #nav #events a, .scientific #nav #scientific a, .abridged #nav #abridged a, .contact #nav #contact a, .press #nav #press a {background: #E1807F; text-decoration: none; color: #AB0201;}/* color of selected navigation background */

/* IMAGE POSITIONS */
.left {float:left; margin-right:10px;}
.right {float:right; margin-left:10px;}