@charset "UTF-8";
/* CSS Document */

#article_container1 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 280px;
	height: 260px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.71em;
}
#article_container2 {
	position: absolute;
	top: 15px;
	left: 310px;
	width: 280px;
	height: 260px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.71em;
	display: inline-block;
}
.image_art {
	
	position: relative;
	float: right;
	width:115px;
	vertical-align: top;
	top: 1.5em;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.date_art {
	font-size: 0.90em;
	color: #999;
	padding-bottom: 4px;
	padding-right: 5px;
}
.header_art {
	font-size: 1em;
	font-weight: bold;
	color: #900;
	padding-bottom: 4px;
	padding-right: 5px;
	letter-spacing: 1px;
}
.subheader_art {
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	font-size: 0.85em;
	padding-right: 5px;
	padding-bottom: 9px;
}
.article_art {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #666;
	text-align: justify;
	padding-right: 5px;
	padding-left: 2px;
	letter-spacing: 0.03em;
	text-indent: 5px;
	line-height: 1.3em;
}
.separator {
	position: relative;
	width: 15px;
	height: 260px;
	left: 292px;
	top:15px;
	background-image: url(../images/misc_separator-dot.jpg);
	background-repeat: repeat-y;
	background-position: 7px;
	display: inline-block;
}
.clearfloat {
	clear: both;
	position: relative;
	height: 10px;
}
.readMore {
	font-size: 0.82em;
	float: right;
	position: relative;
	padding-right:5px;
	top: -10px;
}
.article_art a:link {
	color: #C90;
	text-decoration: none;	
}

.article_art a:hover {
	color: #C90;
	text-decoration: none;
	background-color: #DADADA;
}
.article_art a:visited {
	color: #C90;
	text-decoration: none;	
}
.article_art a:active {
	color: #900;
	text-decoration: none;
}

.header_art a:link {
	font-size: 1em;
	font-weight: bold;
	color: #900;
	padding-bottom: 4px;
	padding-right: 5px;
	letter-spacing: 1px;
	text-decoration: none;	
}
.header_art a:visited {
	color: #900;
	text-decoration: none;	
}
.header_art a:hover {
	color: #800;
	text-decoration: underline;
}

.header_art a:active {
	color: #900;
	text-decoration: underline;
}
