/*
Theme Name: MMX (based on WP Blank: http://annalinnea.net/)
Description: THeme for MMX
Version: 1.0
Author: Oliver Fuhrmann (oliver.fuhrmann@gmx.de)
Tags: empty, clean, development, design

	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* decides which side the sidebar is on
@import url("layouts/sidebar_left.css"); 
 */
/* -- just some ugly styling to make it easier to get started, can safely be removed */

* { margin: 0; padding: 0}

/* - BASIC STUFF - */
body {background:#FFF;font:100.1% Arial, Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding-top:50px;}
a {text-decoration:none;color: #e9b43f;}
a:hover {text-decoration:none;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

img {border: none}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* WRAPPER */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:800px;font-size: 1.2em;}

/* HEADER */
#header {margin-bottom: 50px;}

	/* NAV */
	#header .nav  {
		font-size: 1.3em;
		font-weight: bold;
		text-transform: uppercase;		
		float: left;
	}
	#header .nav li {
		display: inline;
		padding-right: 30px;
		margin: 0;
	}
	.nav  a, .nav a:link, .nav a:visited{
		color: #6f6d6d;
	}
	.nav  a:hover, .nav a:active, .nav li.current_page_item a{
		color: #e9b43f;
		text-decoration: none;
	}	
	

	
/* CONTENT */
.entry-content h3{
	margin-bottom: 5px;
}
.entry-content h3 a, .entry-content h3.open a:hover{
	color: #6f6d6d;
}
.entry-content h3 a:hover, .entry-content h3.open a{
	color: #e9b43f;
}
.entry-content p{
	margin-top: 0px;
}
.entry-content h3 span{
	font-weight: normal;
	font-size: 0.8em;
	color: #000000 !important;
	padding-right: 20px;
}
.entry-content h3 span:after{
	clear: both;
}
.entry-content .ex-content{
	display: none;
	border: 1px dashed #6f6d6d;
	padding: 10px;
}
.entry-content div.open{
	display: block;
}
.entry-content a.close{
	font-size: 0.8em;
}

/* HOME */

.home-image { background: #e9b43f; padding:0px;color: #FFFFFF;}
.home-image a {color: #FFFFFF;}
.home-image .ngg-singlepic {
	border:none;
	border-right: 5px solid #FFFFFF;
	padding:0;
	float: left
}
.home-image div.teaser{ float:left;padding: 10px; }

.home-image h3 {font-size:1.2em;padding-bottom:10px;}
.home-image .currex {padding-bottom:20px}

.exhibition, .event {padding-bottom:10px;font-size:1em;}
.exhibition a span, .event a span{display: block;color: #6f6d6d;font-size:0.6em;font-weight: bold;}

/* EXHIBITION */

#exhibitions {margin-top: 20px}


/* CALENDAR */


.calnav {margin-top:20px;}

.calnav a{
	text-transform: uppercase;
	border-left: 2px solid black;
	padding: 0px 10px;
}
.calnav a.first {
	border-left: none;
	padding-left: 0;
}
.calnav a:hover, .calnav a.active {
	color: #e9b43f;
}
.wday { 
	float:left;
	width: 114px;
	height: 150px;
}
.wday h4 {
	margin: 0px; 
	padding: 5px 5px 5px 0px; 
	border-bottom: 2px solid black; 
	line-height: 1.2em;
	text-transform: uppercase;
}
.wday h4.sun{
	color: #e9b43f;
}
.wday h4.sat{
	color: #666666;
}
.wday p {
	padding-top: 5px;
	font-size: 0.6em;
}
.wday span.time {
	width:25px;
	float: left;
	font-size: 0.6em;
}
.wday p a{
	background: #e9b43f;
	color: #FFFFFF;
	font-weight: bold;
	padding:1px;
	float:left;
	max-width:80px;
}
.wday p a:hover{
	background: none;
	color: #e9b43f;
}



/* FOOTER */
#footer {overflow:hidden;margin-top:60px;clear:both;float:none;text-align:center;}

	/* NAV */

	#footer .nav {
		font-size: 1em;
		float: right;
		line-height: 50px;
	}
	#footer .nav li {
		display: inline;
		padding-left: 10px;
		margin: 0;
	}	

	#footer h1 a {
		background: url(img/logo.png);
		font-size:0px;
		width:100px; 
		height: 38px;
		display:block;
	}
	#footer h1 a:hover {
		background: url(img/logo_hover.png);
	}	
	#footer h2 { 
		text-transform: uppercase;	
		color: #6f6d6d;
		font-size: 0.45em;
		margin: 0px;
	}


/* Zeug*/
.clear {clear: both }
.fleft {float: left}
.fright {float: right}
.dnone{display: none;}