/*
Theme Name: Bibliophile
Theme URI: http://www.findableblogs.com/themes/bibliophile/
Description: Inspired by tables of contents and indices, with an emphasis on typography and simplicity.
Version: 1.0
Author: Findable Blogs
Author URI: http://www.findableblogs.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Post elements
		Metadata elements
		Comment elements
		Sidebar elements
		Widget-specific elements
		Plugin-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 150%;
}


p, ul, ol, table {font-size: 100%;}
h1 {font-size:240%;}
h2 {font-size:180%;}
h3 {font-size:160%;}
h4 {font-size:140%;}
h5 {font-size:120%;}
h6 {font-size:100%;}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	font-family: Baskerville, Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
}

blockquote {
	background: url('images/background-blockquote-close.png') no-repeat right bottom;
	color: #333333;
	font-style: italic;
	margin: 0px 10px 0px 10px;
	padding: 0 25px 0 25px;
}

blockquote p:first-child {
	text-indent: -25px;
}

blockquote:first-letter,
blockquote p:first-child:first-letter {
	background: url('images/background-blockquote.png') no-repeat left top;
	font-size: 120%;
	font-style: normal;
	padding-top: 5px;
	padding-left: 25px;
}

p,
blockquote,
#content ul,
#content ol,
table,
.more-link {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:link {
	background: transparent;
	color: #F34607;
}

a:visited {
	background: transparent;
	color: #969EAB;
}

a:hover, a:active, a:focus {
	background: #901818;
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h1 a:active, h2 a:active, h3 a:active {
	background: transparent !important;
}

a img,
a img:hover {
	display: block;
	float: left;
	background: transparent;
	vertical-align:bottom;
}

.post img.wp-smiley {
	background: transparent;
	border: 0;
	display: inline;
	padding: 0;
}

.float-left,
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.float-right,
.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 54em;
}

#header {
	margin-bottom: 50px;
	padding-top: 50px;
	overflow: hidden;
}

#header .wrapper {
	float: right;
	text-align: center;
	width: 36em;
}

#navigation {
	overflow: hidden;
}

#content {
	float: right;
	margin-left: 4em;
	overflow: hidden;
	text-align: justify;
	width: 36em;
}

.sidebar {
	overflow: hidden;
}

#footer {
	clear: both;
	font-size: 90%;
	padding: 30px 0 1px 0;
	text-align: center;
}


/* Header elements */
#header h1,
#header h2 {
	margin: 0;
	padding:0;
}

#header a,
#navigation a {
	outline: none;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
	
#header h2.description {
	font-size: 140%;
	font-style: italic;
	line-height: 140%;
}

h3.category-description {
	font-weight: normal;
}


/* Post elements */
.post,
#content .page {
	clear: both;
	margin-bottom: 30px;
}

.post img {
	/* Adds a "loading" image that will show as larger images are loaded. Delete if it interferes with anything. */
	background:url('includes/ajax-loader.gif') no-repeat center;
	border: solid 1px #eeeeee;
	padding: 2px;
}

.post-header h1,
.post-header h2 {
	font-size: 200%;
	line-height: 1em;
	margin-bottom: 5px;
}

body.page .post-header h1,
body.page .post-header h2,
.pagetitle {
	font-size: 140%;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited {
	text-decoration: none;
}

.post-header a:hover {
	color: #000000;
}

.post-body {
	clear: both;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link {
	display: block;
	float: left;
	margin-top: -1.5em;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments ul,
#comments ol {
	margin-left: 0;
	overflow: hidden;
	padding-left: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 1px solid #eeeeee;
	clear: both;
	padding: 1em 1em 0 40px;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: ;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: ;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: block;
	float: left;
	font-size: 300%;
	margin-left: -40px;
}

#comments .comment-number a {
	color: #000000;
	text-decoration: none;
}

#comments .comment-number a:hover {
	background: transparent;
	color: #000000;
}

#comments .comment-gravatar img {
	float:left;
	margin: 2px 10px 5px 0px;
	padding: 3px;
	border: 1px solid #eeeeee;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	margin-left: 30px;
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Sidebar elements */
.sidebar {
	font-size: 95%;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .widget .heading {
	display: block;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: ;
	text-decoration: none;
}

.sidebar .widget ul {
	border-top: 1px solid #dddddd;
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	border-bottom: 1px solid #dddddd;
	font-style: italic;
	line-height: 100%;
	padding: 4px 1px 4px 1px;
}

.sidebar .widget ul li.current_page_item {
	background: #fafafa;
}

.sidebar .widget ul li ul {
	margin-top: 4px;
}

.sidebar .widget ul li ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar .widget ul li:hover {
	background: #fafafa;
}

.sidebar .widget ul li a {
	font-style: normal;
	text-decoration: none;
}

.sidebar .widget ul li a:hover {
	background: transparent;
	color: #000000;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

/* Footer elements */
#footer {
	color: #777777;
	font-size: 80%;
	text-transform: uppercase;
}


/* Widget-specific elements */
.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

.sidebar .widget .archive-title {
	text-transform: uppercase;
}

.sidebar .widget .category-description {
	font-size: 130%;
	line-height: 150%;
}

form#searchform-side label {
	display: none;
}


/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	
}

.wwsgd {

}

div.toc {
	background: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 1.5em;
	padding-top: 15px;
}

/* Table of contents page */
#content h2.toc {
	margin-left: 50px;
}

#content ol.toc {
	line-height: 90%;
	list-style-type: decimal;
	margin-left: 50px;
}

#content ol.toc ul {
	list-style: none;
	margin: 0;
}

#content ol.toc li {
	font-size: 100%;
}

#content ol.toc>li.heading {
	font-size: 200%;
	margin-bottom: 10px;
}

#content ol.toc li.heading a {
	color: #000000;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#content ol.toc>li.heading>a {
	display: block;
	margin: 30px 0 20px 0;
}

#content ol.toc>li.heading>ul>li {
	font-size: 60%;
}

#content ol.toc>li.heading>ul>li>a {
	display: block;
	padding-bottom: 10px;
}

#content ol.toc li.heading ul li a,
#content ol.toc li.heading ul li ul li a {
	text-transform: capitalize;
}

#content ol.toc>li.heading>ul>li.heading>a {
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
}

#content ol.toc>li.heading>ul>li.heading>ul>li>a {
	display: block;
	padding-bottom: 10px;
}

#content ol.toc>li.heading>ul>li.heading>ul>li.heading>a {
	display: block;
	font-size: 80%;
	margin-top: 30px;
	text-transform: uppercase;
}

#content ol.toc>li.heading>ul>li.heading>ul>li.heading>ul>li>a{
	display: block;
	padding-bottom: 10px;
}

#content ol.toc a:hover {
	background: transparent;
	color: #888888 !important;
}


/* Tag index elements */
#content ul.index {
	display: inline;
	list-style: none;
}

#content ul.index li.alphabet,
#content ul.index li.alphabet-block {
	margin-top: 30px;
}

#content ul.index li.alphabet {
	clear: both;
	color: #dddddd;
	float: left;
	font-size: 300%;
	font-style: italic;
	line-height: 50%;
	list-style: none;
	width: 20px;
}

#content ul.index li.alphabet-block {
	display: block;
	float: left;
	list-style: none;
}

#content ul.index li.alphabet-block ul li.heading {
	font-size: 100%;
	line-height: 80%;
	list-style: none;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#content ul.index li.alphabet-block ul li.heading ul {
	list-style: none;
	margin: 0;
}

#content ul.index li.alphabet-block ul li.heading ul li a {
	font-size: 60%;
	text-decoration: none;
	text-transform: capitalize;
}

#content ul.index li.alphabet-block ul li.heading ul li a:hover {
	color: #333333;
}