/*
THEME NAME: Blaue Frau
DESCRIPTION: Theme explicitly for www.blauefrau.com by Matias Saarukka. Built on the theme Sandbox by Andy Skelton &amp; Scott Allan Wallick.
VERSION: 1.0
AUTHOR: <a href="http://matiassaarukka.net/">Matias Saarukka</a>
*/
@font-face {
	font-family: 'Chinese';
	src:url("fonts/chineserocks.eot");
	src:local("Chinese Rocks"),
		url("fonts/chineserocks.otf") format('opentype'),
			url("fonts/chinese.svg#chinese") format('svg');
}

body {
	background:#363734 url(images/bg_spikes.jpg) top center repeat-x;
	text-align:center;
	margin:0 auto;
}
div#header {
	position:relative;
	width:1100px;
	height:530px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px auto;
	z-index:1;
}
/* MENU */
	#menu {
		padding:0 10px;
		margin-bottom: 10px;	
	 }
	 #menu ul {
		margin: 0;
		margin-top:-2px;
		padding: 0;
		text-align: center;
	 }
	 #menu li {
		display: inline;
		list-style: none;
	 }
	 #menu a {
		font-family:Chinese, "Chinese Rocks", georgia;
		font-size:16px;
		color: #363734;
		text-decoration: none;
		padding:15px 5px 15px 5px;
		line-height:50px;
		background: #d9d9d0;
		border-bottom:6px solid #8f9181;
		margin-right:2px;
	}
	#menu li.current_page_item a {
	 	border-bottom:6px solid #000;
	 	color:#000;
	 }
	#menu a:hover, #menu li.current_page_item a:hover {
		color:#ff0000;
		border-bottom:6px solid #ff0000;
	 }
/* MENU END */

/* HEADER ANIMATION */
	div#header-animation {
		position:absolute;
		top:250px;
		right:260px;
	}

/* SEARCH FIELD */
	div#search {
		position:absolute;
		width:355px;
		height:60px;
		right:100px;
		bottom:10px;
		z-index:100;
	}
	div#search label {
		display:none;
	}
	div#search img, div#search div {
		float:left;
	}
	div#search img {
		margin:5px 5px;
	}
	div#search input#s, div.no-results input#s-no-results {
		background-color:#d8d9cb;
		border:1px solid #a8a18a;
		height:22px;
		padding:5px;
		width:160px;
		font-family:georgia, "times new roman";
		font-weight:bold;
		font-style:italic;
		font-size:18px;
		color:#363734;
		vertical-align:top;
	}
	div#search input#searchsubmit, input#searchsubmit-noresults {
		width:63px;
		height:52px;
		vertical-align:top;
		margin-top:-8px;
	}
	body.search div.p1 {
		margin-top:10px;
	}
	body.search div.no-results {
		width:640px;
		padding:0 30px 0 30px;
		margin:auto;
		margin-top:50px;
		text-align:left;
		min-height:200px;
		background-color:#dddecf;
	}
	
	/* SEARCH PAGE */
	ul#search-list {
		margin-left:0;
		list-style-type:decimal;
	}
		
/* SEARCH END */

div#logo {
	position:relative;
	margin-top:-80px !important;
	margin:auto;
	width:167px;
	height:139px;
	z-index:200;
}
div#logo a img {
	border:0;
}

/* FOOTER */
	div#footer {
		font-family:Chinese, georgia;
		font-size:14px;
		color:#363734;
		background-image:url(images/bg_pagefooter.jpg);
		background-position:bottom left;
		background-repeat:repeat-x;
		text-align:center;
		padding-bottom:30px;
		margin:0 auto -20px;
		height:190px;
	}
	div#footerlinks {
		margin:auto;
		width:450px;
	}
	div#footer ul {
		margin:0;
		padding:0;
		text-align:center;
	}
	div#footer li {
		float:left;
		margin:10px;
		list-style-type:none;
	}
	div#creationlinks {
		padding-top:160px;
	}
	div#creationlinks a, span.meta-sep, div#footer a {
		text-transform:lowercase;
		font-size:14px;
		color:#363734;
		text-decoration:none;
	}
	div#creationlinks a:hover, div#footer a:hover {
		color:#dddecf;
	}	
	div#footerlinks li.current_page_item {
		border-bottom:2px solid #676864;
	}
	div#footerlinks li a {
		color:#dddecf;
	}
	div#footerlinks li a:hover {
		color:#ff0000;
	}
	

/* FOOTER END */

div#container,div#primary {
	margin-top:2em;
}
div#container p {
	line-height:18px;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

/* IMG / ALIGN ELEMENTS */
	img.alignright, img.alignleft, img.aligncenter, img.alignnone {
		border:1px solid #63665c;
	}
	.alignright,img.alignright{
		float:right;
		display:inline;
		margin:0 0 0 1em;
	}
	.alignleft,img.alignleft{
		float:left;
		margin:0 1em 0 0;
	}
	.aligncenter,img.aligncenter{
		display:block;
		margin:0 auto;
		text-align:center;
	}
/* IMG / ALIGN ELEMENTS END */


div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}
div.navigation {
height:1.25em;
}
div.navigation div.nav-next {
float:right;
text-align:right;
}
input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

h1#blog-title {
	display:none;
}

h2.entry-title, div#category-title, h2.search-title {
	font-family:Chinese, georgia;
	font-weight:normal;
	font-size:42px;
	margin:0 auto 0;
	color:#ff0000;
	text-align:left;
}
div#category-title {
	padding-top:4px;
}
h2 a, h3 a {
	color:#363734 !important;
	text-decoration:none;
	border:0 !important;
}
h2 a:hover, h3 a:hover {
	color:#9a9178;
	background-color:none !important;
}
.published {
	border:0;
	font-style:italic;
}
h3 {
	font-family:Chinese, georgia;
	font-weight:normal;
	font-size:24px;
}
#content {
	background-image:url(images/bg_contents_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#363734;
	font-family:georgia, "times new roman";
	font-size:12px;
	width:854px;
	padding:40px 0;
	margin:-40px auto;
}
/* CONTENT-FOOTER */
	div.content-footer {
		background-image:url(images/bg_contents_footer.png);
		background-repeat:no-repeat;
		background-position:left bottom;
		width:700px;
		height:90px;
		margin:-10px auto 5px;
	}
	div.hentry {
		background-color:#dddecf;
		padding:4px 30px 5px 30px;
		width:640px;
		text-align:left;
		margin:auto;
	}
	div.otherposts h3 {
		font-family:Chinese, georgia;
		font-size:16px;
		font-weight:normal;
		margin:0;
	}
	div.otherposts {
		border-top:1px solid #c7c8be;
		padding:10px 2px 10px 2px;
		margin:30px;
		margin-top:0;
		text-align:left;
		font-family:georgia;
		font-size:12px;
	}
	
	
/*  CONTENT LINK AND TEXT PROPERTIES  */
	.entry-content a, div#categorycontainer a, div.hentry a, div.otherposts a {
		color:#ff0000;
		text-decoration:none;
	}
	.entry-content a:hover, div#categorycontainer a:hover, div.hentry a:hover, div.otherposts a:hover {
		background-color:#ff0000;
		color:#fff;
	}
	.entry-content a img {
		padding:0;
		margin:0;
		border:0;
		background-color:#ccc;
		border:1px solid #a8a18a;
	}	
	.entry-content a:hover img {
		background-color:#fff;
		border:1px solid #363734;
	}

	blockquote {
		background-image:url(images/bg_quote.png);
		background-repeat:no-repeat;
		background-position:top left;
		margin-left:5px;
		padding-left:25px;
	}
	blockquote em {
		color:#d13600;
	}
	
	div#post-4 a, body.home div#categorycontainer a {
		font-family:Chinese, georgia;
		font-size:16px;
	}
	body.home div#categorycontainer div#category-title {
		margin-bottom: 15px;
	}
	div#frontpage-excerpt p {
		display: inline;
	}
	img.post-thumbnail {
		clear: both;
		border: 1px solid #ccc;
	}
/*  CONTENT LINK END  */


/*	CATEGORY PAGE, ARKIV */
	div.entry-meta {
		display:none;
	}
	body.category div.entry-date {
		display:none;
	}
	div#categorycontainer {
		min-height:200px;
		background-color:#dddecf;
		width:640px;
		padding:0 30px 0 30px;
		margin:60px auto -20px;
		text-align:left;
	}

/*	SINGLE PAGE LAYOUT */
	body.single div.content {
		text-align:center;
	}
	body.single div.entry-content {
		min-height:100px;
		margin:auto;
	}
	body.single div.hentry {
		margin-bottom:-5px;
	}
	div.page, div.hentry {
		margin-top:75px;
		min-height:200px;
		padding-top:0;
	}

/*  RANDOM  */
	.spacer {
		clear:both;
	}
	hr {
	border: 0px;
	border-bottom: 1px dotted #dddecf;
	margin-right: 6px;
	background-color: transparent;
	clear:both;
	margin:0 0 10px;
	padding:5px 0 5px 0;
	}
/*  404  */
	div.four04 {
		margin-top:75px;
		padding-top:0;
		min-height:200px;
	}
	