/*  
Theme Name: Folkfestival V2
Theme URI: http://www.folkfest.de/
Description: Folkfest Layout 2009.
Date: 18 Februar 2009
Author: FCA
Author URI: http://firstcomputeraid.de/
*/

@charset "utf-8";

/* Allgemein */

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: url(images/grunge_seitenhintergrund.jpg) repeat;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #000;
}


/* Textformatierung*/
a {
	color: #821a00;
}

a:hover {
	text-decoration: none;
	color: #999;
}

p {
	padding: 0;
	margin-bottom: 2%;
}	

h1 {
	font: 900 26px Arial, Helvetica, sans-serif;
	line-height: 140%;
}

h2 {
	font: 900 20px Arial, Helvetica, sans-serif;
	line-height: 140%;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 24px "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #e1dfb9;
	border-bottom: 1px solid #D7D39A;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #821a00;
	text-decoration: none;
}

h3 {
	font: 700 20px Arial, Helvetica, sans-serif;
}

h4 {
	font: 700 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	_margin: 0 0 10px 50px;
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}


/* Main Structure */

#wrapper {
	width: 980px;
	height: 100%;
	margin: 0px auto;
}

#header {
	width: 980px;
	height: 475px;
	float: left;
	background: url(images/head.png) no-repeat top left;
}

#header #logo {
	width: 800px;
	height: 70px;
	margin-top: 130px;
	padding-left: 130px;
}

#header #polaroid {
	width: 249px;
	height: 271px;
	float: right;
	margin-top: -70px;
	background: url(images/polaroid/rotate.php) no-repeat top left;
}

#content {
	width: 980px;
	float: left;
	padding-bottom: 30px;
	background: url(images/hg_filler.png) repeat-y top left;
}

#content #left-col {
	width: 511px;
	float: left;
	position: relative;
	margin-top: -225px;
	padding: 5px 0px 0px 130px;
}

#content #right-col {
	width: 339px;
	float: right;
	margin-top: -255px;
	position: relative;
	z-index: 900;
}

#content #right-col #sidebar {
	width: 238px;
	float: left;
	margin: 150px auto;
	position: relative;
}

#content #searchform {
}

#footer {
	width: 980px;
	float: left;
	height: 180px;
	margin: 30px 0px -225px 0px;
	background: url(images/foot.png) no-repeat bottom left;
	z-index: 500;
}

#footer h2 {
	font: 900 20px Arial, Helvetica, sans-serif;
	color: #000;
	width: 490px;
	border-bottom: solid 1px #000;
}

#footer #footer_pic {
	width: 342px;
	float: right;
	height: 309px;
	margin-top: -129px;
	background: url(images/instrumente/rotate.php) no-repeat bottom left;
}

#footer #sponsoren {
	width: 490px;
	float: left;
	height: 170px;
	padding: 5px 0px 0px 130px;
}

#footer #sponsoren img {
	border: none;
}

/* PAGE LIST */


#header #menu {
	height: 50px;
}

#header #menu ul {
	list-style: none;
	text-align: left;
	margin-left: 130px;
}

#header #menu ul li.page_item { /* page_item is wordpress default class for page list */
	float: left;
}

#header #menu ul li.page_item a {
	height: 50px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	float: left;
	font: 700 16px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-left: #821a00 solid 3px;
	line-height: 50px;
}

#header #menu ul li.page_item a:hover {
	color: #999;
}

#header #menu ul li.current_page_item a { /* current_page_item is wordpress default class for active page list */
	color: #fff;
	background-color: #821a00;
}


/* SIDEBAR */

#sidebar ul {
	list-style: none;
	width: 220px;
	margin: 0px 0px 0px 20px;
}

#sidebar ul li {
	margin: 0px 0px 20px 0px;
}

#sidebar ul li h2 { /* this is the widget title */
	font: 700 16px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid;
	width: 200px;
	text-decoration: none;
	list-style: none;
}

#sidebar ul li ul {
	margin: 0px 0px 0px 15px;
	list-style: disc;
	color: #FFF;
}

#sidebar ul li ul li { /* begin for the widget list */
	margin: 0px 0px 2px 0px;
}

#sidebar ul li ul li a {
	text-decoration: none;
	color: #fff;
}

#sidebar ul li ul li a:hover {
	color: #999;
}

/* featured-post */

#featured-post {
	width: 490px;
	height: 190px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#featured-post h2 {
	font: 900 20px Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: solid 1px #821a00;
	margin-bottom: -10px;
}

#featured-post .post .post-info {
	float: left;
	width: 40px;
	text-align: center;
	font: 14px bold Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: -5px 0px 0px -85px;
	padding: 5px;
	background-color: #821a00;
}

#featured-post .post h2 {
	font: 700 14px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px -85px;
	padding-left: 85px;
	color: #821a00;
}

/* post */

.post {
	width: 490px;
	float: left;
	margin: 20px 0px 0px 0px;
}

.post .entry {
	float: left;
	width: 490px;
	border-top: solid 1px #821a00;
	margin-left: -90px;
	padding-left: 90px;
}

.post_page {
	width: 490px;
	float: left;
	margin: 20px 0px 0px 0px;
}

.post_page .entry {
	float: left;
	width: 490px;
	border-top: solid 1px #821a00;
	padding-top: 10px;	
}

.post .post-info {
	float: left;
	width: 50px;
	text-align: center;
	font: 18px bold Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: -1px 0px 0px -90px;
	padding: 5px;
	background-color: #821a00;
}

p.metadata {
	clear: left;
	text-align: right;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}


/* feed */

#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/* searchform*/
#searchform {
	width: 220px;
	float: left;
	margin: 0px 0px 30px 20px;
}

#searchform form {
	float: left;
	width: 200px;
	display: inline;
}

#searchform form input#s {
	width: 141px;
	height: 20px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 2px 2px 0px 2px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #7e1114;
	border: solid 1px #FFF;
}

#searchform form input#searchsubmit {
	width: 39px;
	height: 50px;
	margin-top: -20px;
	border: 0;
	background-image: url(images/lupe.png);
}
