/*
 * Dandelion theme by Tim Sherrill
 * 	http://newpics.org/tim/dandelion.aspx
 *
 * Some CSS derived from Michael Heilemann's Kubrick theme
 * 	http://binarybonsai.com/kubrick/
 *
 * and the dasBlog port of Kubrick by John Forsythe
 * 	http://www.jforsythe.com
 *
 *	The CSS, XHTML and design is released under GPL:
 *	http://www.opensource.org/licenses/gpl-license.php
 *	
*/

/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("pageLayout.css");
@import url("dandelion.css");

/* TagCloud styles */
.smallestTag { font-size: xx-small; }
.smallerTag { font-size: x-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largerTag { font-size: x-large; }
.largestTag { font-size: xx-large; } 



body { background-color: #005700; }	
#page { background: url(Dandelion_Horizontal.gif) repeat-y top center; border: none; } 
#header { background: url(Dandelion_Header.jpg) no-repeat bottom center; border: none; }
#menubar { background: url(Dandelion_Menu.jpg) no-repeat bottom center; border: none; }
#footer { background: url(Dandelion_Footer.gif) no-repeat bottom center; border: none; }
img#dasBlog { border: none; width: 50px; height: 38px;}

/* Set some colors */
h1.siteName a, h1.siteName {
	color: #DEFF7D;
	text-align: left;
	padding: 285px 0px 0px 28px;
}

.description {
	color: #89A92B;
	font-size: 0em;
	margin-left: 1em;
	padding-left: 45px;
	text-align: left;
}

.searchContainerStyle
{
	float: right;
	margin: 8px 40px 0 0;
	-margin: 8px 20px 0 0;
}


.postmetadata {
	clear: left;
}

#badge p {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	}
	
.pageTopic {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
}

.commentBoxStyle {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentDateStyle {

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 10px;

}

.commentBoxFooterStyle {
	padding-top: 10px;
}
	