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

body#PUB {
	background: #fdfdfd;
	font-size: 100% !important;
	margin: 0;
	padding: 0;
}
#PUB .Header-Print {
	border-bottom: 1px solid #000;
	color: #999;
	display: block !important;
	margin-bottom: 10px;
	padding: 10px;
}
#PUB .Main {
	background: #fff !important;
	float: none !important;
	padding: 0 !important;
	width: 100% !important;
}

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

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

#PUB .Wrapper {
	font-size: 100% !important;
	margin: 0 auto;
}
.Print-Page,
.Show-Images {
	display: none;
}
.Head {
	margin: 0 auto 3rem auto;
	text-align: center;
}
.Head img {
	height: 50px;
}
.Date {
	font-size: 0.9rem;
	margin: -1.5rem 0 1.5rem 0;
	/* text-align: center; */
}
.Author {
	margin-bottom: 1.5rem;
	/* text-align: center; */
}
#PUB h1 {
	font-size: 3rem;
	line-height: 140%;
	margin-bottom: 2rem;
	/* text-align: center; */
}
#PUB h2 {
	font-size: 2rem;
	line-height: 140%;
	margin-bottom: 2rem;
	margin-top: -1rem;
	/* text-align: center; */
}
#PUB .Content h3 {
	font-size: 1.2rem;
	line-height: 140%;
	margin-bottom: 1.5rem;
	/* text-align: center; */
}
#PUB .Content {
	border-top: 2px solid #ccc;
	line-height: 150%;
	margin-top: 1rem;
	padding-top: 3rem;
}
#PUB .Content p {
	margin-bottom: 1rem;
}
#PUB .Content img {
	max-width: 610px;
}
#PUB .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%;
}
#PUB .Content .Image img {
	margin-top: -10px;
	max-width: 100%;
}
#PUB .Content .Image div.Title,
#PUB .Content .Image div.Copyright {
	margin-top: 1rem;
}
#PUB .Content .Image.Right {
	float: right;
	margin-left: 1rem;
}
#PUB .Content .Image.Left,
#PUB .Content .Image.Right,
#PUB .Content .Image.Left img,
#PUB .Content .Image.Right img {
	width: 250px;
}
#PUB a {
	color: #555;
}
#PUB .Listing a {
	text-decoration: none;
}
