/**************************************/
/* PRINTED ARCHIVE */

.printedList {
	border-bottom:		1px #ccc solid;
}

.printedList a.headline {
	display:			block;
	padding-left:		5px;
	padding-right:		3px;
	padding-top:		12px;
	padding-bottom:		8px;
	font-size:			24px;
	text-decoration:	none;
}

.noJS .printedList a.headline:hover {
	background:			#f8f8f8;
}

.printedList .date {
	margin-top:			3px;
	font-family:		'Trebuchet MS', Helvetica, sans-serif;
	font-size:			14px;
}

.printedList .image {
	float:				left;
	border:				1px solid #ccc;
	margin-right:		10px;
	text-decoration:	none;
}

/**************************************/
/* FLASH PAPER FROM ISSUU */

.flash {
	margin-top:			5px;
	text-align:			center;
}

.flash object {
	border:				1px #555 solid;
}

.flashPaper .date {
	margin-top:			4px;
	font-family:		'Trebuchet MS', Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
}

.flashPaper .moreLink {
	margin-top:			10px;
	border-top:			1px #ccc solid;
}

/**************************************/
/* PRINTED ARTICLE LIST */

.paperArticles .title {
	margin-top:			15px;
}

.paperArticles .article {
	width:				100%;
	border-bottom:		1px #ccc solid;
}

.paperArticles .article a {
	font-family:		Georgia, serif;
	font-size:			11px;
	display:			block;
	height:				18px;
	padding-top:		5px;
	padding-left:		5px;
	text-decoration:	none;
}

.noJS .paperArticles .article a:hover {
	background:			#f8f8f8;
}


/**************************************/
/* PRINTED PAPER FOOTER TEASER */

.printed {
	border-bottom:		1px solid #ccc;
}

.printed a {
	display:			block;
	padding-bottom:		10px;
	text-decoration:	none;
}

.printed a:hover {
	background:			#f8f8f8;
}

.printed a:hover .image {
	border:				1px #7397ae solid;
}

.printed a:hover .caption {
	text-decoration:	underline;
	color:				#000;
}

.printed .image {
	border:				1px #888 solid;
}

.printed .caption {
	padding-left:		3px;
	font-family:		'Trebuchet MS', Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	margin-top:			5px;
}