/* Print.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: 0;
	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 img {
	height: 50px;
}*/

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.mainContentSingleEntity {
	margin-top: 10px;
	margin-bottom: 30px;
}
/*
section.mainContentSingleEntity aside {
	width: 33%;
	float: left;
	text-align: center;
}
*/
section.mainContentSingleEntity aside.ProdImage {
	width: 40%;
	float: left;
	text-align: center;
}


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

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

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


section.mainContentSingleEntity aside.ProdProse {
	font-size: 1.6em;
	margin-right: 100px;
	page-break-inside: avoid;
	margin-bottom: 150px;
	display: block;
}

section.mainContentSingleEntity aside.ProdLine {
	page-break-inside: avoid;
}

section.mainContentSingleEntity aside.ProdLine h3 {
	font-size: 1.5em;
}

section.mainContentSingleEntity aside.ProdLine ul {
	list-style: none;
}

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

section.mainContentSingleEntity aside.ProdLine 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;
}
