/**
 * @version 1.0 $Id$
 * @package Joomla
 * @subpackage EventList
 * @copyright (C) 2005 - 2007 Christoph Lukes
 * @license GNU/GPL, see LICENCE.php
 * EventList is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.

 * EventList is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with EventList; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **/
 
div#elmodulewide {
	width: 100%;
}
div#elmodulewide p{
	margin:0;
	padding:0;
}
div#elmodulewide h4{
    margin: 5px 0 0;
    padding: 0;
}
div#elmodulewide h4 a{
	color: #666;
    font: 13px 'Oswald',arial,sans-serif;
}
div#elmodulewide .eventset {
	margin-top: 5px;
    width: 100%;
}

div#elmodulewide span.event-title {
	padding-left: 17px;
	background: url(img/flag_red.png) no-repeat;
	font-size: smaller;
}

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

div#elmodulewide p.date {
	/*padding-left: 20px;
	background: url(img/date.png) no-repeat;
	padding-top: 2px;*/
	font:normal 17px 'Oswald',arial,sans-serif;
}
div#elmodulewide p.date a{
	color:#6d6d6d;
}
div#elmodulewide span.category {
	position: relative;
	padding-left: 25px;
	/*background: url(img/category.png) no-repeat;*/
	font-size: 12px;
	background: url(../../../templates/jv_olo16/images/pbmc/icones.gif) no-repeat 0 -23px;
	color:#92661e;
	margin-left:20px;
}

div#elmodulewide span.date {
	position: relative;
	padding-left: 23px;
	/*background: url(img/building.png) no-repeat;*/
	font-size: 12px;
	background: url(../../../templates/jv_olo16/images/pbmc/icones.gif) no-repeat -2px -45px;
	color:#97b329;
}

div#elmodulewide .event-image-cell {
}

div#elmodulewide .venue-image-cell {
}

div#elmodulewide .image-preview {
	height: 35px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: white;
	margin: 3px;
}
.mod_eventlist_wide_inner{
	margin:0;
}
.mod_eventlist_wide_inner li{
	background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #CCCCCC;
    margin: 10px 0 0;
    padding-bottom: 10px;
}
.mod_eventlist_wide_inner li:last-child{
	border: none;
    padding: 0;
}
.eventlist_wide_item_link{
	margin-bottom: 1px;
	text-align:right;
}