/* @override http://localhost:8000/ncmedia/css/journal.css */

.entry {
	width: 525px;
	margin: 1px 20px 10px 0px;
	border:  1px solid #555;
}

.title {
	margin-bottom: 2px;
	padding: 3px 0 4px 10px;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

.title span {
	display: inline;
	color: #bbb;
	font-size: 0.7em;
	font-weight: normal;
	vertical-align: 1px;
}

.entry_text {
	margin: 0 0 0 10px;
	padding: 5px 10px 1px 0px;
	background: #fff;
	font-size: 0.8em;
	color: #000;
}

.entry_text p {
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.6;
}

.timestamps {
	margin:  0 0 -1px -1px;
	padding: 3px 0 4px 25px;
	border-top: 1px solid #888;
	color: #888;
	font-size: 0.7em;
	line-height: 1.5;
	background: url(images/bl_bw.png) no-repeat left bottom;
}