@charset "utf-8";
/*
Theme Name: AEIOU
Description: Variable grid layout, easing effect on window resizing.
Version: 1.0
Author: TRIPLESHIPS Inc. / modified by AEIOU
Tags: silver, light, flexible-width, threaded-comments


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/



/* ---------- Basic Elements ---------- */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif, Old Standard TT;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	
}

#header a {
	width: 300px;
	display: block;
}

a {
	text-decoration: none;
}
a:hover {
	color: #3b3b3b;
}
a img {
	border: none;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	background-color: #d9d9d9;
	font-weight: normal;
}
td {
	background-color: #d9d9d9;
}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

code strong {
	color: #cc3366;
	font-weight: normal;
}


/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: white;
}

#container {
	margin: 0 auto;
	padding: 0;
}

	#header {
		margin-top: 150px;
		margin-left: -150px;
		left: 50%;
		z-index: 1000;
		position: fixed;
		opacity: 0.7;
	}
	#header h1 {
		margin: 0;
		color: #000000;
	}
	#header h1 a{
		margin: 0;
		color: #000000;
	}
	#header p {
		margin: 0;
	}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 0px; /* Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 0px; /* for single-page effect */
	}

#bottom-container {
	text-align: center;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0px 0 0;
}


html
{
height: 96%;
}

body
{
height: 100%;
}

#container
{
position: relative;
min-height: 100%;
}

* html #container
{
height: 100%;
}

#grid-wrapper
{
padding-bottom: 9em;
}

#bottom-container
{
position: relative;
margin-top: -2.5em;
} 


	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 0 auto;
	}
	#footer p {
		margin: 0;
		padding: 0px;
	}
	
	
	

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  290px; }
div.x2 { width:  615px; }
div.x3 { width:  940px; }
div.x4 { width: 1265px; }

div.grid-item,
div.single-item {
	margin: 0 0px 0px 0;
	padding: 16px;
	border: 0;
}
div.single-item {
white-space:nowrap;
}
div.grid-item h2.post-title {
	margin: 0;
	padding-left: 0;
	border-left: 0;
}

div.grid-item div.grid-image {
	margin-bottom: 0px;
}

div.grid-item div.wp-caption {
	display: none;
}

div.post-body p,
div.comment-body p {
	font-size: 14px;
}

div.post-body p img,
div.post-body p object {

	padding: 0;
}


p.comment-meta {
	margin-bottom: 0;
}

.post-meta { right: 5px; top: 5px; position: fixed;}

/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 50px 0 0;
	font-size: 12px;
}
.pagination .current {
	color: #333333;
	font-weight: bold:
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers,
.pagination .current {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	background: #d9d9d9;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: #333333;
	background-color: #eeeeee;
}
#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 50px 0 50px 16px;
	padding-left: 0;
}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0;
	padding-left: 0;
}
#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 5px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 5px 0 0 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
	background-color: #d9d9d9;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
    width: 300px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}

.imgbg {
	letter-spacing: 5px;
	font-size: 14px;
	padding: 25px;
	top: 0px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	z-index: -10;
}

.post-body img {
	margin:10px 10px 10px 50px;
	vertical-align: top;
	float:left;
}

#post-text {
	letter-spacing: 1px;
	line-height: 18px;
	font-size: 14px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	margin-top: 10px;
	height: 100%;
	max-height: 100%;
	background-repeat: repeat;
	background-image: url(images/transparent.png);
	width: 190px;
	left: 0px;
	top: 85px;
	position: fixed;
	white-space: pre-wrap;
}

div.post-body {
max-height: 580px;
margin-top: 50px;
margin-left:200px;
white-space:nowrap;
width:*;
}

div.post-body p img:first-child{
display:none;
}

h2.post-title {
	margin: 0px;
	padding: 0px;
	left: 15px;
	top: 10px;
	font-size: 26px;
	z-index: 100;
	position: fixed;
}
#backlink {
	padding-left: 15px;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	left: 0px;
	top: 60px;
	position: fixed;
	height: 35px;
	width: 205px;
}
#kontakt {
	left: 5px;
	bottom: 5px;
	z-index: 100;
	position: fixed;
}
#homelink {
	background-image: url(/images/aeiou_klein.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 35px;
}
#homelink:hover {
	background-image: url(/images/aeiou_klein_hover.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 35px;
}

li #homelink {
margin:11px auto 0px auto;
}

#impressum {
	right: 10px;
	position: absolute;
	text-align: right;
	float: left;
	width: 750px;
	white-space: normal;
}
#logoimp {
	float: left;
	margin-top:150px
}

.menu{list-style-type:none;}

#menumain{
	width: 270px;
	height: 450px;
	text-align: center;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	padding:0;
	z-index:1000;
}

.menu-item{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 23px;
	line-height: 1.5;
}

.current{
	font-style:italic;
}

#menumain li a:hover{
	color:black;
}
a{outline:none;}
