/*
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/style/css/reset.css";
@import "style/style/css/typography.css";
@import "style/style/css/layout.css"; */

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


/* TYPO */
body {
font-family: "museo-sans-1","museo-sans-2", helvetica,arial,sans-serif;
font-size:11pt;
}

p {
margin-bottom: 6pt;
line-height: 15pt;
}

h1 {
visibility:hidden;
}

h2 {
font-size:14pt;
margin-bottom: 6pt;
margin-top:36pt;
text-decoration:none;
text-transform:uppercase;
font-weight:normal;
}

h2 a{
text-decoration:none;
}

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

img {
border:none;
}



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

#logo {
position: absolute;
top: 0px;
} 

#english {
visibility:hidden;
}

/* normal menu bar */
#menu-bar1 {
visibility:hidden;
}

#menu-bar2 {
visibility:hidden;
}


/* menu items */
ul#main-nav1 {
visibility:hidden;
}

ul#main-nav2 {
visibility:hidden;
}




/********** MAIN CONTENT ************/
#main-content {
position:absolute;
top: 2cm;
width:70%;
}

#main-content-english {
}

/* ######### Contact Form ############ */
input{
font-weight:700;
font-family: "museo-sans-1","museo-sans-2", helvetica,arial,sans-serif;
font-size:11pt;
line-height: 1;
}
textarea {
font-weight:700;
font-family: "museo-sans-1","museo-sans-2", helvetica,arial,sans-serif;
font-size:11pt;
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:11pt;
	}
	
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 */
	}
