/*****! http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) *****/
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%; font: inherit; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/***** ! HTML5 display-role reset for older browsers *****/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
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; }

/***** ! Desktop *****/

.multiplebgs body {
	font: normal 1em/1.4 georgia, serif;
	background: url(images/bg2.png) no-repeat left top,
				url(images/bg.png);
}

::selection {
	text-shadow: none;
	background-color: #7a8c98;
	color: #fff;
}

.cssvwunit #praise { margin: 3vw auto; }

blockquote {
	/*text-transform: uppercase;*/
	/*text-align: center;*/
	color: #fff;
	margin-bottom: 10px;
}

b {
	font-weight: bold;
}
p a:hover {
color: #ecd578;
}
.cssvwunit section.row, .cssvwunit header.row, .cssvwunit footer.row { margin-bottom: 3.5vw; }

#title h1 {
	font: normal 89px 'BebasNeueRegular', Helvetica, arial, sans-serif;
	letter-spacing: 0.10em;
	color: #ecd578;
	text-align: center;
}

h2 {
	font: normal 28px georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
} 

h3 {
	
	font: normal 51px 'BebasNeueRegular', Helvetica, arial, sans-serif;
	letter-spacing: 0.05rem;
	color: #fff;
	text-align: right;
	padding-top: 0.2em;
}

#vid { 
	padding-right: 48px;
}

#buynowbutton {
	height: 70px;
	width: 156px;
	padding-top: 2px;
	text-align: center;
	position: absolute;
}

img#bookcover  { width: 46px; }

a#buynowbutton {
	color: #000;
	font: normal 3em/1.5 'BebasNeueRegular', Helvetica, arial, sans-serif;
	text-decoration: none;
	background: #ecd578;
	cursor: pointer;
}

a#popupbn {
	color: #000;
	font: normal 2em/1.5 'BebasNeueRegular', Helvetica, arial, sans-serif;
	text-decoration: none;
	background: #ecd578;
	cursor: pointer;
	margin: 5px 5px 0 5px;
	padding: 2px 5px 0 5px;
	display: inline;
}

#lightbox {
	position: absolute;
	left: 50%;
	background: #fff;
	z-index: 1001;
	display: none;
	padding: 15px;
	overflow: hidden;
}

#lightbox h4{
	font: normal 2em/1.5 'BebasNeueRegular', Helvetica, arial, sans-serif;
	color: #000;
	padding-left: 5px;
}

#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
	cursor: pointer;
}

article h1, section h1 , div h1 {
	font: normal 1.5em/1.5 'BebasNeueRegular', Helvetica, arial, sans-serif;
	letter-spacing: 0.05rem;
	color: #ecd578;
}

p { 
	color: #fff; 
	margin-bottom: 0.5em;
}

i { font-style: italic; }
a { color: #fff;}
#profile, #critical-acclaim { margin-bottom: 2em; }
#reviews article { margin-bottom: 1em;}

#about { 
	
}

footer blockquote { 
	font-size: 1.2em;
	color: #ecd578;
}

footer img {
	width: 150px;
}

/***** ! Tablets *****/

@media handheld, only screen and (max-device-width: 767px) {
	
	.multiplebgs body {
		background: url(images/bg-t.png) no-repeat left top,
					url(images/bg.png);
	}
	
	section.row, header.row, #praise { margin-bottom: 4vw;}
	
	blockquote {
		margin: 0.5rem auto;
		text-align: center;
	}
	
	#praise blockquote:last-child { display: none; }
	#title h1 { font-size: 10vw; }
	
	h2 { 
		font-size: 3vw;
		padding: 0;
	}
	
	h3 { text-align: center; }
	#title h1 { font-size: 76px; }
	h2 { font-size: 23px; }
	#vid-container .fivecol { display: none;}
	#buynow .threecol { padding-left: 300px; }
	
	#vid {
		padding: 0 50px 0 280px;
		text-align: center;
	}
	
	.cssvwunit article { margin-bottom: 4vw; }
	.no-cssvwunit article  { margin-bottom: 30px; }
	article:last-child { margin-bottom: 0;}
		
}

/***** ! Smartphones *****/

@media handheld, only screen and (max-device-width: 480px) {

	.multiplebgs body {
		background: url(images/bg-t2.png) no-repeat left top,
					url(images/bg.png);
		overflow-x: hidden;
	}
	blockquote { font-size: 14px; }
	
	#title h1 {
		font-size: 3.8em !important;
		line-height: 0.95;
		margin-bottom: 7px;
	}
	
	h2 { font-size: 1.3em !important;}
	
	h3 {
		font-size: 1.5em !important;
		text-align: center !important;;
		margin-bottom: 7px;
	}
	
	#lightbox {
		position: absolute;
		left: 150px;
		width: 300px;
		background: #fff;
		z-index: 1001;
		display: none;
		padding: 10px;
		margin: 0;
	}
	
	#vid { padding-right: 0 !important; }
	
	#lightbox a { 
		font-size: 1.5em;
		display: block;
	}
	
	#buynow .threecol { padding-left: 20px; }
	#vid { padding: 0 0 1em 0;}
	
	.no-cssvwunit section.row, .no-cssvwunit header.row, .no-cssvwunit #praise, .no-cssvwunit article { margin: 15px auto !important;}
}


/***** ! Stupid IE Fixes *****/
html.no-js {
	background: url(images/bg-no-js.jpg) no-repeat;
	overflow: hide;
}

html.no-js *{ display: none; }
html.no-multiplebgs { background: url(images/bg.png) repeat left top;}

.no-multiplebgs body { 
	font: normal 1em/1.4 georgia, serif;
	background: url(images/bg-ie.jpg) no-repeat left top;
}
.no-multiplebgs .fluid-width-video-wrapper {
height: auto;
width: auto;
	}
.no-cssvwunit section.row, .no-cssvwunit header.row, .no-cssvwunit footer.row { margin-bottom: 40px; }
.no-cssvwunit #vid { padding-right: 0; }
.no-cssvwunit #praise { margin: 38px auto; }

/***** ! The 1140px Grid V2 by Andy Taylor | http://cssgrid.net | http://www.twitter.com/andytlr | http://www.andytlr.com *****/

.container { padding-left: 20px; padding-right: 20px; }
.row { width: 100%; max-width: 1140px; min-width: 755px; margin: 0 auto; overflow: hidden; }
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol { margin-right: 3.8%; float: left; min-height: 1px; }
.row .onecol { width: 4.85% }
.row .twocol { width: 13.45% }
.row .threecol { width: 22.05% }
.row .fourcol { width: 30.75% }
.row .fivecol { width: 39.45% }
.row .sixcol { width: 48% }
.row .sevencol { width: 56.75% }
.row .eightcol { width: 65.4% }
.row .ninecol { width: 74.05% }
.row .tencol { width: 82.7% }
.row .elevencol { width: 91.35% }
.row .twelvecol { width: 100%; float: left; }
.last { margin-right: 0px }
img, object, embed { max-width: 100% }
img { height: auto }
@media only screen and (max-device-width: 1023px) { 
    body { font-size: 100%; line-height: 1.5em; }
}
@media handheld, only screen and (max-device-width: 767px) { 
    body { font-size: 16px; /*-webkit-text-size-adjust: none;*/ }
    .row, body, .container { width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; }
        .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol { width: auto; float: none; margin-left: 0px; margin-right: 0px; padding-left: 20px; padding-right: 20px; }
}

/***** ! Fonts *****/

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeue-webfont.woff') format('woff'),
		url('fonts/BebasNeue-webfont.ttf') format('truetype'),
		url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Socialico';
    src: url('fonts/socialico-webfont.eot');
    src: url('fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/socialico-webfont.woff') format('woff'),
         url('fonts/socialico-webfont.ttf') format('truetype'),
         url('fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}