/*
 *  vzOralHistory.com Styles
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */

@import url(reset.css);
@import url(thickbox.css);

/* Begin layout */

#wrapper {
	width: 44.8em;
	margin: 2.4em auto;
	text-align: left;
	}

/* End layout */


/* Begin html styling */
	
body {
	font: 15px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #652f27;
	background: #eae5df;
	text-align: center;
	}
	
h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.6em;
	}
	
h2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
	}
	
h3 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.714em;
	}
	
h4 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 1em;
	color: #b3803f;
	}
	
h5 {
	font-size: 1em;
	line-height: 1.2em;	}
	
p {
	margin-bottom: 1.2em;
	}
	
a:link, a:visited {
	color: #2b4b63;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2b4b63;
	text-decoration: none;
	border-bottom: 1px solid #a5b8c6;
	}
	
img {
	border: 1px solid #b3803f;
	margin-bottom: 1.2em;
	display: block;
	}
	
ul, ol {
	margin-bottom: 1.2em;
	}
	
input, textarea {
	font: 15px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #652f27;
	padding: 0 2px;
	}
	
.caption {
	margin-top: 0.429em;
	font-size: 0.9333em;
	line-height: 1.286em;
	color: #b3803f;
	}
	
.sc {
	font-variant: small-caps;
	}

.button {
	width: 13.33em;
	margin-bottom: 1.2em;
	padding-left: 2px;
	background: #e5cdac url(images/button-left.gif) no-repeat left;
	}
.button a, .button input {
	width: 13.33em;
	height: 36px;
	display: block;
	margin: 0;
	border: none;
	background: url(images/button-right.gif) no-repeat right;
	color: #2b4b63;
	text-transform: uppercase;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	}
.button a:hover, .button a:active, .button input:hover, .button input:active {
	color: #652f27;
	text-decoration: none;
	}

/* End html styling */


/* Begin header */

#header {
	float: left;
	width: 100%;
	padding-bottom: 1.2em;
	}

#header h1 {
	width: 386px;
	height: 54px;
	float: left;
	background: url(images/title.gif);
	text-indent: -9999px;
	}

#header #logo {
	width: 192px;
	height: 16px;
	margin: 31px 0 0;
	padding: 0;
	float: right;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	}
	
/* End header */


/* Begin body */

#body {
	clear: both;
	}
	
.section {
	clear: both;
	padding-top: 1.2em;
	border-top: 1px solid #a5b8c6;
	}
		
/* Books */

.book {
	clear: both;
	}

.book img {
	margin: 0 2.4em 1.2em 0;
	float: left;
	}
.book.alt img {
	margin: 0 0 1.2em 2.4em;
	float: right;
	}
	
.book .more {
	font-style: italic;
	}	

/* Book detail page */

#book-detail #description {
	width: 29.067em;
	float: left;
	}
	
#book-detail .audioLink {
	background: url(images/play.gif) no-repeat left center;
	padding-left: 18px;
	border: none;
	}
#book-detail .audioLink.playing {
	background-image: url(images/pause.gif);
	}
	
#book-detail #map {
	width: 13.25em;
	height: 13.333em;
	border: 1px solid #b3803f;
	}
	
#book-detail #map img {
	border: none;
	}
	
div#ygddfdiv, div#soundmanager-debug-toggle {
	display: none;  // Hide random divs added by Y! maps and SoundManager
	}
	
#book-detail #samples img {
	margin-right: 1.2em;
	}

#book-detail #samples a {
	border: none;
	float: left;
	}

#book-detail #sidebar {
	width: 13.333em;
	float: right;
	}
	
/* Comments */

.comment {
	margin-bottom: 1.2em;
	border-bottom: 1px solid #e5cdac;
	}
.comment:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.comment {display: inline-block;}
/* Hides from IE-mac \*/
* html .comment {height: 1%;}
.comment {display: block;}
/* End hide from IE-mac */

.comment .meta {
	width: 13.333em;
	margin-left: 2.4em;
	margin-bottom: 1.2em;
	float: right;
	}
	
.comment .meta p {
	margin: 0;
	}

.comment .comment_text {
	width: 29.067em;
	}
	
/* Comment form */

#comment-form {
	border: none;
	padding: 0;
	}

#comment-form p {
	margin: 0;
	}
#comment-form label {
	width: 200px;
	display: block;
	}
	
#comment-form #user-info input {
	width: 196px;
	height: 26px;
	border: none;
	margin: 0 0 10px;
	background: url(images/comment-input.gif);
	}
	
#comment-form #user-info {
	float: left;
	margin-right: 2.4em;
	}
	
#comment-form #comment-text {
	width: 436px;
	padding-bottom: 2px;
	float: left;
	background: url(images/comment-text-bottom.gif) no-repeat left bottom;
	}
	
#comment-form #comment-text textarea {
	width: 100%;
	height: 12.133em;
	padding: 2px 0;
	display: block;
	background: #faf4ed url(images/comment-text-top.gif) no-repeat left top;
	border: none;
	}
	
#comment-form #comment-bottom {
	padding: 8px 0 1.2em;
	clear: left;
	}
		
#comment-form #save {
	margin-left: 234px;
	}
#comment-form #save input {
	width: auto;
	height: 0.95em;
	margin: 0;
	}
#comment-form #save label {
	display: inline;
	margin-left: 0.5em;
	}
	
#comment-form #submit {
	float: left;
	}
	
/* Order page */

#order {
	clear: left;
	margin: 0 auto 1.2em;
	}
	
/* End body */


/* Begin footer */

#footer {
	clear: both;
	padding-top: 1.2em;
	border-top: 1px solid #a5b8c6;	
	}
	
#footer #contact {
	font-size: 1.2em;
	line-height: 1em;
	float: left;
	}
	
#footer #copyright {
	font-size: 0.8667em;
	color: #b3803f;
	float: right;
	}
	
/* End footer */
