/*  
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/logo-big-3.png);
	background: url(images/peeper.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: verdana, "lucida grande", sans-serif;
	line-height: 1.6;
	font-size: 12px;
	color: #222;
	background: #fff;
	min-width: 970px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

a, a:link, a:visited {
	color: #B0391E;
	border: 0px;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

blockquote, .pullquote {
	margin: 0px 45px 12px 15px;
	padding-left: 15px;
	border-left:3px solid #DDD;
}

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;
}

hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	}


/* structure
-------------------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	margin-top: 6px; 
	width: 950px;
	background: #fff url(images/content.gif) top left repeat-y;
	/* border-top: 6px solid #000; */
}

/* banner
-------------------------------------------------------------------- */

#banner {
	width: 100%;
	height: 110px;
	float: left;
	background: url(images/logo-big-3.png) center center no-repeat;
	border-bottom: 1px solid #000;
}

#banner h1 {
	float: left;
	color: #ffc;
	line-height: 45px;
	padding-left: 15px;
	font-size: 1.96em;
	display: block;
	text-indent: -5000px;
}

#banner h1 a  {
	display: block;
	width: 650px;
	height: 105px;
    background-color: transparent;
	}

#banner h3 {
	float: left;
	color: #CDE9A7;
	line-height: 45px;
	padding-left: 20px;
	font-size: 1.16em;
	display: none;
}

/* navigation
-------------------------------------------------------------------- */

#nav {
	font-family: helvetica, arial, sans-serif;
	list-style: none;
	float: right;
	padding-right: 20px;
}

#nav li {
	float: left;

}


#nav li a {
	margin: 0;
	padding: 0 13px;
	text-decoration: none;
	display: block;
	line-height: 70px;
	color: #000;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #000;
	text-decoration: underline;
}

.nav-list {
    font-family: Arial, sans-serif;
    font-size: 12px;
    list-style-type: none;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    line-height: 1.75em;
    text-transform: uppercase;
    }

.nav-list a:link {
    text-decoration: none;
    color: #666;
    }
    
.nav-list a:visited {
    text-decoration: none;
    color: #666;
    }
    
.nav-list a:hover {
	color: #B0391E;
	text-decoration: underline;
	}


/* content
-------------------------------------------------------------------- */

#content {
	width: 910px;
	float: left;
	padding: 0;
}

* html #content {
	width: 950px;
	float: left;
	padding: 0;
}

#main {
	width: 479px;
	float: left;
	padding: 20px 30px 0 30px;
}

* html #main {
	width: 479px;
	float: left;
	padding: 20px 30px 0 30px;
}

#main h2, #main h2 a {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	margin: 0 0 12px 0;
	padding-top: 0px;

}

#main h2 a:hover {
	font-weight: bold;
	background: #fff url(images/dotted.gif) left bottom repeat-x;
}

#main h2.pagetitle {
	font-size: 18px;
	color: #000;
}

#main h2.sectionheader {
	font-size: 16px;
	color: #000;
}

#main h3.pagetitle {
	font-size: 14px;
	color: #000;
}

#main h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#main p {
	margin: 10px 0 15px 0;
}

#main li {
	margin: 5px 0 5px 0;
}

#main .pagetitle {
	margin-bottom: 20px;
}

#main .posted {
	margin: -5px 0 10px 0;
	color: #999;
}

#main .tags {
	margin: 0;
	color: #999;
}

#main .meta {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	color: #999;
}

#main .asides {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#main .related {
	margin-top: -10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #999;
}

#main .highlight {
	background-color: #FFC;
}

.tag, .com, .ping {
	padding: 2px 0 2px 20px;
}

.cal {
	padding: 2px 0 2px 23px;
}

.cal {
	background: url(images/calendar.png) left center no-repeat;
	margin-left: 0px;
}

.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, #main dl {
	margin: 5px 0 15px 0;
	line-height: 1.4;
}

#main dt {

}

#main dd {
	padding: 0 0 20px 0;
}

#main ol {
	padding: 0 10px 0 25px;
	list-style-position: outside;
}

#main ol li {
	padding-bottom: 5px;
}

#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-bottom: 30px;
	padding: 0;
	background: none;
}

#main .postnav li.left {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

#main .postnav li.right {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	background: none;
}

#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;
}

.wwsgd {
	background: #FFF6F6;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
}


/* = Image Positioning and Sizing
----------------------------------------------------------------------------------------- */

img {
	border: 0px;
}

#main img {
	padding: 5px;
	border: 1px solid #CCC;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.noborder {
	margin: 10px;
	border: 0px;
	}

#main img.thumb-right {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}

#main img.thumb {	
	float: none;
	margin: auto;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
	
img.border {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
	}

img.bordered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #efefef;
	}

img.alignright, .img_right {
	margin-left: 10px;
	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: 5px 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;
}

.user, .author {
	background: #FFF4E5;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* sidebars
-------------------------------------------------------------------- */

#sidebar {
	width: 369px;
	float: right;
	font-size: 11px;
	line-height: 1.4;
	position:static;
}

* html #sidebar {
	width: 382px;
	float: right;
	font-size: 11px;
	line-height: 1.4;
}

#sidebar a {
	text-decoration:none;
}

.menu {
	padding: 20px 20px 0 20px;
}

.menu ul, #sidebar ul {
	list-style: none;
	margin-bottom: 15px;
}

.menu li, .menu p {
    margin-bottom: 5px;
	line-height: 1.4;
}

#search_block, #searchform, .menu p, .menu .widget, .menu .abc {
	margin-bottom: 25px;
}

.menu h2 {
	line-height: 1.6;
	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;
}
* html #menuleft {
	float: left;
	width: 165px;
	margin-left:0px;
	padding-left:0px;
}
* html #menuright {
	float: right;
	width: 100px;
	margin:20px 10px 0px 0px;
	padding:0px;
}
#menuright {
	float: right;
	width: 120px;
}

#menuright  {
	border: 0px;
}

#searchform #s {
	width: 72%;
	margin: 0 3% 0 0;
}

#searchform #searchsubmit {
	width: 18%;
	margin: 0;
}

.page_item ul {
	margin-bottom: 5px !important;
}

.sidenav {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}

.sidenav li{
	margin-bottom: 5px;
}

.sidenav a, .sidenav a:visited {
	text-decoration:none;
	color: #666;
}

.sidenav a:hover {
	text-decoration:underline;
	color: #000;
}

.abouticon {
	float: right;
	margin: 0 25px 0 5px;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background: #fff;
}

.amzshcs-item img {
	padding: 2px;
	border: 1px solid #ddd;
	margin-top: 7px;
}


/* 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%;
	height: 50px;
	padding: 10px 0;
	float: left;
	background: url(images/peeper.png) no-repeat  left;
	background-color: #fff;
	color: #222;
	border-top: 1px solid #000;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #B0391E;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #B0391E;
	text-decoration: underline;
}

#footer-left {
	float: left;
	text-align: left;
	padding-left: 100px;
}

#footer-right {
	float: right;
	text-align: right;
	padding-right: 10px;
}

/* Added by Jerry on 10-17-07 */

.akpc_pop {
	display: none;
}


#popularity-contest ul li {
	list-style: none;
	padding-left: 18px;
	padding-bottom: 6px;
	background: url(/wp-content/themes/bogart/images/bullet_black.png) no-repeat 0 0;
	margin-left: -6px;
}

/* #categories-1 ul li {
	list-style: none;
	padding-left: 18px;
	background: url(/wp-content/themes/bogart/images/bullet_black.png) no-repeat 0 0;
	margin-left: -6px;
} */

#main ul li {
	list-style: none;
	padding-left: 20px;
	margin-left: 0px;
	background: url(/wp-content/themes/bogart/images/bullet_black.png) no-repeat 0 0;
	margin-left: -22px;
}

        div.sw-container {
		border:1px solid #DDD;
		width:158px; 
		margin:0px;
        }
        div.sw-container img {
		border:0px solid #F00;
		padding:8px;
        }
	div.sw-header p {
		padding:3px 8px 8px 8px;
		margin:0px;
	}
        ul.sw-posts {
		list-style: disc outside; 
		padding-left:13px;
		padding-right:5px;
		padding-bottom:0px;
        }
        ul.sw-posts li {
		padding-bottom:3px;
        }
