/**
 * sv.calendar.css describes presentation of the calendars widget
 */

.calendar-widget {
	padding: 7px;
	width: 211px;
	height: 385px;
	position: relative;
	background: transparent url(../images/calendar-widget-bg.png) scroll no-repeat 0 0;
}
.theme-purple .calendar-widget {
	background-image: url(../images/calendar-widget-bg-purple.png);
}

.calendar-widget h4.widgetTitle {
	color: #BA0039;
	position: absolute;
	top: -24px;
	left: 5px;
	right: 5px;
	text-align: center;
	font-size: 30px;
}
.theme-purple .calendar-widget h4.widgetTitle {
	color: #650682;
}

.calendar-widget .window-frame {
	position: absolute;
	top:5px;
	left:9px;
	padding: 0;
	height: 258px;
	width: 208px;
	overflow: hidden;
	background: transparent url(../images/lights.gif) scroll no-repeat 0 2px;
}
.theme-purple .calendar-widget .window-frame {
	background-image: url(../images/lights-purple.gif);
}

.calendar-widget .window {
	position: absolute;
	top:0;
	left:0;
	margin: 22px;
	height: 350px;
	width: 180px;
	overflow: hidden;
}

.calendar-widget .track {
	height: 350px;
	width: 32767px; /* maximum allowable size in webkit */
	position: absolute;
	top: 0;
}

.calendar-widget .item {
	height: 350px;
	width: 180px;
	padding: 0;
	float: left;
	margin: 0;
	position: relative;
}

.calendar-widget .event .event-image {
	padding: 20px 17px;
	width: 146px;
	height: 190px;
	background: transparent url(../images/calendar-widget-image-bg.jpg) scroll no-repeat 0 0;
}
.theme-purple .calendar-widget .event .event-image {
	background-image: url(../images/calendar-widget-image-bg-purple.jpg);
}

.calendar-widget .event h3 {
	margin: 30px 12px 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
}

.calendar-widget .event h4, .calendar-widget .event p {
	margin: 0 12px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}

.calendar-widget .event h4 {
	font-weight: bold;
}

.calendar-widget .event a.more {
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #BB0039;
}

.calendar-widget a.prev,
.calendar-widget a.next {
	display: none; /* do not display these if there is no js */
	overflow: hidden;
	width: 20px;
	height: 40px;
	position: absolute;
	top: 305px;
}
.calendar-widget a.prev {
	left: 7px;
}
.calendar-widget a.next {
	right: 7px;
}
.calendar-widget a.prev .img-replace,
.calendar-widget a.next .img-replace {
	display: block;
	width: 20px;
	height: 40px;
	background-color: transparent;
	background-image: url(../images/carousel-small-lft-rgt.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.calendar-widget a.next .img-replace {
	background-position: -20px 0;
}
.calendar-widget a.next.active .img-replace {
	background-position: -20px -40px;
}
.calendar-widget a.prev.active .img-replace {
	background-position: 0 -40px;
}

#eventForm text, #eventForm textarea {padding-bottom: 10px;}
