/*
Theme Name: blumenkind
Theme URI: http://goodomen.de/
Description: Theme zum Fashion Blog Goodomen.
Version: 1.0
Author: Florian Herold Gaefke
Author URI: http://schwarzgeviert.de
Tags: fashion, schwarzgeviert, minimalist, typo, simple, white, editorial
*/


/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
        font-family: georgia;
        font-size: 0.84em;
	width: 1000px;
        color: #4e4d4c;
	}
nav+section {
	overflow: hidden;
	width: 750px;
	float: left;
	clear: none;
	}

/* FONTS */

@font-face {
	font-family: 'BodoniFLFRegular';
	src: url('fonts/BodoniFLF-Roman-webfont.eot');
	src: local('☺'), url('fonts/BodoniFLF-Roman-webfont.woff') format('woff'), url('fonts/BodoniFLF-Roman-webfont.ttf') format('truetype'), url('fonts/BodoniFLF-Roman-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #4e4d4c;
        outline: none;
	padding-bottom: 2px;
	}

a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	}

a:active {
	text-decoration: none;
	color: #000;
        outline: none;
        padding-bottom: 2px;
	position: relative;
top: 1px;
	}




/* == HEADER == */

body>header {
	padding: 33px;
	}

body>header h1 {
        font-family: BodoniFLFRegular;
        font-size: 6em;
        text-align: center;

	margin: 0;
	}

body>header h1 a:link, body>header h1 a:visited {
	text-decoration: none;
color: #4e4d4c
	}
		
body>header h1 a:hover, body>header h1 a:active {
	text-decoration: none;
	color: #f0eee8;
	}

/* == POSTS == */

article[id*=post-] {
        line-height: 140%;
	padding: 15px 0 0 0;
	}

article>header h1 {
        font-size: 1.2em;
	margin: 0;
        padding: 28px 2px 5px 2px;
	border-bottom: #404040 solid 1px;
	}


article>header p {

margin: 0;
padding: 2px;

}
 
article .postmeta {
font-size: 0.8em;
}
article>footer p {
font-size: 0.8em;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */


body>nav {
	text-align: center;
	padding: 10px 0;
	}

body>nav ul {
	text-align: center;
	margin: 0;
	}

body>nav li {
	margin-right: 20px;
	font-weight: bold;
	display: inline;
        }

/* == COMMENTS == */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #eee;
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */

aside {
	margin-top: 30px;
	overflow: hidden;
	width: 250px;
	float: right;
	clear: none;
	}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}

/* == FOOTER == */

body>footer {
padding-top: 15px;
background-color: #f0eee8;
	text-align: center;
	overflow: hidden;
	width: 950px;
	clear: both;
margin-bottom: 25px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
        
}

/* == SEARCH == */


#searchform input {
        background:#f0eee8;
        font-size:11px;
        padding: 5px;
        border:#888 0px solid;
        color:#000000;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#searchform input:hover {
        background:#f0eee8;

}

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */