/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/* K2 */ 
.itemContainer
{
	float: left;

}

.itemListCategory h1
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.itemView,
.itemListView
{
	margin-top: -35px;
}
.itemView h1
{
	color: #98c500;
}

.itemHeader
{
	background: #f1f1f1;
	margin: 0px 0 15px 0;
	padding: 3px 10px;
	font-size: 11px;
}
.itemAuthor
{
	padding-left: 10px;
}
.itemAuthor a
{
	font-weight: bold;
}
.itemList .itemContainer
{
	width: 610px;
}

.catItemImageBlock
{
	display: inline-block;
	float: left;
	margin: 0 20px 10px 0;
}
.catItemImageBlock img
{
	background: #fff;
	padding: 1px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.catItemTitle,
.catItemTitle a,
.latestItemTitle,
.latestItemTitle a
{
	color: #98c500;
}
.catItemTitle a:hover,
.latestItemTitle a:hover
{
	color: #6b8b00;
}




.latestItemView
{
	width: 280px;
	float: left;
	padding-bottom: 40px;
}
.latestItemView:nth-child(odd)
{
	clear: both;
}
.latestItemView:nth-child(even)
{
	margin-left: 50px;
}
.latestItemImageBlock
{
	margin-bottom: -10px;
}
.latestItemImageBlock img
{
	width: 280px;
	height: 185px;
	display: block;
}
.latestItemDateCreated
{
	display: none;
}

.itemSocialSharing,
.pagination_container
{
	border-top: 1px dotted #ddd;
	padding: 20px 0 0 0;
}

.itemTwitterButton
{
	display:none;
}
.itemFacebookButton
{
	float: left;
}
.itemGooglePlusOneButton
{
	float: right;
}

.itemBackToTop
{
	display: none;
}

.pagination_container .pagination
{
	float: left;	
}
.pagination_container .pagination strong,
.pagination_container .pagination a
{
	display: inline-block;
	padding: 0 5px;
	line-height: 20px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagination_container .pagination strong
{
	background: #98c500;
	color: #fff;
}

.pagination_container .results
{
	float: right;
	font-style: italic;
	color: #999;
}



.catItemView.magzat
{
	border-top: 1px dotted #ddd;
}
.catItemView.magzat .catItemTitle
{
	margin: 10px 0;
}
