/* EVENTS PAGE NAV ****************************************************************************/
#header_bg.events {
	background:url(../images/nav/events/band.gif) no-repeat top center;
}
#header h1.events {
	background:url(../images/nav/events/ticket.gif) no-repeat top left;
}
#header div.events #nav_home a {
	width:57px;
	background:url(../images/nav/events/buttons_01.gif) no-repeat 0 0;
}
#header div.events #nav_home a:hover, #header div.events #nav_home a.active {
	background:url(../images/nav/events/buttons_01.gif) no-repeat 0 -96px;
}
#header div.events #nav_events a {
	width:64px;
	background:url(../images/nav/events/buttons_02.gif) no-repeat 0 0;
}
#header div.events #nav_events a:hover, #header div.events #nav_events a.active {
	background:url(../images/nav/events/buttons_02.gif) no-repeat 0 -96px;
}
#header div.events #nav_news a {
	width:54px;
	background:url(../images/nav/events/buttons_03.gif) no-repeat 0 0;
}
#header div.events #nav_news a:hover, #header div.events #nav_news a.active {
	background:url(../images/nav/events/buttons_03.gif) no-repeat 0 -96px;
}
#header div.events #nav_resources a {
	width:90px;
	background:url(../images/nav/events/buttons_04.gif) no-repeat 0 0;
}
#header div.events #nav_resources a:hover, #header div.events #nav_resources a.active {
	background:url(../images/nav/events/buttons_04.gif) no-repeat 0 -96px;
}
#header div.events #nav_links a {
	width:50px;
	background:url(../images/nav/events/buttons_05.gif) no-repeat 0 0;
}
#header div.events #nav_links a:hover, #header div.events #nav_links a.active {
	background:url(../images/nav/events/buttons_05.gif) no-repeat 0 -96px;
}
#header div.events #nav_gallery a {
	width:67px;
	background:url(../images/nav/events/buttons_06.gif) no-repeat 0 0;
}
#header div.events #nav_gallery a:hover, #header div.events #nav_gallery a.active {
	background:url(../images/nav/events/buttons_06.gif) no-repeat 0 -96px;
}
#header div.events #nav_contact a {
	width:80px;
	background:url(../images/nav/events/buttons_07.gif) no-repeat 0 0;
}
#header div.events #nav_contact a:hover, #header div.events #nav_contact a.active {
	background:url(../images/nav/events/buttons_07.gif) no-repeat 0 -96px;
}
/* ------------------------ event page ------------------------ */
#event_image_lg {
	border-top:#836692 7px solid;
	width:574px;
}
#event_description p {
	width:574px;
}
#event_full_info {
	width:260px;
	display:block;
	float:left;
}
#event_full_info_wrapper {
	border-bottom:#e5e5e5 solid 1px;
	width:574px;
	display:block;
}
#event_images_holder {
	margin-top:10px;
}
#event_images_holder img {
	cursor:pointer;
	margin-bottom:10px;
}
.event_image_strip {
	float:right;
}
.event_logo {
	clear:both;
	text-align:right;
}
/* event types */
.storytelling {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/event_story_telling.gif) no-repeat top left;
	margin:10px;
}
.film {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/event_film.gif) no-repeat top left;
	margin:10px;
}
.pubs {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/event_pubs.gif) no-repeat top left;
	margin:10px;
}
.youth {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/event_youth.gif) no-repeat top left;
	margin:10px;
}
.exhibitions {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/event_exhibitions.gif) no-repeat top left;
	margin:10px;
}
.other {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/event_other.gif) no-repeat top left;
	margin:10px;
}
.storytelling img, .film img, .pubs img, .youth img, .exhibitions img, .other img {
	margin-top:10px;
}
