/*
Title:      Think Unstuck, first edition
Author:     Tanner Christensen
Copyright:  2010, Tanner Christensen.  All rights resevered. Don't steal, or if you do at least give some credit.
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

header, nav, section, article, aside, footer, address { 
		display: block; 
}

body {
	color: #313131;
	font-size: 13px;
	line-height: 1.7em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 29px 0;
}

header {
	background: #1b2026 url('../images/background3.jpg') center no-repeat;
	height: 330px;
	padding-top: 20px;
}

#headerwrap {
	width: 960px;
	height: 330px;
	margin: 0 auto;
}

.cover {
	float: left;
	display: inline;
	margin-top: -41px;
}

#description {
	display: inline;
	float: left;
	margin: 0;
	margin-top: -10px;
	width: 531px;
}

h1 {
	font-family: 'Droid Sans', Helvetica, Arial, serif;
	font-weight: 700;
	font-size: 44px;
	display: inline;
	color: #FFF;
	line-height: 1.3em;
}

#description p {
	font-family: Georgia, Times, serif;
	font-size: 23px;
	color: #fffbdf;
	line-height: 1.6em;
	margin-top: 10px;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

#banner {
	clear: both;
	display: block;
	width: 898px;
	height: 49px;
	padding: 10px;
	padding-left: 48px;
	margin: 25px auto;
	background: #FFF url('../images/banner.jpg') top left no-repeat;
	font-size: 22px;
	color: #317383;
}

#banner p {
	margin: .6em 0;
	float: left;
}

#banner a {
	margin: 0;
	padding: 0;
	color: #317383;
	border: none;
}

.buynow {
	display: block;
	float: right;
	width: 330px;
	height: 69px;
	background: transparent url('../images/buy-it-now.png') top center no-repeat;
	text-indent: -9999px;
	margin: -10px !important;
}

.buynow:hover {
	background-position: 0 -69px;
}

#testimonials {
	width: 960px;
	margin: 0 auto;
}

.column {
	display: block;
	float: left;
	width: 300px;
	margin: 10px;
	font-size: 16px;
	line-height: 1.5em;
	font-family: Georgia, Times, serif;
}

.column img {
	float: left;
	display: inline;
	margin: 0 12px 2px 0;
}

.quotes {
	font-size: 1.3em;
	font-size: italic;
	padding: 4px;
}

.quoteby {
	font-family: Helvetica, Arial, sans-serif;
	color: #505050;
	font-size: .9em;
}

.quoteby a {
	padding: 2px;
	color: #505050;
	text-decoration: none;
	border-bottom: 2px solid #A4A4A4;
}

.quoteby a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

hr {
	display: block;
	width: 960px;
	margin: 30px auto;
	outline: none;
	border: 1px solid #b2b2b2;
	border-left: 0;
	border-right: 0;
	height: 3px;
}

#peekinside {
	width: 960px;
	margin: 15px auto;
}

.preview {
	display: block;
	float: left;
	width: 207px;
	height: 207px;
	border: 5px solid #d8d8d8;
	margin: 10px;
	cursor: pointer;
}

.preview:hover {
	border: 5px solid #45230d;
}

.zoomer {
	float: left;
	display: inline;
	position: relative;
	margin-left: -50px;
	margin-top: 25px;
}

#bigquote, #ebook {
	display: block;
	width: 960px;
	margin: 30px auto;
	font-size: 2em;
	font-style: italic;
	font-family: Georgia, Times, serif;
	line-height: 1.4em;
	text-align: center;
}

#ebook, #ebook p {
	padding: 0;
	margin-top: 0;
}

#readytobuy, #ebook p {
	margin: 15px 0;
	font-style: normal;
	font-size: .7em;
}

p a, #readytobuy a, #footer a {
	padding: 2px;
	color: #505050;
	text-decoration: none;
	border-bottom: 2px solid #A4A4A4;
}

p a:hover, #readytobuy a:hover, #footer a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

#footer {
	display: block;
	width: 960px;
	margin: 30px auto;
	padding: 10px;
	border-top: 1px solid #b2b2b2;
}

.sharelink {
	border: 0 !important;
	text-decoration: none !important;
	padding: 2px !important;
	vertical-align: sub;
}

/* Lightbox styles
------------------------------------ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
