/*  
Theme Name: Elektropastete01
Theme URI: http://elektropastete.de
Description: umpfhts
Version: 1.0.0
Author: mocomatics
Author URI: http://www.mocomatics.de/
Tags: black, white, elektropastete

*/
/*IE HACK*/

* html body {
 font: 10px Arial line-height:13px
}
*:first-child+html body {
  font: 10px Arial line-height:13px
}

body {
	margin:0;
	padding:0;
	background-color: #000;
	background-image: url(img/bg_white.jpg);
	background-repeat: repeat;

	color: #000;
	font: 11px Courier, monospace; line-height:13px
}
p {
	margin:0;
	padding:0;
}

div {
	border-style: none;
}

a , a:visited{
	text-decoration:underline;
	color:#000;

}
a:hover, a:active {
	color: #FFF;
	background-color: #000;
}


img {
	border-style: none;
}




h2 {
	text-transform: uppercase;
	font: 20px Courier, monospace;
	font-weight:normal;
	line-height:15px;
	padding-top: 0;
	padding-bottom: 0;
}

#logo {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 155px;
	height: 65px;
	z-index: 1;
	
}

#logo img{
	
	display: block;
	float:left;
}
#navigation {
	font: 12px Courier, monospace;
	line-height:22px;
	
	position: absolute;
	left:1060px;
	top: 25px;
	width: 150px;
	height: 65px;
	z-index: 1;
	/*overflow: hidden;*/
	
	
}
#navigation a, #navigation a:visited, #navigation a:active {
	text-transform: uppercase;
	background-color:#fff;
	color:#000;
	text-decoration:none;
	padding: 1px 14px 1px 14px;
	
	
}
#navigation a:hover {
	background-color:#000;
	color:#fff;
}

.category-title {
	margin-bottom: 20px;	
	
}
.output-title {
	position: absolute;
	left: 720px;
	top: 60px;
	width: 150px;
	height: 25px;
	z-index: 1;
}
.input-title {
	position: absolute;
	left: 870px;
	top: 60px;
	width: 150px;
	height: 25px;
	z-index: 1;
}

/*   STRUCTURE    */
/*   MAIN INDEX PAGE   */
#content {
	position: absolute;
	top:0;
	left:0;
	
	min-height:100%;
    height:auto; /* Für normale Browser */
    height:100%; /* Für IE */

}
#blackbackground {
	position:fixed;
	top: 0;
	left:0;
	width: 870px;
	min-height:100%;
	height: auto;
    height:100%; /* Für IE */
	background-color: #000;
	background-image: url(img/bg_black.jpg);
	background-repeat: repeat;
}
#output {
	position: absolute;
	
	left:0;
	top: 0;
	
	width: 870px;
	
	margin: 0;
	padding: 0;
	
}
#input {
	position: absolute;

	left:870px;
	top: 0;
	min-width: 360px;
	width: 360px;
	
	
	margin: 0;
	padding: 0;
}

.spalte0 {
	
	position: absolute;
	left: 20px;
	top: 120px;
	width: 150px;
	height: 80%;
}
.spalte1 {
	position: absolute;
	left: 190px;
	top: 120px;
	width: 150px;
	height: 100%;
}
.spalte2 {
	position: absolute;
	left: 360px;
	top: 120px;
	width: 150px;
	height: 100%;
}
.spalte3 {
	position: absolute;
	left: 530px;
	top: 120px;
	width: 150px;
	height: 100%;
}

.spalte4 {
	position: absolute;
	left: 700px;
	top: 120px;
	width: 150px;
	height: 60%;
	
}
.spalte5 {
	position: absolute;
	left: 20px;
	top: 120px;
	width: 150px;
	height: 60%;
	
}
.spalte6 {
	position: absolute;
	left: 190px;
	top: 120px;
	width: 150px;
	height: 60%;
}

.thumbnail {
	position: relative;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	
	padding: 0;
	margin: 0 0 20px 0;
	
	border:0;
	border-style: none;
	overflow: hidden;
}
/*HACK AGAINST ONMOUSE OVER BLINKING*/
.thumbnail-active {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 150px;
	z-index: 2;
	
	filter:alpha(opacity=0); /* IE */
	-moz-opacity: 0; /* Mozilla */
	opacity: 0; /* Opera */

}

.thumb_title {
	font-size: 12px;
	line-height: 15px;
	visibility: hidden;
	color: black;
	text-transform: uppercase;
	background-color: white;
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 140px;
	height: auto; 
	
	z-index: 1;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

/* CATEGORY PAGE */
#category-content {
	position: relative;
	/*top: 120px;*/
	left: 20px;
	padding: 20px;
	margin: 120px 0 20px 0;
	background-color:  #FFFFFF;
	min-height:100%;
	width: 1040px;
	overflow: hidden;
}
#category-content img {
  display: block;
  float: left;
  
}

#category-content p{
	/*background-color: yellow;	*/
	padding-top: 20px;
}
.category-thumbnail {
	display: inline-block;
	
	width: 480px;
	height: 170px;
	
	padding: 0;
	margin: 20px 20px 0 0;
	
	border:0;
	border-style: none;
	overflow: hidden;
	/*background-color: yellow;*/
}
.category-exzerpt {
	
	display: inline-block;
	margin: 20px 0 0 20px;
	width: 280px;
	height: 130px;
	/*background-color: green;*/
}

/*SINGLE POST & PAGE*/

#singlepost {
	position: relative;
	/*top: 120px;*/
	left: 20px;
	padding: 20px;
	margin: 120px 0 20px 0;
	background-color:  #FFFFFF;
	min-height:100%;
	width: 1040px;
	overflow: hidden;
}
#singlepost p {
	padding: 20px 0 0 0;
	width: 500px;
}
nav {
	float:right;
	
}


.clear {
	clear: both;
}
