.dryden h3, .dryden h4 {
	clear: both;
	margin-left: 10px;
	font-family: Georgia, serif;
}


div.singleSubmission {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 210px;
	padding: 10px;
	border: 1px solid #ddd;
	overflow-x: hidden;
}

div.featuredSubmission {
	cursor: pointer;
}

div.featuredSubmission:hover {
	border: 1px solid #ca0002;
}

.submissionGrid {
}

div.submissionImg {
	position: relative;
	margin-bottom: 8px;
}

div.submissionImg>span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

div.caption {
	color: #666;
	line-height: 140%;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: Georgia, sans-serif;
}

div.author {
	color: #666;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

div.subInfo {
	width: 210px;
	margin-right: 20px;
	height: 100%;
}

div#submissionDetail>div.subInfo {
	float: left;
}

div#submissionDetail {
	background-color: rgb(255,255,255);
	border: 2px solid #ccc;
	padding: 10px;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	position: fixed;
	z-index: 100;
	display: none;
}

div.closeBtn {
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
}

span.feedStatus {
	color: #999;
	font-size: .9em;
	padding-left: 10px;
	font-weight: normal;
}

div.editorialNotes {
	clear: right;
	padding: 0 20px 20px 0;
	float: right;
	width: 350px;
}

div.editorialNotes>p {
	line-height: 140%;
	margin: 0;
}

#shadowBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity:.0;
	filter:alpha(opacity=0);
	z-index: 50;
	display: none;
}
