@charset "UTF-8";
/* CSS Document */
.story-frame{
	width:47%;
}
#story-frame-left{
	float:left;
	margin:10px 1% 20px 2%;
	clear:none;
	z-index:20;
}
#story-frame-right{
	float:right;
	margin:10px 2% 20px 1%;
}
.story-frame img{
	width:100%;
	height:auto;
	z-index:21;
}
.story-frame .story-type{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	color:#505050;
	margin:4px 0 0 15px!important;
	padding:0!important;
}
.story-frame .story-headline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#b01e24;
	margin:4px 15px 0px 15px!important;
	padding:0 0 5px 0!important;
}
#story-grid a:link{
	text-decoration:none;
}
#story-grid a:visited .story-headline{
	color:#b01e24;
}
#story-grid a:visited .story-type{
	color:#505050;
}
#story-grid a:hover .story-headline, #story-grid a:hover .story-type{
	color:#ffffff;
}
#story-grid a:link .story-frame{
	background-color:#ececec;
}
#story-grid a:visited .story-frame{
	background-color:#ececec;
}
#story-grid a:hover .story-frame{
	background-color:#b01e24;
}
#story-grid a:link .story-frame img{
	opacity:0.93;
}
#story-grid a:visited .story-frame img{
	opacity:0.95;
}
#story-grid a:hover .story-frame img{
	opacity:1;
}
#story-grid  .story-frame{
	background-color:#ececec;
}
.image-background{
	background-color:#fff;
}
#ob{
	display:none;
}
#overview-left{
	float:left;
	width:55%;
}
#overview-left p{
	line-height: 1.667em;
	margin:10px 1% 0 2%;
	font-size:12px;
	vertical-align:baseline;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
}
#overview-left p:first-of-type{
	font-size:17px;
	line-height: 1.667em;
	margin-bottom:30px;
}
#overview-right{
	float:right;
	width:42%;
	height:100%;
	border-left: 1px dashed #ccc;
}
#registration{
	background-color:#B01E24;
	font-size:18px;
	border-radius:8px;
	color:#ffffff;
	text-align:center;
	padding:9px 0 9px 0;
	margin: 25px 0 45px 0;
}
#registration a:link{
	color:#ffffff;
}
#registration a:visited{
	color:#ffffff;
}
#registration a:hover{
	color:#ffffff;
	opacity:.8;
	text-decoration:none;
}
#registration a:active{
	color:#ffffff;
}

@media screen and (max-width: 734px) {
	.story-frame{
		width:98%;
	}
	#story-frame-left{
		margin-left:1%;
		margin-right:1%;
		margin-bottom:10px;
	}
	#story-frame-right{
		margin-left:1%;
		margin-right:1%;
		margin-bottom:10px;
	}
}