#page_home #copy_container {
	color:#DDD9C4;
	position:relative;
	height:auto;
	margin-bottom:10px;
	
	
	min-height:300px; /*While there are fewer than 5 articles*/
}

* html #page_home #copy_container {
	height:300px; /*While there are fewer than 5 articles*/
}

#page_home .article {
	width:60%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#1E1B16;
	line-height:1.4em;
	overflow:hidden;
}

.article_text {
	width:99%; margin-left:1.3%;/*fix for firefox rounding error at 1280w*/
	height:90%;
	overflow:auto;/*lol opera*/
	overflow-y:auto;
}

.article_text div {
	margin:14px 18px;
}

.article_link {
	float:left;
	margin-left:12px;
}

.article_details {
	width:100%;
	text-align:right;
	height:11%;
	background:#1E1B16;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	white-space:nowrap;
}

.article_details div {
	padding:8px 12px 6px 8px;
}
.article_link {
	margin-left:18px;
}

* html .article {
	/*right:19px; Uncomment when 5th article has been posted*/
	width:expression(document.getElementById('article_container').offsetWidth * .6 - 19 + 'px');
	height:expression(document.getElementById('article_container').offsetHeight + 'px');
}

.article h3 {
	font-size:17px;
	margin-bottom:8px;
	color:#EEEAD4;
}

.article p {
	margin-bottom:14px;
}

.article strong {
	color:#EEEAD4;
}

.article a {
	color:#DDD9C4;
	text-decoration:none;
	border-bottom:1px dotted #A09C8C;
}

.article a:hover {
	color:#FFF;
	border-bottom:1px solid #A09C8C;
}

#article_list {
	list-style:none;
	width:41%;
	margin:0;
}

* html #article_list {
	width:40%;
}

#article_list li {
	margin-top:1em;
	text-align:right;
}

#article_list li.top {
	margin-top:0;
}

#article_list li h4 {
	font-size:122%;
}

#article_list li cite {
	display:block;
	font-size:82%;
}

#article_list li a {
	background:#EEEAD4;
	color:#1E1B16;
	text-decoration:none;
	display:block;
	padding:5px 5% 5px 10px;
}

* html #article_list li a {
	width:100%;
}

#article_list li a:hover {
	background:#DE4545;
	color:#FFF;
}

#article_list li a.active {
	background:#1E1B16;
	color:#FFF;
	cursor:default;
}

#article_list li a.active:hover {
	background:#1E1B16;
}