/* @override http://www.duo-hora.de/wp-content/themes/default/style.css */

/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Robert Rodger, based on template by Michael Heilemann
Author URI: http://www.acoolsha.org / http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
	
	MODS:   THIS THEME WAS MODIFIED, MAINLY THE CSS, BY ROBERT RODGER
*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%;
/* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: center;
}

#page, #front {
	background-color: #fcfcf7;
	text-align: left;
}

#headerimg {
	margin: 0 9px 0 0;
	height: 192px;
	width: 740px;
}

#content {
	font-size: 1.2em
}

.widecolumn .entry p {
	font-size: 1.05em;
}
.entry {
	height: 1%;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	margin: 0;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid transparent;
	background-color: transparent;
}

/* @group TABLES */

table.termine-table {
	width:60%;
	margin-top: .5em;
	margin-bottom: 1em;
	float: left;
	clear: right;
	border: 1px solid #919191;
	border-collapse: collapse;
}

table th {
	color: #fb8f1c;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #323232;
	padding: 6px;
}

table td {
	text-align: left;
	border: 1px solid #bdbdbd;
	padding: 6px;
}

table td.left, td.left-in {
	text-align: left;
	width: 80%;
}

table td.field-title {
	font-weight: bold;
	width: 30%;
	color: #000;
	text-align: right;
	background-color: #eee;
}

td.left-in {
	border-bottom: 1px solid #e2e2e2;
	border-left: 10px solid #fff;
}

table td {
	border: none solid #e2e2e2;
}

/* @end */

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: transparent;
	border: none;
}

small {
	font-size: .9em;
	line-height: 1.5em;
	color: #666;
}

.entry p a:visited {
	color: #1c7af5;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
	color: black;
}

.commentmetadata {
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #1c7af5;
	text-decoration: underline;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next 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;
}

p em {color: #c47017;
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
}

/* End Typography & Colors */

/* Begin Structure */

body {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 2px solid #4c4c4c;
	background-color: #fcfcf7;
}

#page, #front {
	background-color: #fcfcf7;
	margin: 20px auto;
	padding: 0;
	width: 860px;
}

#header {
	margin: -12px 0 0 1px;
	padding: 0 0 0 0;
	height: 460px;
	width: 860px;
	padding-bottom: 5px;
	background: transparent url(/images/hora-header2a.jpg) no-repeat 180px;
	border: 1px solid #fcfcf7;
}

#headerimg {
	display: none;
	margin: 0 0 0 45px;
	height: 100px;
	width: 450px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: -10px 0 0 210px;
	width: 614px;
	border: none solid #fcfcf7;
/*background: url(http://www.duo-hora.de/images/body-back-1a.jpg) no-repeat -30px 70px;*/
}

* html .narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0 0 0 105px;
	width: 614px;
	border: 1px solid #fcfcf7;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 450px;
	border: 1px solid #fcfcf7;
}

.post {
	margin: 0 0 40px 0;
	padding: 0 1px 0 1px;
	text-align: left;
	position: relative;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 0;
}

.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: both;
	margin-top: 0;
}

.clear {
	clear: both;
}

#footer {
	
	padding: 0;
	margin: 0 auto;
	width: 644px;
	clear: both;
	margin: 0 0 0 200px;
	background-color: #fcfcf7;
	border-top: 1px solid #bfbfbf;
	font-size: 1em;
}

#footer p {
	font-size: 1em;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #616161;
}

/* End Structure */

/* @group Begin Headers */

h1, h2, h3 {
	font-family: Arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

h1 a {
	font-size: 1.2em;
	text-align: left;
	color: red;
}

#headerimg .description {
	
}

h2 {
	font-size: 1.9em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.6em;
	width: 165px;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #f7100f;
	text-align: left;
	margin: 0 0 0 -10000px;
}

#headerimg .description {
	text-decoration: none;
	color: #727272;
	text-align: left;
	margin: 88px 0 0 -45px;
	font-size: 1.4em;
}

h1 a:hover {
	color: black;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #3b1417;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h1 {
	padding-top: 80px;
	margin: 0;
	font-size: 4em;
	color: red;
}

h2 {
	margin: 10px 0 0 0;
	color: #f7100f;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 2.6em;
	width: 654px;
}


div.post h3 {
	margin: 6px 0 0 0;
	padding: 0 0 3px 7px;
/*width: 654px;*/
}

div#content h3 {
	text-align: left;
	margin: 4px 0 2px 0;
	color: #fb8f1c;
	padding: 4px 0 0 0px;
	width: 614px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.9em;
}
div#content div.category-termine h3 {
	float: left;
}
* html div#content h3 {
	float: none;
}

* html div#content div.category-termine h3 {
	float: none;
}

div#front div#content h2, div#content h2 {
	text-align: left;
	margin: 18px 0 0 0;
	color: #3b1417;
	padding: 0 0 0 0px;
	font-size: 2.4em;
	width: 600px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
}
div#content div.category-newsletter h3, div#content div.category-ueber-uns h3, div#content div.category-programme h3, div#content div.category-kontakt h3, div#content div.category-impressum h3, div#content div.post h3#post-20, div#content div.category-links h3{
	text-align: left;
	margin: 18px 0 0 0;
	color: #3b1417;
	padding: 0 0 0 0px;
	font-size: 2.4em;
	width: 600px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	font-style: normal;

}
/*
h2.pagetitle {
	text-align: left;
	margin: 10px 0 0 0;
	color: #f7100f;
	padding: 0 0 5px 8px;
	font-size: 2.4em;
	width: 634px;
	height: 41px;
	background: url(http://www.duo-hora.de/images/article-title-back3a.jpg) no-repeat   -8px -62px;
}*/

div#sidebar h2.widgettitle {
	margin-top: 20px;
	text-align: right;
	font-size: 1.8em;
	font-weight: bold;
	width: 180px;
	height: 20px;
	background-image: none;
}

/* THE BELOW IS FOR THE EVENTS CALENDER */

div#sidebar li#events h2.widgettitle, div#sidebar li#events h2.widgettitle:hover, div#sidebar li#events h2.widgettitle a:hover {
	margin-top: 20px;
	margin-bottom: -10px;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	width: 180px;
	height: 35px;
	background-image: none;
}

/*  end events calender */

div#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

h4 {
	width: auto;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	font-size: 1.5em;
	font-style: italic;
	color: #fa100f;
}

h5 {
	padding: 0;
	margin: 5px 0 1.3em 0;
	font-size: 1.3em;
	font-weight: bold;
}



/* @end */

/* Begin Images */

p img {
	padding: 0;
}

/*	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, #sidebar ul ul li:before {
	content: "";
}

.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;
}

/* @group SIDEBAR, MENU */


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0 10px 5px;
	width: 180px;
	float: left;
	text-align: right;
}

#sidebar a {
	height: 18px;
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	display: block;
	text-decoration: none;
	color: #000;
}



#sidebar ul li#extended-categories-1 ul li.cat-item {
	margin: -3px 0 0;
	padding: 5px 4px;
	border-bottom: 1px solid #000;
}


#sidebar ul li#extended-categories-1 ul li:hover {
	height: 18px;
	color: #fcfcf7;
	background-color: black;
}

#sidebar ul li#extended-categories-1 ul li:hover  a {
		color: #fcfcf7;

}
#sidebar ul li#extended-categories-1 ul li a:hover {
	height: 18px;
	display: block;
	color: #fcfcf7;
	text-decoration: none;
}

#sidebar ul li#extended-categories-1 ul li.current-cat {
	height: 18px;
	display: block;
	background-color: black;
	color: white;
}

#sidebar ul li#extended-categories-1 ul li.current-cat a {
	color: #fcfcf7;
}



small, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
}


#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar form {
	margin: 0;
}


* html #sidebar ul {
	border-bottom: 0 solid black;
}

* html #sidebar ul li#extended-categories-1 ul li.cat-item-3 a, * html #sidebar ul li#extended-categories-1 ul li.cat-item-4 a, * html #sidebar ul li#extended-categories-1 ul li.cat-item-5 a, * html #sidebar ul li#extended-categories-1 ul li.cat-item-6 a, * html #sidebar ul li#extended-categories-1 ul li.cat-item-7 a, * html #sidebar ul li#extended-categories-1 ul li.cat-item-8, * html #sidebar ul li#extended-categories-1 ul li.cat-item-9, * html #sidebar ul li#extended-categories-1 ul li.cat-item-16 {
	border-top: 1px solid black;
	height: 22px;
}

* html #sidebar ul li#extended-categories-1 ul li.cat-item-3 {
		border-bottom: 0 solid black;
}
* html #sidebar ul li#extended-categories-1 ul li.cat-item-3 {
		border-bottom: none;
}

* html #sidebar ul li#extended-categories-1 ul li.cat-item {
	margin: 0 0 0 0;
	padding: 0 0;
	border-bottom: 0 solid #000;
}

* html #sidebar ul li#extended-categories-1 ul a:hover {
	height: 22px;
	color: #fcfcf7;
	background-color: black;
}

* html #sidebar ul li.current-cat, div#front li.cat-item-3 {
	color: #fcfcf7;
	background-color: black;
}

* html #sidebar li.current-cat a, div#front li.cat-item-3 a {
	color: #fcfcf7;
	background-color: black;
}

* html #sidebar li#search {
	border: none;
	padding-top: 15px;
}

* html #sidebar form input {
	width: auto;
}


#sidebar form submit {
	width: 15px;
}

/* End Entry Lists */

/* @end */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: right;
}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.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 {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #fefcec;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px 0;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 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 */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 20px 0 1px 0;
	padding-left: 8px;
	color: #646464;
	font-style: normal;
	border-left: 20px solid #fccc69;
}

blockquote p {
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 4px 0 0 0;
	font-style: italic;
	color: #dc7110;
	font-weight: normal;

}

p {
	width: auto;
	padding: 0 0 0 0;
	margin: 8px 0 0 0;
	color: #1e0000;
	font: 1.1em Verdana, "Lucida Grande", Lucida, sans-serif;
}

span.title {
	font-weight: normal;
	font-style: normal;
}

blockquote cite {
	margin: 5px 0 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

img.bookcovers-sm {
	border: 1px solid #000;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
}

img.bookcovers-sm2 {
	border: 0 solid #000;
	position: relative;
	float: left;
	margin-left: -15px;
	margin-bottom: 10px;
}

img.bookcovers {
	border: 1px solid #000;
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.image-container {
	float: right;
	margin: 1.5em 0;
}

div.image-container p {
	text-align: right;
	margin-top: -20px;
	font-size: .8em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*/

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

/* @group IMAGES */

img.vert-right {
	margin-left: 0;
	margin-right: 12px;
clear: both;}
div.foto-container {
	width: 220px;
	float: right;
	clear: right;
	margin-left: 1.0em;
}

div.foto-container-termine {
	width: 220px;
	margin: 90px 10px 0 400px;
	position: absolute;
}
table.newsletter {
	border: 1px solid #fb7b1b;
	background-color: #fddaac;
	margin-top: 1em;
}

table.newsletter  td {
	border-style: none;
	font-weight: bold;
}
/* @end */

/* @group FOOTER-NAV-LIST
 */

div#footerNav {
	text-align: center;
}

div#footerNav ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

div#footerNav #navlist li
{
display: inline;
list-style-type: none;
}

div#footerNav #navlist a { padding: 3px 10px; }

div#footerNav #navlist a:link, div#footerNav #navlist a:visited
{
color: #1d7ffc;
background-color: #fcfcf7;
text-decoration: none;
}

div#footerNav #navlist a:hover
{
color: #fcfe1a;
background-color: #c47017;
text-decoration: none;
}

div#footerNav ul.post-3 li#home a, div#footerNav ul.Home li#home a, div#footerNav ul.uns li#ueber-uns a, div#footerNav ul.Programme li#programme a, div#footerNav ul.Termine li#termine a,   div#footerNav ul.Kontakt li#kontakt a, div#footerNav ul.Termine li#termine a, div#footerNav ul.Newsletter li#newsletter a, div#footerNav ul.Links li#links a, div#footerNav ul.Impressum li#impressum a
{
color: #fcfe1a;
background-color: #c47017;
text-decoration: none;
}
/* @end */