/* Latest posts by category styles */
/* Copy and paste the classes below at the end of your style.css file */

.catArchive {
	width: 160px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.catArchive h3 {
	font: normal bold 10px sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
}

.catArchive li {
	display: block;
	float: left;
	width: 160px;
	margin: 0 30px 30px 0;
}

.catArchive ul {
	margin: 0;
	padding: 0;	
}

.catArchive li li {

	margin: 0;
	padding: 4px 0;
}

.catAlt {
	margin-right: 0 !important;
}
