

#web_content .event h2{
	height: 35px;
	font-size: 16px;
	padding:7px 0px 0px 15px;
	margin:6px 0px 8px 0px;

	color:white;
	text-shadow:
	 1px  1px 2px #000,
	-1px  1px 2px #000,
	 1px -1px 2px #000,
	-1px -1px 2px #000;

	background: rgba(200,200,200,0.3);
	border:1px solid white;

}


#web_content .event h3{
	height: 28px;
	font-size: 16px;
	padding:5px 0px 0px 10px;
	margin:10px 5px;
	color :white;
	background: rgba(200,200,200,0.3);
}


#web_content .event{
	position: relative;
	padding:5px;
}

#web_content .event img{
	box-shadow: 0 0 0px 3px #665;
	margin:5px auto;
	display:block;
	width:600px;
}

#web_content .event img.title{
	box-shadow: none;
}


#web_content .event .sic_drop{
	margin: -5px 2px;
}

#web_content .event strong{
	color:#ff0;
}

#web_content .event strong.dead{
	color:#f00;
}

