@charset "UTF-8";

/* Global Settings */

body {
	margin: 0;
	padding: 0;
	font-size: medium;
	color: #003300;
	background: #000000;
}

h1 {
	margin-top: 0;
	margin-right: 10px;
	background: #003300;
	border: 2px solid #ffcc00;
	color: #ffff33;
	line-height: 1.8;
	font-size: x-large;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	margin-left: 10px;
	font-size: medium;
	font-weight: normal;
	text-decoration: underline;
}

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

ul {
	margin-top: 10px;
}

#page {
	background: #ffffcc;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 940px;
}

#titlebanner {
	border: solid 2px #005100;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#main {
	margin: 0;
	float: left;
	width: 800px;
}

#contents {
	padding-left: 10px;
	padding-right: 10px;
}



#contents li {
	margin-bottom: 10px;
}

#contents dt {
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}

#contents dd {
	margin-bottom: 20px;
}

#contents em {
	margin-left: 20px;
}

#contents a {
	color: #cc6600;
	font-style: bold;
	text-decoration: none;
}

#contents a:hover {
	color: #33bb00;
}

#contents .backtop {
	text-align: right;
	font-size: small;
}

#counter {
	text-align: right;
	font-weight: bold;
	font-size: small;
	padding-right: 15px;
}


/* What's New */

#recentevents .facebook {
	text-align: right;
	font-weight: bold;
	font-size: small;
	padding-right: 15px;
}

#recentevents .facebook a	{
	color: #cc6600;
	font-style: bold;
	text-decoration: none;
}

#recentevents .facebook a:hover {
	color: #33bb00;
}

/*
#recentevents ul li {
	list-style-image: url(circleB02-20.png);
}
*/

#recentevents li{
	clear: both;
	padding-right: 10px;
	margin-bottom: 10px;
}

#recentevents img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 320px;
}

#recentevents .cap img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 320px;
	float: left;
}

#recentevents img.bigpict {
	display: block;
	width: 650px !important;
}

#recentevents p {
	clear: both;
}

#recentevents a {
	color: #cc6600;
	font-style: bold;
	text-decoration: none;
}

#recentevents a:hover {
	color: #33bb00;
}


/* History */

#events .facebook {
	text-align: right;
	font-weight: bold;
	font-size: small;
	padding-right: 15px;
}

#events .facebook a	{
	color: #cc6600;
	font-style: bold;
	text-decoration: none;
}

#events .facebook a:hover {
	color: #33bb00;
}

/*
#events ul li {
	list-style-image: url(circleB02-20.png);
}
*/

#events li{
	clear: both;
	padding-right: 10px;
	margin-bottom: 10px;
}

#events img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 320px;
/*
	-webkit-filter: sepia(75%);
	filter: sepia(75%);
*/
}

#events img:hover {
	-webkit-filter: sepia(0%);
	filter: none;
}
	
#events .cap img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 320px;
	float: left;
}

#events img.bigpict {
	display: block;
	width: 650px !important;
}

#events p {
	clear: both;
}

#events a {
	color: #cc6600;
	font-style: bold;
	text-decoration: none;
}

#events a:hover {
	color: #33bb00;
}





.photo {
	display: block;
	clear: both;
}

.cap {
	position: relative;
	float: left;
}


.cap p {
	font-size: small;
	position: relative;
	left: 0;
	bottom: 2em;
	width: 315px;
	padding-left: 5px;
	color: #fff;
	background: #000;
	opacity:0.7;
	margin: 0 0 -45px;
}

.capbig {
	position: relative;
	float: left;
}


.capbig p {
	font-size: small;
	position: relative;
	left: 0;
	bottom: 2em;
	width: 645px;
	padding-left: 5px;
	color: #fff;
	background: #000;
	opacity:0.7;
	margin: 0 0 -15px;
}
/* Navigation */

#sidebar {
	float: right;
	width: 140px;
}

nav ul {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;

	line-height: 2.0;
}

nav a {
	color: #ffffcc;
	font-style: bold;
	text-decoration: none;
}

nav a:hover {
	color: #ffff00;
}

nav li {
	background: #003300;
	border: 2px solid #ffcc00;
	line-height: 2.0;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

nav li:hover {
	background: #009900;
}

/* Footer */

footer {
	clear: both;
	padding-top: 10px;

}

footer ul {
	overflow: hidden;
	text-align: left;
}

footer li, footer a {
	display: block;
	text-decoration: none;
	color: #ffffcc;
	font-style: bold;
}

footer a:hover {
	color: #ffff00;
}

footer li:hover {
	background: #009900;
}

footer li {
	float: left;
	width: 200px;
	height: 3em;
	background: #003300;
	border: 2px solid #ffcc00;
	line-height: 1.0;
	margin-right: 10px;
	margin-left: 0;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#copyright {
	text-align: center;
	line-height: 2.0;
}


#publications ul {
	overflow: hidden;
	text-align: left;
}

#publications li, #publications a {
	display: block;
	text-decoration: none;
	color: #ffffcc;
	font-style: bold;
	font-size: small;
}

#publications a:hover {
	color: #ffff00;
}

#publications li:hover {
	background: #009900;
}

#publications li {
	float: left;
	width: 120px;
	height: 3em;
	background: #003300;
	border: 2px solid #ffcc00;
	line-height: 1.0;
	margin-right: 10px;
	margin-left: 0;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#people h2 {
	clear:both;
	padding-top: 20px;
}

#people h3 {
	clear:both;
	width: 780px;
}

.person {
	width: 350px;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}


.person img {
	float: left;
	width: 72px;
	height: 96px;	
}

.personinfo {
	margin: 0 0 0 50px;
}

.personinfo ul {
	line-height: 1.0;
	list-style: none;
}


#history ul {
	overflow: hidden;
	text-align: left;
}

#history li, #history a {
	display: block;
	text-decoration: none;
	color: #ffffcc;
	font-style: bold;
	font-size: small;
}

#history a:hover {
	color: #ffff00;
}

#history li:hover {
	background: #009900;
}

#history li {
	float: left;
	width: 70px;
	height: 1em;
	background: #003300;
	border: 2px solid #ffcc00;
	line-height: 1.0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#events h2 {
	margin-left: 10px;
}


#research {
	background: #ffffcc;
	min-height: 400px;
	}

/*
#laboratory h1 {
	margin-top: 0;
	margin-right: 10px;
	background: #003300;
	border: 2px solid #ffcc00;
	color: #ffff33;
	line-height: 1.8;
	font-size: x-large;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

*/

#laboratory h2 {
	margin-top: 0;
	margin-right: 10px;
	background: #003300;
	/* border: 2px solid #ffcc00;*/
	color: #ffffff;
	line-height: 1.8;
	font-size: large;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/*
#laboratory h2 {
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background: #333333; #666666;
	color: #eeeeee;
	line-height: 1.3;
	font-size: x-large;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
*/

/*
#laboratory h3 {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background: #ffffff;
	color: #990000;
	line-height: 1.3;
	font-size: large;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
*/

#laboratory a {
	color: #990000;
	text-decoration: none;
}

#laboratory a:hover {
	color: #c7000b;
}

#laboratory p {
	clear: both;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 1.3;
}

#laboratory img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
	width: 320px;
}

#laboratory img.full {
	display: block;
	width: 680px !important;
}

#laboratory img.big {
	display: block;
	width: 380px !important;
}

#laboratory img.small {
	display: block;
	width: 260px !important;
}

#laboratory .reference {
	clear: both;
	font-size: small;
	font-weight; normal;
	padding-left: 200px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#laboratory figure {
	float: left;
}

#laboratory figcaption{
	width: 320px;
	font-size: small;
	font-weight: bold;
}

#laboratory figcaption.full {
	width: 680px !important;
}

#laboratory figcaption.big {
	width: 380px !important;
}

#laboratory figcaption.small {
	width: 260px !important;
}


#laboratory {
	background: #ffffcc;
	padding-bottom: 30px;
	margin-bottom: 3px;
}
