/**
 * @author Justin Johnson <justin@fryewiles.com>
 * @version 1.0.0 20080314 JJ
 */

.categories .category {
	margin: 15px 9px 15px 0px;
	float: left;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 125px;
	text-align: center;
	height: 10em;
	min-height: 120px;
}

.categories .category:hover {
	border: 1px solid #aaaaaa !important;
	background: #e9eef3 !important;
}

.categories .category a {
	display: block;
	text-decoration: none;
}




.categories .category a h3 {
	font-size: 1.35em;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1em;
}

.categories .category img {
	height: 75px;
	
}

#info {
	
	min-height: 500px;
}

