@charset "utf-8";

#pagebottom #articlelist {
	float: left;
	width: 250px;
	border: 1px solid #CCC;
	margin: 10px 0px 10px 10px;
}

#pagebottom #highlightthree {
	width: 615px;
	height: 80px;
	overflow: hidden;
	margin-left: 272px;
	border: solid #ccc 1px;
	clear: both;
	margin-bottom: 10px;
}

#highlightthree .article {
	width: 205px;
	height: 80px;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: pointer;
	background: #1B3C35;
}

.articleTitle {
	position: absolute;	
	z-index: 100;
	left: 0px;
	bottom: 0px;
	font-size: small;
	padding: 3px;
	width: 199px;
	color: #FFF;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	display: block;
	background: #000;
}

#articlelist a {
	display: block;
	width: 242px;
	padding: 4px;
	border-bottom: #ccc dashed 1px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#articlelist .publisheddate {
	font-weight: normal;
	color: #1B3C35;
	font-size: small;
}

#textblock .item {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#textblock .title {
	font-size: x-large;
	color: #000;
	font-weight: bold;
}

#textblock .published {
	font-size: large;
	font-weight: bold;
	color: #1B3C35;
}

#textblock .article {
	color: #333;
	font-style: italic;
	margin-top: 5px;
}