/* [07] Lists 
-------------------------------------------------------*/


/*GALLERY*/
.gallery #content ul {
	list-style: 						none;	
	margin: 								2em auto;
	padding:								0;
	width:									43em;
}
.gallery #content ul li {
	float:									left;
	margin: 								0 0.2em 0.4em 0.2em;
	width:									10.1em;
	font-size: 								100%;
}

.gallery #content img {
	height:									7em;
	margin: 								0;
	width:									10.1em;
}


h1 {
	font-family: 'MuseoSlab-500', 'Times New Roman', Times, serif;
	font-size: 26px;
	color:#de87d1;
	font-weight: normal;
	margin-bottom:10px;
}

h2 {
	font-family: 'MuseoSlab-500', Arial, Times, serif;
	font-size: 18px;
	color:#FFF;
	font-weight: normal;
	line-height:28px;
	padding:6px 0;
}
