/* MAIN LAYOUT STYLES */
/* ----------------------------------------- */

body {
	background-color: #1a0c07;
	background: url(../images/body_bg.jpg) left top repeat;
	}

#header_wrapper_outer {
	width: 100%;
	height: 445px;
	background: url(../images/header_bg.jpg) left top repeat-x;
	}
	
#header_wrapper_inner {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	height: 490px;
	background: url(../images/header.jpg) center top no-repeat;
	}

#header {
	margin: 0 auto;
	width: 960px;
	height: 445px;
	}

#main_navigation {
	width: 777px;
	height: 40px;
	top: 90px;
	left: 155px;
	}

#content {
	margin: 0 auto;
	width: 940px;
	padding: 50px 10px;
	}

.post, #category_description {
	margin-bottom: 60px; 
	}

.container_940 {
	width: 940px;
	margin-bottom: 20px;
	overflow: hidden;
	}

.container_400 {
	width: 400px;
	margin-bottom: 20px;
	overflow: hidden;
	}

.container_540 {
	width: 540px;
	margin-bottom: 20px;
	overflow: hidden;
	}





/* HEADER STYLES */
/* ----------------------------------------- */

#socialmedia {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 30px;
	}
	
.socialbutton {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: block;
	float: left;
	}
	
	.facebook{
		background: url(../images/social_facebook.png) left top no-repeat;
		}
	
	.rss{
		background: url(../images/social_rss.png) left top no-repeat;
		}

	.twitter{
		background: url(../images/social_twitter.png) left top no-repeat;
		}
		
		.instagram{
		background: url(../images/social_insta.png) left top no-repeat;
		}

#whiskywalkbanner a {
	background: url(../images/whiskywalk-banner.png) left top no-repeat;
	display: block;
	position: absolute;
	width: 370px;
	height: 70px;
	top: 0px;
	left: 400px;
	}





/* SUBHEADER STYLES */
/* ----------------------------------------- */

#subheader_wrapper_outer {
	width: 100%;
	height: 295px;
	background: url(../images/subheader_bg.jpg) left top repeat-x;
	}
	
#subheader_wrapper_inner {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	height: 340px;
	background: url(../images/subheader.jpg) center top no-repeat;
	}

#subheader {
	margin: 0 auto;
	width: 960px;
	height: 290px;
	}





/* NAVIGATION STYLES */
/* ----------------------------------------- */

#main_navigation {
	position: absolute;
	top: 110px;
	}
	
#main_navigation ul li a {
	margin-right: 30px;
	}
		
#main_navigation .menu li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	}

#post_navi_bottom {
	margin: 10px 0px 10px 0px;
	}
	
	#post_navi_bottom a{
		padding: 4px 7px 4px 4px;
		margin-right: 5px;
		-moz-border-radius: 5px;
		border-style: solid;
		border-width: 1px;
		border-top-color: #101010; border-left-color: #101010; border-right-color: #2D2319; border-bottom-color: #2D2319;
		background-color: #1F1307;
		}
	
	ul#paging {
		display: inline;
		}
		
	#paging li {
		display: inline;
		}
	
	#paging .pages .active {
		color: #dcc074 !important;
		}





/* STARTSEITE STYLES */
/* ----------------------------------------- */

#whisky_icons {
	width: 460px;
	float: left;
	}

#whisky_icons ul li {
	display: block;
	float: left;
	width: 75px;
	height: 100px;
	margin: 0px 70px 60px 0px;
	}

#whisky_icons a {
	display: block;
	}

#whisky_chronicle {
    width: 390px;
	height: 440px;
	padding: 130px 35px 85px 35px;
	float: left;
	background: url(../images/chronicle.jpg) center top no-repeat;
	}

.news {
	width: 180px;
	height: 280px;
	float: left;
	margin-bottom: 20px;
	}
	
	.news:first-child {
		margin-right: 25px;
		}
	
	.news:last-child {
		width: 390px;
		height: 160px;
		clear: both;
		}
		
.sub_teaser {
	width: 420px;
	margin-right: 40px;
	float: left;
	}





/* PAGE/CATEGORY/SINGLE STYLES */
/* ----------------------------------------- */

.polaroid {
	width: 400px;
	min-height: 440px;
	background: url(../images/polaroid_bg.jpg) left top no-repeat;
	}
	
	.polaroid img {
		position: relative;
		left: 52px;
		top: 28px;
		}

.post_bild {
	width: 170px;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
	}

.whiskypost table, .category-schwaebische-whiskys table {
	max-width: 350px !important;
	}
	
.whiskypost table td, .category-schwaebische-whiskys table td, .page table td {
	min-width: 100px !important;
	padding-bottom: 8px;
	}

.category-destillen p {
	margin-left: 190px;
	}

.post_navigation {
	margin-bottom: 50px;
	}
	
	.post_navigation div {
		float: right;
	}
	
	.post_navigation div:first-child {
		float: left;
	}

.datumbadge {
	width: 55px;
	height: 66px;
	margin: 0px 15px 0px 0px;
	text-align: center;
	/* text-shadow: 0px -1px #000; */
	background: url(../images/datumbadge.png) right top no-repeat;
	color: #1F1307;
	}
	
	.datumbadge .tag {
		position: relative;
		top: 12px;
		left: 3px;
		font-size: 24px;
		font-weight: normal;
		}
		
	.datumbadge .monat {
		position: relative;
		top: 12px;
		left: 2px;
		}





/* FOOTER STYLES */
/* ----------------------------------------- */

#footer_outer {
	width: 100%;
	height: 180px;
	/* height: 270px; WENN NEWSLETTER WIDGET DRIN IST*/
	padding: 0px;
	background: url(../images/footer_bg.jpg) left top repeat-x;
	}

#footer_inner {
	margin: 0 auto;
	width: 900px;
	height: 145px;
	padding: 20px ;
	}

.footer_left {
	float: left;
	margin-top: 70px;
	}

.footerarea {
	float: right;
	text-align: left;
	margin-top: 70px;
	}
	
	.footerarea ul li {
		float: left;
		margin-right: 40px;
		}
		
		#newsletter {
			position: absolute;
			top: 90px;
			left: 300px;
    	padding-bottom: 20px;
    	width: 300px;
  	}




	
/* Hilfsklassen */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* br class to clear floated columns */

/* classes generated by WordPress */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

.texthide {
	position: absolute; 
	left: -10000px; 
	top: -10000px; 
	width: 0px; 
	height: 0px; 
	overflow: hidden; 
	display: inline; 
	}

.tinyTip .content {
	top: 35px;
	left: 70px;
	width: 220px;
	height: 37px;
	padding-top: 8px;
	background: url(../images/tinytip.png) 0px 0px repeat-y;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px #000000;
	}

.wpcf7-form-control {
	background-color: #B7A58D;
	border-width: 1px;
	}

.wpcf7-submit {
	cursor: pointer;
	}
	.wpcf7-submit:hover {
		background-color: #9F5008;
		}