/* 	IMAGE CONTAINER
	Used in several articles to display two square images side by side. */
div.image-container {
	width: 514px;
}
div.image-container div.caption {
	clear: left;
	width: 100%;
	padding: 0 .5em;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: .85em;
	line-height: 1.2em;
}

/* URBAN VIRGINS */
div#urban-virgins div.tabbertab {
	text-align: center;
}
div#urban-virgins div.tabbertab div.title {
	font-weight: bold;
	margin: .5em 0 1em 0;
	text-align: center;
}
div#urban-virgins hr {
	margin: 3em 0;
}

div#video-container {
	border: 1px solid #000;
	background-color: #eee;
	text-align: center;
	margin: 0 auto;
	width: 490px;
}
	div#video-container div#caption {
		font-size: .80em;
		font-family: 'Lucida Sans', Verdana, Helvetica, Arial;
	}
	div#video-container h1 {
		font-weight: bold;
		text-align: center;
	}

/* Override the standard H2 */
h2 {
	margin-top: 2em !important;
	margin-bottom: -1em !important;
}

/* Override the H2 override for authors */
h2.media-author {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
