div#articleCategory {
	font-size: 0.8em;	
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #C60000;
	line-height: 1.6em;
	position: relative;
}
div#articleCategory a {
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	float: left;
	display: block;
	width: auto;
	background-color: #C60000;
	color: #FFF;
	position: relative;
	bottom: -1px;
}
div#articleCategory a.selected {
	border: 1px solid #C60000;
	border-bottom: 1px solid #FFF;
	padding-top: 1px;
	background-color: transparent;
	color: #444;
	position: relative;
}
div#articleCategoryBreadCrumb {
	font-size: 0.8em;
	color: #444;
	border-bottom: 1px solid #C60000;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
div#articleCategoryBreadCrumb a {
	color: #444;
}
div#articleCategoryBreadCrumb span {
	font-size: 1.2em;
}
/*--list items--*/
div.articleItem {
	width: 100%;
	clear: left;
	margin-bottom: 15px;
}
div.articleItem span.date {
	font-size: 0.7em;
	display: block;
	padding-bottom: 5px;
}
div.articleItem img {
	border: 1px solid #D7D7D7;
	float: left;
	margin: 0 10px 10px 0;
}
div.articleItem h3 {
	color: #C64934;
	font-size: 0.75em;
	font-weight: normal;
}
/*--details item--*/
div.articleItem div.img img {
	float: none;
	margin: 0;
	vertical-align: top;
}
div.articleItem div.img {
	float: left;
	margin: 0 10px 10px 0;
}
div.articleItem div.tags {
	background-color: #C60000;
	color: #FFF;
	padding: 5px;
}
div.articleDet h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}
div.articleDet div.desc {
	font-size: 0.75em;
	line-height: 1.4em;
}
div.articleDet div.desc p,
div.articleDet div.desc a {
	font-size: 1em;
}
/*events calendar*/
div#calendar {
	margin-bottom: 10px;
	border: 1px solid #C60000;
	width: 235px;
}
div#calendar table {
	border-collapse: collapse;
}
div#calendar table td {
	padding: 2px;
}
div#calendar {
	font-size: 0.7em;
}
td.today a {
	color: #FFF;
	background-color: #C60000;
	width: 21px;
	height: 21px;
	display: block;
	line-height: 21px;
}
td.head a.navRight,
td.head a.navLeft {
	color: #C60000;
	font-weight: bold;
	font-size: 1.4em;
	vertical-align: top;
	text-decoration: none;
}
td.head a.navLeft {
	float: left;
}
td.head a.navRight {
	float: right;
}
td.head strong {
	float: left;
	margin-left: 65px;
	margin-top: 2px;
	color: #C60000;
	font-size: 1.1em;
}
a.dayColor {
	color: #6F6F6F;
	text-decoration: none !important;
}
a.linkColor {
	color: #444;
	font-weight: bold;
	border: 2px solid #444;
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-decoration: none !important;
}
div#cal {
	width:234px;
}
td.weekDays {
	background-color: #C60000;
	color: #6F6F6F;
	height: 20px;
	color: #FFF;
}
h3.archive {
	font-size: 0.8em;
	margin-left: 10px;
	margin-bottom: 5px;
}
