/*  
Theme Name: Bogart
Theme URI: http://jimmitchell.org/project/wordpress/bogart/
Description: Of all the gin joints in all the towns in all the world...
Version: 0.7
Author: Jim Mitchell (HTML/CSS) & Josh Cook (Widgetry)
Author URI: http://jimmitchell.org/

The CSS, XHTML, and design is released under a Creative Commons Attribution-No Derivus License:
http://creativecommons.org/licenses/by-nd/3.0/us/

FamFamFam Silk Icons [http://www.famfamfam.com/lab/icons/silk/] (c) Mark James, provided under a Creative Commons Attribution License:
http://creativecommons.org/licenses/by/2.5/

*/

/* css sprite - pre-loads all theme images in advance...
-------------------------------------------------------------------- */

#preload {
	background: url(images/bookgraphic.png);
	background: url(images/banner.png);
	background: url(images/content.gif);
	background: url(images/calendar.png);
	background: url(images/comment.png);
	background: url(images/feed.png);
	background: url(images/tag.png);
	background: url(images/trackback.png);
	background: url(images/dotted.gif);
	background: url();
	display: inline;
	height: 0;
	width: 0;
}

/* html
-------------------------------------------------------------------- */

html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, Times, serif;
	line-height: 170%;
	font-size: 14px;
	color: #222;
	background: #fff url("images/back.gif") repeat;
	min-width: 930px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #036;
}

a:hover, a:active {
	color: #036;
}

blockquote, .pullquote {
	margin: 10px 0 15px 0;
	padding:  5px 10px;
	font-style: italic;
	border: 1px solid #eee;
	background: #f6f6f6;
}

code {
	font: 10px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
	padding: 15px;
	border: #ddd 1px solid;
	background: #f6f6f6;
	display: block;
}

sup {
	line-height: 100%;
	padding-left: 2px;
}

/* structure
-------------------------------------------------------------------- */

#wrap {
	margin: auto;
	width: 910px;
	background: #fff url(images/content.gif) top left repeat-y;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* banner
-------------------------------------------------------------------- */

#banner {
	width: 100%;
	height: 150px;
	float: left;
	background: #fff url(images/banner.png) left center no-repeat;

}

#banner h1 {
	float: left;
	color: #ffc;
	line-height: 45px;
	padding-left: 15px;
	font-size: 1.96em;
	display: none;
}

#banner h3 {
	float: left;
	color: #CDE9A7;
	line-height: 45px;
	padding-left: 20px;
	font-size: 1.16em;
}

/* navigation
-------------------------------------------------------------------- */

#nav {
	list-style: none;
	float: right;
	display:none;
}

#nav li {
	float: left;
	border-left: 1px solid #84AD5B;
}

#nav li:hover {
	background: #658545;
}

#nav li a {
	margin: 0;
	padding: 0 13px;
	text-decoration: none;
	display: block;
	line-height: 45px;
	color: #CDE9A7;
}

#nav li a:hover {
	color: #ffc;
}

.logo a {
	text-decoration:none;
	color:#ffc;
}

.logo a:hover {
	text-decoration:none;
	color:#ffc;
	background: none;
}


/* content
-------------------------------------------------------------------- */

#content {
	width: 910px;
	float: left;
	padding: 0;
}

#main {
	width: 479px;
	float: left;
	padding: 20px 30px 0 30px;
}

#main h2, #main h2 a {
	font-size: 17px;
	text-decoration: none;
	color: #036;
	padding-bottom: 1px;
}

#main h2 a:hover {
	color: #036;
	text-decoration: underline;
}

#main h3.pagetitle {
	font-size: 15px;
}

#main p {
	margin: 5px 0 10px 0;
}

#main .pagetitle {
	margin-bottom: 20px;
}

#main .posted {
	margin: -5px 0 10px 0;
	color: #999;
}

#main .tags {
	margin: 0;
	color: #999;
}

#main .meta {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	padding-bottom: 40px;
	color: #999;
	background: url(images/separator.png) center no-repeat;
}

#main .meta a {
	text-decoration: none;
}

#main .meta a:hover {
	text-decoration: underline;
}

.cal, .tag, .com, .ping {
	padding: 2px 0 2px 20px;
}

.cal {
	background: url(images/calendar.png) left center no-repeat;
}

.tag {
	background: url(images/tag.png) left center no-repeat;
}

.com {
	background: url(images/comment.png) left center no-repeat;
}

.ping {
	background: url(images/trackback.png) left center no-repeat;
}

#main ul, #main ol {
	margin: 5px 0 15px 0;
	line-height: 170%;
}

#main ul {
	list-style: square;
	padding: 0 20px 0 25px;
	list-style-position: outside;
}

#main ul ul, #main ul ul ul {
	margin-bottom: 0;
}

#main .postnav {
	width: 100%;
	float: left;
	list-style: none;
	line-height: 100%;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0;
}

#main .postnav li.left {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#main .postnav li.right {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}

#main ol.footnotes {
	border-top: 1px solid #eee;
	padding: 5px 0 10px 0;
	margin: 0;
	display: block;
	list-style-position: inside;
}

#main ol.footnotes li {
	margin: 0;
	color: #838383;
	padding-top: 10px;
}


/* = Image Positioning and Sizing
----------------------------------------------------------------------------------------- */
/*
#main img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}
*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.bordered {
	display: block;
	margin: 7px 7px;
	border: 3px solid #efefef;
	}

img.alignright, .img_right {
	margin-left: 15px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

img.alignleft, .img_right {
	margin-right: 15px;
	margin-bottom: 5px;
	padding-top: 6px;
	display: inline;
	}

.alignright, .img_right {
	float: right;
	}
	
.alignleft, .img_left {
	float: left
	}

/* = comments
-------------------------------------------------------------------*/

#comments {
	padding-bottom: 20px;
}

#comment-area ol {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#comment-area ol > li {
	padding: 10px 10px 1px 10px;
	border-top: 1px solid #eee;
	margin: 5px 0;
}

#comment-form {
	padding: 0;
}

#comment-form form {
	padding: 20px 0 0 0;
}

#comment-form p {
	padding-bottom: 5px;
	margin: 0;
}

#comment-form textarea {
	width: 99%;
}

.commenter {
	font-weight: bold;
	margin-bottom: 5px;
}

.comment-info {
	font-style: italic;
	color: #838383;
	font-weight: normal;
}

.author {
	background: #e5f9d9;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* bookbox
-------------------------------------------------------------------- */

#bookbox {
	width: 369px;
	float: right;
	background: #fff;
	border: 1px solid #fff;
}

.bookcontent {
	padding: 20px;
}

#bookbox .meta {
	font-family: helvetica, verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 30px;
	padding-top: 10px;
	color: #999;
}


/* sidebars
-------------------------------------------------------------------- */

#sidebar {
	width: 369px;
	float: right;
}

.menu {
	padding: 20px 20px 0 20px;
}

.menu ul, #sidebar ul {
	list-style: none;
	margin-bottom: 25px;
}

.menu li, .menu p {
	margin-bottom: 8px;
	line-height: 140%;
}

#search_block, #searchform, .menu p, .menu .widget, .menu .abc {
	margin-bottom: 25px;
}

.menu h2 {
	line-height: 120%;
	margin-bottom: 5px;
	font-size: 14px;
}

.menu ul ul {
	border: none;
	padding: 0;
	margin: 8px 0 0 0;
}

.menu ul ul li {
	margin-left: 10px;
}

.menu ul ul ul li {
	margin-left: 20px;
}

.menu ul ul ul ul li {
	margin-left: 30px;
}

.feed {
	background: url(images/feed.png) left center no-repeat;
	padding-left: 18px;
}

#menuleft {
	float: left;
	width: 165px;
}

#menuright {
	float: right;
	width: 120px;
}

#menuright a img {
	border: none;
}

#searchform #s {
	width: 72%;
	margin: 0 3% 0 0;
}

#searchform #searchsubmit {
	width: 18%;
	margin: 0;
}

.page_item ul {
	margin-bottom: 5px !important;
}

/* calendar
-------------------------------------------------------------------- */

#calendar {
	width: 100%;
}

#calendar h2 {
	display: none;
}

#wp-calendar {
	width: 102%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#wp-calendar caption {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}

#wp-calendar th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: .96em;
	color: #999;
}

#wp-calendar tfoot {
	border: 1px solid #ddd;
	background: #fff;
}

#wp-calendar tfoot td#prev {
	text-align: left;
	padding-left: 5px;
	border-right: none;
}

#wp-calendar tfoot #next {
	text-align: right;
	padding-right: 5px;
	border-left: none;
}

#wp-calendar td {
	text-align: center;
	border: 1px solid #ddd;
	padding: 1px;
}

.pad {
	background: #f9f9f9;
}

#wp-calendar tfoot .pad {
	border: none;
	background: #fff;
}


/* footer
-------------------------------------------------------------------- */

#footer {
	width: 100%;
	padding: 5px 0;
	float: left;
	background-color: #036;
	color: #fff;
	border-top: 1px solid #369;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ccc;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

#footer-left {
	float: left;
	text-align: left;
	padding-left: 10px;
}

#footer-right {
	float: right;
	text-align: right;
	padding-right: 10px;
}

/* Misc. */

.amzshcs-item img {
	padding: 2px;
	border: 1px solid #ddd;
	margin: 10px 3px;
}

.booktour {
	margin: -27px;
}
