/*  
Theme Name: Schloss Seeburg
Description: The WordPress theme for Schloss Seeburg.
Version: 1.5
Author: Andreas Lenz (Lenz KD)
Author URI: http://www.lenz-kd.de/
*/

/**
 * style import for image gallery
 */
@import url(../../plugins/lazy-gallery/lazy-style.css);

/**
 * general formats
 */
body {
	font-size: 80%;
	font-family: Arial, Helvetica, Sans-Serif;
	background: url(images/bg_body.jpg) left top repeat-x #f8f8f8;
	color: #333;
	margin: 0;
}
.unsichtbar, hr { display: none; }
.clear { clear: both; }
div.stopp { clear: right; }
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #999;
}

/**
 * page wrapper
 */
#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg_wrapper.gif) left repeat-y #fff;
	border-top: 10px solid #bc0905;
	border-right: 2px solid #bc0905;
	border-bottom: 1px solid #bc0905;
	border-left: 2px solid #bc0905;
}

/**
 * header and header elements
 */
#kopfzeile {
	padding: 0;
	margin: 0 0 30px 0;
	width: 990px;
	height: 343px;
	background: url(images/bg_kopfzeile.jpg) right top no-repeat;
	border-bottom: 2px solid #bc0905;
}
#kopfzeile h1 {
	margin: 0;
	padding: 0;
	width: 315px;
	height: 175px;
	background: url(images/bg_h1.jpg) left no-repeat;
	border-right: 2px solid #bc0905;
}
#kopfzeile h1 a {
	display: block;
	margin: 0 40px 10px;
	padding: 0;
	width: 235px;
	height: 165px;
	text-indent: -9000px;
}
#kopfzeile hr, #kopfzeile h4 {
	display: none;
}

/**
 * main navigation and main navigation elements
 */
#mainnavi {
	margin: 0;
	padding: 0;
	width: 990px;
	height: 168px;
	background: url(images/bg_mainnavi.jpg) right no-repeat;
}
#mainnavi ul {
	width: 315px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 2px solid #bc0905;
	background: url(images/bg_ul-mainnavi.jpg) left no-repeat;
}
#mainnavi ul li a {
	display: block;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 5px 35px;
	text-decoration: none;
	border-top: 2px solid #bc0905;
}
#mainnavi ul li a:hover {
	background-color: #dedede;
	text-decoration: none;
	color: #bc0905;
}
#mainnavi ul li.aktiv a {
	text-decoration: none;
	background-color: #dedede;
	color: #bc0905;
}

/**
 * sub navigation and sub navigation elements
 */
#sidebar {
	float: left;
	padding: 0;
	margin: 0;
	width: 315px;
}
#sidebar h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 5px 35px;
	color: #666;
}
#sidebar ul.level2 {
	margin: 0;
	padding: 0 0 30px 0;
	list-style-type: none;
	border-top: 2px solid #fff;
	}
#sidebar ul.level2 li {
	border-bottom: 2px solid #fff;
}
#sidebar ul.level2 li a {
	display: block;
	font-weight: bold;
	color: #bc0905;
	padding: 5px 10px 5px 35px;
	text-decoration: none;
}
#sidebar ul.level2 li a:hover {
	text-decoration: none;
	background-color: #999;
	color: #fff;
}
#sidebar ul.level2 li.aktiv a {
	text-decoration: none;
	background-color: #999;
	color: #fff;
}
#sidebar ul.cats {
	background: url(images/linie.gif) left top no-repeat;
	margin: 0;
	padding: 15px 0 5px 0;
	list-style-type: none;	
}
#sidebar ul.cats li {
	margin: 0 0 0 30px;
}
#sidebar ul.cats li a {
	color: #666;
	margin-bottom: 5px;
}
#sidebar ul.cats li a:hover {
	text-decoration: none;
}
#sidebar form {
	margin: 0;
}
#suche {
	padding: 0 0 10px 0;
}

/**
 * content and content elements
 */
#content {
	width: auto;
	margin: 0 0 0 319px !important;
	margin: 0 0 0 320px; /*IE*/
	padding: 0 30px 30px 30px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	color: #bc0905;
	font-weight: normal;
	font-size: 2.0em;
	margin: 0 0 1em 0;
}
#content h3 {
	font-size: 1.2em;
	color: #666;
	margin: 1em 1em 0 0;
}
#content p {
	line-height: 1.3em;
	margin: 0.3em 0 1em 0;
}
#content ul {
	line-height: 1.3em;
}
#content ul li.ohne, #content ul ul li.ohne {
	list-style-type: none;
}
#content ul ul {
	list-style-type: circle;
	line-height: 1.3em;
}
#content a {
	color: #bc0905;
	font-weight: bold;
}
#content a:hover {
	color: #666;
	text-decoration: none;
}
#content ul.navigation {
	width: auto;
	height: 1.4em;
	margin: 1em 0;
	padding: 0.5em 0;
	list-style-type: none;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
#content ul.navigation li.rechts { float: right; }
#content ul.navigation li.links { float: left; }
#content ul.navigation a {
	font-weight: bold;
	color: #666;
	text-decoration: none
}
#content ul.navigation a:hover {
	text-decoration: underline;
}
#content ul.no-bullets {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content table {
	border: 1px solid #dedede;
	padding: 2px;
}
#content tr {
	vertical-align: top;
}
#content th {
	display: none;
}
#content td {
	padding: 4px;
}
#content tr.even {
	background-color: #dedede;
}
#bilder {
	margin: 15px 0;
	padding: 0;
	/*float: right;*/
	list-style: none;
}
#bilder li {
	margin: 0 1em 0 0;
	display: inline;
}
#bilder img {
	padding: 2px;
	border: 1px solid #dedede;
	margin: 0.6em 0;
}
#bilder img:hover {
	background-color: #dedede;
}
#grundriss {
	float: right;
	margin: 10px 0;
	padding: 2px;
	border: 1px solid #dedede;
}
img.grundriss {
	float: right;
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #dedede;
}
#lage {
	margin-bottom: 20px;
}
#lage map {
	display: none;
}
#terminliste {
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}
#terminliste li {
	padding-bottom: 1em;
}
#terminliste li span {
	font-weight: bold;
	padding-right: 0.5em;
}

/* container for special offerings */
div.sonderangebot {
	border: 1px solid #bc0905;
	width: auto;
	padding: 0 1em;
	margin-bottom: 2.5em;
	background: #ffdfe9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 2px 3px 4px #ccc;
}

/**
 * container for display of archivated posts
 */
div.archiv-post {
	padding: 0.5em 0;
}
div.archiv-post h4 {
	margin: 0 0 0.3em;
	padding: 0;
}
#content div.archiv-post p {
	margin: 0 0 0.3em 6.3em;
}
#content div.archiv-post ul {
	margin: 0 0 0.3em 4.3em;
}
div.archiv-post span {
	color: #666;
	padding-right: 1em;
}

/*######################################################################*/
/*Event-Teaser auf Home*/
#event-teaser {
	margin: 2em 0 0;
	padding: 0;
	border: 1px solid #bc0905;
	background-color: #f8f8f8;
}
#event-teaser h3 {
	margin: 0;
	padding: 3px 5px;
	background-color: #bc0905;
	color: #fff;
}
#event-teaser #terminliste {
	padding: 10px 5px;
	margin: 0;
}
#event-teaser #terminliste li {
	padding: 0;
	margin: 0;
}

/**
 *Fusszeile
 */
#footer {
	padding: 7px 30px 7px 0;
	font-size: 0.85em;
	margin: 0;
	clear: both;
	background-color: #bc0905;
	text-align: right;
	color: #fff;
}
#footer p {
	margin: 0;
	text-align: right;
	color: #fff;
}
#footer ul {
	list-style: none;
	margin: 0;
}
#footer li {
	display: inline;
	padding-left: 1em;
}
#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }


/*######################################################################*/
/*Suche-Form*/
#searchform {
	margin: 15px auto;
	padding: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#searchform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#searchform legend {
	display: none;
}
#searchform label {
	width: 100px;
	font-weight: bold;
	float: left;
	margin: 3px 0;
	padding: 0;
	text-align: center;
}
#s {
	float: left;
	border-top: none;
	border-right: 1px solid #999;
	border-bottom: none;
	border-left: 1px solid #999;
	background: #f8f8f8;
	padding: 3px 2px;
	width: 250px;
}
#searchsubmit {
	border-right: 1px solid #999;
	padding: 3px;
	background: url(images/bg_button.jpg) bottom repeat-x #f8f8f8;
}
#searchsubmit:hover {
	background: url(images/bg_button-hover.jpg) top repeat-x #f8f8f8;
}
#sidebar #searchform #s {
	width: 100px;
}

/*######################################################################*/
/*Kontakt-Form*/
.contactform {
	position: static;
	overflow: hidden;
	margin: 2em 0 1em 0;
}
.contactform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.contactform legend {
	display: none;
}
.contactform div {
	margin-bottom: 8px;
}
.contactform label {
	width: 15%;
	float: left;
	display: block;
}
.contactform input, .contactform textarea {
	border: 1px solid #999;
	background: #f8f8f8;
	width: 350px;
}
#submitButtons {
	margin-left: 15%;
}
#submitButtons input {
	border: 1px solid #999;
	background: #f8f8f8;
	width: 100px;
	font-weight: bold;
	cursor: pointer;
	color: #666;
}
input.contacterror {
	border: 1px solid #f00;
}
.achtung {
	font-weight: bold;
	color: #f00;
}
.reset {
	margin-left: 10px;
}
.contactleft {
	width: 20%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 2px;
	margin: 5px 0;
}
.contactright {
	width: 75%;
	text-align: left;
	float: right;
	display: inline;
	padding: 2px;
	margin: 5px 0;
}

/*######################################################################*/
/*Newsletter-Form*/
form#newsletter {
	padding-left: 1.4em !important;
	padding-left: 2em; /*IE*/
}
form#newsletter fieldset { border: none; }
form#newsletter fieldset legend { display: none; }
form#newsletter input#name-newsletter, form#newsletter input#e-mail { margin-bottom: 5px; }
form#newsletter input#send {
	margin-left: 110px !important;
	margin-left: 115px; /*IE*/
}
form#newsletter br { clear: both; }

form#newsletter label {
	float: left;
	margin-right: 10px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}

.description {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #ccc;
	}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #ebebeb;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #333;
	}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/
