/*
Theme Name: Bitter Messebau
Author: Henrich & Company
Author URI: http://henrichcompany.com/
Version: 1.0
*/


/* GENERAL SETTINGS */
div .clear{
    clear:both;
}

.shadow{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

a img ,img, img a{
	margin:0;
	padding: 0 !important;
	border: none;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #666;
}

a:hover{
	color:#4985AA;
	border-bottom:none;
}

h1,h2,h3,h4{
	text-transform: uppercase;
	font-weight: 200;
	color:#101010;
}

h1{
	font-size: 23px;
}



/* HTML, BODY */
html, body, table{
	margin: 0;
	padding: 0;
	background: url('/img/background.png') no-repeat top right #eee;
	background-attachment:fixed;
	color:#666;
	font-family: 'helvetica', 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/* LAYOUT */
#page{
	margin: 100px auto 100px auto;
	width: 1000px;
}

#sidebar{
	position: fixed;
	background:#fff;
	width: 200px;
}


#content-wrap{
	float:right;
	width:780px;
	margin: 0 0 20px 20px;
}

#content{
	padding:20px;
	height: auto;
	background:#fff;
}

#footer{
	margin: 10px 0 100px 0;
	font-size:10px;
	text-transform: uppercase;
}

#footer a{
	text-decoration: none;
	color:#666;
}

#footer a:hover{
	color: #4985aa;
}



/* NAVIGATION */
#navigation{
	margin:0 0 20px 0;
	padding: 15px 20px 20px 20px;
	list-style: none;
	width:160px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation li a{
	float: left;
	width: 160px;
	padding: 10px 0;
	color:#666;
	background: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px solid #f5f5f5;
}

#navigation li:last-child a{
	border-bottom: 0px;
	margin-bottom: 20px;
}

#navigation li:hover, #navigation li a:hover{
	color:#fff;
	background:#4985AA;
}

#navigation li .active{
	color:#fff;
	background-color:#4985AA;
	background: linear-gradient(#407494,#4985AA);
	background: -webkit-linear-gradient(#407494,#4985AA);
	background: -moz-linear-gradient(#407494,#4985AA);
	background: -o-linear-gradient(#407494,#4985AA);
	background: -ms-linear-gradient(#407494,#4985AA);
	background: linear-gradient(#407494,#4985AA);
}



/* CONTACT FORM */
#contact-form{
	margin: 48px 0 0 0;
	padding: 0;
}

#contact-form input{
	height: 29px;
	border: 1px solid #CCC;
	color: #666;
	background: white;
	width: 408px;
	padding-left: 10px;
	font-size: 13px;
	display: block;	
}

#contact-form textarea{
	height: 113px;
	border: 1px solid #CCC;
	color: #666;
	background: white;
	width: 398px;
	padding: 10px;
	font-size: 13px;
	display: block;
	resize: none;
}

#contact-form .submit{
	margin: 0;
	padding:0;
	height: 29px;
	width: 150px;
	background-color:#4985AA;
	background: linear-gradient(#407494,#4985AA);
	background: -webkit-linear-gradient(#407494,#4985AA);
	background: -moz-linear-gradient(#407494,#4985AA);
	background: -o-linear-gradient(#407494,#4985AA);
	background: -ms-linear-gradient(#407494,#4985AA);
	background: linear-gradient(#407494,#4985AA);
	border:0;
	color:#fff;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 13px;
	float: right;
	cursor: pointer;
}

#contact-form .submit:active{
	background:#4985AA;
}



/* NEUIGKEITEN */
#post-loop{
	margin: 0;
	padding: 0;
	list-style: none;
}

#post-loop li{
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fff;
}

#post-loop li a{
	color:#666;
	text-decoration: none;
}

.meta-content{
	float: right;
	padding:0px 0 20px 20px;
	width: 440px;
}

.subline{
	text-transform: uppercase;
	color:#aaa;
	font-size: 10px;
}