/** 
 * News archive style sheet
 *
 * @since 20.02.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.news_archive .box {
	background-image	: url(../dsg/news_archive_bg.gif);
	background-repeat	: repeat-y;
} 
 
.news_archive ul {
	margin				: 0px 5px 0px 0px;
	width				: 160px;
	padding				: 0px;
	float				: left;
}

.news_archive ul li {
	display				: block;
	margin-bottom		: 15px;
}

.news_archive .news {
	overflow			: hidden;
	height				: 100%;
}

.news_archive .news div.date {
	text-align			: left;
}
