/*  
Theme Name: Mifty
Theme URI: http://nebelschwade.kulturinventur.de/blog/?p=XX
Description: It's teh pink shit! Or the blue shit. Or the green shit, or... you get it.
Version: 0.9
Author: Steffen Becker
Author URI: http://nebelschwade.kulturinventur.de/

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Default */

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  font-family:Tahoma, Verdana, Arial, sans-serif; 
}

body {
  background: #FFFFFF;
}



#container {
  width:900px;
  margin:0px auto;
  text-align:center;
  top:0px;
}

#header {
	position:relative;
	height: 110px;
	width: 900px;
	float: right;
	margin-bottom:10px;
	margin-top: -405px;
}

#logo{
	position:absolute;
	top:5px;
	left:690px;
	margin:0;
	padding:0;
	float:right;
}

#menu {
	position:relative;
	float:left;
	width:475px;
	height:110px;
	font-family: Trebuchet, "Times New Roman", Times, serif;
	font-size:13px;
	margin-top:71px;
	}
	
#menu ul {
  list-style: none;
	display:inline;
	height:110px;
	}

#menu ul li {
	position:relative;
	margin-right:10px;
	width:100px;
	display:inline;	
	border-left: 1px solid #F2BF5B;
	height:110px;
}

#menu a {
	margin-left:15px;		
	color:#810E12;
	height:110px;
}

#menu a:hover, a:active{
	color:#F2BF5B;
	text-decoration:none;
	}

.current_page_item{
	color:#F2BF5B;
	text-decoration:none;
}	

#content {
  clear: both;
  width: 815px;
	margin:0px auto;
}

#content ul {
  padding-left: 5%;
  padding-right: 5%;
	padding-bottom: 10px;
	padding-top:10px;
	}


	
a{color: #810E12;}	

#footer {
  color:#F2BF5B;
  clear: both;
  width:815px;
  margin:0px auto;
  text-align: center;
  line-height: 24px;
  font-size:10px;
}

#footer a{
	color:#810E12;
	}

#menu, #submenu, #footer, #bottom {
  padding: 0 ;  
}

/* @end */
/*********************************************************************/
/* @group Default Text Formatting */

blockquote, pre, code {
  margin: 0 16px 16px 16px;
  padding: 16px;
  clear: both;
}

p {
  margin-bottom: 16px;
  font-family:Tahoma, Verdana, Arial, sans-serif; 
  font-size:13px;
  line-height:18px;
  text-align: left;
}

pre {
  font-family: "Courier New", Courier, mono;
}

a:hover {
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

hr{
	border: 1px solid #DDDDDD;
}

ul{
  font-family:Tahoma, Verdana, Arial, sans-serif; 
  font-size:13px;
  line-height:18px;
  text-align: left;
}


/* @end */
/*********************************************************************/
/* @group Content Inputs & Other Formatting */

#content img {
  float: left;
  margin: 0px 16px 16px 0;
  max-width: 100%;
	white-space: pre;
}

#content .attachment img {
  float: none;
}

#content h1, #content h1 a, #content h2, #content h2 a {
	font:Trebuchet, "Times New Roman", Times, serif;
	font-size:16px;
	color:#810E12;
  margin-bottom: 24px;
  clear: both;
	text-align:left;
	margin-top:50px;
	position:relative;
}

#content h2, #content h2 a,
#content h4, #content h4 a,
#content h5, #content h5 a,
#content h6, #content h6 a {
  font: normal bold 24px Trebuchet, "Times New Roman", Times, serif;
}

h3{
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 14px;
	font-weight:400;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #810E12;
	color: #810E12;
	line-height: 22px;
	}

#content textarea {
  width: 815px;
  padding: 16px;
}

#content input {
  padding: 8px 16px;
}

#content input#submit, #content input#contactsubmit {
  font: normal bold 24px Trebuchet, "Times New Roman", Times, serif;
  background: transparent;
  float: right;
  margin-bottom: 48px;
}

/* @end */
/*********************************************************************/
/* @group Header Styles */

#header #s {
  width: 815px;
  padding: 2px;
  margin: 20px auto;
}

#header #searchsubmit {
  padding: 2px;
  margin: 24px 5% 24px 0;
  text-align: left;
}





/* @end */
/*********************************************************************/
/* @group Divitis */

div.post, div.attatchment {
  position: relative;
  margin-bottom: 50px;
  padding-top:50px;
}

div.borderpost{
	clear:both;
	position:relative;
	width: 815px;
	border-bottom: 1px solid #F2BF5B;
	margin-top: 20px;
	margin-bottom: 40px;
	white-space:pre;
	}

div.smallrightbottom, div.smallrighttop {
  position: absolute;
}

div.smallrighttop {
  top: 12px;
  right: 0;
}

div.smallrightbottom {
  right: 0px;
  bottom: 0px;
}

div.smallrightbottom, div.smallrighttop,
div.smallrightbottom a, div.smallrighttop a {
  font: normal 12px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.alignleft {
  	float: left;
	width:900px;
	white-space:pre;
}

div.alignright {
  float: right;
}

div.alignleft a, div.alignright a {
  font: normal 32px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #F2BF5B;
}

div.alignleft a:hover, div.alignright a:hover {
  font: normal 32px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #810E12;
	text-decoration:none;
}

/* @end */

/*********************************************************************/
/* @group Borders */

blockquote, code {
  border-left: 3px solid #ccc;
}

blockquote blockquote {
  border-left: 3px dotted #ccc;
}
  







#header #searchsubmit, #content #searchsubmit,
#content input#submit, #content input#contactsubmit {
  border: none;
}


/* Easy Slider */
#referenzen{
	height: 280px;
	background-color: #000000;
	margin-top:120px;
	width:100%;
}

#slider{
	margin:0px auto;
	background: url('imgs/wooden_header.jpg')no-repeat;
	}
	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0 auto;
	padding:0;
	list-style:none;

	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:900px;
	height:280px;
	overflow:hidden; 
	}	

#slider2 li{ 
	background:#f1f1f1;
	}		
#slider2 li h2{ 
	margin:0 20px;
	padding-top:20px;
	}	
#slider2 li p{ 
	margin:20px;
	}						
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	height:32px;
	width:964px;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:32px;
	height:32px;
	position:absolute;
	
	}
		
#nextBtn, #nextBtn2{ 
	left:696px;
	margin-top:-120px;
	}
	
#prevBtn, #prevBtn2{ 
	left:696px;
	margin-top:-120px;
	}	
															
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:32px;
	height:32px;
	background:url(images/btn_prev.png) no-repeat 0 0;	
	}
		
#nextBtn a, #nextBtn2 a{ 
	background:url(images/btn_next.png) no-repeat 0 0;	
	}											

/* // Easy Slider */

/* @end */




