@import url("common.css");
/* CSS Document */

.author {
	color: #737373;
}

.title {
	padding-top: 15px;
}

.title-comment {
	color: #999999;
	font-size: 75%;
}

.title-note {
	color: #509fc3;
}

.when {
	color: #976260;
	font-weight: bold;
}

.date {
	color: #a5292a;
	font-size: 75%;
	text-decoration: underline;
	padding-top: 15px;
}

#counter {
	text-align: right;
}

#banners {
	float: right;
	width: 150px;
	padding-left: 14px;
	margin-left: 14px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #eeeeee;
}

.banner {
	margin-top: 10px;
}

#authors {
	padding: 5px;
	font-size: 75%;
	background-color: #eeeeee;
	color: #a5292a;
}

#authors-title {
	font-weight: bold;
	text-align: center;	
}

.authors-author {
	margin-top: 5px;
}

.text-banner {
	text-align: center;	
	font-weight: bold;
	padding: 8px;
	background-color: #aaaaaa;
}

.text-banner a {
	color: #ffffff;
}

#more-subjects {
	text-align: right;	
	font-size: 75%;
}

#all-subjects {
	padding-top: 8px;
	text-align: right;	
	font-size: 75%;
	font-weight: bold;
}
.img-first-page {
	float: right;
	display: block;
	border: 2px solid #eeeeee;
	background-color: #fafafa;
	margin-left: 10px;
}