/**
 * @version		$Id: mod_minik2.php 1171 2011-12-17 11:32:15Z schro $
 * @package		Mini K2 
 * @Subpackage  Simple style layout with JQuery Masonry efffect
 * @author		TemplatePlazza http://www.templateplazza.com + JoomlaWorks http://www.joomlaworks.gr
 * @copyright	Copyright (c) 2006 - 2011 TemplatePlazza. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
/*  
 * Mini k2  sub layout template
 * jQuery Masonry
 */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clr {
	clear: both;
}

.minik2 .block h2.title a {
	color: #0099CC !important; 
}

.minik2 .block h2.title a:hover {
	color: #333333 !important; 
}

.minik2 .block {
	margin: 0px;
	padding:10px;
	background-color:#fafafa;
	border:1px solid #f2f2f2;
	box-shadow: 0 -10px 50px #999999 inset;
}

.minik2  .block:hover { background-color:#f5f5f5;box-shadow:1px 1px 2px #f5f5f5; }
	.last{margin: 0 0 20px 0;}
	
.minik2 .block h2.title {
	font-size: 180%;
	line-height:100%;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight:400;
	text-transform: uppercase;
	background: transparent;
	color: #444;
	padding: 0;
	margin:0 0 10px 0;
	letter-spacing:0;
}


p.minik2-simple-intro {
	font-size:90%; line-height:16px;
	margin:5px 0 0;
	color: #333333;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:8px;
}
.minik2-simple-rating {
	margin: 10px 0;
	padding: 5px 15px;
	display: inline-block;
	background: url('star.png') #aaa no-repeat 10px 50%;
	color: #fff;
	padding-left: 25px;
	font-size: 90%;
	border-bottom: 1px solid #fff;
	margin-left: -10px;
	text-shadow: 0 1px 0 #333;
}
.minik2 .block img {
	border:none;
	display:block;
	width:100%;
}
.minik2 .block span.itemCategory, .block span.itemDateCreated {
	display:inline; 
	font-size:100%; color:#666;
	padding-bottom:0px;
}

.minik2 .block span.itemCategory a {
	color: #0099CC !important;
}


.minik2 .thumbs-wrapper {
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid rgba(0, 0, 0, 0.1);	
}
.minik2 .thumbs img{ float:left;}