
/* SINGLE */
.news-single-image {
	margin-bottom: 23px;
}

.catRootLine {
	margin-bottom: 15px;
	font-size: 14px;
}

.news-single-category, .news-single-timedata {
	
	font-size: 11px;
	font-weight: bolder;
	color: #343434;
}

.news-single-timedata {
	color: #000;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

.news-single-content {
	margin-top: 27px;
	color: #000;
	font-size: 12px;
	float: left;
}

.news-single-content-left {
	width: 400px;
	float: left;
	
	
}

.news-single-content-right {
	width: 220px;
	float: right;
}

.news-single-item h1 {
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #8c0b08;
	margin-top: 5px;
	margin-bottom: 0px;
}

.news-single-item h2 {
	font-size: 18px;
	color: #8c8c8c;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

.dateTimeBox {
	width: 220px;
	height: 70px;
}
.dateBox {
	padding-top: 8px;
	text-align: center;
	width: 70px;
	height: 62px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #8c0b08;
	font-weight: 500;
	float: left;
}

.dateBox span.day {
	display: block;
	
	width: 70px;
	margin-top: -2px;
	font-size: 30px;
}

.dateBox span.month {
	display: block;
	width: 70px;
	margin-top: -2px;
	font-size: 20px;
}

.dayAndTime {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	height: 40px;
	width: 140px;
	position: relative;
	margin-top: 35px;
	-margin-top: 33px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.dayAndTime p {
	margin: 0px;
	padding: 0px;
}

.relatedDates {
	margin-top: 15px;
	margin-bottom:15px;
	font-size: 12px;
	color: #000;
}

.priceDetails, .priceDetailsExtended {
	margin-top: 15px;
	margin-bottom:15px;
	clear: both;

	width: 170px;
	border: 1px solid #ccc;
	
	padding: 13px 25px 28px 25px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/priceboxbg.gif);
}

.priceDetailsExtended {
margin-top: 0px;
width: 172px;
float: right;
margin-left: 10px;
margin-bottom: 10px;
}


.priceDetails h4, .priceDetailsExtended  h4{
	font-size: 14px;
	color: #333333;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	}
	
.row_ticketprice {
	width: 170px;
	clear: both;
}
	
.ticketcat{
	
	font-weight: bold;
	display: block;
	float: left;
	color: #8c0b08;
}

.price{
	font-weight: normal;
	color: #333 !important;
	float: right;
	text-align: right;
	display: block;
}

.orderBox {
	width: 200px;
	float: right;
	margin-right: 0px;
}

.orderNow {
	font-weight: bold;
	display: block;
	width: 100px;
	float:left;
	font-size: 14px;
	margin-top: 3px;
}

.orderBox a {
	float: right;
}



.newsSpacer {
	width: 640px;
	height: 10px;
	margin-top: 30px;
	padding-bottom: 20px;
	background-image: url(../img/divider.gif);
	background-repeat: repeat-x;
	float: left;
}

.news-list-container {
	width: 640px;
	float: left;
	border-top: 1px solid #bdbdbd;
	font-family: Arial, sans-serif;
}

.news-list-item {
	width: 640px;
	/*background-color: red;*/
	border-bottom: 1px solid #bdbdbd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-list-item h3 {
	font-size: 15px;
	color: #8c0b08;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news-list-item h3 a {
	color: #8c0b08;
	text-decoration: none;
}

.news-list-image {
	/*background-color: blue;*/
	width: 170px;
	height: 85px;
	margin-top: 4px;
/*	height: 85px;*/
	float: left;

}

.news-list-content {
	/*background-color: yellow;*/

	width: 330px;
	float: left;
	margin-left: 17px;
	color: #8c8c8c;
}

.news-list-buttons {
	float: right;
	margin-top: 33px;
	/*background-color: green;*/
	width: 100px;
	margin-right: 3px;
}

.news-list-buttons a {
	
	margin-bottom: 5px;
}

.news-list-date, .news-list-category {
	font-size: 11px;
	padding-right: 8px;
	font-weight: bolder;
	color: #343434;
}
.clearer {
	clear: both;
}

.relatedEventsHeader {
margin-bottom: 10px;
}

.news-single-backlink  {
float: left;
margin-top: 15px;
} 
.news-single-backlink a {

	text-decoration: none;
	color: #8c0b08;
	
}

.news-single-backlink a:hover {
	text-decoration: underline;
	
	
}

