/* Rotating Tabs */

.ilc-tabs, .ilc-tabs-tags{
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 5px;
}
.ilc-tabs .widget-title,
.ilc-tabs-tags .widget-title{
}
.ilc-htabs{
    margin: 0 0 5px 0 !important;
	display: block;
	overflow: hidden;
	height: 19px;
}
.ilc-htabs li{
	height: 20px;
	overflow: hidden;
	margin: 0 15px 0 0;
	float: left;
}
.ilc-htabs .last{
	margin-right:0;
}
.ilc-htabs li a{
	color: #ccc;
	overflow: hidden;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	height: 20px;
	text-transform: uppercase;
	-webkit-transition: color 0.5s ease-out;
}
.ilc-htabs li:active{
	margin-top: 1px;
	height: 17px;
}
.ilc-htabs li a:hover,
.ilc-htabs li .select{
	color: #338A00;
	font-weight: bold;
	text-decoration: none;
}
.ilc-tab{
	display: none;
}
.ilc-tab ul{
	clear: both;
    display: block;
    margin-left: 0 !important;
}
.ilc-tab a{
	color :#338A00;
	display: block;
	-webkit-transition: color 0.5s ease-out;
}
.ilc-tab a:hover{
	color: #215700;
}
.ilc-tab small a{
	font-size: .9em;
	font-weight: bold;
}
.ilc-tab li{
	padding: 7px 0 0 0;
	margin-bottom: 3px;
	border-top: 1px solid #ececec;
	clear: both;
	overflow: hidden;
	line-height: 160%;
	height: 100%;
}
.ilc-tab p{
    font-size: 1em;
    line-height: 160%;
    margin: 5px 0 10px;
}
.ilc-tab p a{
    font-weight: bold;
    margin-top: 5px;
	-webkit-transition: color 0.5s ease-out;
}
.ilc-tab .wp-post-image{
	display: block;
}
.ilc-tabs-featimg{ margin-right: 10px; margin-bottom: 10px; margin-top: 4px; }
.ilc-tabs-featimg-right{ float: right; margin-left: 10px; }
.ilc-tabs-featimg-left{	float: left; }

.ilc-tab .comment-author-avatar{
	float: left;
	margin-right: 5px;
}
.ilc-tab .comment-author,
.ilc-tab .commented-post{
	font-weight: normal;
}
