/* Theme CSS */
.eventCalendar-wrap {
	border: 1px solid #cecece;
	min-height: 570px;
	overflow: hidden;
	padding: 0 20px 8px;
}
.eventCalendar-wrap .arrow {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
	line-height: 28px;
	border-radius: 3px;
	top: 13px;
	padding: 8px 10px;
	background: #c24027;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}
.eventCalendar-wrap .arrow.prev {
}
.eventCalendar-wrap .arrow:hover {
	opacity: 0.7;
}
.eventCalendar-wrap .arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	float: left;
	text-indent: -5000px;
}
.eventCalendar-wrap .arrow.prev span {
	border-left-width: 0;
	border-right: 6px solid #fff;
}
.eventCalendar-slider {
	height: 80px;
}
.eventCalendar-monthWrap {
	border-radius: 0;
	top: 0;
	left: 0px;
}
.eventCalendar-currentTitle {
	background: #db5940;
	border: 1px solid #c34128;
	color: #fff;
	margin: 0 -20px 31px;
	overflow: hidden;
	padding: 10px 9px 12px;
}
.eventCalendar-currentTitle .monthTitle {
	font: 700 24px/28px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #fff;
	text-decoration: none;
}
.eventCalendar-daysList {
	zoom: 1;
	padding: 0;
	width: 100%;
}
.eventCalendar-daysList.showAsWeek {
	margin: 0;
	width: auto;
}
.eventCalendar-daysList:before, .eventCalendar-daysList:after {
	content: "";
	display: table;
}
.eventCalendar-daysList:after {
	clear: both;
}
.eventCalendar-day-header {
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.eventCalendar-daysList.showAsWeek li {
	height: auto;
	margin: 0;
}
.eventCalendar-daysList.showAsWeek li.empty {
	min-height: 38px;
}
.eventCalendar-day a {
	text-decoration: none;
	font-size: 10px;
	color: #424242;
}
.eventCalendar-day {
	border-left: solid 1px #BCBCBC;
}
.showAsWeek .eventCalendar-day {
	border-left-width: 0;
}
.showAsWeek .eventCalendar-day a {
	line-height: 38px;
	font-size: 13px;
}
.eventCalendar-day a:hover {
	background-color: #E4E4E4;/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}
.eventCalendar-daysList li.today a {
	color: #d95b43;
}
li.eventCalendar-day.today a:hover {
	background-color: #ccc;/*box-shadow:inset 5px 5px 10px #999;*/
}
.eventCalendar-daysList li.dayWithEvents a {
	background: #db5940;
	display: block;
	/*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
	color: #fff;
}
li.eventCalendar-day.dayWithEvents a:hover {
	background-color: #C2D374;/*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
}
.eventCalendar-daysList li.current a {
	color: #fff;
	background: #449FB2;
	box-shadow: inset 5px 5px 10px #216B7A;
	text-shadow: 2px 2px 2px #216B7A;
}
li.eventCalendar-day.current a:hover {
	background-color: #79BDCC;
	box-shadow: inset 5px 5px 10px #449FB2;
	text-shadow: 2px 2px 2px #449FB2;
}
.eventCalendar-loading {
	border-radius: 4px;
	margin: 5px auto;
	padding: 0 10px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 0 3px #aaa;
	position: absolute;
	z-index: 4;
	top: 25px;
	left: 5px;
}
.eventCalendar-loading.error {
	background-color: red;
}
.eventCalendar-list-wrap {
	min-height: 100px;
	width: auto !important;
	position: relative;
}
.eventCalendar-list-content.scrollable {
	height: 100px;
	overflow-y: auto;
	margin: 0 5px 5px 0;
}
.eventCalendar-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.eventCalendar-list li {
	padding: 10px 0px 2px 10px;
    margin: 0px 0px 1px 0px;
}
.eventCalendar-list li:last-child {
	/*border: 0;*/
}
.eventCalendar-list li time {
	display: block;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 4px;
	overflow: hidden;
}
.eventCalendar-list li time em {
	float: left;
	font-style: normal;
}
.eventCalendar-list li time small {
	font-size: 10px;
	float: left;
	background-color: #807E7E;
	color: #fff;
	padding: 0 5px 0 4px;
	margin: 0 0 0 3px;
}
.eventCalendar-list li .eventTitle {
	display: block;
	clear: both;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.eventCalendar-list li a.eventTitle {
	color: #555;
}
.eventCalendar-list li a.eventTitle:hover {
	text-decoration: none;
	color: #db5940;
}
.eventCalendar-list li .eventDesc {
	clear: both;
	margin: 0 0 5px 0;
	font-size: 80%;
	line-height: 1.2em;
 .
}
.bt {
	font-size: 12px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background-color: #698B10;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
	background-image: -moz-linear-gradient(top, #89B814, #698B10);
	background-image: -ms-linear-gradient(top, #89B814, #698B10);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
	background-image: -webkit-linear-gradient(top, #89B814, #698B10);
	background-image: -o-linear-gradient(top, #89B814, #698B10);
	background-image: linear-gradient(top, #89B814, #698B10);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #698B10;
	border-color: #698B10 #698B10 #465F05;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	background-position: 0 -15px;
	text-decoration: none;
}
/* end of theme css */
/*= ONLY FOR DEMO PAGE */
body {
/*
	width:978px;
	box-shadow:0 0 10px #777;
	padding: 20px 40px;
	margin:0 auto;
	*/
}
/*
.eventCalendar-wrap {
	width:265px;
}
*/
.features li {
	margin-bottom: 3px;
}
#thanksPanel li {
	margin-bottom: 0;
}
#introPanel {
	padding-top: 20px;
}
.poweredBy img {
	float: left;
	margin-right: 3px;
}
.poweredBy .data {
	float: left;
}
.poweredBy .name {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	display: block;
	margin-top: 28px;
}
.poweredBy .twitter {
	text-decoration: none;
	display: block;
	float: left;
}
.features {
	padding-left: 20px;
	float: left;
}
#appLogo {
	margin-right: 30px;
}
pre {
	clear: both;
	background-color: #FFFFCC;
	padding: 5px;
	border: solid 1px #FED17E;
	overflow: auto;
}
#license {
	width: 300px;
	float: right;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
/* end of demo page */
