/*  
Theme Name: Schuhplattler de Ciampedel
Author: baga
Author URI: http://www.bagaweb.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS, sans-serif, Arial; 
}
body {
	background: #e88745 url(bg-body.jpg) top left fixed;
	text-align: center;
}
a {
	outline: none;						/* Gets rid of Firefox's dotted borders */ 
	text-decoration: none;
	color: #89d5e2;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #bd403e;
	padding: 10px 0 20px 0;
	letter-spacing: -1px;
}
h1 a {
	color: #bd403e;
}
h1 a.post-1 {
	display: none;
}
p {
	padding: 10px 0;
	font-size: 17px;
	color: #333;
}
table {
	width: 900px;
	margin: 10px 0;
	border-spacing: 5px;
}
td {
	padding: 5px;
	border: 1px solid #89d6e2;
	font-size: 17px;
	color: #333;
}
span input, textarea {
	width: 440px;
	margin: 0 20px 0 0;
	border: 1px solid #aaa;
	font-size: 16px;
	color: #bf3f3e;
}
textarea {
	height: 140px;
}
input.send {
	width: 160px;
	height: 46px;
	background: url(bg-send.jpg) 0 6px no-repeat;
	color: #fff;
}
#header {
	margin: 15px auto 0 auto;
	width: 980px;
	height: 300px;
	background: url(bg-header.png);
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	background: url(bg-wrapper.png) repeat-y;
	padding: 10px 0 0 0;
	text-align: left;
}
#nav {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: #000;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	color: #89d6e2;
	display: block;
	padding: 12px 13px;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#nav li a:hover, #nav li.current_page_item a {
	color: #fff;
}
#content {
	padding: 20px 40px;
}
#subnav {
	margin: -50px 0 20px 0;
	width: 900px;
	height: 290px;
	background: url(bg-subnav.jpg) center no-repeat;
}
#large-left-col {
	float: left;
	width: 580px;
}
#left-col {
	float: left;
	width: 440px;
}
#small-left-col {
	float: left;
	width: 300px;
}
#large-right-col {
	float: right;
	width: 580px;
}
#right-col {
	float: right;
	width: 440px;
}
#small-right-col {
	float: right;
	width: 300px;
}
#clearer {
	clear: both;
}
#google-map {
	width: 900px; 
	height: 500px;
}
#footer {
	margin: 0 auto;
	width: 980px;
	height: 100px;
	background: url(bg-footer.png);
	text-align: center;
}
#footer p {
	padding: 40px 0 0 0;
	font-size: 16px;
	color: #bf3f3e;
}
#credits {
	width: 980px;
	margin: 0 auto;
	text-transform: lowercase;
}
#credits p {
	font-size: 14px;
	color: #fff;
}
#credits-left {
	float: left;
	width: 420px;
	margin: 10px 0 0 40px;
	text-align: left;
}
#credits-right {
	float: right;
	width: 420px;
	margin: 10px 40px 0 0;
	text-align: right;
}