
/* contentHeader */

div#events div.contentHeader,
div#event div.contentHeader {
	margin: 10px 0 20px 0;
}

/* list */

div#events ul.list {
	margin-bottom: 10px;
}

div#events ul.list li {
	display: block;
	margin-bottom: 20px;
}

div#events ul.list li div.thumbnail,
div#events ul.list li div.info {
	float: left;
}

div#events ul.list li div.thumbnail {
	width: 330px;
	overflow: hidden;
	margin-right: 20px;
}

div#events ul.list li div.info {
	width: 560px;
}

div#events ul.list li div.info h4 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

div#events ul.list li div.info h6 {
	margin-bottom: 10px;
}


/* file */

div#event div.file {
	margin-bottom: 20px;
}

div#event div.file h3 {
	line-height: 37px;
	margin-bottom: 20px;
	width: 700px;
}

div#event div.file h5 {
	margin-bottom: 2px;
}

div#event div.file h6,
div#event div.file p {
	margin-bottom: 10px;
}

div#event div.file div.text,
div#event div.file div.image {
	float: left;
}

div#event div.file div.text {
	width: 450px;
	margin-right: 20px;
}

div#event div.file div.image {
	width: 450px;
	overflow: hidden;
}

div#event div.file ul.partners li {
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
}

div#event div.file ul.partners li.large {
	width: 160px;
}

div#event table.files tr td {
	border-bottom: none;
}


div#event div.file h5.residents {
	margin-top: 20px;
	margin-bottom: 10px;
}

div#event div.file ul.residents li a {
	font-size: 20px;
	line-height: 22px;
}


/* calendar */

div#calendar div.contentHeader {
	margin: 20px 0 20px 0;
}

div#calendar ul.days {
	height: 20px;
}

div#calendar ul.days li {
	display: block;
	width: 130px;
	float: left;
}

div#calendar div.days {
	width: 910px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

div#calendar div.days div.day {
	width: 129px; /* 130px */
	height: 144px; /* 145px */
	overflow: hidden;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#calendar div.days div.off span.date {
	visibility: hidden;
}

div#calendar div.days div.day span.date {
	display: block;
	padding: 4px;
	font-weight: bold;
}

div#calendar div.days div.day ul {
	padding: 5px;
}

div#calendar div.days div.day ul li {
	border-bottom: 1px solid #f5f5f5;
	padding: 2px 0 2px 0;
}

div#calendar div.days div.day ul li a {
	font-size: 9px;
}

