/*
Theme Name: Galayxn
Theme URI: http://www.galayxn.de/
Description: Layout for www.galayxn.de 
Version: 1.1
Author: Andreas Schosser
Author URI: http://www.galayxn.de/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html, body {
	height: 101%;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	margin:    0px;
	background: #f5f6f5 url(images/bg_f5f6f5.gif) bottom left fixed repeat-x;
}

a {
	text-decoration: underline;
	color: black;
}

div.navigation a,
div#sidebar    a,
h2             a,
h3             a {
    text-decoration: none;
    color: #f25d14;
}		

p {
	margin: 0em 0em 0.5em 0em;
}

p.postmetadata {
	margin: 0px 0px 2em 0px;
    font-size: small;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
	clear: both;
}
.post h2 {
	margin-bottom: 0em;
}

h3 {
	font-size: 100%;
	font-weight: normal;
    margin: 0px 0px 0.5em 0px;
}
.post h3 {
    margin-bottom: 0em;
}

img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0em 1em 2em 0em;
}

.post .entry {
	margin: 0.5em 0em 0em 0em;
}

/* Horizontale Navigation ***************************************************/
div.navigation {
    position: absolute;
    left: 0px;
    top: 86px;
    
    width: 100%;
		
}
ul.sidebar-2,
ul.navigation {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #000000; 
    border-bottom: 1px solid #000000;
    font-weight: bold;
    font-size: 120%;
    background-color: #ffffff;
    white-space: nowrap;
    padding: 0px 0px 0px 250px;
    list-style-type: none;
}

ul.sidebar-2  li,
ul.navigation li {
    padding: 6px 21px 8px 21px;
    float: left;
    margin-top: -6px;
}

ul.sidebar-2  li.current_page_item, 
ul.navigation li.current_page_item {
    position: relative;
    top: -2px;
    background-color: #f5f6f5;
    border-top: 1px solid #f5f6f5;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #f5f6f5;
    z-index: 99;
}


/* Preview ******************************************************************/
span.preview_frame {
    position: relative;
    z-index: 3;
}

span.preview_canvas {
    background: url(images/galaxie.jpg) top left no-repeat;
	position: absolute;
    top: 1px;
    left:3px;
    z-index: 2;
    width: 148px;
    height: 149px;
    margin-bottom: 2em;
}

body.archive span.preview_canvas {
    background-image: url(images/brandner.jpg);
}
body.page-id-8 span.preview_canvas {
    background-image: url(images/parabol.jpg);
}
body.postid-44 span.preview_canvas {
    background-image: url(images/schoschoair.jpg);
}


/* Logo *********************************************************************/
div.logo {
    position: absolute;
    left: 33px;
    top: 0px;
	
	width: 145px;
	height: 86px;

	font-weight: bold;
	font-size: large;
	font-family: monospace;

	padding: 21px 0px 0px 22px;
}



/* senkrechter Streifen *****************************************************/
div.stripe {
	background: #60b2cc url(images/bg_60b2cc.gif) bottom left fixed repeat-x;

    position: absolute;
    left: 33px;
    top: 0px;

    width: 198px;
    height: 100%;
    border-left: 1px solid #000000; 
    border-right: 1px solid #000000; 
}


div.content {
	text-align: left;
    padding: 160px 21px 21px 271px;
    clear: both;
}

/* preview elements */

div.preview {
	position: absolute;
	left:54px;
	top: 163px;
	width: 154px;
	border: 0px solid #000000;
}

div.preview h1 {
	font-size: 140%;
	margin-top: 21px;
}

span.preview_text {
	position: relative;
	top: 21px;
	left:0px;
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	z-index: 1;
}

div#adresse {
	visibility: hidden;
	margin-top: 5em;
	font-size: 0.6em;
}

div#sidebar {
	font-size: 80%;
	padding: 2em 4px 2em 4px;
}
div#sidebar a {
    color: black;
}
div#sidebar h2 {
	margin-bottom: 0em;
}
div#sidebar ul {
    list-style-type: none;
    padding: 0px 0px 0px 1em;
    margin: 0px 0px 1em 0px;
}

iframe.text {
    width: 100%;
    border: none;
}

iframe#monopoly {
    width: 100%;
    height: 520px;
    border: none;
}

iframe#bairisch {
	height: 305em;
}

div.post {
	clear: both;
}