#articles {
	height:100%;
}

#articles .article {
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, sans-serif;
}

#articles .row0 {
	height:100%;
	background-image: url(../images/layout/darkTile.jpg);
}

#articles .row1 {
	height:100%;
	background-image: none;
}

#articles .publishDate {
	font-weight: bold;
	text-align:left;
	font-size: 14px;
	color:#333333;
	padding-bottom: 4px;
}

#articles .author {
	text-align:left;
	padding-bottom: 5px;
}

#articles .download {
	width:120px;
	float: left;
	text-align:left;
	font-weight: bold;
	padding-bottom: 5px;
}

#articles .getAdobe {
	width:49%;
	float: left;
	text-align:right;
	margin-top: -10px;
}