/* Flower Wordpress Theme
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff  url(../grafik/background.jpg) repeat-x top;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	color: #333;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clear{
clear:both;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}

/* Typography */
h1 {
    font-family: Georgia, serif;
    font-size: 31px;
	color: #f10808;
	letter-spacing: -1px;
	font-weight: normal;
}
h2 {
	font-size: 21px;
	color: #555;
	letter-spacing: -1px;
	font-weight: bold;
	
}
h3 {
	font-size: 18px;
	color: #555;
	letter-spacing: -1px;
	font-weight: normal;
}
em {
	background: #fffd49;
	padding: 3px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	padding: 10px 0;
}


hr {
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
}

/* Structure */
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 800px;
	height: 78px;
	display: block;
}
	#header h1 {
		font-size: 24px;
		color: #555;
		padding-left: 10px;
	}
	#header h2 {
		font-size: 17px;
		color: #999;
		padding-left: 10px;
	}
	#nav {
		list-style: none;
	}
	#nav li {
		float: left;
		display: block;
	}
	#nav li a {
		float: left;
		display: block;
		width: 113px;
		height: 32px;
        height=52px;
		background:  url(../grafik/nav.jpg) no-repeat top;
		text-align: center;
		padding-top: 20px;
		color: #fff;
		text-decoration: none;
		font-size: 15px;
	}
		#nav li a:hover, #nav li a.used {
			background:  url(../grafik/nav-hover.jpg) no-repeat top;
			color: #444;
		}
#banner {
	width: 800px;
	height: 200px;
	background: url(../grafik/banner.jpg) no-repeat;
	display: block;
	text-indent: -999999px;
	clear: both;
}


#content li {
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	padding: 10px 0px;
}

#content ul, #content ol {
	padding: 0 17px;
}

#content img.rightpic {
	float:right;
    border:1px solid #ccc;
    padding:1px;
    margin: 0 0 10px 10px;
}

#content img.leftpic {
	float:left;
    border:1px solid #ccc;
    padding:1px;
    margin: 0 10px 10px 0;
}

	#content a {color: #0E8938;}
	#content a:hover {text-decoration:none;}

div.small-column {
	width: 250px;
	float: left;
	margin-right: 20px;
}
	div.small-column.last {
		margin-right: 0;
	}
div.column {
	width: 382px;
	float: left;
}

	div.column h2, div.content-column h2 {
		font-family: Georgia, serif;
		font-weight: lighter;
		font-size: 22px;
	}
	div.column strong.date , div.content-column  strong.date {
		text-transform: uppercase;
		color: #999;
	}
	div.small-column h3 {
		font-size: 16px;
		margin: 10px 0;
		color: #9bc174;
        font-weight:bold;
	}
	#sidebar h3 {
		font-size: 16px;
		margin: 10px 0;
        font-weight:bold;
		color: #9bc174;
	}
#sidebar a {
		display: block;
		font-weight: bold;
		padding-left: 15px;
        margin-left:0px;
        line-height:auto;
		background: url(../grafik/arrow.gif) no-repeat left;
	}
#featured {
	width: 383px;
	height: 182px;
	background: url(../grafik/featured-box.jpg) no-repeat top;
	float: right;
}

#featured img{
	float: right;
    margin: 0 12px;
    padding:5px;
}

	#featured h3 {
		padding: 10px;
		padding-bottom: 0;
		font-family: Georgia, serif;
		font-style: italic;
		padding-right: 90px;
		background: url(../grafik/clock.jpg) no-repeat right;
		margin: 15px;
		margin-right: 20px;
	}
	#featured h3 strong {
		color: #9bc174;
	}
	#featured h4 {
		padding: 0 20px;
		font-family: Georgia, serif;
		color: #9bc174;
	}
	#featured p {
		padding: 10px 20px;
	}
#footer {
	width: 100%;
	background: url(../grafik/footer-background.jpg) repeat-x bottom;
	padding: 20px 0;
	clear: both;
}
	#footer-box {
		width: 784px;
		height: 51px;
		background: url(../grafik/footer.jpg) no-repeat;
		display: block;
		margin: 0 auto;
		text-align: center;
		color: #444;
		padding-top: 8px;
	}

	#footer-box p a {color: #0E8938;}
	#footer-box p a:hover {text-decoration:none;}

div.content-column {
	width: 550px;
	float: left;
	padding-right: 20px;
}
#sidebar {
	width: 200px;
	float: left;
}
