/*
Theme Name: Dangerous Odds
Author: ZurichTokio
Author URI: http://zurichtokio.com
Description: HTML5 Theme for the "Dangerous Odds" Book Website
Version: 1.0

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }
h1, h2, h3, h4, h5, h6 { clear:both; }
html { overflow-y:scroll; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
a:focus { outline:none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display:block; }
audio, canvas, video { display:inline-block; }
audio:not([controls]) { display:none; }
del { color:#333; }
ins { background:#fff9c0; text-decoration:none; }
hr { background-color:#ccc; border:0; height:1px; margin:24px; margin-bottom:1.714285714rem; }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup { top:-0.5em; }
sub { bottom:-0.25em; }
small { font-size:smaller; }
img { border:0; -ms-interpolation-mode:bicubic; }


/* =Repeatable patterns
-------------------------------------------------------------- */
/* helpers */
.clear { 
	font-size:1px; 
	clear:both; 
}
.overflow_hidden {
 height:100%;
}
.overflow_hidden body {
	height:100%;
	overflow:hidden;
}

/* content wrapper */
.container {
	width:930px;
	margin:0 auto;
}

/* colors content boxes */
#author {
	background-color:#ffee0b; /* yellow */
}
#image-nav a {
 background-color:#70706e; /* light grey */ 
}
#image-nav, #prologue, #dan-hanks, .errorpage, #contact {
 background-color:#3c3c3c; /* medium grey */ 
}
#image-nav div {
	background-color:#FFF;
}
.site-header, #headlines, #about, #videos, #mce-EMAIL {
	background-color:#262626; /* dark grey */
}
#intro {
	background-color:#111111; /* black */
}
#publication{
	background-color:#191919; /* nearly black */
}

/* colors, fonts */
#prologue,  #dan-hanks, .errorpage { 
	color:#FFF;
}
#about {
	color:#ffee0e; /* yellow */
}

/* box shadows */
.site-header, #author { /*regular shadow */
	-moz-box-shadow:0 0 30px -10px #000;
	-webkit-box-shadow:0 0 30px -10px #000;
	box-shadow:0 0 30px -10px #000;
}
#author { 
	-moz-box-shadow:0 0 30px 0 #000;
	-webkit-box-shadow:0 0 30px 0 #000;
	box-shadow:0 0 30px 0 #000;
}
#publication { /* darker shadow */
	-moz-box-shadow:0 0 20px -8px #000000;
  -webkit-box-shadow:0 0 20px -8px #000000;
  box-shadow:0 0 20px -8px #000000;
	z-index: 2;
}

/* headers */
#page h3, .h3 {
	text-transform:uppercase;
	font-size:13px;
	padding:0 12px;
}
#page h3, .h3 {
	line-height:17px;
}
.h3 {
	display:block;
	padding:5px 0 10px 0;
	color:#FFF;
}

/* Reset non-text input types */
input {
	border:0;
	border-radius:0;
	padding:0;
}
/* Form fields */
#mce-EMAIL {
	margin-right:11px;
	width:183px;
	height:29px;
	border:1px solid #707173;
	font-size:13px;
	color:inherit;
	padding:0 9px;
}

.ie8 #mce-EMAIL {
	line-height: 29px;
}
/* Buttons */
.button, .toolbar a {
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
}
.button {
	background:#70706e url('imgs/btn_bg.png') top left;
	font-size:11px;
	height:31px;
	width:127px;
}
input[type="submit"] { 
	border:none;
	margin-top:15px;
}
.toolbar {
	height:38px;
	padding-top:31px;
}
.toolbar a { 
	background:#70706e url('imgs/more_btn_bg.png') top left;
	text-indent:0;
	display:block;
	width:177px;
	float:left;
	margin-right:27px;
	font-size:17px;
	height:38px;
	line-height:38px;
}
input[type="submit"]:hover, .toolbar a:hover {
	background-position:bottom left;
}

/* Images */
#page img.alignleft {
	float:left;
	margin-right:20px;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	text-rendering:optimizeLegibility;
	color:#444;
	font-size:18px;
	line-height:26px;
	min-width:940px;
}
body.custom-font-enabled {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline:none;
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}

/* =Header
-------------------------------------------------------------- */
.site-header {
	position:absolute;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}
.site-header .container {
	position:relative;
}
.site-header hgroup {
	float: left;
	padding: 34px 15px 24px;
}
.site-header a, .site-header span.divider, .site-header h2 {
	color:#ffef17;
}
.site-header h2 {
	text-align:center;
}
.site-header a, .site-header span.divider {
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
	display: inline-block;
	padding: 0 1px;
}

.site-header a, .site-header h2 {
	color:#ffef17;
	text-align:center;
	text-decoration:none;
}
.site-header a:hover {
	color:#FFF;
}
.site-header h1,
.site-header h2 {
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
}
.site-header h1 {
	cursor:pointer;
}
/* Social Media Menu */
.social-media {
	position: absolute;
	top:21px;
	right:15px;
}
.social-media a img {
	margin-left:11px;
}
/* Navigation Menu */
.main-navigation {
	padding-top: 98px;
	margin-right:15px;
	text-shadow:2px 2px 0 #000;
	float: right;
}

/* Header image */
#headerimg {
	margin-top:147px;
	height:389px;
	background:#ffef17 url(imgs/headerimg.png) no-repeat center center;
	width:100%;
	min-width:930px;
	position:relative;
	z-index:0;
}
#publication-link, #tv, #popup-link {
	display:block;
	position:absolute;
}
#tv {
	width:259px;
	height:182px;
	left:50%;
	margin-left:-8px;
	top:175px;
}
#publication-link {
	height: 70px;
  left: 50%;
  margin-left: -342px;
  top: 254px;
  width: 264px;
}
#popup-link {
	cursor: pointer;
	height: 230px;
	left: 50%;
	margin-left: 335px;
	top: 144px;
	width: 150px;
}

/* =Intro
-------------------------------------------------------------- */
#intro {
	text-align:center;
	position:absolute;
	min-height:600px;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:100;
}
#phone {
	position:absolute;
	top:50%;
	left:50%;
	margin:-435px 0 0 -230px;
	cursor:pointer;
}

/* =headlines
-------------------------------------------------------------- */
#headlines {
	padding:61px 0 68px 0;
}
.press_excerpt {
	width:290px;
	float:left;
	text-align:center;
	margin-left:15px;
}
.press_excerpt hr {
	width:80px;
	margin:11px auto 14px auto;
}
.press_excerpt .h3, .press_excerpt h3 {
	padding:0;
}
.press_excerpt h3 {
	color:#FFF;
	font-weight:normal;
}
.press_excerpt .h3 {
	color:#969696;
}
/* =teaser
-------------------------------------------------------------- */
#image-nav {
	padding:64px 0;
}
#image-nav div {
	margin:0 0 0 15px;
	float:left;
	text-align:center;
	-moz-box-shadow:0 0 6px 2px #2c2c2c;
	-webkit-box-shadow:0 0 6px 2px #2c2c2c;
	box-shadow:0 0 6px 2px #2c2c2c;
}
#image-nav div:first-child {
	margin:0 0 0 15px;
	float:left;
	text-align:center;
}
#image-nav a {
	display:block;
	height:400px;
}
#image-nav a:hover {
	opacity:0.9;
}

/* =main
-------------------------------------------------------------- */
#main article, #videos {
	padding:85px 0;
}
#main h2 {
	margin-bottom:41px;
}
#main article p {
	margin-bottom:7px;
}
article .entry-content, .footer-content, .video-content {
	margin:0 15px;
}

/* =Prologue
-------------------------------------------------------------- */
#prologue { 
	background:#3c3c3c url('imgs/prologue_bg.jpg') no-repeat bottom center;
}

#prologue article p {
	text-indent:17px;
}
#prologue article h2+p {
	margin-bottom:7px;
	text-indent:0;
}

/* =Author & Dan Hanks
-------------------------------------------------------------- */
#author article, #dan-hanks article {
    padding:56px 0 53px 0;
}
#author article img.alignleft, #dan-hanks article img.alignleft {
	position:relative;
	top:-11px;
	padding-right:42px;
}
#dan-hanks article img.alignleft {
	padding-bottom:74px;
}
#dan-hanks blockquote, #dan-hanks a {
	font-size:15px;
}
#dan-hanks a:hover {
	color:#c6c7c8;
}
#dan-hanks blockquote {
	margin-left:352px;
}

/* =Video 
-------------------------------------------------------------- */
#video {
	float:left;
}
#video_thumbs {
	float:right;
	width:258px;
}
#video_thumbs .playing {
	display:none;
}
#video_thumbs img {
	width:100%;
	height:auto;
}
/* =Reviews
-------------------------------------------------------------- */
#reviews {
	padding:;
	background-color: #3c3c3c;
	color:#c6c7c8;
}
#reviews  .entry-content {
	padding: 44px 0 38px 0;
	text-align: center;
	line-height:32px;
	font-size:23px;
}
#reviews blockquote {
	padding-top:20px;
	font-style: italic;
	font-weight:400;
}

#reviews blockquote strong{
	font-weight:700italic;
}

#reviews hr {
	width:150px;
	margin:11px auto 14px auto;
}

.furtherReviewBtn{
	margin:60px auto 0;
	background:#70706e url('imgs/more_btn_bg.png') top left;
	text-indent:0;
	display:block;
	width:177px;
	font-size:17px;
	height:38px;
	line-height:38px;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
}

a:hover.furtherReviewBtn  {
	background-position: bottom left;
}

/* =Publication + Footer
-------------------------------------------------------------- */
#publication, #contact {
	font-size:11px;
	color:#c6c7c8;
	line-height:19px;
	position: relative;
}
#publication .container {
	padding:0 0 18px 0;
}
#publication .container, #contact .container {
	position:relative;
}
#publication a:hover, #contact a:hover {
	color:#FFF;
}
#publication .title-img, #contact .title-img {
	padding-top:47px;
	display:block;
}
.site-infos {
	margin:31px 0 34px 0;
}
#publication .site-infos {
	background-image: url('imgs/contact_bg.png');
}
.site-info {
	width: 210px;
	min-height:1px;
	float:left;
	margin-left:12px;
	padding-left: 19px;
}
.infobox-0 {
	margin-left:0;
	padding-left:0;
	clear:left;
	width: 196px;
}
#contact .infobox-0 {
	width: 437px;
}
.infobox-3 {
	width: 191px;
}
.site-info h4 {
	text-transform: uppercase;
	font-weight: normal;
}
.site-info p, .site-info p {
	display:block!important;
	margin-top:5px;
}
.site-info a img {
	padding-top:6px;
}
.copyright {
	clear:left;
	padding-bottom:17px;
}
/* newsletter Form */
#mc_embed_signup {
	padding-top:22px;
}
#mce-error-response {
	padding-top:4px;
}
div.mce_inline_error, #mce-error-response {
	color:#FFEF17;
}
div.mce_inline_error {
	padding-top:2px;
}
#mce-responses a {
	text-decoration: underline;
}

/* =404 error page
-------------------------------------------------------------- */
.errorpage {
	height:100%;
}
.errorpage #main {
	margin-top:149px;
	height:100%;
	width:100%;
	min-width:930px;
}


/* =PopUp (REVIEW)
-------------------------------------------------------------- */
.blog #review-popup, .page-id-284, #review-popup {
	background:rgba(19,19,19,0.95);
	position: absolute;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 15;
	cursor:pointer;
	overflow:scroll;
}
.no-rgba #review-popup {
	background-image: url(imgs/nearly-black-95.png);
}
#review-popup article {
	width:826px;
	cursor:default;
	margin-top:50px;
	margin-bottom:50px;
}
#review-popup .entry-img {
	float: left;
}
#review-popup .entry-content img {
	margin-bottom:1px;
}
#review-popup .entry-content {
	color: #c6c7c8;
	font-size:19px;
	line-height:33px;
	text-shadow: 2px 2px 0 #000000;
	position: relative;
	padding-top:40px;
	float: right;
	font-weight:400;
}

#review-popup .entry-content strong {
	font-size:23px;
	font-weight:400;
	line-height:33px;
}

#review-popup .entry-content p {
	margin-bottom:12px;
}

#review-popup .entry-content hr {
	width:150px;
	margin:5px 0 5px 0;
}

#review-popup .entry-content p a {
	color: #FFEF17;
	text-decoration: none;
}
#review-popup .entry-content p a:hover {
	color:#FFF;
}
#review-popup-close {
	background-image: url(imgs/popup-close.png);
	position: absolute;
	top:-120px;
	right:0;
	width:21px;
	height:21px;
	cursor:pointer;
}
.page-id-284 {
	background-color: #262626;
}

/* =PopUp (incl. page preview)
-------------------------------------------------------------- */
.blog #popup, .page-id-225, #popup {
	background:rgba(19,19,19,0.95);
	position: absolute;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 15;
	cursor:pointer;
}
.no-rgba #popup {
	background-image: url(imgs/nearly-black-95.png);
}
#popup article {
	width:826px;
	cursor:default;
}
#popup .entry-img {
	float: left;
}
#popup .entry-content img {
	margin-bottom:1px;
}
#popup .entry-content {
	color: #FFF;
	font-size:15px;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #000000;
	position: relative;
	padding-top:101px;
	float: right;
}
#popup .entry-content p a {
	color: #FFEF17;
	text-decoration: none;
}
#popup .entry-content p a:hover {
	color:#FFF;
}
#popup-close {
	background-image: url(imgs/popup-close.png);
	position: absolute;
	top:0;
	right:0;
	width:21px;
	height:21px;
	cursor:pointer;
}
.page-id-225, .page-id-231 {
	background-color: #262626;
}
.page-id-225 #popup {
	cursor:default;
}
/* test für FB Preorder-Tab */
body.page-id-231 {
	min-width: 800px;
}
.page-id-231 #popup {
	background:rgba(19,19,19,0.95);
}
.page-id-231 #popup article {
	padding:77px 0 56px 0;
}
.page-id-231 #popup-excerpt article {
	padding:30px 0 45px 0;
	font-size: 15px;
}
.page-id-231 #popup article, .page-id-231 #popup-excerpt article {
	width:728px;
}
.page-id-231 #popup .entry-img {
	margin-left:15px;
}
.page-id-231 #popup .entry-content {
	padding-top: 76px;
	font-size: 13px;
}
.page-id-231 #popup .entry-content img.alignnone {
	display:block;
	padding-bottom:3px;
}
#popup-excerpt {
	background-color: #ffee0d;
	text-align: justify;
}
/* =Single view (only used for page previews)
-------------------------------------------------------------- */
.single #page {
	margin-top:40px;
}


/* SINGLE PAGE STYLES */

#singlepage {
	padding-top:200px;
	background-color: #3c3c3c;
	padding-bottom: 76px;
	color: white;
}

#singlepage h1 {
	color: #909191;
	margin-bottom:35px;
	text-transform: uppercase;
	font-size: 13px;
}

#singlepage h1, #singlepage h2, #singlepage h3, #singlepage p {
		font-weight:100 !important;

}

#singlepage h2 {
	font-size: 23px;
}

#singlepage h3 {
	font-size: 19px;
	text-transform: none;
	line-height: 54px;
	padding: 0px;
}

#singlepage p {
	line-height: 33px;
}

#singlepagesettings #videos, #singlepagesettings #headlines {
	display: none;
}