/*
Theme Name: Mustard Seed Creations
Theme URI: http://www.ktdreyer.com/
Description: Artistic theme
Version: 2.0
Author: Ken Dreyer
Author URI: http://www.ktdreyer.com/
*/


body {
	background-color: #fff;
	color: #333333;
	margin: 0;
	padding: 0;
	font: .7em "Georgia", "Times New Roman", serif;
}
a,a:link { color: #333333; }
a:hover { color: #666666; }
a:active { color: #666666; }
a:visited { color: #333333; }
img {
	border: 0;
}

/* --- PAGE --- */
div#page {
	border: 0px solid #ccc;
	margin: 5px auto 0 auto;
	padding: 0;
	width: 800px;
}

/* --- HEADER --- */
#header {
	padding: 0;
	margin: 0;
	height: 100px;
	padding-bottom: 1em;
	border-bottom: 1px dotted #CCCC99;
	position: relative; /* allows absolute positioning for nav */
}


/* --- NAVBAR --- */

ul#navbar {
	font-size: 7pt;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: 40px;
	top: 70px; /* override for IE */
	text-align: center;
	list-style: none;
}
ul#navbar li {
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 10px;
	height: 20px;
}

	ul#navbar li.current_page_item, ul#navbar li.current_page_parent {
		background-color: #CCCC99;
	}
	ul#navbar li.current_page_item a, ul#navbar li.current_page_parent a {
		color: #fff;
	}

ul#navbar a {
	color: #000000;
	text-decoration: none;
}

ul#navbar a:hover {
	color: #CCCC99;
}


/* --- CONTENT --- */
#content {
	clear: both;
	margin: 0;
	padding: 0 10px 0 10px;
	position: relative;
	width: 800px;
	margin: auto;
}

#content h2 {
	font-size: 11pt;
}
#content img.alignleft {
	float: left;
	padding-left: 1em;
	padding-right: 1em;
}
#content img.alignright {
	float: right;
	padding-left: 1em;
	padding-right: 1em;
}


/* --- POSTS --- */
#posts {
	width: 570px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dotted #111;
	border-right: 1px dotted #111;
	
}
#posts .tags {
	float:right;
	font-size: 7pt;
}
#posts .post {
	padding-bottom: 5em;
}
#posts h2.datebox {
	float: left;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 2px solid #000;
	text-align: center;
	font-weight: normal;
}
	#posts h2.datebox .month {
		font-size: 8pt;
		display: block;
	}
	#posts h2.datebox .day {
		font-size: 16pt;
		display: block;
	}
#posts h2.storytitle {
	float: left;
	font-size: 18pt;
	font-weight: normal;
}
	#posts h2.storytitle a {
		color: #000;
		text-decoration: none;
	}
#posts .storycontent {
	clear: both;
	padding-bottom: 1em;
	border-bottom: 1px dotted #111;
}
#posts .storydate {
	margin-top: 1em;
	color: #62b893;
}


/* --- FOOTER --- */
#footer {
	clear:both;
	background: transparent url("images/footer.jpg") no-repeat bottom left;	
}

#copyright {
	font-size: 0.8em;
	text-align: center;
}

#login {
	font-size: 0.8em;
	padding-top: 1em;
	text-align: center;
}
#login a {
	color: #eee;
}


