	/*
		t0mmy's Banana Smoothie Theme for Wordpress 1.2
		this theme is only for css 2.0 capable browsers
		like mozilla firefox - design (c) 2004 by t0mmy
		(c) pictures by their respective owners. thanks!
	*/

	/* main document style */
	body {
		margin: 0;
		padding: 0;
		background-image: url("./images/body-background.png");
	}

	/* some common and default styles */
	p, abbr, acronym, blockquote {
		color: #7e5822;
		font-family: "Trebuchet MS", serif;
		font-size: 9pt;
		text-align: justify;
		line-height: 150%;
	}
	blockquote {
		margin: 5px 25px 5px 5px;
		padding-left: 20px;
		font-style: italic;
		background-image: url("./images/blockquote.gif");
		background-position: top left;
		background-repeat: no-repeat;
	}
	pre {
		overflow: auto;
		border: 1px dotted black;
		background: white;
	}
	abbr, acronym {
		cursor: help;
		font-weight: bold;
		letter-spacing: 1px;
		border-bottom: 1px dotted #7e5822;
	}
	img {
		background: white;
		padding: 2px;
		border: 1px solid #cecece;
	}
	img.smilie {
		background: none;
		padding: 0;
		border: 0;
	}
	a:link {
		color: #b28e35;
		text-decoration: none;
	}
	a:visited {
		color: #b2a68a;
		text-decoration: none;
	}
	a:hover {
		color: #f2c04e;
		text-decoration: none;
	}
	label {
		cursor: pointer;
	}
	input[type=submit], input[type=button] {
		font-weight: normal;
		font-size: 9pt;
		padding: 2px;
		margin: 3px;
		border: 1px solid #b28e35;
		color: #b28e35;
		background: #fcfef0;
	}
	input[type=text], textarea {
		font-family: "Trebuchet MS", serif;
		font-weight: normal;
		font-size: 9pt;
		padding: 2px;
		margin: 3px;
		border: 1px solid #b28e35;
		color: black;
		background: #fcfef0;
	}

	/* header style */
	h1#header {
		position: relative;
		width: 730px;
		height: 100px;
		left: 135px;
		top: 0px;
		padding: 0;
		margin: 0;
		background-image: url("./images/header-background.png");
	}
	h1#header a {
		font-family: Arial, sans-serif;
		font-size: 19pt;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 75px;
		left: 80px;
		color: #bf7c32;
		text-decoration: none;
	}

	/* content style */
	#content {
		position: relative;
		left: 150px;
		top: 0px;
 		width: 700px;
		min-height: 276px;
		padding: 5px 205px 0 55px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 440px;
	}
	/* date header style */
	#content h2 {
		font-weight: bold;
		color: #f2d19c; /*#b28e35;*/
		font-family: "Trebuchet MS", serif; /*Arial, sans-serif;*/
		font-size: 9pt;
		letter-spacing: 1px;
		text-align: right;
		padding: 3px 0 3px 0;
		margin: 0;
		margin-top: 5px;
		margin-bottom: -5px;
		background-position: right center;
		background-repeat: no-repeat;
	}

	/* menu formatting */
	#menu {
		position: absolute;
		left: 670px;
		top: 135px;
		font-family: Arial, sans-serif;
		font-size: 9pt;
		color: #b28e35;
		width: 150px;
		padding: 0;
		margin: 0;
	}
	#menu:after {
	}
	#menu a:link {
		color: #b28e35;
		text-decoration: none;
	}
	#menu a:visited {
		color: #b28e35;
		text-decoration: line-through;
	}
	#menu a:hover {
		color: #f2c04e;
		text-decoration: none;
		border: 0;
	}
	#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 5px 0 0 0;
	}
	#menu ul li {
		margin: 0;
		padding: 0 5px;
		font-weight: bold;
	}
	#menu ul li ul li {
		font-weight: normal;
		padding: 4px 0 0 5px;
	}
	#menu ul li[id]:after {
		margin: 0 0 0 -5px;
		padding: 0;
	}
	#menu ul ul {
		border: 0;
		margin-left: 11px;
		background-image: none;
	}
	#menu ul ul.children {
		padding: 0;
		margin: 0;
		margin-left: 5px;
	}
	#menu form {
		text-align: center;
		padding: 10px;
		margin: 0;
	}
	#menu form input {
		font-family: Arial, sans-serif;
		font-weight: normal;
		font-size: 9pt;
		padding: 2px;
		margin: 3px;
		border: 1px solid #b28e35;
		color: #b28e35;
		background: #fcfef0;
	}
	#menu form input#s {
		color: black;
	}


	/* next/previous post link */
	div#prevpost, div#nextpost {
		width: 50%;
		float: left;
		font-size: 8pt;
		margin-bottom: 5px;
	}
	div#nextpost {
		text-align: right;
	}
	div#prevpost a:before {
		content: "\00AB";
	}
	div#nextpost a:after {
		content: "\00BB";
	}

	/* post style */
	div.post {
		background-image: url("./images/post-background.png");
		padding: 5px;
		margin-top: 5px;
	}

	/* story title style */
	h3.storytitle {
		color: #f08a3e;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		padding: 0px 0 3px 0;
		margin: 0;
	}
	h3.storytitle a {
		color: #f08a3e;
		text-decoration: none;
	}

	/* story content style */
	div.storycontent {
		color: #7e5822;
		font-family: "Trebuchet MS", serif;
		font-size: 9pt;
		text-align: justify;
	}
	div.storycontent a:link:after {
		content: url("./images/storycontent-link.gif");
	}
	div.storycontent a:visited:after {
		content: url("./images/storycontent-link.gif");
	}
	div.storycontent a:hover {
		border: 0;
	}
	div.storycontent a:hover:after {
		content: url("./images/storycontent-link-hover.gif");
	}
	div.storycontent ul, div.storycontent ol {
		padding-left: 15px;
	}
	div.storycontent ul li, div.storycontent ol li {
		text-align: justify;
	}

	/* meta information; "filed under"... */
	div.meta {
		color: #e1ba6c;
		background: #fceecd;
		background-image: url("./images/meta-background.gif");
		background-position: left center;
		background-repeat: no-repeat;
		padding: 2px 0 1px 12px;
		margin-bottom: 5px;
		border-top: 1px solid #e5a332;
		border-bottom: 1px solid #e5a332;
		font-family: Arial, sans-serif;
		font-size: 8pt;
	}
	div.meta li, ul.post-meta li {
		padding: 0;
		display: inline;
	}
	div.meta ul {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	div.meta a:hover {
		border: 0;
	}

	/* feedback information style */
	div.feedback {
		/*
		background: #fceecd;
		*/
		padding: 1px 0;
		margin-top: 5px;
		color: #7e5822;
		/*
		border-top: 1px dotted #e5a332;
		border-bottom: 1px dotted #e5a332;
		*/
		font-family: Arial, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		text-align: right;
	}
	div.feedback p {
		position: relative;
		font-size: 9pt;
		padding: 0 2px;
		margin: 0;
		width: 50%;
	}

	/* styles for comments */
	h2#comments, h2#postcomment {
		color: #b28e35;
		background-image: url("./images/commentheader-background.gif");
		background-position: left center;
		background-repeat: no-repeat;
		font-family: "Trebuchet MS", serif;
		font-size: 9pt;
		font-weight: bold;
		text-align: left;
		border-bottom: 1px solid #e5a332;
		padding: 3px 0 3px 22px;
		margin: 0;
	}
	#commentform {
		padding: 5px;
		margin: 0;
	}
	#commentform p {
		margin: 0;
		padding: 0;
	}
	#commentform input, #commentform textarea {
		width: 290px;
	}
	#commentlist {
		font-size: 9pt;
		padding-left: 30px;
	}
	#commentlist li {
		margin: 10px 0 10px 0;
		padding: 0;
	}
	#commentlist li p {
		font-size: 9pt;
		margin: 0;
		padding: 2px;
	}
	#commentlist li cite {
		font-style: normal;
		padding: 0;
		font-size: 8pt;
		border-top: 1px solid #e5a332;
	}

	/* credit style */
	.credit {
		position: relative;
		left: 150px;
		bottom: 5px;
		width: 645px;
		padding: 0 0 0 55px;
		margin: 50px 0 5px 0;
	}