/*
Theme Name: Resonanzen Theme 
Theme URI: http://www.resonanzen-leipzig.de
Description: A minimalistic theme based on Starkers Theme
Version: 1
Author: Francis Hunger
Author URI: http://www.design-hunger.com
Tags: minimal, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* Utility */
.floatLeft     {float:left;}
.floatRight    {float:right;}
.clear         {clear:both;}

/* STRUCTURE */
#page-wrap {
width: 100%;
left:0px; 
margin: 0px auto; 
min-height: 100%; height:auto !important; /* for ie6 */
height: 100%;
}

/* TYPO */
body {
font-family: "museo-sans-1","museo-sans-2", helvetica,arial,sans-serif;
font-size:15px;
line-height: 1.5;
}

p {
margin-bottom: 10px;
}

h1 {
margin-bottom: 24px;
text-decoration:none;
text-transform:uppercase;
font-weight:700;
}

h2 {
margin-bottom: 6px;
margin-top:48px;
text-decoration:none;
text-transform:uppercase;
font-weight:700;
}

h2 a{
text-decoration:none;
}

a {
text-decoration:underline;
color:#000000;
}

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


/************* HEADER ****************/

#logo {
position: fixed;
top: 0px;
padding-top:16px;
padding-left:16px;
height: 127px; 
width: 800px;
background-color:#FFFFFF;
/*background:url(../../../images/resonanzen_header.gif) top left no-repeat; 
text-indent: -9999px; */
/*float: left;*/
} 

#english {
position: fixed;
top: 16px;
right: 16px;
}

/* normal menu bar */
#menu-bar1 {
position:fixed;
top: 132px;
left: 14px;
}

#menu-bar2 {
position:fixed;
top: 166px;
left: 14px;
}


/* menu items */
ul#main-nav1 {
width: 900px;
float: left;
padding-bottom: 10px;
background:#FFF;
height:auto;
}

ul#main-nav2 {
float: left;
}

ul#main-nav1 li { display: inline;} /* IE FIX */
ul#main-nav2 li { display: inline;} /* IE FIX */

ul#main-nav1 li a {
padding: 0px;
float: left;
}
ul#main-nav2 li a {
padding: 0px;
float: left;
}

ul#main-nav1 li a:hover
{
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul#main-nav2 li a:hover
{
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/********** MAIN CONTENT ************/
#main-content {
top:168px;
left: 253px;
width: 550px;
z-index: 0;
}

#main-content-english {
top:168px;
left: 216px;
width: 550px;
z-index: 0;
}

div.jump{
    position: relative;
    top: -130px;
}

/* ######### Contact Form ############ */
input{
font-weight:700;
font-family: "museo-sans-1","museo-sans-2", helvetica,arial,sans-serif;
font-size:15px;
line-height: 1;
}
textarea {
font-weight:700;
font-family: "museo-sans-1","museo-sans-2", helvetica,arial,sans-serif;
font-size:15px;
line-height: 1;
}

input.submit {
    border-color:#E1E1E1;
	border-style:solid;
	border-bottom-width:thin;
	border: thin solid #E1E1E1;
	color:#000000;
	padding: 2px 2px 2px 2px;
	font-size:13px;
	}
	
input.submit:hover  {
	background-color:#FFFFFF;
	}
	
/* ######### Image Gallery ############ */	
.gallery {
	/* Style rules for the entire gallery */
	}
.gallery-item {
	/* Style rules for each item (image and caption) in the gallery */
	}
.gallery-icon {
	text-align:left;
	}
.gallery-caption {
	/* Style rules for captions within the gallery */
	}
