/*  
Theme Name: BillieCash Theme
Theme URI: http://optimusmedia.com/
Description: Questions or problems contact <a href="mailto:support@optimusmedia.com">Ron Shank</a>.
Version: 1.5
Author: Ron Shank
Author URI: http://optimusmedia.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	background-color: #eeeeee;
	background-image: url(/images/background.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-attachment: fixed;
	background-position: top;



}
.col-left {
	padding-right: 5px;
	padding-left: 5px;

}
.col-right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 30px;
	text-align: center;



}
.col-middle {
	background-color: #F8F4DC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;

}
.mid-banner {
	background-color: #D5AEAA;
	border: thin solid #676767;
	padding: 3px;

}
.storytitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	margin-right: 12px;
	margin-left: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 12px;
	padding-top: 12px;

}
.storytitle a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.post {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	padding: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	border: 2px solid #D5AEAA;
	line-height: 140%;
}
.post img {
	float: right;
	padding-left: 20px;
}
.date {
	color: #000000;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #000000;
	font-weight: normal;
	letter-spacing: 0;
}
.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu, 
.menu a {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.menu a:hover {
	color: #D5AEAA;
	text-decoration: underline;
}
.dropshadow {
	background-image: url(/images/rightcol-gradient.jpg);
	background-repeat: repeat-y;
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-size: xx-small;
	}


.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
.commentlist li {
	font-weight: bold;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}

.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
#comments {
	margin-left: 5px;
}
	
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #E0E0E0;
	}

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	#respond {
	margin-left: 5px;
}

.postmetadata {
	clear: both;
}

/* End Comments */
