/*

Bennos Chaotic Soul	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
body = couleur fond toutes pages
------------------------------ */
body {
	background-color: #bfc0af;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}

#credit {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
        border-bottom: 1px solid #ffcc00;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */

}


/* Text Styles
body = couleur texte paragraphe descriptif
------------------------------ */
body {
	color: #333333;
	font: 78.5%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}
h2 {
	font: 100%  "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #333333;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002e5b;
	margin-top: 30px;
}


/* Link Styles
link = liens SFI et suivante-précédente
------------------------------ */

a:link, a:visited, a:active { 
	color: #333333; 
	text-decoration: none; 
	}
a:hover { 
	color: #757575; 
	text-decoration: none; 
	}

/* Miscellaneous
img = gde image et miniature
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #e6e6df;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 1px solid #333333;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
Numérotation des pages
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
        font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}


/* Image Thumbnails
= miniatures
------------------------------ */

.imagethumb a {
	display: block;
	/* padding: 1px; */
	/* margin: 6px; */
	/* border: 0px solid #92bed3;
	   background: #ddeaf0; */
	line-height: 0px;
}
/* .imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB; 
} */
.imagethumb {
	float: left;
}


/* Album Thumbnails
position des éléments dans page liste
album = miniature
albumdesc = texte
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	margin-left: 0px;
        margin-right: 0px;
	height: 170px;
	clear: both;
	/* border: 1px solid #999999; */
	background: #d5cfab;
}
.album img {
	float: left;
        border: 1px solid #333333;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: left;
	padding-left: 20px;
	width: 800px;
	text-align: left;
}
.albumdesc2 {
	float: left;
	padding-left: 20px;
	width: 980px;
	text-align: left;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
Grande image
imgnav = cadre autour "photo précédente-suivante"
#image = cadre autour gde image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	
}
#image {
	text-align: center;
	line-height: 0;

	padding: 5px;
        border: 0px solid #333333;
        
	margin: 5px;
	
	
}
.imgnav {
	/* float: right;*/ 
	width: 240px;
	color: #fff;
	text-align: center;
	border: 1px solid #333333;
	background: #dfdbbe;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-left: 391px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a{
	display: block;
	width: 50%;
	height: 100%;
	
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #bd934f;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
/*#narrow {
	margin: 0 auto;
	width: 440px;
}*/


/* Comments
------------------------------ */
#comments {
	float: left;
	padding-left: 10px;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	/* background: #FBFCFD; */
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	color: #9C9890;
	background-color: #161410;
	border: 1px solid #363430;
	}
textarea {
	padding: 4px;
	width: 100%;
	color: #9C9890;
	background-color: #161410;
	border: 1px solid #363430;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

/* Bennno's header versuch
Positionnement de l'en-tête
----------------------------*/
#page {
	margin: 15px auto 25px;
	padding: -10px;
	width: 1024px;
	}
	
#header {
        padding-top: -10px;
	text-align: center;
        }



.image {
	background: #22201d url('images/image_left.png');
	border: 1px solid #363430;
	height: 94px;
	width: 353px;
	}
	
	.bkgleft { background: url('images/LogosGalerie2017.png'); float: left; }
	.bkgright { background: url('images/galiangriscentre.jpg'); float: left; background-repeat: no-repeat; }
	
/* #content {
	border-left: 1px solid #363430;
	} */


/*  -----|  Miscellaneous  |------------------------------------------------
Wrapper = cadre fin autour des éléments centraux  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
#wrapper {
	border-left: 1px solid #35302a;
	border-right: 1px solid #35302a;
        
}
	
/*  -----|  Typography  |---------------------------------------------------
widecolumn h2.title = titre principal  */

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Georgia, 'Times New Roman', serif; font-weight: normal; }

h1 { color: #fff; font-size: 2em; margin: 0 0 8px; }
h1:before, h1:after { content: " . . "; color: #444; }
h1 span { color: #bd934f; }

h2 { color: #333333; font-size: 1.10em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #35302a; }
	.post h2 a { color: #ffcc00; }
	.post h2.first { font-size: 1.75em; }
	
	.widecolumn h2.title { 
		display: block; 
		padding: 8px 10px;
		background: #d5cfab;
		margin: 0 0 15px;
                border-top: 1px solid #35302a;
		border-bottom: 1px solid #35302a; 
		font-size: 1.30em;
                text-align: left;}

.description { color: #333333; }

.comments h3 { margin: 0 0 10px 0; color: #bd934f; }
.imgcommentform {width: 600px; margin: 0 auto;}


/*--------| "Copied from" Globals  |--------*/

hr {
	background-color: #dfdbbe;
	border: 1px solid #363430;
	height: 10px;
	margin: 10px 0;
	width: 1024px;
	}
/*--------| Benno styles the inividual album page
.zpimage : padding = épaisseur trait autour vignettes
background = sa couleur
 |------*/
	
div .zpimage {
	float: left; 
	background: #333333;
    border: 0px solid #35302a;
    margin: 5px 3px;
    padding: 0px;
    }
    
div #zpimages {
	margin-left: 10px;
	}
	
/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #86a1b6; }