 /**
 * THIS FILE IS BASED ON MOD_EVENTLIST_WIDE FROM SCHLU.NET
 * @version 1.0 $Id: mod_eventlist_teaser.css 003 2010-01-21 19:12:52Z $
 * @package Joomla
 * @subpackage EventList Teaser Module
 * @copyright (C) 2010 ezuri.de
 * @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.
 * 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.
 */
 
#eventlistteaser{width:245px; }
.teaser{display:none;}
#eventlistteaser .calendar {
background-repeat: no-repeat;
font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
padding: 5px 0 0 0;
float:left;

} 
#eventlistteaser span.share{
margin-left:15px;
}

.event-title{font-size:12px; float:right; width:180px; font-weight:normal; color:#6A5F3C; margin-top:15px;}
#eventlistteaser .calendar .year{
font-size: 6px;
height:9px;
color: #e1e1e1;
}

#eventlistteaser .calendar .month {
font-size: 8px;
text-transform:uppercase;
font-weight:bold;
color:#FF6600;}


#eventlistteaser .calendar .day{
font-weight:bold;
padding-top:3px;
color:#E25A17;
display:none;}


#eventlistteaser .calendar .daynum{
font-size: 24px;
color:#E25A17;
}

#eventlistteaser .clear {clear:both; border-bottom: solid 1px #CCCCCC;}


div#elmodulewide .image-preview {
	height: 60px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: white;
	margin:3px 5px 0 0;
}

#eventlistteaser .float_right {
float:right;
}
#eventlistteaser .image-preview {
border:5px solid #fefefe;
}

