/* MainPrint.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; */

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

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

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

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


@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;
}

section {
	margin-bottom: 20px;
}

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

section.mainContent {
	margin-top: 10px;
	margin-bottom: 5px;
}
/*
section.mainContentSingleEntity aside {
	width: 33%;
	float: left;
	text-align: center;
}
*/
section.mainContent aside.ProdImage {
	width: 32%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}


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

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: 20px;
	padding: 0;
	width: 100%;
}

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

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

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: .75em;
	display: block;
	/*line-height: .5em;*/
}

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;
}

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.png');
	display: block;
	position: absolute;

}
*/

footer ul {
	display: none;
}
