.block {
	background: #e7eef4;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* news */
.block.block-news .item {
	margin-bottom: 25px;
}
.block.block-news h3.title {
	font-size: 18px;
	display: inline;
	margin: 0;
	font-weight: 400;
}
.block.block-news img {
	max-height: 300px;
	display: block;
	margin: 10px 0;
}

/* random photos */
.block.block-rphotos .caption {
	text-align: center;
	margin-bottom: 10px;
}
.block.block-rphotos img {
	display: block;
	margin: 0 auto;
	max-height: 300px;
}

/* events calendar */
.block-calendar .event-calendar {
	width: 370px;
	max-width: 100%;
	margin: 20px auto 0;
}
.event-calendar table {
	width: 100%;
}
.event-calendar td {
	border: none !important;
	background: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.event-calendar .calendar-nav {
	margin-bottom: 25px;
	text-align: center;
}
.event-calendar .current-month {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	min-width: 130px;
	padding: 0 10%;
	text-align: center;
}
.event-calendar .month-prev,
.event-calendar .month-next {
	display: inline-block;
	width: 14px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
}
.event-calendar .month-prev {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAM1BMVEUUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZH///+dvBqRAAAAD3RSTlMARFURd2YizLsz7oiq3ZkAe5SCAAAAc0lEQVR42lWQVw7AIAxDwx4t9f1v22CCEPwYvdhmyF7OU0LcwCNNyaUaiCBpHUYeAE2TKiv1At3RuLKhAqOpkZxlCrIIOcEAShD5VJTLalMxcjyst5QE6znNp9NOZwen54Y2na42sN+VcL+UgXT/hga8bX6BEAW9T1I3PAAAAABJRU5ErkJggg==);
}
.event-calendar .month-next {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAM1BMVEUUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZEUVZH///+dvBqRAAAAD3RSTlMAdxFVRLvMImbuM4iq3ZnzhRANAAAAdUlEQVR4AV1PbRbDIAzCj1ab1XL/205lydvGH3gYQ0DKWCgVjuNsizpLOLxsO0wQEskK2KQXhM79XC/ylrP0erZBHoqRBtokxUx9kg+QJ4327QBK0a8bMRObtSd7euyPCzX5fFoMg25Of03ZvVeGnIpfFHP1BoclBcJXXBD8AAAAAElFTkSuQmCC);
}

.event-calendar .week-days td {
	background: none;
	width: 30px;
	text-align: center;
	font: bold 19px Tahoma, sans-serif;
	padding-bottom: 20px;
}
.event-calendar .week-days td.weekend {
	color: #ff0000;
}

.event-calendar .week-line .day {
	width: 30px;
	font: 19px Tahoma, sans-serif;
	text-align: center;
}
.event-calendar .week-line .day {
	color: #4a4a4a;
}
.event-calendar .week-line .day.weekend {
	color: #ff0000;
}
.event-calendar .week-line .day a {
	color: #145591;
	text-decoration: underline;
}
.event-calendar .week-line .day a:hover {
	text-decoration: none;
}