﻿/* 
Version 41 (Josef Lapka) - 18/11/2008 --> Changed #EventsBody .EventsItem div to #EventsBody .EventsItem div.vevent to incorporate microformats!
*/


/* ----------------------------------- Overall/Both ------------------------------------*/

#NewsEvents {
	width: 406px;
	float: left;
	font-family: Arial, sans-serif;
	padding-left: 4px;
}

#NewsEvents h3 {
	color: #D81E05;
	/*font-size: 24px; - 2012 update */
	font-size: 14px;
	/*font-weight: normal; - 2012 update */
	font-weight: bold;
	/*height: 28px; - 2012 update */
	height: auto;
	width: auto;
	padding: 0 10px 8px 0;
	display: block;
	/*background: url(/SiteElements/images/bg/news_event_divider2.gif) bottom left no-repeat; - 2012 update */
	border-bottom: 1px solid #cecac5;
}
#NewsEvents h3 a {
	color: #1A67B4;
}

.newsEventsFooterDivider {
	padding: 0 7px;
	font-align: center;
	color: #999;
	width: 15px;
}

#NewsFooter, #EventsFooter
{
	float: left;
	height: 17px;
	padding: 3px 0 7px 0;
	/*font-size: 11px;*/
	font-size: 0.7em;
	display: inline;
}
#NewsFooter a, #EventsFooter a { color: #1A67B4 !important; }

#EventsBody a, #NewsBody a { color: #232120 !important; }

#EventsBody p, #NewsBody p { margin: 0; padding: 0; }

/* ----------------------------------- News Side ---------------------------------------*/

#NewsColumn {
	/*width: 217px; - 2012 update */
	width: 229px;
	float: left;
	/*remove later*/
	/*overflow: hidden;*/
	/*margin-right: 12px; - 2012 update */
	margin-right: 0;
	
}
#NewsColumn h3 { 
	width: auto;
}
#NewsBody {
	/*font-size: 11px;*/
	font-size: 0.7em;
	line-height:1.2em;
}

#NewsBody .NewsItem div { 
	float: left;
	height: 62px;
	width: 214px;
	/*overflow: hidden;*/
	/*width: 217px; - 2012 update */
	/*background: url(/SiteElements/images/bg/news_event_divider2.gif) bottom left no-repeat; - 2012 update */
	margin-top: 1px;
	padding-top: 7px;
	border-bottom: 1px solid #cecac5;
	padding-right: 15px;
}

#NewsBody .NewsItem div img {
	/*height: 43px;
	width: 63px;*/
	float: left;
	margin-right: 10px;
	border: 1px solid #cecac5;
	/*padding: 1px;*/
}

#NewsFooter {
	width: 217px;
}

#NewsBody .NewsItem div p img.small_red_arrow { 
	width: 3px !important; 
	height: 5px !important; 
	border: none !important; 
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*#NewsBody .NewsItem div a.black_text {
	color: #000 !important;
}*/

/* ----------------------------------- Events Side -------------------------------------*/

#EventsColumn {
	width: 177px;
	float: left;
}
#EventColumn h3 {
	width: 172px;
}
#EventsBody {
	/*font-size: 11px;*/
	font-size: 0.7em;
	line-height:1.2em;
}

#EventsBody .EventsItem div.vevent {
	height: 62px;
	/*overflow: hidden;*/
	/*background: url(/SiteElements/images/bg/news_event_divider2.gif) bottom left no-repeat; - 2012 update */
	margin-top: 1px;
	padding-top: 7px;
	border-bottom: 1px solid #cecac5;
}

#EventsBody .EventsDate {
	width: 32px;
	height: 39px !important;
	/*color: #EE5811; - 2012 update */
	color: #ffffff;
	float: left;
	border: 1px solid #aea79f;
	text-align: center !important;
	line-height: 1em !important;
	padding: 0 !important;
	background-color: #aea79f !important;
	background-image: none !important;
	margin-right: 10px;
	margin-bottom: 5px;
}

#EventsBody .EventsDate .EventsDateUntil { 
	background-color: #ffffff !important; 
	color: #aea79f; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 11px;
	padding: 1px 0 1px 0;
}

#EventsBody .EventsDate div { height: 1em; background: none !important; margin: 0; padding: 0; overflow: hidden;}

.EventsDateMonth, .EventsDateDay, .EventsDateYear {font-family: Verdana !important; line-height: 1.1em;}
.EventsDateMonth {font-size: 1em !important; text-transform: uppercase !important; line-height: 1em;}
.EventsDateDay {font-size: 1.6em !important; font-weight: bold !important; line-height: .9em;}
.EventsDateYear {font-size: 1em !important; line-height: .7em;}

.EventsDateMonth {
	text-transform: uppercase;
}

#EventsBody .location {
	color: #68645f;
}


/* --------------------------------- Contensis Bugs ------------------------------------*/
/* #D1 { padding: 0; margin: 0; } *;