/* 
	Theme Name: BTH
	Theme URL: http://www.tomsdimension.de
	Description: Bischof Theissing Haus
	Author: Tom Braider
	Author URI: http://www.tomsdimension.de
	Version: 2.0
	Tags: three columns, fixed width, white, yellow, orange, sidebar widgets
*/

html {
	height: 101%;
	}

html * {
	margin: 0;
	padding: 0;
	}

body {
	color: #000;
	background: #ffe url(images/hg.png);
	}

body, p {
	font-size: 13px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	}

#wrap {
	margin: 100px auto 0;
	padding-bottom: 70px;
	}
	
/* Hyperlinks */

a {
	color: #00a;
	text-decoration: none;
	}
	
a:hover {
	color: maroon;
	background-color: #ffa;
	}
	
a img {
	border: none !important;
	}

/* Header */

#preheader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#header {
	width: 100%;
	height: 75px;
	color: #1A4E88;
	font-size: 16px;
	overflow: hidden;
	background: url(images/header.png) top left repeat-x;
	}
	
#header p {
	padding: 5px;
	text-align: right;
	}
	
#header a {
	color: #ff8040;
}
	
#kreis {
	position: absolute;
	top: 5px;
	left: 150px;
}






/* Navbar */

#navbar {
	background: #FDDA63;
	background: -moz-linear-gradient( top, #FEECA9 0%, #FEFFB4 30%, #FEDA5E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEECA9), color-stop(0.3, #FEFFB4), color-stop(1, #FEDA5E));
	width: 964px;
	height: 22px;
	color: #FFA142;
	margin: 0 auto 0;
	padding: 3px;
	}
	
#navbarleft {
	padding-left: 80px;
	width: 560px;
	height: 25px;
	float: left;
	}
	
#navbarright {
	width: 300px;
	height: 25px;
	float: right;
	text-align: right;
	}
	
#nav, #nav ul {
	list-style: none;
	}
	
#nav a {
	color: #FFA142;
	display: block;
    font-weight: bold;
    margin-right: 5px;
	padding: 2px 10px 2px 10px;
	}
	
#nav a:hover {
	background: #ffa;
	color: #FFA142;
	text-decoration: none;
	}

#nav li {
	float: left;
	}

#navbar, #nav li a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	
#nav li li {
	width: 150px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #FFA142;
	color: #FEFFAB;
	width: 150px;
	float: none;
	padding: 3px 10px 2px 10px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #FEFFAB;
	color: #FFA142;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/* background sprite */
.previous, .next,
#l_sidebar ul li li, #r_sidebar ul li li,
.comments-rss,
#respond-titel,
.bg_commentlink,
.bg_respond,
a.extern,
.widget_thelastentries_posts li, #recent-posts li,
.widget_categories li
{
	background: url(images/sprite.png) no-repeat left top;
}

/* PostNav */

.post-nav {
	height: 20px;
	margin-bottom: 10px;
	background: -moz-linear-gradient( left, rgba(253, 217, 96, 1) 0%, rgba(253, 217, 96, 0) 5%, rgba(253, 217, 96, 0) 95%, rgba(253, 217, 96, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop( 0, rgba(253, 217, 96, 1)), color-stop( 0.05, rgba(253, 217, 96, 0)), color-stop( 0.95, rgba(253, 217, 96, 0)), color-stop( 1, rgba(253, 217, 96, 1)));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.previous, .next {
	width: 225px;
	height: 20px;
	overflow: hidden;
}

.previous {
	float: left;
	padding-left: 15px;
}

.next {
	float: right;
	padding-right: 15px;
	text-align: right;
}

/* Content */

#content {
	width: 970px;
	margin: 0 auto 0;
	}

#content p {
	padding-bottom: 10px;
	line-height: 20px;
	}
	
#content h1 {
	color: maroon;
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 5px;
	}
	
#content h1 a  {
	color: #e00;
	text-decoration: none;
	}

#content h1 a:hover {
	color: maroon;
	text-decoration: none;
	}

h2 {
	color: #2255aa;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	}
	
h3 {
	color: #2255AA;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	}
	
h4 {
	font-size: 14px;
	padding-bottom: 5px;
	}

#content img.wp-smiley, #content img.wp-wink {
	float: none;
	border: none;
	}

#contentleft {
	float: left;
	width: 552px;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
#contentleft ol {
	margin-right: 20px;
	padding-bottom: 10px;
	}
	
#contentleft ol li {
	margin-left: 20px;
	padding-bottom: 5px;
	}
	
#contentleft ul {
	list-style-type: square;
	margin-left: 20px;
	padding-bottom: 10px;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin-left: 20px;
	padding-bottom: 5px;
	}
	
.date {
	font-size: 11px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center !important;
	color: #FF8A1C;
	background: #FEE696;
	background: -moz-linear-gradient( top, rgba(253, 217, 96, 0) 0%, rgba(253, 217, 96, 0.7) 50%, rgba(253, 217, 96, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop( 0, rgba(253, 217, 96, 0)), color-stop( 0.5, rgba(253, 217, 96, 0.7)), color-stop( 1, rgba(253, 217, 96, 0)));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	
.postmeta {
	width: 100%;
	font-size: 11px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 40px;
	}

.postthumbnail img {
	float: left;
	margin: 0 10px 10px 0;
}

.customfields b {
	float: left;
	width: 110px;
	font-weight: bold;
}

.kursmeta {
	padding: 5px !important;
	background: #ffffb3;
	border: 1px #FFA142 solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	
blockquote {
	margin: 15px 0 15px 0;
	padding-left: 30px;
	background: url(images/blockquote.gif) left 10px no-repeat;
	color: #888;
	}
	
#content blockquote p {
	margin: 0px ;
	padding: 10px 0px;
	}


/* BTH Lageplan */
#bth_fotosammlung div {
	position: absolute;
	top: 100px;
	left: 100px;
	visibility: hidden;
}

#bth_fotosammlung div.haus {
	background-color: #fff;
	padding: 5px;
	border: 1px #ccc solid;
	margin-bottom: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Images */

img {
	vertical-align: middle;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
	
img.alignnone {
	margin-bottom: 10px;
	display: inline;
	}

img.alignright, .right, .bild-rechts {
	margin-left: 10px;
	display: inline;
	}

img.alignleft, .left, .bild-links {
	margin-right: 10px;
	display: inline;
	}

.vorschau_bild {
	float: left;
	margin-right: 10px;
}

.alignright, .right, .bild-right {
	float: right;
	}

.alignleft, .left, .bild-links {
	float: left;
	}

img.foto {
	padding: 5px;
	border: 1px #900 solid;
	background: #f4f4f4;
	margin: 5px;
}

/* Gallery */

.wp-caption {
	margin-bottom: 10px;
	}

.wp-caption, .gallery-item {
	margin-right: 10px;
	background: #fff;
	border: 1px #ddd solid;
	padding-top: 5px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

.wp-caption:hover, .gallery-item:hover {
	background-color: #ff8;
	border-color: maroon;
	}

.gallery-item {
	width: 160px !important;
	padding-bottom: 5px;
	}

.wp-caption img, .gallery-item img {
	border: 0 !important;
	padding: 0 !important;
	}

.wp-caption-text {
	text-align: center;
	padding: 0 !important;
	color: #666;
	}

.gallery-caption {
	padding-top: 3px;
	color: #666;
	}

/* Sidebars */

#l_sidebar, #r_sidebar {
	float: left;
	width: 200px;
	line-height: 20px;
	margin-top: 20px;
	margin-left: 9px;
	background: #FEE696;
	background: -moz-linear-gradient( top, #FEDA5E 0%, rgba(253, 217, 96, 0.3) 5%, rgba(253, 217, 96, 0.3) 95%, #FEDA5E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop( 0, #FEDA5E), color-stop( 0.05, rgba(253, 217, 96, 0.3)),color-stop( 0.95, rgba(253, 217, 96, 0.3)), color-stop( 1, #FEDA5E));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
#l_sidebar h2, #r_sidebar h2 {
	--background: #ffa url(images/navbar.png);
	color: #ff8b17;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	padding: 3px 0px 3px 10px;
	}

#l_sidebar p, #r_sidebar p {
	line-height: 20px;
	}
	
#l_sidebar ul, #r_sidebar ul {
	list-style-type: none;
	margin-bottom: 10px;
	}
	
#l_sidebar ul li li, #r_sidebar ul li li {
	background-position: 0 -200px;
	padding-left: 18px;
	margin: 5px;
	}
	
/* Footer */

#footerbg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: url(images/footer.png) left 20px repeat-x;
	}
		
#footer {
	color: #ee0;
	margin: 80px auto 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer a {
	color: #ff8040;
	text-decoration: none;
	margin: 10px; 
	}
	
.footerleft {
	width: 700px;
	float: left;
	padding: 0px;
	}
	
.footerright {
	width: 250px;
	float: right;
	padding: 0px;
	text-align: right;
	}
	
/* Search Form */

#s, #sbutt {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#s {
	background: #FEFFB4;
	background: -moz-linear-gradient( bottom, #FEECA9 0%, #FEFFB4 30%, #FEDA5E 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FEECA9), color-stop(0.3, #FEFFB4), color-stop(1, #FEDA5E));
	width: 200px;
	color: #FFA142;
	font-size: 13px;
	font-family: "Trebuchet MS", Georgia, Times New Roman;
	padding: 2px;
	padding-left: 10px;
	border: 0;
	}
	
#sbutt {
	background: #FEFFB4;
	background: -moz-linear-gradient( top, #FEECA9 0%, #FEFFB4 30%, #FEDA5E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEECA9), color-stop(0.3, #FEFFB4), color-stop(1, #FEDA5E));
	color: #FFA142;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 1px;
	border: 0;
	}
	
/* Comments	*/

#commentblock {
	width: 550px;
	float: left;
	line-height: 20px;
	}
	
#commentblock ol, #commentblock ul {
	margin: 0;
	padding: 0;
}

.commentlist li {
	margin: 0 0 5px 0 !important;
	list-style: none !important;
	background: #FEE696;
	background: -moz-linear-gradient( top, #FEDA5E 0%, rgba(253, 217, 96, 0.3) 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop( 0, #FEDA5E), color-stop( 0.3, rgba(253, 217, 96, 0.3)));
	}

.comment, .trackback, .pingback {
	padding: 10px;
	clear: both;
	}

.commentlist .children li {
	border: none;
	padding: 10px 0 0 10px !important;
	margin-bottom: 0px !important;
}

.avatar {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px #FEDA5E solid;
	background: #fff;
}

.vcard {
	display: block;
	height: 20px;
}

.vcard cite {
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.says {
	display: none;
}

.comment-meta {
	display: block;
	height: 30px;
}

.comment-meta a {
	font-size: 11px;
	color: #FFA044;
}

.comments-rss {
	float: right;
	background-position: 0 -1929px;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 13px;	
}

/* comment form */

#commentform {}

#commentform p {
	margin-left: 0;
	width: auto;
}

#commentform label, .contactform label {
	color: #FFA044;
}

.contactform label, #contactsubmit {
	display: block;
	margin-top: 10px;
}

#respond-titel {
	background-position: 0 -1715px;
	padding-left: 20px;
}

#name, #email, #url, #comment, .contactform input, .contactform textarea {
	color: #000;
	font-size: 16px;
	padding: 0;
	height: 20px;
	font-family: "Trebuchet MS", Georgia, Times New Roman;
	border: none;
	border: 1px dashed #FEDA5E;
	width: 500px;
	background: #ffc;
	}

#comment, .contactform textarea {
	width: 490px;
	height: 200px;
	padding: 4px;
	font-size: 13px;
	}

.comment #name, .comment #email, .comment #url, .comment #comment {
	width: 97%;
	}

#submit, #contactsubmit {
	width: auto;
	background: #FEFFB4;
	background: -moz-linear-gradient( top, #FEECA9 0%, #FEFFB4 30%, #FEDA5E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEECA9), color-stop(0.3, #FEFFB4), color-stop(1, #FEDA5E));
	color: #FFA142;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	padding: 3px;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}




/* Seiten Templates */

.seite {
	width: 100% !important;
}

.sternstunden {
	background: url(images/sterne.png) top left no-repeat;
}

.stern {
	width: 150px;
	height: 200px;
	float: left;
	margin: 0 30px 20px 0;
	text-align: center;
}

.stern a {
	font-weight: bold;
	display: block;
}

.stern img {
	margin: 5px 0;
}



.start_kreis {
	float: left;
	margin-right: 20px;
}


.jugendrat {
	clear: both;
	width: 960px;
}

.jugendrat a {
	float: left;
	width: 125px;
	height: 125px;
	margin: 20px 20px 0 0;
	overflow: hidden;
	border: 2px #900 solid;
}

.jugendrat p {
	float: left;
	width: 129px;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
}

.jugendrat a img {
	width: 100%;
	height: 100%;
}


.jr_mitglied p {
	float: left;
	margin-right: 30px;
}

.jr_mitglied img {
	background-color: #fff;
	padding: 5px;
	border: 1px maroon solid;
	
}


.drei_spalten {
	width: 250px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}

/*startseite sidebar */

#sidebar_start {
	float: right;
	width: 450px;
	margin: 0;
}

#sidebar_start ul {
	margin: 0;
}

#sidebar_start h2 {
	padding: 5px 10px 0 0;
	text-align: right;
	color: #e00;
	font-size: 18px;
	font-weight: normal;
	background: #FEDA5E;
	background: -moz-linear-gradient( top, #FEDA5E 0%, #FEFFAB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop( 0, #FEDA5E), color-stop( 1, #FEFFAB));
	border: 1px #FF9F46 solid;
	border-bottom: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#sidebar_start li {
	margin: 0 0 15px 0 !important;
	padding-bottom: 50px;
	list-style-type: none !important;
}

#sidebar_start li ul {
	background: #FFFFB3;
	border: 1px #FF9F46 solid;
	border-top: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#sidebar_start li li {
	clear: both;
	padding: 5px 5px 5px 45px;
	margin: 0 !important;
	list-style: none;
	background: url(images/hand_kl.png) left 10px no-repeat;
}

#sidebar_start a {
	display: block;
}

.ahnen h3 {
	clear: both;
}

.ahnen p {
	float: left;
	width: 400px;
	height: 220px;
}

.ahnen img {
	border: 5px #ffc64f solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/* widget tiny contact form */
.widget .contactform input, .widget .contactform textarea {
	width: 98%;
	padding: 0;
}

.widget .contactform textarea {
	height: 100px;
}

.widget .contactform label {
	margin: 0;
}


b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

.bg_commentlink {
	background-position: 0 -634px;
	padding-left: 18px;
}

.bg_respond {
	background-position: 0 -1715px;
	padding-left: 20px;
}

a.extern {
	background-position: 0 -851px;
	padding-left: 18px;
}

/* Widgets */

.widget_thelastentries_posts li, #recent-posts li {
	background-position: 0 -1052px !important;
}

.widget_thelastentries_comments li, #recent-comments li {
	background-position: 0 -618px !important;
}

.widget_thelastentries_posts li, .widget_thelastentries_comments li {
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.widget_thelastentries_posts .datum, .widget_thelastentries_comments .datum {
	display: block;
	font-size: 11px;
	color: #FF9F46;
	height: 15px;
	vertical-align: top;
}

.widget_categories li {
	background-position: 0 -417px !important;
}


.spacer_ {
	display: block;
	height: 1px;
}

.hidden {
	clear: both;
	visibility: hidden;
}

.clearboth {
	clear: both;
}

/* tiny spoiler */
.spoiler {
	border: 1px #FFA142 solid !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.spoiler legend {
	margin-left: 10px;
	background: none !important;
}
.spoiler legend input {
	width: 20px;
	border: 0;
	background: #FFA142;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/* kontaktseite */

.kontaktseite {
	margin: 0 20px 20px 0;
	width: 250px;
	float: left;
}

.kontaktseite .spoiler {
	border: none !important;
	background: #ffffb3;
}

.kontaktseite img {
	border: none !important;
}


.kontaktadresse {
	float: right;
	padding: 10px;
	border: 1px #FFA142 solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ffffb3;
}

/* highslide */
.highslide-caption {
	text-align: center;
}

/* comment preview */
#commentPreview {
	border: 1px #1A4E88 solid;
}

#commentPreview .comment-author {
	height: 45px;
}

#commentPreview ol {
	padding: 10px;
}



/* comment_quicktags */

#comment_quicktags a {
	display: none;
}

#ed_comment_toolbar input {
	background: #4A7EB8;
	color: #fff;
	margin-right: 5px;
	padding: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0;
}

#ed_comment_toolbar input:hover {
	background: #f00;
}


/* teter�s */

.pdf {
	padding-left: 20px;
	background: url(images/pdf.gif) 0 0 no-repeat;
	}


#teteraes a {
	background: none;
	}

#teteraes a:hover {
	background: none;
	}


#teteraes a img {
	border: 1px maroon solid;
	margin: 0 20px 20px 0;
	padding: 2px;
	background-color: #fff;
	}

/* Tiny Newsletter */

.newsletter-result {
	border: 2px #ff8000 solid;
	padding: 10px;
	margin-bottom: 10px;
}



/* WP-PageNavi */

.wp-pagenavi {
	margin: 10px 0 10px 0;
	padding: 5px;
	background-color: #ddd;
}

.wp-pagenavi, .wp-pagenavi .current, .wp-pagenavi a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}

.wp-pagenavi a {
	background-color: #fff;
}

.wp-pagenavi .current, .wp-pagenavi a {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
}

.wp-pagenavi .pages, .wp-pagenavi .extend {
	font-weight: bold;
	border: none;
	background: inherit;
}

.wp-pagenavi .current, .wp-pagenavi a:hover {
	background-color: #1A4E88;
	color: #fff;
	border-color: #1A4E88;
	text-decoration: none;
}


/* shoutbox */

#shout_theme {
	display: none !important;
}



/* print */

@media print {

body {
  background: #fff;
 }

.headerright, #navbar, .post-nav, .wp-pagenavi, #l_sidebar, #r_sidebar, #respond, #commentform, #footer {
  height: 0;
  display: none;
}

#header, .headerleft, #contentleft, #content, .date, .postmeta, #commentblock {
	width: auto;
 	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

}
