#landing {
	margin: 0 auto;
	margin-top: 40px;
	width: 800px;
}
#issuePanel {
	background: #F2F2F2;
	border: 1px solid #D7D7D7;
	margin: 0 auto;
	position: relative;
	width: 800px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

#issuePanel img.new-issue {
	position: absolute;
	top: 0;
	right: 0;
}

#coverImageLarge {
	float: left;
	overflow: hidden;
	width: 411px;
}

#issueInformation {
	margin-left: 411px;
	padding: 30px 20px;
}

#issueInformation h1 {
	border-bottom: 1px solid #D7D7D7;
	font-size: 12px;
	margin-bottom: 30px;
	padding-bottom: 8px;
}
#issueInformation h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
#issueInformation h3 {
	font-size: 14px;
	margin-bottom: 15px;
}

#issueInformation h5 {
	font-size: 12px;
	margin-top: 15px;
	float: left;
	font-weight: normal;
}

#openLinks {
	margin-top: 40px;
}

#openLinks h4 {
	font-size: 12px;
	margin-bottom: 15px;
}

#openLinks a {
	background: #00B6F8;
	border: none;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 8px 25px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	margin: 0 2px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
}

#openLinks a:hover {
	background: #0388D7;
}

#openLinks > a {
	margin: 0;
}

#openLinks > a + a {
	margin: 0;
	margin-left: 5px;
}

#control_overlay {
 background-color:#000;
}

#footer {
	background: url(/images/libretto/footer-logo.gif) no-repeat right 0;
	color: #C7C5CA;
	margin: 0 auto;
	margin-top: 60px;
	width: 800px;
}
#footer a {
	color: #C7C5CA;
	text-decoration: none;
}

#zoom_content #loginWrapper {
	margin-left: -30px;
}