/*********************************

********* Category Home *********

**********************************/


div#cat_home_content {

	margin: 10px 0;

	width: 100%;

	font-size: 0.7em;
	
	font-weight: bold;

}



div#cat_home_content ul li.item {

        width: 30%;

        min-height: 100px;

        display: -moz-inline-stack;

        display: inline-block;

        vertical-align: top;

        margin: 5px;

        zoom: 1;

        *display: inline;

        _height: 100px;

    }

	
.media_holder {

	width: 100%;
	
	height: 100px;
	
	background: #58595B;
	
	margin-bottom: 2px;
	
}

#cat_home_content h2 {

	font-size: 1.25em;

	display:block;
	
	font-weight: bold;
	
	padding: 5px 0 0 5px;
	
	line-height: 1em;
	
}

#cat_home_content h2 a {

	text-decoration: none;
	
}

#cat_home_content.arts h2 {

	color: #fcb03b;

}

#cat_home_content h2 .header_icons {

	float: right;
	
	display: block;
	
}

#cat_home_content p {
	
	font-size: 12px;
	
	font-weight: normal;
	
}

#cat_home_content .iconwrapper {
	
	width: 100%;
	
}

#cat_home_content .icons {

	float: right;
	
	display: block;
	
	margin: 3px 0 2px;
	
}

#cat_home_content .icons a img {

	padding-left: 2px;
	
}

#cat_home_content a {
	color:#58595B;
	font-size:1em;
	font-weight:bold;
	text-decoration: underline;
}

#cat_home_content .hr.bottom {

	margin-top: 10px;
	
	margin-bottom: 0;
	
	position: relative;
	
	bottom: 0px;
	
}