/*
Theme Name: WordPress Bernheim_Jeune
Theme URI: http://wordpress.org/
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Edited by  --- Einar Moos
        for bernheim-jeune.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF;
	background-image: url(http://www.bernheim-jeune.com/images/bg5_w.gif);
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}


#page {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #CC9933;
	width: 990px;
	text-align: left;
	}
.narrowcolumn {
	float: left;
	padding: 7px 45px;
	margin: 0;
        background-color: #FFF;
        width:900px;
	}
#header {
	background: #FFF url('http://www.bernheim-jeune.com/images/bg_water2.gif');
	}

#bernheim {padding: 12px;
        margin: 0px;}
#headerimg 	{
	margin: 7px 0 0;
	height: 160px;
	}

#content {
	font-size: 1.2em;
	}
#footer {
	background: #FFF url('http://www.bernheim-jeune.com/images/bg_water2.gif');
	border-top: 2px solid #CC9933;
        width: 967px;
	padding: 12px;
	clear: both;
	text-align: center;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin: 0;
	padding-left: 12px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #CC9933;
	text-align: left;
}




/* End Headers */
h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h4     {margin-top: 18px;
        font-weight: bold;
        font-size: 1.25em;}



#headerimg .description {
        position: relative;
	font-size: 1.1em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
h3.pagetitle {
	font-size: 1em;
        line-height: 1.5em;
        text-align: center;
	}


h3 {
	font-size: 1.3em;
        margin-top: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: underline;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black;
	}

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;
        color: black;
	}

p.coda {padding-top: 12px;  clear: left;}

.entry p a:visited {
	color: black;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

h2.sub-title {
	margin: 0;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #CC9933;
}

p.sub-subtitle {
        float: left;
	margin: 7px 0 0 12px; 
	font-size: 11px; 
	line-height: 1.3em; 
	text-align:left; 
	letter-spacing: 0.2em; 
	color: #CC9933;}

/* End Typography & Colors */



/* Begin Structure */



#header {
	background-color: white;
	margin: 0;
	padding: 0;
	height: 160px;
	}

#headerimg {
	margin: 0;
	height: 160px;
	width: 100%;
	}

#icon { padding: 7px;}



.widecolumn {
	padding: 5px 0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
        margin: 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 {border: 1px solid black;}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
        border: 1px solid black;
	}

img.cat {
	display: block;
	margin-left: auto;
	margin-right: auto;
        border: 1px solid black;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
        border: 1px solid black;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
div.subtitle { margin-left: 200px;
	margin-bottom: 12px;
	width: 500px;
       	text-align: center;}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */






/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}



select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Various Tags & Classes */


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: 1px;
	}

.navigation {
	display: block;
	text-align: center;
	margin:0;
        width: 950px;
	}
/* 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 */

p.en {
	margin: 7px; 
	line-height: 1.3em; 
	text-align:center; 
	letter-spacing: 0.1em; 
	color: #CC9933;}
p.fr {
	margin: 7px; 
	font-family: verdana, sans-serif; 
	line-height: 1.5em; 
	text-align:center; 
	letter-spacing: 0.1em; 
	color: #CC9933;}
	




	
.copyright {
	text-align: center; 
	font-family: verdana, sans-serif; 
	color: #CC9933; font-size: 0.9em; 
	margin-bottom: 1.8em;}
	
.nota-bene { 
        margin-left: 10%;
       	text-align: center; 
	font-family: arial, helvetica, sans-serif;
	width: 80%; 
	border: 2px solid #CC9933; 
	padding: 3px; 
        margin-top: 7px;
	font-size: 12px;}


/* art list */

#navlist li {
        float: left;
        padding: 7px;
	margin: 0 15px 45px 0px;
        text-align: left;
        border: 2px solid #CC9933;
        list-style-type: none;
        width: 800px;
        clear: both;}
li {list-style-type: none;}

#artcontainer ul
{
margin: 30px 25px;
padding: 10px;
list-style-type: none;
}

#artcontainer ul li { display: inline; }
ul#art-list { 
	font-family: sans-serif; 
	float: left; 
	position: relative; 
	left: 50%;
	}
	
ul#art-list a
{
	letter-spacing: 1px;
	text-decoration: none;
}

ul#art-list, ul#art-list ul, ul#art-list li
{
	margin: 0px;
	padding: 3px 3px;
	list-style-type: none;
}

ul#art-list li { 	
	float: left; 
	position: relative; 
	right: 50%;}

ul#art-list li a
{
	color: #cc9933;
	background-color: transparent;
	padding: 0px;
	border: none;
}

ul#art-list li a:hover
{
	color: white;
}

ul#art-list li a:active
{
	color: #cc9933;
	background-color: none;
}


ul#art-list li:hover 
{
	display: block;
	position: relative;
	letter-spacing: 1px;
	padding-top: 1px;
}

ul#art-list li:hover  li a
{
	display: block;
	border: none;
	padding: 0px;
}


div#artists {
        float: left;
        padding: 0px;
	text-align: center;
        background-color: white;
        width: 900px;
}

.expo {
	float: left; 
	margin: 5px 0px; 
	text-align: center; 
	width: 200px;
}
	
h3.sockle {
	text-align: center;
	margin: 0;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #CC9933;
}
p.detail {
	text-align: center; 
	color: #CC9933;}


#flaggenmast { heigth: 30px; width: 120px; margin: 0px; padding-bottom: 10px; float: right; clear: right; }
      
ul#qtranslate-chooser { display: inline; list-style: none; margin: 0; padding: 0; }
 
ul.qtrans_language_chooser li { list-style: none; display: inline; float: left; margin: 0; padding: 0;
        list-style-type: none; }
   
a.qtrans_flag { margin-left: 10px;}


	
/* "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." */

