@charset "UTF-8";
/*-------------------------------------------------*/
/*           Beatrice Bühlmann - Wedding           */
/*-------------------------------------------------*/
/*             Desktop | CSS Document              */
/*-------------------------------------------------*/

html, body { height: 100%; }

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}
	
/*-------------------- GLOBAL  --------------------*/	
	
ul, ol, dl { list-style: none; margin: 0; padding: 0; }
	
a { text-decoration: none; }
a:focus { outline: none; }

a img { border: none; /*top: 0 !important; left: 0 !important;*/ }
	
p, h1 { font-family: Georgia, "Times New Roman", Times, serif; }	
	
h1 {
	font-size: 1.5em;
	font-weight: 400;
	}
	
h2 {
	font-size: 1em;
	font-weight: 400;
	}
			
#container {
	width: 1020px;
	min-height: 100%;
	margin: 0 auto;
	margin-bottom: -90px;
	position: relative;
	}
	
/*-------------------- HEADER  --------------------*/

#header { 
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 11px 8px 14px 8px;
	margin-top: -11px;
	margin-left: -8px;
	}
	
#background_header { 
	background: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
	height: 125px;
	padding: 0;
	margin: 0;
	}
	
#logo_wrapper {
	width: 100%;
	height: 25px;
	}
		
#logo {
	background: url(../img/buehlmann_logo.png) no-repeat;
	width: 500px;
	height: 24px;
	margin-top: 40px;
	margin-left: 3px;
	}
	
#nav_wrapper {
	width: 100%;
	height: 40px;
	}
	
/*---------------- MAIN NAVIGATION ----------------*/
	
#main_nav {
	width: 510px;
	height: 60px;
	float: left;
	}		
	
#main_nav ul {
	padding-top: 26px;
	}	
	
#main_nav ul li {
	display: inline;
	margin: 0 32px 0 4px;
	padding: 2px 0;
	}
	
#main_nav ul li.last {
	margin-right: 0;
	}	

#main_nav ul li a {
	text-transform: uppercase;
	font-size: 0.875em;
	color: #1D1D1D;
	}
	
#main_nav ul li:hover, #main_nav ul li.active {
	border-bottom: 1px solid #666;
	} 				

/*---------------- META NAVIGATION ----------------*/
	
#meta_nav {
	width: 510px;
	height: 60px;
	float: left;
	}	

#meta_nav ul {
	text-align: right;
	padding-right: 5px;
	padding-top: 26px;
	}

#meta_nav ul li {
	display: inline;
	margin: 0 5px 0 31px;
	padding: 2px 0;
	}
	
#meta_nav ul li a {
	text-transform: uppercase;
	font-size: 0.875em;
	color: #1D1D1D;
	}
	
#meta_nav ul li:hover, #meta_nav ul li.active {
	border-bottom: 1px solid #666;
	}		
	
/*-------------------- TEASER  --------------------*/

#teaser_wrapper { 
	background: transparent;
	position: absolute;
	bottom: 0;
	width: 1040px;
	height: 200px;
	margin-bottom: 100px;
	}		

.teaser {
	background: #FFF;
	-webkit-box-shadow: 0 30px 20px rgba(0,0,0,0.30);
	-moz-box-shadow: 0 30px 20px rgba(0,0,0,0.30);
	box-shadow: 0 30px 20px rgba(0,0,0,0.30);
	width: 239px;
	height: 200px;
	margin: 15px 21px 0 0;
	padding: 0;
	float: left;
	}	
		
/*.teaser img { padding: 7px 0 0 7px; }*/

.teaser h2 { 
	font-family: 'Over the Rainbow', cursive;
	font-size: 1.25em;
	font-weight: 400;
	color: #333;
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	border: none;
	}
	
.tv { position:relative; top: 0; padding: 7px 0 0 7px; }

.tv_hover { position:relative; top: 0; margin-top: -160px; padding: 7px 0 0 7px; display:none; }	

/*------------------ THUMBNAILS  ------------------*/

#thumbnails {
	width: 1080px;
	margin: 0 auto;
	padding-top: 30px;
	}
	
#thumbnails img { 
	width: 190px;
	background: #FFF;
	border: 1px solid #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	float: left;
	}
	
#thumbnails img:hover { border: 1px solid #999; }

/*-------------------- CONTENT --------------------*/

#portrait img {
	width: auto !important;
	position: absolute;
	margin-top: 58px;
	margin-left: 400px;
	}

#content {
	width: 680px;
	height: 100%;
	margin-top: 55px;
	margin-bottom: 75px;
	padding-left: 95px;
	}
	
#content h1 {
	color: #333;
	margin: 0;
	padding: 0 0 8px 0;
	}
	 
#content h2 {
	width: 660px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px 0 5px 0;
	}	

#content p { 
	font-size: 0.938em;
	line-height: 1.5em;
	color: #333;
	top: 180px;
	}
	
#content p.anchor { width: 660px; text-align: right; }	
	
#content a { color: #333; }
#content a:hover { text-decoration: underline; }

#content img { width: 25px; }

#clearfix { width: 1020px; height: 40px; clear: left; }

.clearfooter { height: 90px; clear: both; }

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

#footer, #content_footer {
	border-top: 1px solid #666;
	position: absolute;
	bottom: 0;
	width: 1020px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	}
	
#content_footer { position: relative; }

#footer p, #content_footer p { 
	width: 100%;
	text-align: center;
	font-size: 0.813em;
	color: #1D1D1D;
	margin: 0 auto;
	padding: 5px 0 0 0;
	}	
			
/*-------------------------------------------------*/