/* @override http://criticalglobalhealth.net/css/cghs2009.css */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul {
	list-style-type: none;
}
#menu {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #ddd;
	margin-bottom: 0;
	color: #333;
}
#menu li {
	float: left;
	margin-left: 20px;
}
#menu a {
	color: #333;
	font-weight: bold;
}
#menu a:hover {
	color: #808000;
}
.left {
	float: left;
}
.clr {
	clear: both;
}
.date, .nametitle, .more {
	float: left;
}
.date, .nametitle {
	line-height: 20px;
}
.talk {
	clear: both;
}
.date, .cgh {
	text-align: right;
	width: 205px;
	padding: 20px;
}
.cgh {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 50px;
}
.nametitle, .spring {
	width: 420px;
	padding: 20px 20px 10px 30px;
}
.openclose {
	float: right;
	margin-right: -15px;
	display: none;
}
.openclose a {
	text-decoration: none;
	color: #808000;
	font-weight: bold;
	font-size: 20px;
}
.close {
	display: none;
}
.more {
	/*width: 380px;*/
	display: none;
	padding-top: 20px;
	height: 670px;
	position: absolute;
	top: 0;
	left: 710px;
	overflow: auto;
	background: url(img/poster2011-2.png) no-repeat 0 0;
	padding-left: 30px;
	margin-left: 10px;
}
#seminar {
	height: 255px;
}
#talks {
	height: 690px;
	position: relative;
}
.foot {
	width: 185px;
	padding: 20px 0 20px 30px;
	font-size: 11px;
	color: #808000;
}
.foot a {
	color: #808000;
}
.foot a:hover {
	color: #000;
}
.ftr1{
	width: 205px;
	padding: 20px;
	text-align: right;
	font-size: 14px;
	color: #000;
}
#poster {
	width: 960px;
	margin: 0 auto;
	clear: both;
	position: relative;
	padding-bottom: 50px;
	background: url(img/2009.png) repeat-y 250px;
	padding-top: 30px;
}
h1 {
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	line-height: 50px;
}
h2 {
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}
.affiliation {
	font-size: 12px;
	line-height: 15px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.spring {
	padding-left: 30px;
	color: #808000;
	width: 380px;
	font-size: 44px;
	line-height: 63px;
}
.spring span {
}
.date {
	color: #808000;
	font-weight: bold;
	font-size: 14px;
}

#jhulogo {
	position: absolute;
	top: -30px;
	right: 0px;
	width: 250px;
	height: 60px;
	background: url(img/logo-bg.png) no-repeat center 30px;
}
#jhulogo a {
	display: block;
	width: 180px;
	height: 42px;
	overflow: hidden;
	margin-top: 9px;
	margin-left: 35px;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
#jhulogo a:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#jhulogo span {
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/jhu-logo.png) no-repeat 0 0;
}
#designby {
	position: absolute;
	bottom: 65px;
	right: 45px;
}
#designby a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#designby a:hover {
	color: #808000;
	border-bottom: 1px dotted #808000;
}
