/* 
JAZZ in Guetersloh
CSS File

brown: #514320
green: #97BE0D

*/
 
@import url(accordion.css);
@import url(captions.css);

* {
	margin: 0;
	padding: 0;
	border: none;
}
 
body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

span.displaynone { display:none; }

#wrap {
	clear: both;
	width: 930px;
	margin-top: 15px;
	position: relative;
}

#header {
	width: 930px;
	margin: 15px 0 35px 0;
}

	#sidebar {
		clear: both;
		float: right;
		width: 250px;
		margin: 0 0 2em 0;
	}
	
	#content {
		float: left;
		width: 680px;
		margin: 0 0 2em 0;
	}
	
		#main {
			float: left;
			width: 395px;
			margin: 0 0 0 20px;
		}
		
		#main.wide {
			width: 660px !important;
		}
		
		#innerSidebar {
			float: right;
			width: 265px;
		}

#footer {
	clear: both;
	background-color: green;
}


/* Header
----------------------------------------------------------------------------------- */

#header h1 a {
	float: right;
	display: block;
	height: 130px;
	width: 250px;
	border: red;
	background: url(images/jig_logo.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#header ul#meta {
	list-style-type: none;
	padding: 7px 0 13px 25px;
	float: left;
	height: 37px;
	width: 650px;
}

	#header ul#meta li {
		display: inline;
		color: #514320;
		margin: 8px 10px;
	}
	
	#header ul#meta li.current {
		border-bottom: 1px dotted #97BE0D;
		}
		
		#header ul#meta li#theSearch {
			background: url(images/search_bg.png) 0 0 no-repeat;
			padding: 8px 10px 15px 10px;
		}
		
		li#theSearch form {
			display: inline;
		}
		
		li#theSearch form input#searchfield {
			border: none;
			width: 95px;
			background-color: #97BE0D;
			color: #514320;
		}
	
	
#header ul#nav {
	list-style-type: none;
	padding: 0 0 0 20px;
	float: left;
	height: 72px;
	background: url(images/nav_ul_start.png) 0 0 no-repeat;
}

	#header ul#nav li {
		display: inline;
	}
	
	#header ul#nav li a {
		float: left;
		padding: 72px 0 0 0;
		width: 108px;
		background-position: top left;
		background-repeat: no-repeat;
		height: 0px !important; 
		text-indent: -9999px;
	}
	
		#header ul#nav li a#programm			{background-image: url(images/nav_programm.png);}
		#header ul#nav li a#tickets				{background-image: url(images/nav_tickets.png);}
		#header ul#nav li a#besucherinfo  {background-image: url(images/nav_besucherinfo.png);}
		#header ul#nav li a#presse 				{background-image: url(images/nav_presse.png);}
		#header ul#nav li a#partner 			{background-image: url(images/nav_partner.png);}
		#header ul#nav li a#archiv 				{background-image: url(images/nav_archiv.png);}
		
	#header ul#nav li a:hover {
		background-position: 0 -72px;
	}

	#header ul#nav li.current a {
		background-position: 0 -144px;
	}	

/* Links
----------------------------------------------------------------------------------- */

a:link, a:visited, a:active {
	color: #514320;
	text-decoration: none;
}

a:hover {
	color: #97BE0D;
}

a:focus {
	outline: none;
}

ul.downloads li {
	background: url(images/icon_download.png) 0 50% no-repeat;
	padding: 0 0 0 22px;
	margin: 2px 0;
}

ul.links li {
	background: url(images/icon_link.png) 0 50% no-repeat;
	padding: 0 0 0 22px;
	margin: 2px 0;
}

/* Sidebar Navigation
----------------------------------------------------------------------------------- */

ul#sidebarnav {
	list-style: none;
	font-size: 1.2em;
}

	ul#sidebarnav li {
		background: url(images/subnav_bg.png) center left no-repeat;
		margin: 0 0 3px 0;
		padding: 0 0 0 60px;
		height: 44px;
	}
	
	ul#sidebarnav li a {
		display: block;
		padding: 12px 0 8px 8px;
	}

	ul#sidebarnav li.current {
		font-weight: bold;
		background: url(images/subnav_bg_selected.png) center left no-repeat;
	}




/* Content
----------------------------------------------------------------------------------- */

#main h1 {
	color: #514320;
	font-size: 1.5em;
	margin: 0 0 .2em 15px;
}

#main h2 {
	color: #514320;
	font-size: 1.2em;
	margin: .6em 15px;
}

	#main h2 span {
		font-weight: normal;
	}

#main h3 {
	color: #514320;
	font-size: 1.1em;
	margin: 0 0 1em 15px;
}

#main h4 {
	/*color: #514320;*/
	color: #B1AA9A;
	font-size: .8em;
	margin: 0 15px .6em 15px;
	padding: 0 0 .3em 0;
	border-bottom: 1px dashed #999;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}

#main p, .copytext {
	line-height: 150%;
	font-size: 1.1em;
	margin: 0 10px 1em 15px;
}

#main blockquote {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	padding: .5em 15px;
}


#main p.date {
	font-size: 1em;
	color: #999;
	margin: 0 0 0 15px;;
}


#main ul {
	list-style: none;
	margin: 15px;
	font-size: 1.1em;
}

	#main ul li {
		
	}


#main hr {
	margin: 10px 25px 10px 15px;
	padding:0px;
	border-bottom: 1px dashed #999999;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
}

/*
#main hr {
	background:transparent url(images/main_hr.png) no-repeat scroll 0 0;
	border:0 none;
	clear:both;
	height:20px;
	margin:0 0 1.8em;
	outline-style:none;
	outline-width:medium;
}
*/


DIV.pressPost  {
	margin: 0  15px 0 0;
	padding: 5px 0;
}

	.pressover {
			cursor: pointer;
			background: #E5E3DE url('images/accordion_bg.png') top left repeat-y;
		}


#sidebar p {
	margin: 0 0 1em 10px;
}

img.headline {
	margin-bottom: 10px;
}

#jazzMap {
	width: 610px;
	height: 400px;
	margin: 1em 0 0 15px;
	border: 1px solid #97BE0D;
}

img.eventPic {
	max-width: 200px;
	float: right;
	padding: 0;
	margin: 0 5px 0 15px;
}

#imageContainer {
	margin: 10px 15px;
	background-color: #f6f5f4;
	padding: 5px;
}





/* Inner Sidebar News
----------------------------------------------------------------------------------- */

DIV.newsPost  {
	background: url(images/green_dot.png) 0 2px repeat-y;
	margin-right: 15px;
}

	.newsover {
		cursor: pointer;
		background-image: url(images/brown_dot.png) !important;
	}

DIV.newsPost h3 {
	color: #514320;
	font-size: 1em;
	margin: .2em 0 .2em 15px;
	padding: 0;
}

DIV.newsPost p {
	font-size: .9em;
	margin: .2em 10px 1em 15px;
	line-height: 145%;
}

	DIV.newsPost p.date {
		margin: 0 0 0 15px;
		font-weight: bold;
		color: #97BE0D;
		font-size: 1em;
	}




/* Sidebar News
----------------------------------------------------------------------------------- */

DIV#sidebar DIV.newsPost h3 {
	margin: .2em 0 .2em 15px;
	padding: 0;
}

DIV#sidebar DIV.newsPost p {
	margin: .2em 10px 1em 15px;
}

	DIV#sidebar DIV.newsPost p.date {
		margin: 0 0 0 15px;
	}




/* Sidebar Events
----------------------------------------------------------------------------------- */

DIV.eventPost {
	margin: 0 0 3px 0;
	padding: 6px 0;
	background: url(images/ticket_bg.png) 0 0 repeat-y;
}

.eventover {
	cursor: pointer;
	background-image: url(images/ticket_bg_active.png) !important;
}

	.eventover h4 a, .eventover span {
		color: #fff !important;
	}
	
	
.eventPostLeft {
		float: left;
		width: 90px;
		text-align: center;
		color: #97BE0D;
		font-weight: bold;
	}
	
	.eventPostLeft .eventDate {
		font-size: 1.4em;
		padding: 0 0 8px 0;
		display: block;
	}
	
.eventPostRight {
		float: right;
		width: 145px;
	}
	
	.eventPostRight h4 {
		font-size: 1em;
		margin: 0 10px .3em 0;
	}
	

ul.pictureStream {

}

	ul.pictureStream li {
		float: left;
	}
	
		ul.pictureStream li img {
			width: 85px; 
			padding: 2px;
		}
		
	




/* Browse Elements
----------------------------------------------------------------------------------- */

#browse {
	border-bottom: 1px solid #E5E3DE;
	margin: 0 15px .5em 0;
	padding: 5px 0 3px 0;
}

	#browseLeft {
		float: left;
		margin-left: 15px;
	}
	
	#browseRight {
		float: right;
		margin-right: 15px;
	}

span.number {
	color: #fff;
	background-color: #97BE0D;
	padding: 1px 2px;
}

/* Forms
----------------------------------------------------------------------------------- */

dl#theForm {
	margin: 0 25px 0 0;
	padding: 0 15px;
}

	dl#theForm dd {
		margin-bottom: 10px;
	}
	
	dl#theForm dd.radio {
		margin: 3px 0 10px 0;
		padding: 5px;
		width: 450px;
		background-color: #E5E3DE;
	}
	
		dl#theForm dd.radio input {
			vertical-align: middle;
		}
	
	dl#theForm dd input.text, dl#theForm dd textarea {
		margin: 3px 0 0 0;
		padding: 5px;
		width: 450px;
		border: none;
		background-color: #E5E3DE;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	
		dl#theForm dd input:focus, dl#theForm dd textarea:focus {
			background-color: #97BE0D;
			color: #fff;
		}
	
	.highlight {
		background-color: #97BE0D;
		color: #fff;
		padding: 2px;
	}

	form input.button {
		margin:0 10px 0 15px;
	}

	
/* Suchergebniss
----------------------------------------------------------------------------------- */

dl.htResult {
	margin: 1em 15px;
	font-size: 1.1em;
}

	dl.htResult dt {
		font-weight: bold;
	}
	
	dl.htResult dd {
		border-bottom: 1px dotted #777;
	}

dl.htResult dd ul li {
	display: none;
/*	font-size: .9em;
	margin: 0;
	padding: 0;
	border: 1px solid red;*/
}
	
	
/* Footer
----------------------------------------------------------------------------------- */

#footer {
	clear: both;
	background: #514320 url(images/footer_bg.png) 0 0 no-repeat;
	height: 35px;
	color: #fff;
}

	#footer a {
		color: #fff;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

ul#footerLinks {
	list-style: none;
	margin:0 0 0 35px;
	padding: 8px 0 0 0;	
}

	ul#footerLinks li {
		float: left;
		margin: 0 20px 0 0;
	}

ul#footerMeta {
	list-style: none;
	float: right;
	margin: 0 35px 0 0;	
}

	ul#footerMeta li {
		float: left;
		margin: 0 0 0 20px;
	}


div#infoKulturRaeume {
	position: absolute;
	visibility: hidden;
	width: 250px;
	bottom: 40px;
	left: 75px;
	z-index: 256;
}


/* Clearfix
----------------------------------------------------------------------------------- */

/*-- BREAK to terminate floats --*/
hr.clearfix, br.clearfix {
	visibility: hidden; 
	clear: both; 
	line-height: 0px; 
	background: #fff; 
	height: 0px; 
	font-size: 0px; 
	padding: 0; 
	margin: 0;
}
/*-- class to adjust height of container box to actual height of contained floating elements ------------------*/
/* see <http://www.positioniseverything.net/easyclearing.html> */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */




