/*
Theme Name:     OTWH-Theme
Theme URI:      http://onthewayhome.eu/
Description:    Child theme for the Twenty Eleven theme 
Author:         Niklas Froese
Author URI:     http://niklasfroese.de/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

#page {
	background: none;
	max-width: 960px;
}

#branding {
	border-top: none;
}

#branding hgroup {
	margin: 0;
}

#branding #searchform {
	display: none;
}

#site-title {
	width: 100%;
	text-indent: -9999px;
	background: url("images/logo_trans_350.png") no-repeat center 0;
	height: 100px;
}

#site-description {
	text-indent: -9999px;
	height: 1px;
}

#content article.intro {
	background: none;
}

.comments-link {
	display: none;
}

/* menü */
#access {
	background: none;
	box-shadow: none;
}

#access ul {
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#access ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#access ul li li {
   right: auto;
}

#access a {
	color: #333;
	text-transform: uppercase;
}

#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
background: #F9F9F9;
background: -moz-linear-gradient(#F9F9F9, #E5E5E5);
background: -o-linear-gradient(#F9F9F9, #E5E5E5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#E5E5E5));
background: -webkit-linear-gradient(#F9F9F9, #E5E5E5);
color: #373737;
}

/* Footer */
#colophon {
	margin-top: 100px;
	height: 480px;
	background: url("images/otwh_house_960.png") no-repeat;
}

#site-generator {
	display: none;
}