
/********************************************************
 ***	FORMAT NEWS ARTICLE LAYOUT
 ********************************************************/
	
/* events container */
div#event {

}

/* headline */
#event h2 {
	margin-bottom:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:bold;
	color:#000066;
	line-height:1.0em;
}

/* subheadline */
#event h4	{
	margin:0 0 0 20px;
	padding:0;
	color:#333333;
	font-size:1.1em;
}

#event div#date{
	font-size:0.9em;
	margin:0 0 20px 0;
}
#event #image {
	width:90%;
	margin:10px auto 10px auto;
	padding:10px;
	text-align:center;
	background-color:#e8e8e8;
	border:1px solid #cccccc;
}
#event #image img{
	display:inline;
	margin:6px;
}
#event p#content{
	text-align:justify;
	margin:10px auto 30px auto;
	width:90%;
}
#featured {
	border:1px solid #A5AEB5;
/*	width:318px;	*/
	width:96%;
	margin:0 3% 20px 3%;
}
#featured .header{
	background-color:#E7EBEF; 
	font-weight:bold; 
	font-size:1.4em;
	text-align:left;
	border-bottom:1px solid #A5AEB5; 
	padding-left:16px;
}
#featured .image{
	padding:10px 0 20px 0;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
#featured .image img{
	display:inline;
	margin:8px 0 0 0;
	padding:6px;
	border:1px solid #cccccc;
}
#featured .image p{
	padding:0 10px 0 10px;
}


/*************************************************************
 ***	FORMAT EVENT LIST TABLE LAYOUT
 *************************************************************/
	
table#event_list{
	width:100%;
	margin:4px 0 0 0;
	border-collapse:collapse; 
}
#event_list td{
	font-size:0.9em;
	vertical-align:top;
	padding:6px;
}
#event_list .year{
	font-weight:bold;
	font-size:1.0em;
	float:right;
	text-align:right;
	width:70%;
	color:#333333;
	border-bottom:1px solid #333333;
	padding:8px 4px 0 0;
	margin:0;
}
#event_list a{
	font-weight:bold;
	font-size:1.2em;
}


#event_list .tablerow1, #event_list .tablerow2 {
	border:1px solid #cccccc;
}
#event_list .tablerow1 td, #event_list .tablerow2 td {
	margin:0 0 4px 0;
	padding:8px 2px 8px 2px;
}
#event_list .tablerow1 {
	background-color:#e7ebef;
}
#event_list .tablerow2 {
	background-color:#efefef;
}

#event_list .spacer_row {
	height:4px;
	font-size:2px;
	border:0;
	background:#ffffff;
}
