/*
Theme Name: Hochzeitstauben Werner Bornholdt
Theme URI: http://www.hochzeitstauben-hamburg-alt-osdorf.de/
Description: Hochzeitstauben von Werner Bornholdt in Hamburg, Alt-Osdorf.
Version: 1.0
Author: <a href="http://www.martin-schuster.com/">Martin Schuster</a>
Design by Martin Schuster, www.martin-schuster.com
*/

/*
----------------------------------------------------------------
	R E S E T
----------------------------------------------------------------
*/

* {
	padding: 0;
	margin: 0;
}

/*
----------------------------------------------------------------
	B A S I C S
----------------------------------------------------------------
*/

body {
	background: #fff url('images/bg.png');
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #333;
}

a, a:link, a:visited { 
	text-decoration: none;
	color: #003; }
a:hover, a:focus { 
	text-decoration: underline; }

p {
	margin: 20px 0;
}

h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #900;
	margin: 20px 0;
}

address {
	font-style: normal;
}

/*
----------------------------------------------------------------
	S T R U C T U R
----------------------------------------------------------------
*/

#container {
 	width: 1000px;
	padding: 0 0 20px 0;
	margin: 50px auto 10px auto;
	border: 1px solid #69c;
	background: #fff url('images/trenner.png') no-repeat center bottom;
	-webkit-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.5);
	-moz-box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.5);
	box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#header h1 a {
	background: transparent url('images/hochzeitstauben.png') no-repeat;
	width: 1000px;
	height: 250px;
	text-indent: -9000px;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	float: left;
}

.description {
	float: left;
	width: 320px;
	margin: 20px;
	text-align: left;
}

.gallery {
	float: right;
	Width: 300px;
	margin: 20px;
}

.contact {
	float: left;
	Width: 250px;
	margin: 20px;
	border: 1px solid #69c;
	text-align: center;
}

.trenner {
	
	height: 80px;
	clear: both;
}

#footer {
	text-align: center;
	font-size: 90%;
	color: #666;
}

#footer a {
	color: #333;
}

/*
----------------------------------------------------------------
	J Q U E R Y   T O O L S
----------------------------------------------------------------
*/

/* container for slides */
.images {
	position: relative;	
	height: 190px;
	width: 300px;
	float: left;
}

/* single slide */
.images div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* tabs (those little circles below slides) */
.imagestabs {
	clear: both;
	margin-left: 100px;
}

/* single tab */
.imagestabs a {
	width:16px;
	height:16px;
	float:left;
	margin:3px;
	background:url('images/gallery.png') 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.imagestabs a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.imagestabs a.current {
	background-position:0 -32px;     
} 	

/*
----------------------------------------------------------------
	I E  H A C K S
----------------------------------------------------------------
*/

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html .group {
	height: 1%;
}

*:first-child+html .group {
	min-height: 1px;
}
