@import url(/css/design.css);

body {
	background: #fdfdfd;
	font-size: 100% !important;
	margin: 0;
	overflow: auto !important;
	padding: 0 !important;
	width: auto !important;
}
div.Main {
	background: #fff !important;
	display: block !important;
	float: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 870px !important;
}
div.Wrapper,
div.Container {
	max-width: 90% !important;
}

.Wrapper .Container {
	background: none;
	margin: 0;
}

.Head,
.Jumplabels,
.Carousel,
.Navi,
.Metanavi,
.Specials,
.Footer,
.Paging,
.Tools,
.Tags,
.Additionalcontent {
	display: none !important;
}

.Wrapper {
	font-size: 100% !important;
	margin: 0 auto;
}
.Print-Page,
.Show-Images {
	display: none;
}
.Head {
	margin: 0 auto 3rem auto !important;
	text-align: center;
}
.Head img {
	height: 50px;
}
#ID_Date,
.Date {
	font-size: 0.9rem !important;
	margin: -1.5rem 0 1.5rem 0;
	/* text-align: center; */
}
.Author {
	margin-bottom: 1.5rem !important;
	/* text-align: center; */
}
h1 {
	font-size: 3rem !important;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 2rem;
	/* text-align: center; */
}
h2 {
	font-size: 2rem !important;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 2rem;
	margin-top: -1rem;
	/* text-align: center; */
}
.Content h3 {
	font-size: 1.2rem !important;
	line-height: 140%;
	margin-bottom: 1.5rem;
	/* text-align: center; */
}
.Content {
	border-top: 2px solid #ccc;
	line-height: 150%;
	margin-top: 1rem;
	padding-top: 3rem;
}
.Content p {
	margin-bottom: 1rem;
}
.Content img {
	max-width: 610px;
}
.Content .Image {
	clear: both;
	float: left;
	font-size: 0.9rem;
	line-height: 130%;
	margin: 1rem;
	margin-left: 0;
	text-align: center;
	width: 610px;
	max-width: 50%;
}
.Content .Image img {
	margin-top: -10px;
	max-width: 100%;
}
.Content .Image div.Title,
.Content .Image div.Copyright {
	margin-top: 1rem;
}
.Content .Image.Right {
	float: right;
	margin-left: 1rem;
}
.Content .Image.Left,
.Content .Image.Right,
.Content .Image.Left img,
.Content .Image.Right img {
	width: 250px;
}
.Infobox {
	color: #2b2b2b;
	padding: 10px;
	background: #f2f2f2;
	margin-bottom: 20px;
}
.Infobox p {
	margin-bottom: 10px;
}
.Infobox h3,
.Infobox h4 {
	color: #2b2b2b;
	margin: 0 0 10px 0;
}
a {
	color: #eb2325;
	text-decoration: underline;
}
.Listing a {
	text-decoration: none;
}

address.Source {
	border-top: 1px solid #2b2b2b;
	font-style: italic;
	font-weight: 600;
	padding-top: 10px;
}