/**
 * @version 2.0.0
 * @package JEM
 * @subpackage JEM Latest Events Wide Module
 * @copyright (C) 2013-2014 joomlaeventmanager.net
 * @copyright (C) 2005-2009 Christoph Lukes
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
 
div#jemmodulewide {
	width: 100%;
		font-family: 'Roboto', 'Titillium Web', sans-serif;
	font-weight: 100;
}

div#jemmodulewide .eventset {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	border:none;
	background:none;
}

div#jemmodulewide span.event-title {
	/*padding-left: 17px;
	background: url(img/flag_red.png) no-repeat;
	font-size: smaller;*/
	font-family: 'Roboto', 'Titillium Web', sans-serif;
	font-weight: 100;
	color: #2e2e2f;
}

div#jemmodulewide span.date a h2{	font-family: 'Roboto', 'Titillium Web', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

div#jemmodulewide span.date a{
	text-decoration: none;
	text-transform: uppercase;
	color:#2e2e2f;
}

div#jemmodulewide span.time {
	/*padding-left: 20px;
	background: url(img/time.png) no-repeat;*/
	padding-top: 2px;
}

div#jemmodulewide span.date {
	/*padding-left: 20px;
	background: url(img/date.png) no-repeat;*/
	padding-top: 2px;
		font-family: 'Roboto', 'Titillium Web', sans-serif;
	font-weight: 100;
}



div#jemmodulewide span.category {
	position: relative;
	padding-left: 18px;
	background: url(img/category.png) no-repeat;
	font-size: smaller;
}

div#jemmodulewide span.venue-title {
	position: relative;
	padding-left: 17px;
	background: url(img/building.png) no-repeat;
	font-size: smaller;
}

div#jemmodulewide .event-image-cell {
}

div#jemmodulewide .venue-image-cell {
}

div#jemmodulewide .image-preview {
	max-height: 100px;
	border: none;
	padding: 0px;
	background-color: white;
	margin: 0px;
}

.event-title a{
	text-decoration:none;
	color:black;
	font-size:1.2em;
}

.joyeventanzeige{
	display:block; 
	width:49%; 
	float:left; 
	background:rgba(255,255,255,0.9); 
	margin:4px;
	min-height: 134px;
}

table tr th, table tr td{
	padding:0px !important;
}

@media (max-width: 930px) { 
	.joyeventanzeige{
		width:100%;
	}
 }