
/* Resources page style */

#resources_intro
{
	padding: 5px 5px 5px 5px;
}

#recent_articles
{
	position: relative;
	float: left;
	width: 48%;
	margin-left: 0px;
	border: 2px solid #B65319;
	padding: 0px 5px 5px 5px;
}

#most_popular
{
	position: relative;
	float: right;
	width: 48%;
	margin-right: 0px;
	border: 2px solid #B65319;
	padding: 0px 5px 5px 5px;
}

.article_heading
{
	position: relative;
	padding: 5px 5px 5px 0px;
}

.article_heading .title
{
	position: relative;
	float: left;
	margin-left: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: sans-serif;
	color: #669999;
	padding: 5px 10px 5px 10px;
	border: 2px solid #B65319;
	border-bottom-width: 0px;
}

.article_heading .citation
{
	position: relative;
	text-align: right;
	margin-right: 0px;
	margin-top: 10px;
}

.article_body
{
	clear: both;
	border: 2px solid #B65319;
	padding: 10px;
	margin: 0px;
}

#listing_title
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: sans-serif;
	color: #669999;
	padding: 5px 5px 5px 5px;	
}

#listing_sorting
{
	text-align: center;
	padding: 5px 5px 20px 5px;
}

#listing_list
{
	border: 2px solid #B65319;
	padding: 5px 5px 5px 5px;
}

.sort_criteria
{
	padding: 0px 0px 0px 25px;
}

.listing_title
{
	float: left;
}

.listing_citation
{
	float: right;
	text-align: right;
}

.listing_row
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #669999;
}

