/*
Theme Name: enailtal
Description: Child theme for the TwentyTwelve
Author: Jens Fiedler
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");
.site{
	margin-left: 0;
}
body{
    background-color: #a95d1a;
    margin-top: 0px;
	color: #F9D4A0;
}
footer[role="contentinfo"]{
	color: #F9D4A0;
}
.site-content article{
	border-bottom: none;
}
.logo{
	background-image: url(./images/logo.png);
	background-repeat: no-repeat;
	width:224px;
	height: 486px;
	position: relative;
	float: left;
	left: 0;
	top: 0;
}
.titelimage{
	background-image: url(./images/vomEnailtal.png);
	background-repeat: no-repeat;
	width:443px;
	height: 195px;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	z-index: 2;
}
.cleartitle{
	background-image: url(./images/headerbar_left.jpg);
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	background-color: #7d4513;
	width: 100%;
	float: left;
	z-index: 1;
	margin-top: -55px;
}
.header{
	width: 1020px;
	position: absolute;
	margin-left: 225px;
}
#page{
	background-color: #7d4513;
	padding: 5px;
	width: 1010px;
	margin-top: 145px;
	position: absolute;
	margin-left: 225px;
	max-width: 1010px;
}
#main{
	width: 810px;
	float: left;
}
.nav-menu{
	background-color: transparent;
	border: none;
}
.nav-menu li{
	height: 30px;
	line-height: 30px;
	width: 180px;
	background-image: url(./images/trenner.png);
	background-repeat: no-repeat;
	border: none;
	float: left;
	clear: both;
	
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{
	border: none;
}
.main-navigation div.nav-menu > ul{
	
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.main-navigation .current_page_item > a,.main-navigation li a{
	color: rgb(250, 204, 139);
	font-weight: bold;
	font-size: 11pt;
	text-transform: none;
	margin-left: 5px;
	height: 30px;
	line-height: 30px;
}
.main-navigation li{
	margin: 0;
}
.main-navigation li a:hover{
	background-color: #e4a74f !important;
	color: #502D06 !important;
	background-color: #ffffff;
	color: #ffffff;
}
.widget-area .widget a:hover,.main-navigation a:hover { 
	background-color: #e4a74f !important;
	color: #502D06 !important;
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #e4a74f !important;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #502D06 !important;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.current_page_item{
	float: left;
	width: 200px;
}
input,textarea {
    background: none repeat scroll 0 0 #050505;
    border: 1px solid #444444;
    color: #BBBBBB;
    font-size: 11pt;
}
#submit,#searchsubmit{
	background: none repeat scroll 0 0 #050505;
    border: 1px solid #444444;
    color: #BBBBBB;
    font-size: 11pt;
}
.main-navigation{
	width: 200px;
	float: left;
}
.main-navigation li ul li a{
	background: none repeat scroll 0 0 #080808;
    border: 1px solid #444444;
    color: #BBBBBB;
}
.gpluslink{
	float: right;
	margin-right: 19%;
}
.googleplus {
	background: url("../jensfiedler_de/images/google-logo-plus.png");
	width: 60px;
	height: 19px;
}
.main-navigation li a{
}
.main-navigation li a:hover{
	color: #21759B;
	background: none repeat scroll 0 0 #080808;
}
.entry-header .entry-title a{
	color: #F9D4A0
}
#content{
	padding-left: 5px;
}
.entry-header{
	margin-left: 100px;	
}
.css_form_embedded{
	border: 0px solid transparent !important;
}
input{
	background-color: #a95d1a;
	color: #F9D4A0 !important;
	border: 1px solid #F9D4A0 !important;
}
form input, form textarea{
	background-color: #a95d1a;
	color: #F9D4A0 !important;
	border: 1px solid #F9D4A0 !important;
}
.site-info{
	display: none;
}
#colophon{
	border-top: 0;
	height: 0;
}

@media (max-width: 650px) {
	.logo{
		display: none;
	}
	.header{
		        width: 99%;
				height: 100px;
				position: absolute;
				top: 0;
				left: 0;
				margin: 0;
	}
	.header .cleartitle{
		display: none;
	}
	.titelimage{
		    background-image: url(./images/vomEnailtal.png);
			background-repeat: no-repeat;
			width: 100%;
			height: 100px;
			position: relative;
			float: left;
			left: 0;
			top: 0;
			z-index: 2;
			background-position-x: center;
			background-size: 210px;
	}
	#page{
		width: 100%;
		margin: 70px 0 0 0;
		position: relative;
		max-width: 100%;
		padding: 0;
	}
	#main{
		width: 100%;
	}
	#site-navigation{
		width: 100%;
	}
	#site-navigation h3{
		float: left;
		clear: both;
		width: 100%;
		background-image: -webkit-linear-gradient(top, #7d4513, #a95d1a);
		color: black;
		font-size: 14px;
		font-weight: bold;
		border: 1px solid #a95d1a;
		padding: 10px 0 10px 0;
	}
	#site-navigation .assistive-text{
		position: relative;
		display: none;
	}
	#site-navigation .nav-menu li{
				width: 100%;
				background-image: none;
				border-bottom: 1px solid #F9D4A0;
	}
	.entry-content{
		margin: 5px 5px 5px 0;
	}
	
}
