/*
Theme Name: On the Big Black Bus
Description: A custom design for "On the Big Black Bus", the official blog of Kelli.com
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #000; /*url('images/background-tile.jpg') center top repeat-y */
	color: #E6D5BD;
	font-family: 'BookmanOldStyle', 'Bookman Old Style', Bookman, Georgia, 'Times New Roman', Times, serif;
	font-size: medium; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:180%;}
h2 {font-size:140%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6, .heading {

}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol,
table {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: 'BookmanOldStyle', 'Bookman Old Style', Bookman, Georgia, 'Times New Roman', Times, serif;
	font-size: 100%;
}

a, a:active {
	color: #E2B66C;
}

a:visited {
	color: #DE9921;
}

a:hover {
	background: #C05825;
	color: #fff;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	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;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 120%;
	font-weight: bold;
}

label {
	cursor: pointer;
}

.no-hover {
	backround: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: url('images/background.jpg') top center no-repeat;
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 1000px;
}

#header {
	overflow: hidden;
}

#kelli-nav {
	float: right;
	width: 213px;
}

#wrapper {
	float: left;
	width: 100%;
}

#content {
	background: url('images/opacity.png') center top repeat-y;
	margin: 0 300px 0 225px;
	overflow: hidden;
	padding: 25px;
	width: 425px;
}

.sidebar {
	overflow: hidden;
}

#sidebar-primary {
	float: left;
	margin-left: -975px;
	overflow: hidden;
	width: 165px;
}

#sidebar-secondary {
	float: left;
	margin-left: -265px;
	overflow: hidden;
	width: 240px;
}

#footer {
	clear: both;
	font-size: 80%;
	padding: 30px 0 1px 0;
	text-align: center;
}


/* Header elements */

/* 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 {
	background: transparent url('images/header.jpg') left center no-repeat;
	display: block;
	line-height: 177px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

h3.category-description {
	font-weight: normal;
}


/* Sidebar elements */
.sidebar {
	font-size: 90%;
	line-height: 110%;
}

.sidebar a {
	text-decoration: none;
}

.sidebar .widget {
	background: url('images/opacity-sidebar.png');
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}

#sidebar-primary .widget {
	width: 145px;
}

#sidebar-secondary .widget {
	width: 220px;
}

.sidebar .widget .heading,
.sidebar #search .heading,
.sidebar #subscribe .heading {
	display: block;
	line-height: 18px;
	margin: 0 0 10px -10px;
	overflow: hidden;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	background: url('images/hyphen.gif') left 7px no-repeat;
	line-height: 100%;
	padding-left: 10px;
	margin-bottom: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar #navigation {
	margin-bottom: 25px;
}

.sidebar #navigation ul li {
	margin-bottom: 12px;
}

.sidebar #navigation ul li a,
.sidebar #navigation ul li a:hover {
	background: transparent url('images/nav-home.png') left top no-repeat;
	cursor: pointer;
	display: block;
	line-height: 18px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}

.sidebar #navigation ul li #nav-about {
	background: transparent url('images/nav-about.png') left top no-repeat;
}

.sidebar #navigation ul li #nav-tag-cloud {
	background: transparent url('images/nav-tag-cloud.png') left top no-repeat;
}

.sidebar #navigation ul li #nav-register {
	background: transparent url('images/nav-register.png') left top no-repeat;
}

.sidebar #navigation ul li #nav-archive {
	background: transparent url('images/nav-archive.png') left top no-repeat;
}

.sidebar #navigation ul li #nav-ask {
       background: transparent url('images/nav-ask.png') left top no-repeat;
}

.sidebar #subscribe .heading {
	background: transparent url('images/widget-heading-subscribe.png') left top no-repeat;
	margin: 0;
	text-indent: -1000em;
}

.sidebar #twitters .heading {
	background: transparent url('images/widget-heading-twitter.png') left top no-repeat;
	text-indent: -1000em;
}

.sidebar #links .heading {
	background: transparent url('images/widget-heading-blogs.png') left top no-repeat;
	text-indent: -1000em;
}

.sidebar #search .heading {
	background: transparent url('images/widget-heading-search.png') left top no-repeat;
	margin: 0;
	text-indent: -1000em;
}

.sidebar #recent-comments .heading {
	background: transparent url('images/widget-heading-recent-comments.png') left top no-repeat;
	text-indent: -1000em;
}

.sidebar #php-code-1 .heading {
	background: transparent url('images/widget-heading-popular-posts.png') left top no-repeat;
	text-indent: -1000em;
}

.sidebar #categories-1 .heading {
	background: transparent url('images/widget-heading-categories.png') left top no-repeat;
	text-indent: -1000em;
}

form#searchform-side label {
	display: none;
}

.sidebar form .black {
	background: #000;
	border: 2px solid #000;
	color: #E6D5BD;
	font-weight: bold;
}


/* Post elements */
.post {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
	width: 425px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 130%;
	line-height: 1em;
	margin-bottom: 10px;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #E2B66C;
	text-decoration: none;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content p {
	clear: both;
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link {
	display: block;
	float: left;
	margin-top: 1.5em;
}

body.archive .more-link {
	margin-top: 0;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}


/* Metadata elements */
.post-metadata {
	font-size: 85%;
	line-height: 120%;
}

.post-metadata span {
	display: block;
}

.post-metadata span.post-categories {
	
}

span.post-date {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-metadata span.post-comments {
	
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 1px solid #555;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: ;
}

#comments .authorcomment { /* To emphasize replies from the author */
	background: ;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

.wwsgd {

}

.post-akst .akst_share_link:hover {
	background: 1px 0 url('includes/share-icon-16x16.png') no-repeat;
}

#akst_form ul.tabs li,
#akst_form ul.tabs li a:link {
	color: #000;
}

.wpcf_msg_success {

}
