@charset "utf-8";
/* OLD */
body {
	font-family: "myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif,sans-serif;
	background: #19242A;
	color: rgb(78, 66, 66);
	margin:auto;
}
a {
	text-decoration:none;
	color:#33C;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#39C;
}
h1 {
	color:#BD1840;
	font-size:2em;
}
h2 {
	color:#19242A;
}


#wrap {
	width:1000px;
	margin:0 auto;
	padding: 0 10px;
	position: relative;
	background: #deefff; /* Old browsers */
	background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #deefff 0%,#98bede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #deefff 0%,#98bede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #deefff 0%,#98bede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
}

#header {
	text-align:center;
}
#header img {
	display:inline-block;
	vertical-align:middle;
}

#advertising {
	display:inline-block;
	vertical-align:middle;
}
#advert {
	float:right;
}
#content {
	width:880px;
	padding:0 30px 30px;
	margin:auto;
}
#leftside {
	text-align:right;
	width:40px;
	padding:10px;
	margin-top:30px;
	background-color: #BD1840;
	position:absolute;
	left: -15px;
}
#weekday {
	font-size:1.0em;
	color: white;
}
#month {
	font-size:1.1em;
	color: white;
}
#year {
	font-size:0.9em;
	color: white;
}
#infotop {
	max-width: 510px;
	text-align:center;
	margin-top: 150px;
}
#infotop > a {
	display: inline-block;
	vertical-align:middle;
}
#overview {
	display: inline-block;
	vertical-align:middle;
	padding: 0;
	max-width:550px;
	text-align: left;
}

#overview h2 {
	font-size: 16px;
	color:inherit;
}
#imagewrapper {
	float:left;
	margin-right:15px;
}
#imagewrapper img {
	max-width:300px;
	max-height:300px;
}

#longdesc {
	clear:right;
}

#longdesc h2 {
	font-size:20px;
	color: #AD3900;
}
#sitename {
	font-style:italic;
	font-size:0.8em;
}
#spacer {
	height:50px;
}
#footer {
	font-size:0.8em;
}
#rightside {
	float:right;
	width:250px;
	padding:15px;
	margin:20px;
	background: #930; 
}
#previous {
	color:#FFF;
	padding:15px;
	text-align:center;
	background-color: #BD1840;
	margin-bottom: 10px;
	margin-top: 10px;
}	

#new_rightside {
	background: #FCF7D1; 
}
#new_rightside p {
	margin: 5px 0;
	padding-left: 10px;
}
#new_overview {
	padding:0 50px;
	clear:left;
}

/********* MOBILE ***********/

@media screen and (max-width: 716px) {
	#wrap {
		width: auto;
	}
	#advertising {
		display: none;
	}

	h1 {
		font-size: 24px;
		padding: 10px;
	}

	#banner img {
		max-width: 100%;
	}

	#content {
		width: auto;
		padding: 0;
	}

	#leftside {
		margin: 20px 0;
	}

	h2#shortdesc {
		padding-left: 45px;
		font-size: 20px;
		margin: 20px 0 60px 0;
	}
	
	#infotop {
		max-width: none;
		width: auto;
		margin-top: 25px;
	}

	#overview {
		width: auto;
		max-width: 100%;
	}
	#imagewrapper {
		margin: 15px 0;
	}

	#longdesc div {
		width: auto !important;
	}
	#longdesc img {
		max-width: 100% !important;
		margin: 10px 0 !important;
		padding: 0 !important;
	}
	.mobile-table-container {
		overflow: auto;
	}
	.mobile-table-container::before {
		content: "(horizontally scrollable)";
		font-weight: normal;
		color: #555;
		font-style: italic;
	}

	#footer {
		overflow: hidden;
	}
}

