/*
Theme Name: Herman's House
Version: 1.0
Template: toolbox
*/

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #6c6840; color: #fff; text-shadow: none; }
::selection { background: #6c6840; color: #fff; text-shadow: none; }

a { color: #d6cf80; }
a:visited { color: #a8a375; }
a:hover { color: #a8a375; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #333; margin: 1.5em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Primary Styles ========================================================
   Author: They Integrated INC.
   ========================================================================== */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #000000 url(img/body-bg.jpg) no-repeat top center;
  -webkit-background-size: 2000px 1471px;
}

header {
  width: 1000px;
  margin: 40px auto 0;
}

h1, h2, h3, h4, label {
  font-family: "alternate-gothic-no-3-d";
  font-weight: 400!important;
  color: #ffffff;
  text-transform:uppercase;
  margin: 0;
}

#title {
  width: 1000px;
  height: 97px;
  background: transparent url(img/title-bg.png) no-repeat 0 0;
  margin: 0 0 20px 0;
}

.title {
  text-indent:-9999px;
  display: block;
  width: 1000px;
  height: 97px;
}

#nav {
  list-style:none;
  margin: 0;
  padding: 0;
  float: left;
}

#nav li {
  float: left;
  margin: 0 20px 0 0
}

#nav li a:link,
#nav li a:visited {
  font-family: "alternate-gothic-no-2-d";
  text-decoration:none;
  text-transform:uppercase;
  color: #828282;
  font-size:19px;
  font-weight:400;
}

#nav li a:hover,
#nav li a:active,
#nav li.current-menu-item a:link,
#nav li.current-menu-item a:visited,
#nav li.current-menu-item a:hover,
#nav li.current-menu-item a:active,
#nav li.current-page-ancestor a:link,
#nav li.current-page-ancestor a:visited,
#nav li.current-page-ancestor a:hover,
#nav li.current-page-ancestor a:active {
  color: #ffffff;
}

.last {
  margin-right: 0;
}

#subForm,
#mc-embedded-subscribe-form {
  float: right;
}

#email-form {
  list-style:none;
  margin: 0;
  padding: 0;
}

#email-form li {
  float: left;
  margin-right: 1px;
  color: #808080;
  font-size:14px;
  font-family: "alternate-gothic-no-2-d";
  font-weight: 400;
}

#email-form li.first {
  margin-right: 15px;
  line-height:18px;
  margin: 5px 10px 0 0;
  line-height:14px;

}

#email-form li.last {
  margin-right: 0px;
}

input.text {
  font-family: "alternate-gothic-no-2-d";
  text-transform:uppercase;
  border: 0;
  background: transparent url(img/input-bg.png) repeat 0 0;
  color: #a5a5a3;
  font-size:14px;
  padding: 5px 3px 4px 5px;
  line-height:18px;
  width:115px;
  font-weight: 400;
  height: 25px;
  line-height:14px;
}

.go,
.gform_button {
  line-height:14px;
  height: 25px;
  border: 0;
  font-family: "alternate-gothic-no-2-d";
  background-color:#d6cf80;
  color: #000000;
  padding: 5px 8px 4px 8px;
  text-transform:uppercase;
}

.go:hover,
.gform_button:hover {
  background-color:#a8a375;
}

#main {
  width:1000px;
  margin: 0 auto;
}

#content {
  width: 640px;
  background: transparent url(img/content-bg.png) repeat-y 0 0;
  padding: 40px 40px 20px 40px;
  float: left;
  color: #b8b8b8;
  margin: 20px 0 30px 0;
  font-family: "rooney-web";
}

/* Screens Page - Light Background Exceptions */
.page-id-71 #content {
	background-image: url(img/content-bg-screenings.png);
}

.page-id-71 #content h2 {
	color: #333;
}

.page-id-71 #content .location {
	padding-top: 13px;
}

.page-id-71 #content .location, .page-id-71 #content .location-title span {
	color: #444;
}

.page-id-71 #content table.reviews strong {
	color: #6d6a4b;
}

.page-id-71 #content table.reviews strong {
	font-size: 1.2em;
}

.page-id-71 #content table.reviews a {
	background: #d6cf80;
	color: #666;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 5px;
	font-size: 0.7em;
/*	float: right;*/
}

.page-id-71 #content table.reviews a:hover {
	background: #666;
	color: #d6cf80;
}

#content h2 {
  font-size:50px;
  line-height:50px;
  margin-bottom: 10px;
}

.attachment-feature,
.wp-post-image {
  display: block;
  margin-bottom: 20px;
}

#content p {
  font-size:14px;
  font-weight:400;
}

#film {
  list-style:none;
  margin: -40px 0 40px -40px;
  padding: 0 0 0 40px;
  background: transparent url(img/content-menu-bg.png) no-repeat bottom left;
  width:640px;
}

#film li {
  float: left;
  margin: 0 20px 0 0;
}

#film li a:link,
#film li a:visited {
  font-family: "alternate-gothic-no-3-d";
  text-transform:uppercase;
  color: #828282;
  text-decoration:none;
  display: block;
  padding: 15px 0px 10px 0;
}

#film li a:hover,
#film li a:active {
  color: #ffffff;
}

#film li.current-menu-item a {
  color: #ffffff;
  background: transparent url(img/content-menu-item-bg.png) no-repeat bottom center;
}

#content blockquote p {
  font-family: "alternate-gothic-no-3-d";
  text-transform:uppercase;
  color: #99945c;
  font-size:32px;
  line-height:36px;
  padding: 0 60px 0 0;
  font-weight:400;
}

ul.filmmakers {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.filmmakers li {
  border-bottom: 1px solid #333;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}

#content h3 {
  font-size:24px;
}

blockquote {
  margin: 0;
}

#sidebar {
  float: right;
}

a:link#play-trailer,
a:visited#play-trailer,
a:hover#play-trailer,
a:active#play-trailer {
  padding: 33px;
  display: block;
  width: 706px;
  height:456px;
  margin: -19px 0 0px -33px;
  background: transparent url(img/trailer-wrapper-bg.png) no-repeat 0 0;
}

#premiere {
  margin: 0 0 40px 0;
}

#premiere h3 {
  font-size:26px;
  font-weight:400;
  margin: 0 0 3px 0;
}

#premiere a {
	color: #d6cf7f;
	margin: 0;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-3-d";
	font-size: 21px;
	line-height: 26px;
	text-decoration: none;
}

#connect {
  margin: 0 0 40px 0;
}

#buzz {
  margin: -10px 0 95px 0;
}

#sidebar #connect {
  margin: 600px 0 40px 0;
}

#connect h3 {
  font-size:26px;
  font-weight:400;
  margin: 0 0 3px 0;
}

#buzz h3 {
  font-size:26px;
  font-weight:400;
  margin: 0;
}

#links {
  list-style:none;
  margin: 0;
  padding: 0;
}

#links li {
  float: left;
  margin-right: 15px;
}

#links li.last {
  margin-right:0;
}

#links li a {
  text-indent:-9999px;
  background: transparent url(img/links-bg.png) no-repeat 0 0;
  display: block;
  height:23px;
}

a:link#imdb, a:visited#imdb {
  width: 40px;
  background-position:0 0;
}
a:hover#imdb, a:active#imdb {
  background-position:0 -23px;
}

a:link#youtube, a:visited#youtube {
  width: 57px;
  background-position:-40px 0;
}
a:hover#youtube, a:active#youtube {
  background-position:-40px -23px;
}

a:link#facebook, a:visited#facebook {
  width: 83px;
  background-position:-97px 0;
}
a:hover#facebook, a:active#facebook {
  background-position:-97px -23px;
}

a:link#twitter, a:visited#twitter {
  width: 93px;
  background-position:-180px 0;
}
a:hover#twitter, a:active#twitter {
  background-position:-180px -23px;
}

footer {
  width:1000px;
  margin: 0 auto;
  text-align:center;
}

#laurels {
  list-style:none;
  margin: 0 auto 30px;
  padding: 0;
  width:731px;
}

#laurels li {
  float: left;
  margin-right: 50px;
}

#laurels li.last {
  margin-right: 0;
}

#laurels li a {
  display: block;
  height:106px;
  text-indent:-9999px;
  background: transparent url(img/laurels-bg.png) no-repeat 0 0
}

a:link#full-frame,
a:visited#full-frame,
a:hover#full-frame,
a:active#full-frame {
  width: 192px;
  background-position:0 0;
}

a:link#hot-docs,
a:visited#hot-docs,
a:hover#hot-docs,
a:active#hot-docs {
  width: 224px;
  background-position:-192px 0;
}

a:link#true-false,
a:visited#true-false,
a:hover#true-false,
a:active#true-false {
  width: 215px;
  background-position:-416px 0;
}

#billing-block {
  display: block;
  width: 712px;
  height: 87px;
  margin: 0 auto 30px;
  text-indent:-9999px;
  background: transparent url(img/billing-block-bg.png) no-repeat 0 0;
}

#logos {
  list-style:none;
  margin: 0;
  padding: 0;
  width:1000px;
}

#logos li {
  float: left;
  margin: 0;
  padding: 0;
}

#logos li a {
  display: block;
  height:35px;
  text-indent:-9999px;
  background: transparent url(img/logos-bg.png) no-repeat 0 0
}

a:link#sl, a:visited#sl {
  width: 162px;
  background-position:0 0;
}
a:hover#sl, a:active#sl {
  background-position:0 -35px;
}

a:link#ff, a:visited#ff {
  width: 217px;
  background-position:-162px 0;
}
a:hover#ff, a:active#ff {
  background-position:-162px -35px;
}

a:link#oac, a:visited#oac {
  width: 181px;
  background-position:-379px 0;
}
a:hover#oac, a:active#oac {
  background-position:-379px -35px;
}

a:link#si, a:visited#si {
  width: 129px;
  background-position:-560px 0;
}
a:hover#si, a:active#si {
  background-position:-560px -35px;
}

a:link#jf, a:visited#jf {
  width: 115px;
  background-position:-689px 0;
}
a:hover#jf, a:active#jf {
  background-position:-689px -35px;
}

a:link#svt, a:visited#svt {
  width: 75px;
  background-position:-804px 0;
}
a:hover#svt, a:active#svt {
  background-position:-804px -35px;
}

a:link#ipf, a:visited#ipf {
  width: 62px;
  background-position:-879px 0;
}
a:hover#ipf, a:active#ipf {
  background-position:-879px -35px;
}

a:link#axyz, a:visited#axyz {
  width: 59px;
  background-position:-941px 0;
}
a:hover#axyz, a:active#axyz {
  background-position:-941px -35px;
}

footer p {
  text-transform:uppercase;
  color: #808080;
  font-size:14px;
  font-weight: 400;
  font-family: "alternate-gothic-no-3-d";
}

footer p a:link,
footer p a:visited {
  color: #808080;
}

footer p a:link,
footer p a:visited {
  color: #ffffff;
}

#dvd {
  background: url(/wp-content/themes/hh/img/dvd-cover.png) no-repeat;
  float: right;
  margin-top: 15px;
  width: 327px;
  height: 108px;
  padding-left: 120px;
}

#dvd h2 {
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: "alternate-gothic-no-3-d";
}

#dvd a {
  font-size: 1em;
  color: #535353;
  text-decoration: none;
  font-family: "alternate-gothic-no-3-d";
}

#dvd a:hover {
  color: #333;
}

/* youtube */
.ozma-yt-playlist {
  text-align: left;
  width: 560px;
  margin: 0;
}

.youtube-player {
  margin: 0 0 25px 0;
}

.ozma-yt-playlist a,
.ozma-yt-playlist img {
  display: block;
}

.ozma-yt-playlist ul {
  list-style-type:none !important;
  margin:0 !important;
  padding:0!important;
  overflow:hidden;
}

.ozma-yt-playlist ul li {
  float:left;
  margin: 0 25px 25px 0;
}

.ozma-yt-playlist ul li.last {
  margin-right: 0;
}

.ozma-yt-playlist ul li {
  border:none;
}

.ozma-yt-playlist ul li a span span.clip {
  margin-bottom: 5px;
}

.ozma-yt-playlist ul li a span span.clip > img {
  opacity: 0.5;
}

.ozma-yt-playlist ul li:hover a span span.clip > img {
  opacity: 1;
}

.ozma-yt-playlist ul li a span.active span.clip > img {
  opacity: 1;
}

.ozma-yt-playlist ul li a span h4 {
  color: #828282;
}

.ozma-yt-playlist ul li a span.active h4,
.ozma-yt-playlist ul li:hover a span h4 {
  color: #ffffff;
}

.ozma-yt-playlist .page {
  display:none;
}

.ozma-yt-thumb {
  position:relative;
  display:inline-block;
  padding:0;
  overflow:hidden;
}

.ozma-yt-thumb {
  width:170px;
}

.ozma-yt-thumb .clip {
  display:block;
  position:relative;
  overflow:hidden;
  height:85px;
}

.ozma-yt-thumb .clip img {
  position:absolute;
  outline:none;
  -ms-interpolation-mode:bicubic;
  top:-16px;
  left:0;
  width:170px;
  height:120px;
}

.ozma-yt-paging {
  clear:both;
  float:left;
}

.ozma-yt-paging a {
  display:inline-block;
  background-color:#efefef;
  margin:0;
  padding:5px 10px;
  color:#333;
  text-decoration:none;
  line-height:normal;
}

.ozma-yt-paging a.active {
  background-color:#CCC;
}

table.reviews {
  width:100%;
  margin-bottom: 20px;
}

table.reviews td {
  border-bottom: 1px solid #333;
  padding: 10px 0px;
}

table.reviews td.link {
  font-size:14px;
  width:85%;
}

table.reviews td.date,
table.reviews td.location {
  font-family: "alternate-gothic-no-3-d";
  text-align: left;
  text-transform:uppercase;
}

/* @group Coda */

/* Most common stuff you'll need to change */

.coda-slider-wrapper {
	padding: 0;
	width: 470px;
	height: 90px;
	position: absolute;
	z-index: 300;
}

.coda-slider-wrapper h2 {
	font-size: 17px;
	/*text-align: right;*/
	opacity: 0.8;
}

.coda-slider {
	width: 470px;
	height: 90px;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 90px;
	overflow: auto !important;
	padding-right: 20px
}

/* Change the width of the entire slider (without dynamic arrows) */

.coda-slider,
.coda-slider .panel {
	width: 470px;
	height: 90px;
}

.panel.slide {
	width: 470px;
	height: 90px;
}

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }

/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 0;
	width: 470px;
}

/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center
}

/* @end */



p.quote {
	color: #d6cf7f;
	margin: 0;
	font-family: "proxima-nova-extra-condensed",sans-serif;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-3-d";
	font-size: 21px;
	line-height: 26px;
}

p.quote-author {
	color: #ffffff;
	margin: 5px 0 0 0;
	font-family: "proxima-nova-extra-condensed",sans-serif;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-3-d";
	font-size: 16px;
	font-style: italic;
}

/* ADD THIS ADDITION - March 21, 2013 */
.addthis_toolbox {
	margin: -0.5em auto 3em;
}

.page-id-73 .addthis_toolbox {
	margin-bottom: 1.5em;
}

.addthis_toolbox .addthis_pill_style {
	margin-right: 10px;
}

.addthis_toolbox .addthis_button_google_plusone {
	margin-right: -10px;
}



/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 2.10

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
  margin-top: 10px;
  width: 100%;
  clear:both;
  display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}

.ngg-album {
  overflow: hidden;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

.ngg-albumtitle {
  text-align: left;
  font-weight: bold;
  margin:0px;
  padding:0px;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.ngg-thumbnail {
  float: left;
  margin-right: 12px;
}

.ngg-thumbnail img {
  background-color:#FFFFFF;
  border:1px solid #A9A9A9;
  margin:4px 0px 4px 5px;
  padding:4px;
  position:relative;
}

.ngg-thumbnail img:hover {
  background-color: #A9A9A9;
}

.ngg-description {
  text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
  float:left;
  height:180px;
  padding-right:6px !important;
  margin:0px !important;
  text-align:left;
  width:120px;
}

.ngg-album-compactbox {
  background:transparent url(albumset.gif) no-repeat scroll 0%;
  height:86px;
  margin:0pt 0pt 6px !important;
  padding:12px 0pt 0pt 7px !important;
  width:120px;
}


.ngg-album-compactbox .Thumb {
  border:1px solid #000000;
  margin:0px !important;
  padding:0px !important;
  width:91px;
  height:68px;
}

.ngg-album-compact h4 {
  font-size:15px;
  font-weight:bold;
  margin-bottom:0px;
  margin-top:0px;
  width:110px;
}

.ngg-album-compact p {
  font-size:11px;
  margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
  overflow: hidden;
  margin: 0;
  width: 100%;
  clear:both;
  display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
  float: left;
}

.ngg-gallery-thumbnail {
  float: left;
  margin: 0 25px 25px 0;
  text-align: center;
  opacity: 0.5;
}

.ngg-gallery-thumbnail:hover {
  opacity: 1;
}

.ngg-gallery-thumbnail img {
  background-color: transparent;
  border: 0 none;
  display:block;
  margin:0;
  padding:0;
  position:relative;
}

.ngg-gallery-thumbnail span {
  /* Images description */
  font-size:90%;
  padding-left:5px;
  display:block;
}

.ngg-clear {
  clear: both;
}

#ngg-image-11 .ngg-gallery-thumbnail,
#ngg-image-10 .ngg-gallery-thumbnail { margin-right: 0; }

.ginput_full, .ginput_left, .ginput_right {
	margin-bottom: 5px;
}

#field_2_2, #field_2_4, #field_2_3 {
	margin-top: 10px;
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}





#emmy {
  position: absolute;
  top: 40px;
  right: 25px;
  width: 125px;
  font-size: 0.7em;
  text-align: center;
  background: url(img/emmy.png) no-repeat top center;
  padding-top: 100px;
  color: #999;
  z-index: -1;
}

#emmy span {
  display: block;
  font-style: 0.9em;
  color: #777;
}