/**
 * Stylesheet for the WP Events Calendar
 * Some overrides for thickbox and tooltip
 * and calendar formatting
 */

/* import the tooltips stylesheet classes for EC */
@import url(ec-tooltips.css);

/*
#EC_previousMonth {
	text-indent: -3333px;
	background: transparent url(../images/lewa.png) no-repeat center center;
	width: 36px;
	height: 16px;
}

#EC_nextMonth {
	text-indent: -3333px;
	background: transparent url(../images/lewa.png) no-repeat center center;
	width: 36px;
	height: 16px;
}
*/
html, body {
	scrollbar-base-color:#FFD014;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #FFF;
	
	scrollbar-shadow-color: #666;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: gray;
	
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}

.EC-tt-widget-day-event {
	background: #000;
	color:#FFD014;
	list-style: none;
}

.EC-tt-widget-day-event{
	list-style: none;
	color:#FFD014;
}

.EC-tt-widget-clickdate {
	color:#FFD014;
}

.EC-tt-widget-day-event-detail {
	color:#FFD014;
}

.mazaja-maly
{
	display: block;
	width: 30px;
	/*height: 16px;*/
	color: #000;
	background: transparent url(../images/mazaja_maly.gif) no-repeat center center;
	cursor: pointer;
}

/* * Thickbox CSS */
div#TB_title {
	background-color: #ffd014;
	color: #000;
	font-weight: bold;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FFD014;;
	background-color: #000;
	padding: 5px;
	opacity: 1;
	width: 200px;
	word-wrap: break-word;
	letter-spacing: 0.1 em !important;
	font-style: Tahoma, Arial sans-serif !important;
}
#tooltip h3, #tooltip div {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}

/** Large Calendar */
/** Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid black;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-calendarLarge .event-block {
	border-top: 1px solid #444;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: #173b6d;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size:13px;
	font-family:arial;
	line-height:154%;
	color:#666666;
}

#EC_daysEvents strong {
	color:#FFD014;
}

.EC_title_href {
	text-decoration: none;
}

.EC_title a,
.EC_location a,
.EC_time a,
.EC_date a,
.EC_linkout_and_postid a,
a {
	color:#FFD014;
}

.EC_title_href,
.EC_title,
.EC_location,
.EC_time,
.EC_date,
.EC_linkout_and_postid {
	background: #FFF;
	color:#FFD014;
}

.EC_title {
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
	font-size: 14px;
}
.EC_location span {
	color: #666;
}
.EC_time {
	
}
.EC_date {
	
}
.EC_linkout_and_postid img {
	border: none;
}
#EC_current-month {
	position: relative;
}
#EC_ajaxLoader {
	display: none;
	margin-top: -15px;
}

/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {
	margin: 10px 0 0 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: white;
	border: thin solid darkgray;
	-moz-border-radius: 3px 3px 0 0;
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}
/* why this *+html stuff? */
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	/*background-color: #a8c3d6;*/
	z-index: 1;
}
#wp-calendar #todayWidget {
	/*border: 3px solid blue !important;*/
}
#wp-calendar #todayWidget {
	display: block;
	font-weight: bold;
	/*background-color: #a8c3d6;*/
	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: white;
	/*border: thin solid darkgray;*/
}
#wp-calendar .padday {
	/*background-color: gainsboro;*/
}
#wp-calendar th {
	width: 11%;
	color: #000;
	/*background-color: #173b6d;*/
}
#wp-calendar td {
	/*border: thin solid darkgray;*/
	background-color: white;
	text-align: center;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	font-size: small;
	font-stretch: condensed;
	list-style-image: url(../images/list.gif);
	line-height: normal;
	text-align: left;
}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: dimgray;
}
#events-calendar-list li:hover {
	background-color: gainsboro;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

.EC-tt-widget-day-event{
	margin: 0;
}

.EC-tt-widget-day-event-title {
	padding: 0 0 0.1em 0;
	border-top: 1px solid #FFD014;
	letter-spacing: 1px !important;
	font-weight: normal !important;
	font-style: arial;
	font-size: 11px;
}

.EC-tt-widget-day-event-title,
.EC-tt-widget-day-event-title.first {
	border-top: none;
}

#TB_closeWindowButton img {
	border: none;
}
