
/* NOTE : The OVERFLOW : HIDDEN forces clear:both after the article */

.article_item	{
	background-color : transparent;
	overflow : hidden;
}

.article_item a {
	text-decoration: underline;
	color : blue;
}

.article_item a:hover {
	color: #f00;
}

.article_bulk	{
	line-height: 2em;
	font-size: 1.1em;
	overflow : hidden;
}

.article_bulk	strong	{
	color : #b22222;
	font-size : .90em;
}

/* Stops leading p problems */
.article_item	p	{
	margin : 0 0 10px 0px;
}

/* TITLE */.article_item h2	{	font-size : 2em;	color : #aa0c00;
}

/* PER ITEM HEADING */
.article_item	h3	{
	padding : 3px 0 4px 0;
	font-weight: bold;
}

.align-left { 
	float:left; 
	margin: 0 20px 10px 0; 
}

.align-right { 
	float:right; 
	margin: 0 0 10px 10px; 
}


.article_end	{
	margin-top : 10px;
	height : 30px;
	width : 100%;
	border-bottom: 1px solid #ccc;
}

.article_end	div	{
	float : right;
	padding : 6px;
}
