/*  
Theme Name: Golusda
Description: Basierend auf a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://www.kylaloo.net">Mathias Hundt</a> und <a href="http://blogshop.de">Olaf A. Schmitz</a>.
Version: 1.5
Author: Barbara Conradt
Author URI: http://www.w-publish.de

	
/* Begin Typography & Colors */

body{	min-height: 101%; /* verhindert Abschalten des Scrollbalkens in Firefox  bei wenig Inhalt */
	margin:0;
	padding:0;
	background-color:#fff;
	color:#808000;
	text-align: center;
	font:x-small Arial, Verdana, Tahoma, Helvetica, sans-serif;/* Box-Model-Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
} 

html>body {font-size:small;}/* Box-Model-Hack Ende */

#page{
	text-align: left;
	}

#page, #header {
	background-color: transparent;
	}

#content {
	/**/font-size: 1.1em;
	}

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

.widecolumn, .widecolumn .entry {
	line-height: 1.4em;
	}
	
.postmetadata {
	text-align: left;
	}

.alt {
	border-top: 1px dotted #808000;
	}

#footer {
	border-top: 5px solid #D0D099;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdanda, Sans-Serif;
	font-weight: bold;
	}

	
	
	
div#headerimg{
		border-bottom: 5px solid #D0D099;
		text-align: center;

}
div#headerimg h1 {
	font-size: 1.6em;
	font-style: italic;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}


#header .description {
	width: 760px;
	margin: 0 auto;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-top: 0;
	margin-top: 0;
	background-color: transparent;
	}



h2, h2.pagetitle {
	font-size: 1.4em;
	margin-top: 30px;
	}

h3 {
	font-size: 1.2em;
	}
	

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

h2, h3 {
	color: #808000;
	}

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

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

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color:#467D94 ;
	text-decoration: none;
	}

a:hover {
	color: #467D94;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: transparent;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 0px solid #808000;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-color: transparent;
	}

#headerimg {
	margin: 0;
	text-align: left;
	background-color:transparent;
	}

.widecolumn {
	float: right;
	padding: 0px 0 20px 0;
	margin: 0px;
	width: 560px;
	}
	
.post {
	margin: 30px 0 0 0;
	}

.post p{
	margin: 0 0 0.5em 0;
	}

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

.postmetadata {
	/*clear: left;*/
}

#footer {
	padding: 0 0 0 1px;
	text-align: center;
	margin: 0 auto;
	width: auto;
	clear: both;
	}

#footer div {
font-size: 1em;
font-style: italic;
	margin: auto;
	padding: 0px 0;
	text-align: right;
	width: 760px;
	margin-bottom: 2em;
	}
/* End Structure */

/*	Begin Headers */
h1 {	
	padding: 30px 0 0 0;	
	margin: 0;
	}

h2 {
	margin: 0px 0 0.9em 0;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */



/* 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: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	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 {
	list-style: decimal outside;
	}

/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}


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

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #808000;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 18px;
	border-left: 5px solid #D0D099;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/* Rolling Menu Styles */


.verweis{
	padding-bottom: 0.8em;
	margin-top: 0;
	padding-top: 0;
	font-size: 0.9em;
	text-align: right;
	color: #333;
	
}

.bildtext{
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top: 0.6em;
}

.presse{
	font-size: 0.9em;
	font-style: italic;
	color: #333;

}

#post-4 p:first-letter {/* Leerzeichen wegen IE5, IE6 In IE7 Bug behoben*/
padding-right: 0.05em;
font-weight: bold;
font-size: 1.1em;
}

#post-8 br{
line-height: 0px;
}



.entrytext ul li, .linkList li{
list-style-image: url(images/list.gif);
margin-bottom: 0.5em;
}

.clearboth{
	clear: both;
}

/* bof sidebar */

#sidebar{
	width: 148px;
	margin-right: 50px;
	padding: 1em 0;
	float: left;
	margin-top: 30px;
	margin-bottom: 200px;
	font-size: 1.05em;
	border: 2px dotted #808000;
	border-width: 2px 2px 2px 0;	
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

	/* Navigation erste Ebene*/
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li a {
	display: block;
	padding: 0px 10px 0px 0;
	background-color: transparent;
	color: #808000;
	font-size: 1.05em;
}
#sidebar ul li a:hover {
	background-color: #fff;
	color: #DA3600;
	text-decoration: none;

	
}

.page_folder a{
	background-image: url(images/nav_blau_rechts.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}

#sidebar ul .page_item .page_folder a{
	background-color: #DA3600;
	color: #7D4900;
	}


#sidebar ul .page_item .page_folder a:hover{
	color: #DA3600;
	background-color: #000;
	}

#sidebar ul li.current_page_item a, #sidebar ul ul li.current_page_item a, #sidebar ul li.page_item current_page_ancestor a{
	color: #DA3600;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 5px solid #DA3600;
	}

#sidebar ul ul .current_page_item .page_item a:hover{
	background-color: transparent;
}

#sidebar ul ul .page_item a{
	background-color: transparent;
	color: #808000;
}

#sidebar ul ul .page_item a:hover{
	background-color: transparent;
	color: #DA3600;
}

#sidebar ul ul ul .page_item a{
	background-color: transparent;
	color: #7D4900;
}

#sidebar ul ul ul .page_item a:hover{
	background-color: transparent;
	color: #7D4900;
}


#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	}
	
#sidebar  ul a {
	margin: 0px;
	padding-left:10px;
	height: 20px;
	}
	
#sidebar ul ul a {
	margin: 0px;
	padding-left: 20px;
	height: 18px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	padding-left: 0px;
	}
	
#sidebar ul ul ul a {
	margin: 0 0 0 0px;
	padding-left: 30px;
	height: 16px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	

 	#sidebar ul li, #sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 2px 0;
	padding: 0;
}

/* eof sidebar */

.bild{
	margin: 6px 7px 7px 0; 
	float: left; 	
	}


.bild img, .bilder img{
	border: 1px solid #333;
	 margin-right: 10px;
	 margin-bottom: 5px;
}

div.bilder{
	padding-bottom: 1em;
	}



/* bof tanz und theater*/

.tanzTitle{
	margin: 2px 0 2px 60px;/* linker Abstand bei IE 63px sonst 60px */
	padding:0;
	width: 497px;
	}
	
div.tanzContent{
	padding: 0;
	margin: 0 0 0 60px;
	width: 497px;	/* lBreite bei IE 494px sonst 497px */
	}

div.tanzContent h3, div.tanzHeadlineTime{
	margin: 0;	
	padding: 1px 0;
	font-size:14px;
	height: 20px;
	font-weight: bold;
	}

div.tanzContent h3{
	margin-bottom: 7px;
	}
	

.tanztheater{
	background-image: url(images/bg_tanz_theater.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
div.tanzHeadlineTime{
	float: left;
	width: 50px;

	}
	

/* eof tanz und theater*/
	
/* bof bild und text */	
	.textBild{
	margin-top: 0px;
	font-weight: bold;
	padding: 0 0 0 5px; 
	margin-bottom: 0.5em;
	border: 2px solid #CCCC99;
	border-width: 2px 0 2px 0;
	background-color: #CCCC99;
	font-weight: bold;	
	}	
	
.textBildTime{
		float: left;width: 56px;/* linker Abstand bei IE 52px sonst 56px */
	}
	
.textBildContent{
	width: 490px;
	margin-left: 60px;
	}
/* eof bild und text */
	
/*  bof  Startseite */
	
div#startseite{
	text-align: right;
}

#startseite img{
	width: 228px;	
	margin-right: 10px;
}
	
#container{
	text-align: center;
	float:right;
	width:228px;
	}
	
#container p{
	padding: 0;
	margin: 0;
	}
	
td.container_td{
	height: 342px;
	vertical-align: bottom;
	}
	
div.containerContent{
	padding: 30px 10px;
	background-color: #D0D099;
	}	
/*  eof Startseite */

.contactVogel{
	vertical-align: top;
	margin-right: 2em;
	}

.contactright span{
	color:#DA3600;
	font-weight: bold;
}

.top{
	text-align: right;
	margin-bottom: 0.4em;
	margin-top: 0.1em;
	font-size: small;
	clear: both;
}

.top a{
	color: #808000;
	text-decoration: none;
}

/* bof neues */
.neues{
	margin-top: 0px;
	font-weight: bold;
	padding: 0 0 0 5px;
	 margin-bottom: 0.5em;
	 border: 2px solid #CCCC99;
	 border-width: 2px 0 2px 0;
	}
	
.neuesContent{
	width: 500px;
	margin-left: 60px;
	}
/* eof neues */

#printfooter,
.printTitle{
	display: none;
}

div.video{

margin: 24px 20px 24px 60px;


}
