/*archive.css: Folha de estilos para lista de destaques*/

.subSectionList
{
	width: 90%;
	margin-bottom: 20px;
}

.sectionSubpageTitle h1
{
	margin: 0;
	font-weight:bolder;
	padding-top: 7px;
	font-size:130%;
	color: #036;
}

.subSectionList ul
{	
	margin-left: 0px;
	padding-left : 0px;	
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}

.subSectionList ul li
{
	clear: both;
	margin-left: 0px;
	padding-left : 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	height: 100%;
}

.subSectionList ul li:first-child
{
	padding-top: 20px;
}

.subSectionList ul li:last-child
{
	padding-bottom: 0px;
}

.subSectionList .subSectionListItemDescription
{
	padding-top: 5px;
}
