/**
 * @version 1.0 $Id: mod_eventlist_wide.css 803 2008-10-21 19:12:52Z schlu $
 * @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 {

margin: -4px 0px 10px 0px;
padding: 10px 0px 0px 26px;
line-height: 14px;
}

div#eventset {
	border-top: 1px solid #D3D6DA;
	margin: 5px 20px 5px 0px;
	width: 165px;
}



div#elmodulewide span.event-title {
}

div#elmodulewide span.time {
}

div#elmodulewide span.date {
	margin: 5px 0px 5px 0px;
}

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

div#elmodulewide span.venue-title {
font-size: 13px;
}

div#elmodulewide span.date_eventlist {
font-weight: normal;
}

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;
}
