/*  
Theme Name: Birder's Library
Theme URI: http://wordpress.org/
Description: The theme for The Birder's Library.
Version: 1.6
Author: Grant McCreary
Author URI: http://www.birderslibrary.com/
*/

body {
	font-size: 65%;
	font-family: 'Lucida Grande', Geneva, Arial, Sans-Serif;
	background-color: #618141;
	color: #333;
	text-align: center;
	
	margin: 0 0 20px 0;
	padding: 0; 
}

#page {
/*	background-color: #F8F8EC;*/
	background-color: #FFFFFF;
	border: 1px solid #959596;
	text-align: left;

	margin: 0px auto 10px;
	padding: 0;
	width: 825px;
}

	
	
/***********************************************
*	HEADER
***********************************************/
#header {
	background-color: #F8F8EC;
	margin: 0 0 5px 0;
	width: 100%;
}

#headerimg 	{ 
	margin: 0;
	width: 400px;
	float: left;
} 

#headerimg .title {
	margin: 60px 5px 5px;
	text-align: left;
	text-decoration: none;
}
#headerimg .title p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	color: black;
}
#headerimg .title p a {
	text-align: left;
	color: black;
}
#headerimg .title a:hover {
	text-decoration: none;
	color: black;
}


#navbar {
	margin: 0px 0 0 3px;
	padding: 0;
	clear: left;
}

#navbar ul {
	margin: 0px;
	padding: .3em 0px;
    list-style: none;
	background-color: #808040;

}

#navbar ul li {
	display: inline;
	
    font-size: 14px;
    margin: 0;
	padding: 0;

	text-align: center;
    vertical-align: middle;
}

#navbar ul li.last {
    border-right: none;  
}

#navbar ul li a {
    color: #F8F8EC;
	background-color: #808040;
	font-weight: bold;
    vertical-align: middle;
	padding: .2em 1em;
}

#navbar a:hover {
	color: #336633;
	text-decoration: none;
	background-color: #AEAE5E;
}

#navbar img {
    vertical-align: middle;
	border-style: none;
}

/* end Header */


/***********************************************
*	FOOTER
***********************************************/
#footer {
	border: none;
	padding: 20px 10px 20px;
	margin: 20px auto;
	width: 805px;
/*	background-color: #F8F8EC;*/
	background-color: #FFFFFF;
	clear: both;
}

#footer p {
	margin: 0;
}

#footer .badges {
}
/* end Footer */

/***********************************************
*	CONTENT & POSTS
***********************************************/
#content {
	font-size: 1.25em
}

.post {
	clear: left; /*used in conjunction with the latest-reviews box, otherwise, don't need */
/*	background-color: #F8F8EC;*/
	background-color: #FFFFFF;
	margin: 15px 0 15px;
	padding: 0px 0 0px;
	text-align: left;
}

.post hr {
	display: block;
}

.post .postheader {
	margin: 5px 0 0px 0;
	padding: 0;

	clear: both;
}
.post  .postheader h2 {
	margin: 0;
	padding: 2px 10px;
	padding-right: 0;
	text-indent: -10px;
	font-size: 1.7em;
	line-height: 1.1em;
}
.post  .postheader h3 {
	margin: 5px 0;
}
.postheader .category {
	float: left;
}
.postheader .date {
	margin: 0 0 5px;
	text-align: right;
	border-top: 1px solid #808040;
}
.postheader img.alignleft {
	margin-left: 0;
	padding: 0;
}

.post .entry {
	padding: 5px 3px 3px;
	margin: 5px 0 0px;
}
.post .entry p {
	margin: 10px 0;
}

.postmetadata {
	clear: left;
	margin-bottom: 0;
}

/* posts on the home page */
.home .post {
	padding: 0;
	border-bottom: none;
}
.home .post  .postheader h2 {
	font-size: 1.1em;
	display: inline;
}



/* Review Posts on non-single pages (archives, etc) */
.multiplepage-review  .postheader h2 {
	text-indent: 0;
	padding-left: 0;
}
.multiplepage-review .postheader img {
	margin-right: 10px;
	margin-bottom: 2px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}
.multiplepage-review hr {
	clear: left;
}

/* Review Posts on category pages  */
.categorypage-review  {
	padding: 0;
	border-bottom: none;
}
.categorypage-review .postheader {
	margin: 0; 
	padding: 2px 5px;
	clear: none;
}
.categorypage-review .postheader h2 {
	font-size: 1.3em;
	text-indent: 0;
	padding-left: 0;
}
.categorypage-review .postheader p {
	margin: 0 0 2px;
}
.categorypage-review .post-image {
	float: left;
}
.categorypage-review .post-image img {
	margin: 0px 10px 20px 0;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

#content .subcategories {
	border-bottom: 1px dotted black;
}


/* Latest Updates */
#content .latest-updates {
	margin: 20px 0 40px 0;
}

#content .latest-updates #latest-reviews {
	width: 375px;
	padding-right: 5px;
	float: left;
}
#content .latest-updates #latest-reviews .review {
	clear: left;
}

#content .latest-updates #latest-news {
	width: 265px;
	padding-right: 5px;
	float: right;
}
#content .latest-updates #latest-news .post {
	margin: 0px 0 10px 0;
}
#content .latest-updates #latest-news .post .postheader {
	margin: 0;
}

#content .latest-updates img {
	float: left;
	margin: 0 5px 10px 0;
	border: 1px solid #999;
}
#content .latest-updates h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#content .latest-updates h4 {
	margin: 0;
	font-size: 1.02em;
}
#content .latest-updates a {
	color: black;
}
#content .latest-updates a:hover {
	text-decoration: underline;
	color: black;
}


/* Featured Post */

#content .featured {
	margin: 0 0 0px;
}
#content .featured img {
	border: 1px solid black;
}

#content .featured .featured-post { /*use with a background image*/
/*	width: 400px;
	height: 451px;
	border: 1px solid #F8F8EC; */
}



.banner img {
	border: 1px solid #555;
	margin: 5px;
}

/***********************************************
*	SIDEBAR
***********************************************/
#sidebar {
	padding: 0px 0 10px 0;
	margin: 0 5px 0 0;
	width: 115px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: right;
}

#sidebar .subscribe {
	margin: 0px 0 15px;
}
#sidebar .subscribe img {
	margin: 3px 3px 5px;
	padding: 0;
}

#sidebar .latest-posts img {
    max-width: 100px;
    height: auto;
	margin: 0px 0;
	border: 1px solid #999;
}

#sidebar a, #sidebar2 a {
	color: #547038;
}
#sidebar a:hover, #sidebar2 a:hover {
}


/***********************************************
*	new-and-upcoming
***********************************************/
#new-and-upcoming {
	margin: 5px 0px 130px 0px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#new-and-upcoming h3 {
	margin: 0;
	font-size: 1.4em;
}
#new-and-upcoming img {
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	float: left;
	margin-right: 6px;
}
#new-and-upcoming ul {
	display: inline;
	list-style: none;
	padding: 0;
}
/* End new-and-upcoming */


/* Begin Typography & Colors */
	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #777;
	line-height: 1.5em;
}

.entry p a:visited {
	color: #b85b5a;
}


a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 20px 0 20px;
	margin: 0px;
	width: 665px;
}

#page .home {
	padding: 0 10px 0 10px;
}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 20px 10px 0 10px;
	width: 665px;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	margin-top: 0px;
	padding: 5px;
	text-align: left;
}

.singlepage .entry .postmetadata {
	margin: 25px 0;
	padding: 5px;
	text-align: left;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry, .reviewcolumn .entry {
	line-height: 1.4em;
}

.halfcolumn-left {
	float: left;
	width: 50%;
	clear: both;
}
.halfcolumn-right {
	width: 50%;
	float: right;
}
/* End Structure */

.navigation {
clear: both;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* Not used when using the WP-Paginate plugin
.navigation ol {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ol li {
	display: inline;
	list-style: none;
	
	margin: 2px;
	padding: 1px 5px;
	border: 1px solid #808040;
	background-color: white;
}
.navigation a {
}
.navigation a:hover {
text-decoration: none;
}
*/

/***********************************************
*	SINGLEPAGE POST
***********************************************/
#post-tags {
	margin-bottom: 10px;
}
#post-tags p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.post h3 {
	margin-bottom: 10px;
	font-size: 1.3em;
}

.post .review-roundup-list {
	margin: 20px 0;
}
.post .review-roundup-list h3 {
	display: inline;
}
.post .review-roundup-list ul {
	margin: 5px 0 20px;
}

.post ul.book-list {
	padding-left: 0;
	padding-bottom: 20px;
	text-indent: 0;
}
.post ul.book-list li {
	margin-top: 15px;
	margin-bottom: 28px;
	clear: both;
}
.post ul.book-list li:before {
	content: "";
}
.post .book-list img {
	margin: 0px 5px 10px 0;
}

.post .picture-list h3 {
	font-size: 1.30em;
	clear: left;
	color: #539511;
}
.post .picture-list img {
	margin: 0px 5px 8px 0;
	width: 80px;
}
.post .picture-list .item-name {
    font-weight: bold;
	font-size: 1.05em;
}
/* End Singlepage Post */

/***********************************************
*	SINGLEPAGE REVIEW
***********************************************/
.reviewcolumn {
	padding: 0px 10px 20px 10px;
	margin: 0px 0 0;
}
.reviewcolumn .post {
	margin: 35px 0 0;
}
.reviewcolumn .singlepage-review .item {
	margin-bottom: 0px;
}
.reviewcolumn .singlepage-review .item h2 {
	margin-top: 10px;
}

#rating {
	margin: 10px 0;
	float: left;
	clear: left;
	width: 200px;
}
#rating p {
	margin: 0 0 0px;
}

.reviewcolumn .post .entry {
	padding-top: 0px;
}

.singlepage-review #pre-review-section {
	margin: 0 0 15px 0;
}

.singlepage-review #pre-review-section .reviewer {
	color: #555;
}

.reviewcolumn #review {
	margin: 0px 0 15px 0; 
	clear: left;
}
.book_section {
    font-weight: bold;
}
.post .entry .outline {
	margin-top: 15px;
    padding: 5px;
    border: 1px solid black;
}

.reviewcolumn .singlepage-review .buy-button {
	clear: left;
	margin: 0px 0px 15px;
}
.reviewcolumn .singlepage-review .postmetadata {
	margin: 0px 0px 15px;
}

.singlepage-review #post-tags {
/*	width: 500px;*/
}

.singlepage-review #disclosure {
    font-style: italic;
}

.singlepage-review #post-review-section {
	width: 500px;
	margin-top: 25px;
}

.post .affiliate-links .alignleft {
	margin-left: 30px;
	margin-bottom: 10px;
}
.post .affiliate-links p {
    text-align: center;
}


/* Review Sidebar */
#review-sidebar {
	margin: 0px 0px 10px 0px;
/*	width: 250px;*/
}
#review-sidebar .image {
}
#item_details {
    float: left;
	width: 550px;
}
#item_details .image {
 /*   margin: 0px 20px 10px 0px;*/
}
#item_details .image img {
	margin: 0px 15px 10px 0px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
    float: left;
}
#item_details p {
    margin-top: 0px;
    margin-bottom: 2px;
}
#item_details .detail {
    font-weight: bold;
}
#excerpts {
	margin: 10px 0;
   float: right;
} 
#excerpts .image {
	margin: 5px 0px;
	border-style: none;
 /*   float: left;*/
} 
#excerpts img {
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
} 

.reader-rating {
	margin-bottom: 35px;
}

/* End Singlepage Review */


/***********************************************
*	Headers
***********************************************/
h1, h2, h3 {
	font-family: 'Lucida Grande', Geneva, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	margin: 0;
	
	font-size: 4em;
	text-decoration: none;
}
h1.pagetitle {
	margin-top: 20px;
	text-align: center;

	font-size: 2.5em;
}
.post h1 {
	color: black;
	padding: 0px;
	margin: 0 0 5px 0;
	
	font-size: 1.8em;
}


#headerimg h1, #headerimg h3 {
	font-size: 2.0em;
	margin: 5px;
	padding: 0;
	text-align: left;
	color: black;
}

h2 {
	margin: 20px 0 0;
	
	font-size: 1.6em;
	color: #333;
	text-decoration: none;
}
.post h2 {
	font-size: 1.25em;
}

h3 {
	padding: 0;
	margin: 15px 0 0;

	font-size: 1.4em;
	color: #333;
	text-decoration: none;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#sidebar h3 {
	margin: 0;
	padding: 2px 10px;
	font-size: 1.5em;
	text-decoration: none;
    color: #F8F8EC;
	background-color: #808040;
}

#sidebar2 h3 {
	margin: 0;
	font-size: 1.5em;
	text-decoration: none;
	color: black;
	text-align: center;
}
#sidebar2 .new-books h3 {
    color: #547038;
}


#sidebar h4, #sidebar2 h4 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.2em;
}

.entry .description h3 {
	margin: 20px 0 15px;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: black;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

.categorypage-review .postheader h2 a {
	color: #06c;
}
.categorypage-review .postheader h2 a:hover {
	color: #147;
}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* End Images */

/*Captions */
.wp-caption {
   margin: 10px;
}
.wp-caption-text {
	text-align: center;
}

/***********************************************
*	Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
***********************************************/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	clear: both;
}

html>body .singlepage-review .entry li { 
	clear: none;
}


html>body .entry ul.noclear>li {
	clear: none;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol  {
	margin: 0 0 0 13px;
}

ol li, #sidebar ul ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
	border: none;

}
#sidebar .categories a {
	padding: 1px;
}

.entry li.no-bullets:before {
	content: "";
}



.entry table.book-comparison ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -3px;
}
.entry table.book-comparison ul li {
	margin: 0;
}
.entry table.book-comparison ul li:before {
    content: "";
}

.entry ul.resources-list {
	list-style: none;
}
.entry ul.resources-list li {
	margin: 0;
}.entry ul.resources-list li:before {
    content: "";
}

/* End Entry Lists */



/* Begin Form Elements */
#sidebar #searchform {
	margin: 10px auto;
	padding: 0 3px; 
	text-align: center;
}
#header #searchform {
	float: right;
	margin: 70px 5px 0;
}
#header #navbar #searchform {
	margin: 0;
}
#sidebar #searchform #s  {
	width: 108px;
	padding: 2px;
}
#header #searchform #s {
	width: 150px;
	padding: 2px;
}
#header #navbar #searchform #s {
	width: 118px;
	padding: 2px;
}
#sidebar #searchsubmit, #header #searchsubmit {
	padding: 1px;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}


.category-select {
	display: inline;
}
.category-select select {
	width: 225px;
}

/* End Form Elements */



/***********************************************
*	Comments
***********************************************/
#comment-section {
	width: 480px;
	margin-top: 25px;
}

.alt {
	margin: 0;
	padding: 10px;
	
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 10px;
	list-style: none;
	font-weight: bold;
}

.commentlist p {
	margin: 10px 5px 10px 0;

	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

#commentform p {
	margin: 5px 0;

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.nocomments {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

img.avatar {
	float: right;
	margin: 0 0 5px 5px
}
/* End Comments */


/***********************************************
*	Tables
***********************************************/
table.book-comparison {
	border-spacing: 2px;
}
table.book-comparison th {
    text-align: center;
}
table.book-comparison td {
	padding: 5px 2px;
}
table.book-comparison td.row-title {
    background-color: #F3EDC9;
}

/* End Tables */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #5C5C5C;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

hr {
	display: none;
}

a img {
	border: none;
}

strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.bold {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.underline {
	border-bottom: 1px solid black;
}

.doubleBottomBorder {
	border-bottom: 4px double #777;
}

.twoColumns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.largeText {
	font-size: 120%;
}


/* End Various Tags & Classes*/


/* Shelfari */
.shelfari-widget object {
	margin: 5px 0 5px;
}


/***********************************************
*	Ads
***********************************************/
.post .contentAd {
	float: left;
	margin: 10px 10px 10px 0;
}
.post .verticalRightAd {
	float: right;
	margin: 10px 0px 10px 10px;
}


/***********************************************
*	Plugins
***********************************************/
/* Sociable */
div.sociable { 
	margin: 0 0 8px !important; 
}

/* Facebook Likes You */
div.googleplus1 { 
	margin: 0 0px 10px 0px;
}

/* postratings */
.reader-rating h3 {
	margin-top: 18px;
}
.reviewcolumn .singlepage-review .post-ratings p {
	margin: 5px 0;
}

/* star-rating-for-reviews */
#sr-table td.date {
	width: 49px;
}
#sr-table td.title-column {
	width: 50%;
}
#sr-table td.rating-column {
	width: 55px;
}

/* collapsing archives */
#sidebar li.collapsing.archives {
    margin: 0 0 .8em .5em;
    text-indent: -.7em;
}

#sidebar li.collapsing.archives.item {
    margin: 0 0 .2em 0;
}
	   
/* Plugins */