/*** mod_eventkalender_ex.css ***/

﻿ /**
 * THIS FILE IS BASED ON MOD_EVENTLIST_WIDE FROM SCHLU.NET
 * @subpackage EventkalenderEX
 * @copyright (C) 2011 youacclaim.com
 * @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.
 */
 
#eventkalenderex .calendar {
background: url(img/calendar_red.png); 
background-repeat: no-repeat;
width: 84px;
height: 82px;
font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
text-align:center;
padding: 1px 0 0 0;
float:left;
margin-right:10px;
} 
#eventkalenderex span.share{
margin-left:15px;
}

#eventkalenderex .calendar .year{
font-size: 6px;
height:9px;
color: #e1e1e1;
}

#eventkalenderex .calendar .month {
font-size: 8px;
color: white;
text-transform: uppercase;
font-weight: bold;
text-shadow: #666 1px 1px 1px;
}

#eventkalenderex .calendar .day{
font-weight:bold;
padding-top:1px;
font-size: 12px;
}

#eventkalenderex .calendar .daynum{
font-size: 29px;
font-weight:bold;
padding-top:0px;
text-shadow: #fff 1px 1px 1px;
}

#eventkalenderex .clear {clear:both;}


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

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


/*** red.css ***/

﻿#eventkalenderex .calendar {background-image: url(img/calendar_red.png);}