/*   
Theme Name: Bibliothek
Description: A simple and elegant way to manage and share your reading list.
Author: Drew Gallagher
Author URI: http://www.catix.net/
Version: 1.1
Tags: 
*/






/* Top-Level Containers */
body {
	width: 550px;
	margin: 0 auto;
	background: #fbfbfb;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}



/* Global Styles */
p {
	margin: 8px 0 0 0;
}

a {
	font-weight: bold;
	color: #4b4b4b;
}

a:hover {
	color: #000000;
}

p#space {
	margin: 0;
	height: 24px;
}

img {
	max-width: 550px;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
}

code, pre, tt {
	font-family: Inconsolata, "Andale Mono", "Courier New", monospace;
}



/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 12px 0 -4px 0;
	font-size: 11px;
}

h2 {
	color: #4b4b4b;
}

h3 {
	color: #6b6b6b;
}

h4 {
	color: #8b8b8b;
}

h5 {
	color: #ababab;
}

h6 {
	color: #cbcbcb;
}

h1#pagetitle {
	margin: 12px 0 8px 0;
}



/* Lists */
ul {
	margin: 8px 0;
	padding: 0 32px;
	list-style-type: square;
}

ol {
	margin: 8px 0;
	padding: 0 32px;
}



/* Forms */
input {
	padding: 2px 4px;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #dbdbdb;
	border-left: none;
	border-right: none;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
}

input[type="button"], input[type="submit"] {
	padding: 1px 4px;
}



/* Header */
h1#header {
	margin: 0;
	width: 550px;
	height: 270px;
	text-indent: -9999px;
	background: url('library.jpg') center top no-repeat;
}

h1#header a {
	width: 550px;
	height: 310px;
	display: block;
}



/* Navigation */
ul#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	list-style-type: none;
	background: #dbdbdb;
	border-bottom: 1px solid #6b6b6b;
}

ul#nav li {
	float: left;
}

ul#nav li:hover {
	background: #6b6b6b;
}

ul#nav li a {
	height: 30px;
	padding: 0 12px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	color: #000000;
}

ul#nav li a:hover {
	background: #6b6b6b;
	color: #fbfbfb;
}

ul#nav li ul {
	display: none;
}

ul#nav li:hover ul {
	margin: 0;
	padding: 0;
	min-width: 100px;
	display: block;
	list-style-type: none;
	background: #6b6b6b;
	position: absolute;
}

ul#nav li ul li {
	float: none;
	border-top: 1px solid #4b4b4b;
}

ul#nav li ul li a {
	font-weight: normal;
}



/* Books */
ul#books {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#books li {
	min-height: 41px;
	padding: 16px 0;
}

ul#books li + li {
	border-top: 1px solid #ababab;
}

ul#books div.left {
	width: 150px;
	float: left;
	text-align: right;
}

ul#books div.right {
	margin: 0 0 0 160px;
}

ul#books a.title {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

ul#books a.title:hover {
	color: #4b4b4b;
}

ul#books div.left a {
	text-decoration: none;
}

ul#books p.date {
	color: #4b4b4b;
}

ul#books div.summary, blockquote {
	margin: 8px 0;
	padding: 0 12px;
	background: #dbdbdb;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
}

ul#books div.summary p, blockquote p {
	margin: 8px 0;
}

ul#books div.left img {
	margin: 16px 0;
	max-width: 150px;
	float: none;
	border: none;
}

ul#books div.right img {
	max-width: 340px;
}



/* Chronological Navigation */
ul#chrono {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ababab;
	clear: both;
}

ul#chrono li {
	padding: 16px 0;
	width: 50%;
	float: left;
}

ul#chrono li#newerlink {
	float: right;
	text-align: right;
}

ul#chrono a {
	text-decoration: none;
}



/* Footer */
h1#sitetitle {
	margin: 0;
	padding: 0 12px;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	background: #dbdbdb;
	border-top: 1px solid #6b6b6b;
	color: #4b4b4b;
	clear: both;
}

h1#sitetitle a {
	margin: 0 12px 0 0;
	text-decoration: none;
	color: #000000;
}

h1#sitetitle a:hover {
	color: #4b4b4b;
}

div#footer {
	margin: 0;
	padding: 4px 12px 12px 12px;
	background: #4b4b4b;
	color: #fbfbfb;
}

div#footer a {
	color: #fbfbfb;
}

div#footer a:hover {
	color: #dbdbdb;
}



/* Graph: Histogram */
ul.histogram {
	margin: 0;
	padding: 16px 0;
	list-style-type: none;
}

ul.histogram + ul.histogram {
	border-top: 1px solid #ababab;
}

ul.histogram li.title {
	font-weight: bold;
}

ul.histogram div {
	display: inline-block;
}

ul.histogram div.label {
	padding: 0 10px 0 0;
	width: 140px;
	text-align: right;
}

ul.histogram div.bar {
	position: relative;
	top: 3px;
	height: 15px;
	background: #cbcbcb;
	border-left: 1px solid #9b9b9b;
}

ul.histogram div.long {
	position: relative;
	top: 1px;
	width: 8px;
	height: 15px;
	border-left: 2px solid #fbfbfb;
	background: #cbcbcb;
}

ul.histogram div.value {
	padding: 0 0 0 5px;
}

ul.histogram a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

ul.histogram a:hover {
	color: #4b4b4b;
}



/* Catalog */
ul.catalog {
	margin: 0;
	padding: 16px 0;
	list-style-type: none;
}

ul.catalog + ul.catalog {
	border-top: 1px solid #ababab;
}

ul.catalog li.title {
	font-weight: bold;
}

ul.catalog li.list p {
	margin: 0;
	padding: 0 10px 0 0;
	width: 140px;
	text-align: right;
	font-weight: bold;
	float: left;
}

ul.catalog li.list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.catalog li.list li {
	margin: 0 0 0 150px;
}



/* Cover Gallery */
ul.covers {
	margin: 16px 0 16px -5px;
	padding: 0;
	list-style-type: none;
}

ul.covers li {
	margin: 0 0 15px 10px;
	width: 100px;
	float: left;
}

ul.covers li.first {
	clear: left;
}

ul.covers a {	
	text-decoration: none;
}

ul.covers a img {
	width: 100px;
	border: none;
}



/* WordPress Styles */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

.wp-caption {
	text-align: center;
	font-style: italic;
}

.noborder {
	border: none !important;
}

