/* RESET STYLES */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/1.4 Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
li, dd, blockquote {
	margin-left: 2.5em;
	padding-left: 0;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .67em; }
form label {
	cursor: pointer;
}

/* GLOBAL STYLES */
body {
	background: #fffdfe;
	color: #444444;
	font: 80%/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin: 0 auto;
	padding: 0 1%;
	max-width: 960px;
	min-width: 760px;
	width: 98%;
}
h1, h2, h3 {
	color: #333;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	line-height: 1;
}
    h1 span, h2 span {
        color: #ccc;
        font-size: 0.8em;
    }
a {
	color: #2C5D00;
}
.toggle + span {
    color: #2C5D00;
    cursor: pointer;
    display: block;
    margin: -1em 0 1em;
    text-align: right;
    text-decoration: underline;
}

/* SPECIFIC STYLES */
#header {
	margin-top: 10px;
	overflow: hidden;
}
	#header #logo {
		font-size: 1.3em;
		font-weight: bold;
		margin-left: 5px;
		padding: 5px 0;
	}
		#header #logo a {
			display: block;
			background: url(boktraven.png) no-repeat left center;
			height: 42px;
			overflow: hidden;
			text-indent: -10000px;
			width: 219px;
		}
	#header #navigation {
		background: #517F28;
		-moz-border-radius: 18px 18px 0 0;
		border-top: 2px solid #7DA145;
		margin: 0;
		padding: 2px 3px 0;
		overflow: hidden;
	}
		#header #navigation li {
			list-style: none;
			float: left;
			margin: 0;
		}
			#header #navigation li.utility {
				float: right;
			}
				#header #navigation li a {
					float: left;
					color: white;
					padding: 3px 10px 3px;
					text-decoration: none;
				}
					#header #navigation li.selected a {
						background: white;
						-moz-border-radius: 5px 7px 0 0;
						border-right: 2px solid #7DA145;
						padding-right: 8px;
						color: #231F20;
						font-weight: bold;
					}

#content {
	padding: 0 15px 1em;
	min-height: 400px;
}
	#content #intro {
		float: left;
		margin-right: 30px;
		width: 600px;
	}
		#content #intro img.me {
			float: right;
		}
	#content #latest_searches {
		float: left;
		width: 300px;
	}
		#content #latest_searches h2 {
			background: #efefef;
			-moz-border-radius: 18px 18px 0 0;
			border-top: 2px solid #dfdfdf;
			margin-bottom: 0;
			padding: 2px 15px 5px;
		}
		#content #latest_searches .inner {
			padding: 15px;
		}
			#content #latest_searches .inner p {
				margin: 0;
			}
	#content .mood {
		border: 2px solid #ddd;
		border-width: 0 2px 2px 0;
		float: right;
		margin-top: 0.75em;
		margin-left: 2em;
	}
	#content .message {
		background: #f2f2cc;
		border: 1px solid #e2e2cc;
		color: #444444;
		padding: 2px 4px;
		margin: 0.5em 0;
	}
		#content .message p {
			margin: 0;
		}

	#content #information {
		float: left;
		margin: 0 4% 1em 0;
		max-width: 56%;
	}
		#content #information p {
			margin: 0 0 1em;
		}
        #content #information #reviews {
            margin-top: 1em;
        }
            #content #information #reviews .review {
                overflow: hidden;
            }
	#content #metadata {
		float: left;
		width: 40%;
	}
		#content .module {
			background: #517F28;
			border-top: 2px solid #7DA145;
			color: white;
			margin-bottom: 2em;
			padding: 5px 10px;
		}

        #content #metadata #covers {
            margin-bottom: 1em;
        }

		#content #metadata dl {
			clear: both;
			margin: 0 0 2em;
		}
			#content #metadata dl dt {
				clear: left;
				font-weight: bold;
				float: left;
				width: 30%;
			}
			#content #metadata dl dd {
				margin-left: 30%;
			}

	#content form #search, #content form #lang {
		margin-right: 2em;
	}
	#content form label {
		float: left;
		width: 10em;
	}
	#content form label, #content form input {
		margin-bottom: 5px;
	}
		#content form .unit {
			display: inline;
			margin-top: 0.5em;
			white-space: nowrap;
		}
		#content form .rows {
			display: block;
		}
		#content form .marked {
			background: #7DA145;
		}
			#content form .unit label {
				float: none;
			}
		#content .errorlist li {
			margin: 0;
			list-style: none;
			background: #d99;
			padding: 3px 7px;
		}

	#content #resultsbar {
		font-weight: bold;
		padding: 2px 5px;
	}
		#content #resultsbar span {
			font-weight: normal;
			padding-left: 1em;
		}

	#content table#editiondata {
		clear: both;
		width: 100%;
	}

	#content table {
		border: 1px solid #ddd;
		border-collapse: collapse;
	}
		#content th, #content td {
			padding: 5px 10px;
			vertical-align: top;
		}
			#content .even td {
				background: #f0f0f0;
			}
			#content td.index {
				color: gray;
				font-size: 0.7em;
			}
			#content td.message {
				border-top: 1px solid #ddd;
				font-size: 0.8em;
				font-style: italic;
				text-align: center;
			}
		#content th {
			background: #eee;
			text-align: left;
		}

	#content #paging .prevpage,
	#content #paging .nextpage {
		font-size: 1.2em;
	}

	#content #libris {
		font-style: italic;
	}

	#content #books_wanted, #content #books_graded {
		float: left;
		width: 48%;
	}
	#content #books_wanted {
		margin-right: 2%;
	}
	#content #books_graded {
		margin-left: 2%;
	}
		#content #books_wanted table, #content #books_graded table {
			width: 100%;
		}

#footer {
	background: #efefef;
	-moz-border-radius: 0 0 18px 18px;
	border-top: 2px solid #dfdfdf;
	clear: both;
	color: #aaa;
	padding: 3px 10px 7px;
	margin-bottom: 2em;
}
	#footer p {
		margin: 0;
	}

