/* General */

* {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-family: "Times New Roman", serif;
}

body.preview h1, body.preview h2 {
	font-size: 3em;
	margin-bottom: -.2em;
	text-align: center;
	font-family: Palatino, "Times New Roman", serif;
}

body.preview h2 {
	font-size: 1.7em;
	font-style: italic;
	margin-bottom: .7em;
}

body.preview {
	min-width: 730px;
	background-image: url('../pictures/background_large.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f5eeee;
	padding: 30px;
}

body.preview p {
	max-width: 50em;
	margin: 0 auto 1em auto;
}

body.preview #footer {
	color: #555;
	text-align: center;
	margin: 3em auto 0 auto;
	max-width: 50em;
}

.youtube {
	width:640px;
	/*height:385px;*/
	height:500px;
	margin: 0 auto 1em auto;
}

.youtube object, .youtube img {
	width: 100%;
	height: 100%;
}

#credit {
	font-size: .9em;
	color: #333;
	font-style: italic;
	text-align: center;
	margin-top: -1em;
	margin-bottom: 2em;
}

#preview_sections {
	font-size: 1.2em;
	margin: 2em auto 1.5em auto;
	position: relative;
	overflow: hidden;
	width: 41em;
}

#preview_sections p {
	float: left;
	text-align: center;
	width: 10em;
	margin-left: 5em;
}

#preview_sections #contents {
	margin-left: 0;
}

#preview_sections p a {
	display: block;
	width: 8em;
	height: 100%;
	padding: 1em;
	border: 2px solid #CCC;
}

#preview_sections p a:hover {
	background-color: #A52A2A; /* darkish red*/
	color: #fff;
}

#buy_container {
	margin-top: 2em;
	font-size: 1.1em;
}

#buy_button {
	margin: 4em auto 1em auto;
	width: 122px;
}

#blurb {
	font-size: 1.1em;
	width: 40em;
	text-align: justify;
	margin-bottom: 2em;
	margin-top: 2em;
}

#blurb p {
	margin-left: 0;
}

.inactive {
	color: #666;
}

#credit {
	font-size: .9em;
	color: #333;
	font-style: italic;
	text-align: center;
	margin-top: -1em;
	margin-bottom: 1em;
}

#blurb a { text-decoration: underline; }

#blurb a:hover { text-decoration: none; }

#intro_link { margin-top: -1em; }

ol.sub {
	padding-left: 50px;
}

ol.sub span.non_preview {
	color: #999;
	position: relative;
}

span.non_preview img {
	opacity: .4;
	/* IE doesn't recognise opacity... */
	filter: alpha(opacity=4);
}

.new_addition {
	color: #b00;
	position: absolute;
	background-color: white;
	border: 1px solid #A52A2A;
	font-size: .8em;
}

p.new_addition {
	right: -1em;
	width: 8em;
	bottom: -1.8em;
	z-index: 5;
	padding: .4em;
}

span.new_addition {
	padding: .1em;
	margin-left: .4em;
}

div.changes p {
	margin-top: 1em;
	text-indent: 0;
}

ol#chapters.additions {
	list-style-type: none;
}

ol#chapters.additions span.non_preview {
	color: black;
}

ol#chapters.additions span.non_preview img {
	opacity: 1;
	filter: aplha(opacity=100);
}

#questions ul {
	list-style-type: circle;
	margin-left: 22em;
	max-width: 30em;
}

#questions ul li {
	margin-bottom: 1.5em;
}

.footnote {
	color: #222;
}

#social {
	margin: 0 auto 0 auto;
	display: block;
	width: 400px;
	height: 51px;
}

#social a {
	margin: 20px;
}

#social a, #social a img {
	border: none;
}