/* MainCategoryPrint.css*/
/* Copyright (c) 2015 - 2016 D. A. Zwierz, All rights reserved 

----------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700);
/* font-family: 'Open Sans', sans-serif; */

@import url(https://fonts.googleapis.com/css?family=Poiret+One);
/* font-family: 'Poiret One', cursive; */

@page {
	margin: .5cm;
}

body {
	color: #000;
	font-family: Georgia, "Time New Roman", Times, serif; 
	font-size: 12pt;
	font-weight: normal;
	margin: 10px;
	padding: 0;
}


/* Text */
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}

p {
	font-size: .9em;
	margin: 0 0 1em 0;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
}

a::after, a:visited::after {
	content: ' (' attr(href) ')' ;
	font-style: italic;
	color: #589;
	word-wrap: break-word;
}

nav {
	display: none;
}

header {
	position: relative;
}

header::after {
	content: url('../images/mainbannerlg.png');
	width: 90%;
}

header a.logo {
	display: block;
	width: 145px;
	height: 60px;
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: .8em;
	color: #589;
}

header a.logo::before {
	/*content: url('../images/mainbannerlg.png');*/

}

header a.logo::after {
	display: block;
	position: absolute;
	top: 190px;
	left: 20px;
}

header a.logo span {
	display: none;
}

header div.hero {
	width: 75%;
	position: absolute;
	top: 10px;
	left: 500px;
	line-height: 2em;
}

header div.hero a::after {
	display: block;
	line-height: 2em;
}

header div.hero div.socialengage{
	position: relative;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 90%;
}

section {
	margin-bottom: 10px;
}

section::after {
	content: '';
	display: block;
	clear: both;
}

/* title area so is centered and responsive */
section.TitleArea {
	width: 100%;
	float: left;
	margin-bottom: 2px;
}
section.TitleArea aside.headerup-left {
	width: 25%;
	float: left;
}
section.TitleArea aside.headerup {
	width: 50%;
	margin-left: 5px;
	margin-right: 10px;
}
section.TitleArea aside.headerup-right {
	width: 15%;
	float: left;
}

section.TitleArea h2 {
	margin-bottom: 2px;
	line-height: 1em;
}

section.mainContent {
	margin-top: 10px;
	margin-bottom: 20px;
}
/*
section.mainContentSingleEntity aside {
	width: 33%;
	float: left;
	text-align: center;
}
*/
section.mainContent aside.ProdImage {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 0px;
	display: block;
}

section.mainContent aside div.SingleEntity{
	margin: 0px;
}

section.mainContent aside.ProdImage div.SingleEntity a::after{
	display: block;
}

section.mainContent aside.ProdImage div.SingleEntity img{
	/*margin: 10px;*/
	width: 30%;
}

section.mainContent aside.ProdImage div.SingleEntity.live {
	display: none;
}

section.UnderProdImage {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
	width: 100%;
}

section.UnderProdImage h2{
	margin-bottom: 8px;
}

section.UnderProdImage aside.mainLeftContent {
	font-size: 1.1em;
	float: left;
	margin-right: 40px;
	page-break-inside: avoid;
	margin-bottom: 1px;
	width: 60%;
}

section.UnderProdImage aside.mainRightContent  {
	page-break-inside: avoid;
	width: 30%;
	float: left;
}

section.UnderProdImage aside.mainRightContent a {
	font-size: 1.2em;
	line-height: 1.4em;
}

section.UnderProdImage aside.mainRightContent a::after {
	color: #589;
	font-size: .8em;
	display: block;
	/*line-height: .5em;*/
}

section.UnderProdImage::after {
	margin-bottom: 0px;
}

section.sharemelinks {
	display: none;
}

section.MainContentBottomZ h4 {
	display: none;
}

section.MainContentBottomZ a {
	font-size: 1.4em;
}

section.MainContentBottomZ a::after {
	color: #589;
	font-size: .7em;
	display: block;
}
/*
section.pre-footer::before{
	content: url('../images/qrcode-sa.png');
	display: block;
	position: static;
}

section.pre-footer::after {
	font-weight: normal;
	display: block;
	margin-left: 10px;
	font-style: italic;
	font-size: 1em;
	content: 'This page was printed from http://www.StrangelyAppropriate.com. Thanks for visiting!';
}
*/
footer {
	position: relative;
	float: left;
}

footer p {
	font-weight: bold;
	float: right;
	font-size: 1em;
	display: block;
}

footer p::before {
	font-weight: normal;
	display: block;
	margin-left: 10px;
	font-style: italic;
	font-size: 1em;
	content: 'This page was printed from http://www.StrangelyAppropriate.com. Thanks for visiting!';
}
footer p::after{
	content: url('../images/qrcode-sa-163.png');
	display: block;
	position: static;
	margin-top: 10px;
}

footer ul {
	display: none;
}
