/*============ Eventliste ==========*/


.eventlist {
	margin-bottom:10px;
}

.eventlist table {
	width:100%;
}

.eventlist table .details {
	width:15%;
}

.eventlist tr {
	margin-bottom:15px;
	display:block;
}

.eventlist h3 {
	margin-top:20px;
	margin-bottom:10px;
	border-top:3px solid gray;
	border-bottom:1px solid gray;
}

.eventlist a.title {
	font-weight: normal !important;
	font-style:normal !important;
	color:black;
}

.eventlist a.title:hover {
	font-weight: normal;
	font-style:normal;
	color:black !important;
	text-decoration:none !important;
}

.eventlist a.title:visited {
	font-weight: normal;
	font-style:normal;
	color:black !important;
	text-decoration:none !important;
}

.eventlist .date {
	font-weight:bolder !important;
	font-size:12px;
	display:block;
	color: black !important;
}

.artist, .title {
	font-size:16px;
	font-weight:normal !important;
	color: #2A4D27 !important;
}

.artist {
	font-size:12px;
	font-weight:bolder !important;
	color: #2A4D27 !important;
}

.eventlist .image {
	padding-right:5px;
	text-align:center;
}

.eventlist .body, .body a,.body a {
	width: 85%;
}

.genre, .age {
	color:#2A3E92 !important;
	font-size:12px;
}

.eventlist .odd {
	background-color: rgb(229, 220, 171);
}
/*========== Event ========== */

#event {
	width:100%;
}

#event .left {
	width:auto;
}

#event .right {
	float:right;
	width:180px;
	padding: 0 10px 0 10px;
}

#event .picture {

	text-align:center;

}

#event .date {
	font-weight:bolder;
}

#event .artist, #event .title {
	font-size:1em;
}

#event .genre {
	font-size:1em;
}

#event .subtitle {
	font-size:1em;
	padding-bottom:5px;
}

#event .text {
	font-size:1.1em;
	line-height:1.5em;
        padding-right: 200px;
}