/**************************************************************************
***************************************************************************
***************************************************************************

plugin: Article
copy this file to the directory of your template

***************************************************************************
***************************************************************************
**************************************************************************/
div.article_admin_thumbnail {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background: #eeeeee;
}
div.article_admin_thumbnail img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
div.article_wrapper {
	padding: 0px 58px 15px 50px;
	clear: both;
	background: url('images/bg.png') repeat-y top left;
}
div.article_wrapper_preview {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	clear: both;
}
div.article_wrapper_preview a.article_title_link:hover {
	text-decoration: underline;
}
span.article_author {
	font-size: 8pt;
	color: #999999;
}
span.article_date {
	font-size: 8pt;
	color: #999999;
}
span.article_byline {
	font-size: 8pt;
	color: #999999;
}
p.article_thumbnail {
	padding-right: 15px;
	display: block;
	float: left;
}
p.article_thumbnail img {
	border: 1px solid #999999;
}
p.article_intro {
	font-weight: bold; 
}
a.article_title_link {
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.article_link {
	color: #333333;
	text-decoration: underline;
}
