.event h2 {
	padding: 5px;
}

.event .image {
	margin: 5px;
	clear: both;
	float: left;
	width: 100px;
}

.event .image .thumb {
	padding: 5px;
	width: 90px;
}

.event .text {
	width: 325px;
	float: left;
}

.event .text h3 {
	margin: 5px;
}

.event .text p {
	margin: 5px;
}

.event .links {
	margin-left: 30px;
	float: left;
	width: 170px;
}
.event .links .series a {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 30px;
	font-size: 0.7em;
	background-repeat: no-repeat;
	width: 120px;
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	background-image: url(/global/images/events/blue/series.png);
}
.event .links .club a {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 30px;
	font-size: 0.8em;
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	background-image: url(/global/images/events/blue/club.png);
}
.event .links .series a:link, .event .links .series a:visited, .event .links .club a:link, .event .links .club a:visited {
	background-position: left;
}
.event .links .series a:hover, .event .links .club a:hover {
	background-position: right;
}
.event .buytickets {
}
.event .buytickets a {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	display: block;
	height: 20px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(/global/images/events/blue/buytickets.png);
}
.event .buytickets a span {
	display: none;
}
.event .buytickets a:link, .event .buytickets a:visited {
	background-position: left;
}
.event .buytickets a:hover {
	background-position: right;
}
.event-more {
	clear: both;
	display: none;
}
.event-more-open {
	clear: both;
}
.longdesc {
	float: left;
	width: 340px;
}
.longdesc p {
	margin: 5px;
}
.comment {
	float: left;
	width: 280px;
}
.comment .post {
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	float: left;
	width: 280px;
}
.comment .post .thumb {
	float: left;
	padding: 5px;
	height: 45px;
	width: 45px;
}
.comment .post .copy {
	float: left;
	width: 225px;
}
.comment .post .copy p {
	margin: 5px;
}
.comments {
	margin-top: 10px;
}
.newcomment {
	padding: 4px;
	width: 270px;
}
.addcomment p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.more {
	width: 150px;
}
.more a {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 10px;
	display: block;
	height: 20px;
	width: 150px;
}
.showmore {
	background-repeat: no-repeat;
	background-image: url(/global/images/events/blue/show_more.png);
}
.showless {
	background-repeat: no-repeat;
	background-image: url(/global/images/events/blue/show_less.png);
}
.more span {
	display: none;
}
.more a:link, .more a:visited {
	background-position: left;
}
.more a:hover {
	background-position: right;
}

