<?
include_once('colours.inc.php');
?>

.listing_showing {
	float: right;
	font-weight: normal;
	font-size: 0.9em;
}

.article_list {
}
.article_listing_item {
	padding: 4px;
	border-bottom: 1px solid <?=$col['midblue']?>;
}

.article_listing_item.odd {
	background: <?=$col['lightblue']?>;
}

.article_listing_description {
	font-size: 0.8em;
}

.article_user_funcs {
	font-size: 0.8em;
}

.article_inline_user {
	float: right;
}

.article_path {
	font-size: 0.8em;
}

.article_by {
	font-size: 0.8em;
	margin-bottom: 1em;
}

.article_content {
	margin-bottom: 1em;
}

.article_content p {
	margin-bottom: 1.5em;
}

.article_author {
	text-align: right;
	clear: both;
	border-top: 1px solid <?=$col['darkblue']?>;
}

