/**
 * CSS for articles
 */

/* Articles */
#article_body {
	position: relative;
}

#article_author {
	margin-bottom: 1em;
}

#article_content {
}

#article_links {
}

#article_images {
	float: right;
	margin: 0px 0px 25px 25px;
	width: 290px;
}

#article_images dl {
	margin-bottom: 1em;
}

#article_images dt {
}

#article_images dd {
	margin: 0;
	text-align: left;
}

/* Article Listings
 * For article listings on the various press pages (listing partial)
 */
.articleListing {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed black;
}

.articleListing .articleDate {
	width: 150px;
	float: left;
}

.articleListing .articleTitle {
	float: left;
}

/* Newsbox Block 
 * For use with newsbox widgets (in summary partial)
 */

#articleHighlights {
	border: 5px outset black;
	height: 340px;
}

.newsBox {
	display: none;
	position: relative;
	width: auto;
	height: 320px;
	padding: 10px;
}

.newsBox img {
	float: left;
	margin-right: 10px;
}

.newsBox .newsContent {
	margin-bottom: 1em;
}

.newsBox .readOnLink {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.newsBox.current {
	display: block;
}
