body {
	background:#e9f0f5;
	color:#22282f;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	font-weight:400;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
img {
	border:0;
	display:block;
}
h1 {
	line-height:1.3;
	font-size: 42px;
	font-weight:600;
	color:#eb4a33;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	line-height:1.3;
	font-size: 32px;
	font-weight:600;
	color:#323a45;
	margin-top:0px;
	margin-bottom:10px;
}
h3 {
	line-height:1.3;
	font-size: 28px;
	font-weight:600;
	color:#323a45;
	margin-top:10px;
	margin-bottom:0px;
}
h4 {
	line-height:1.3;
	font-size: 18px;
	font-weight:500;
	color:#323a45;
	margin-top:10px;
	margin-bottom:0px;
}
h5 {
	line-height:1.3;
	font-size: 16px;
	font-weight:400;
	color:#22282f;
	margin-top:0px;
	margin-bottom:10px;
}
h6 {
	line-height:1.3;
	font-size: 14px;
	font-weight:300;
	color:#323a45;
	margin-top:0px;
	margin-bottom:10px;
}
a {
	text-decoration:none;
	color:#eb4a33;
}
a:hover {
	text-decoration:underline;
	color:#eb4a33;
}
a:active {
	text-decoration:underline;
	color:#eb4a33;
}
a:visited {
	text-decoration:none;
	color:#eb4a33;
}
.texturl:after {
	content:"\a0\bb";
}
.imageurl > img {
	padding:2px !important;
	border:1px solid #dddddd !important;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.imageurl > img:hover {
	padding:2px !important;
	border:1px solid #eb4a33 !important;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.imageurl > img:active {
	padding:2px !important;
	border:1px solid #eb4a33 !important;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.imageurl > img:visited {
	padding:2px !important;
	border:1px solid #dddddd !important;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
div.page {
	background:#ffffff;
	padding:20px;
}
div.logo {
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
}
div.logo img {
	width:200px;
	height:auto;
	opacity:0.15;
	filter:alpha(opacity=15);
}
div.language {
	text-align:right;
}
div.subhead {
	padding-top:10px;
	padding-bottom:10px;
	font-size:170%;
	font-weight:bold;
}
div.entry {
	margin:10px 0 10px 0;
	padding:10px;
	border:solid 1px #cccccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#ffffff;
}
div.columns {
	display:flex;
}
div.subentry {
	display:flex;
	padding-bottom:5px;
}
div.entry:after, div.subentry:after {
	content: "";
	display: table;
	clear: both;
}
div.mainentry {
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
}
div.subimage {
	width:75px;
	margin-right:5px;
}
div.subentries {
	flex-grow: 1;
}
div.sublink {
	flex-grow: 1;
}
div.mainimage img {
	width:100%;
	height:auto;
}
div.minithumb img {
	width:100%;
	height:auto;
}
div.caption {
	text-align:center;
	font-style:italic;
	font-size:90%;
	padding-top:5px;
}
div.details {
}
div.title {
	font-weight:bold;
	font-size:150%;
}
div.date {
	font-style:italic;
	font-size:90%;
	padding-bottom:5px;
}
div.description {
	padding-bottom:5px;
}
div.copyright {
	text-align:right;
}
@media (max-width: 480px) {
	body {
		margin:0;
		padding:0;
	}
	div.columns {
		display:block;
	}
	div.mainentry {
		xfloat:none;
		width:100%;
		margin-right:0;
	}
}
