/* =categories */
#cats div {
	border: 1px solid #ccc;
	color: #036;
	display: inline; /* ie6 fix */
	float: left;
	height: 160px;
	margin: 0 10px 1em 0;
	padding: 5px;
	overflow: auto;
	width: 258px;
}
#cats div.hover {
	border-color: #74b422;
	cursor: pointer;
}
#cats div img {
	float: left;
	margin-right: 5px;
	width: auto;
}
#cats a {
	color: #036;
	text-decoration: none;
}
#cats ul{
	margin-left: 65px;
	padding-left: 65px;
}
#cats h4  {
	margin-left: 115px;
}
#cats ul a {
	text-decoration: underline;
}

/* =recommended */
#recommended {
	background: url(../img/solidblue.png) repeat-x top left;
	clear: left;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 484px;
}
#recommended h4 {
	color: #036;
	text-align: center;
}
#recommended div {
	color: #036;
	display: inline; /* ie6 fix */
	float: left;
	font-size: 110%;
	font-weight: bold;
	margin: 0 10px 1em 0;
	padding: 5px;
	text-align: center;
	width: 140px;
}
#recommended br.clear {
	clear: left;
}

#recommended img {
	display: block;
	margin: 0 auto;
}
#recommended a {
	color: #036;
	text-decoration: none;
}
#recommended a:hover {
	text-decoration: underline;
}

/* =posts */
.posts {
	background: url(../img/solidblue.png) repeat-x top left;
	clear: left;
	margin: 0 auto 2em;
	padding: 20px 0 0;
	width: 484px;
}
.posts h3 {
	color: #036;
	text-align: center;
}
.posts h4 {
	color: #036;
}
.posts div {
	margin-top: 2em;
}
.posts a {
	text-decoration: none;
	color: #036;
}
.posts a.more {
	text-transform: uppercase;
}