.cat-widget {
	margin: 15px 0 0 0;
}

.cat-widget h3 {
	position: relative;
	display: block;
	width: 590px;
	height: 35px;
	padding-left: 32px;
	line-height: 35px;
	background: url(img/widget_header.png) no-repeat;
}

.cat-widget h3 a {color:  #fff}
.cat-widget h3 a:hover {color: #fff}

.cat-widget h4 {
color:#FFF;
	position: relative;
	display: block;
	height: 30px;
	padding-left: 10px;
	margin-right: 1px;
	line-height: 30px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.cat-widget .container {
	width: 622px;
	background: url(img/widget_body.png) repeat-y;
}

.cat-widget .footer {
	display: block;
	width: 622px;
	height: 12px;
	background: url(img/widget_footer.png) no-repeat;
	overflow: hidden;
}

.minimize, .close, .minus, .plus {
	position: absolute;
	top: 10px;
	width: 15px;
	height: 14px;
}
.minimize:hover, .close:hover, .minus:hover, .plus:hover {background-position: bottom}

.minimize {
	left: 10px;
	background: url(img/min.png) no-repeat top;
}

.close {
	right: 10px;
	background: url(img/close.png) no-repeat top;
}

.minus {
	right: 10px;
	background: url(img/minus.png) no-repeat top;
}

.plus {
	right: 30px;
	background: url(img/plus.png) no-repeat top;
}

/* post styles */
.featuredposts_content .thumb img {
	width: 160px;
}
.cat-widget .cpost {
	display: block;
	background: #fff;
	margin: 0 1px 0 0px;
	padding: 15px 10px 15px 10px;
}

.cat-widget .thumb img {
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #c6c6c6;
	padding: 1px;
	margin: 0 10px 0 0;
	width: 100px;
}

.cat-widget p {
	line-height: 1.4em;
	margin: 5px 0 0 0;
	color: #999;
	text-align: justify;
}

.dark_perm {
	font-weight: bold;
	line-height: 1.4em; 
}

.ex {
	display: block;
	float: right;
	margin: 10px 0 0 0;
}
.cont, .comm {
	font-size: 0.9em;
	font-weight: bold;
	color: #76b5e2;
	height: 13px;
	line-height: 13px;
}
.cont:hover, .comm:hover {color: #76b5e2}
.cont {
	background: url(img/ico_more.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 10px;
}
.comm {
	background: url(img/ico_comment.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* more stories */
.more_stories {
	background: #fff;
	margin: 0 1px 0 0;
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #d7d7d7;
}

.more_stories a {
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #f1f1f1;
	height: 1%;
}

.more_stories a:hover {
	background: #f6feff;
	color: #76b5e2;
}

.smallimg img {
	float: left;
	margin: 0 10px 0 0;
	width: 42px;
	height: 42px;
	overflow: hidden;
}

