/*

Bennos Chaotic Soul	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}

#credit {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #B9B8B9;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #A64695;
	border-bottom: 1px dotted #B9B8B9;
}
#credit a:hover {
	color: #B9B8B9;
	border-bottom: 1px solid #B9B8B9;
	text-decoration: none;
}
#gallerytitle {
        color: #A64695;
	padding: 10px 0 10px 0;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}


/* Text Styles
------------------------------ */
body {
	color: #B9B8B9;
	font: 62.5%/125% Arial, Helvetica, sans-serif;
}
h2 {
	font: 120% Arial, sans-serif;
	color: #B9B8B9;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #A64695;
}

h2 a:hover {
	color: #B9B8B9;
}


h3 {
	font: 120% Arial, sans-serif;
	color: #A64695;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:visited, a:active { 
	color: #A64695; 
	text-decoration: none; 
	}
a:hover { 
	color: #B9B8B9; 
	text-decoration: none; 
	}

/* Miscellaneous
------------------------------ */

img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #A64695;
	margin-left: 20px;
	padding-left: 20px;
	color: #B9B8B9;
}


/* Page Navigation
------------------------------ */
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-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #7B276C;
}
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
------------------------------ */

.imagethumb a {
	display: block;
	/* padding: 10px; */
	/* margin: 6px; */
	/* border: 1px solid #B9B8B9;
	   background: #270026; */
	line-height: 0px;
}
/* .imagethumb a:visited {
	border: 1px solid #B9B8B9;
	background: #B9B8B9;
}
.imagethumb a:hover {
	border: 1px solid #B9B8B9;
	background: #270026; 
} */
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	margin-left: 5px;
	height: 90px;
	clear: both;
	background: #181818;
}
.album img {
	float: left;
	margin-bottom: 5px;
}

.album-title {
       padding: 10px 0 0 0;
       font-size: 160%;
       font-weight: bold;
       color: #A64695;
}

.single-album-title {
       padding: 10px 0 0 0;
       font-size: 160%;
       font-weight: bold;
       color: #B9B8B9;
}

.image-title {
       padding: 10px 0 0 0;
       font-size: 160%;
       font-weight: bold;
       color: #B9B8B9;
}

.album h3 {
        font-weight: bold;
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}

.album h3 a.hover {
        color: #B9B9B9;
}

.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: left;
	padding-left: 10px;
	width: 480px;
	text-align: left;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #B9B8B9;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	text-align: center;
	line-height: 0;
	padding: 5px;
	margin: 5px;

	
}
.imgnav {
	/* float: right;*/ 
	width: 140px;
	color: #fff;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-left: 297px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a{
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	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
----------------------------*/
#page {
	margin: 50px auto 25px;
	padding: 0;
	width: 760px;
	}
	
#header {
	text-align: center;
	}



.image {
	background: #22201d url('images/image_left.png');
	height: 150px;
	width: 758px;	
	}
	
	.bkgleft { background: url('images/galleryheader.jpg'); float: left; }
	
/* #content {
	border-left: 1px solid #363430;
	} */


/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#wrapper {
	border-left: 1px solid #363430;
	border-right: 1px solid #363430;
}
	
/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; }

h1 { color: #A64695; font-size: 2em; padding: 10px 0 0 0; margin: 0 0 8px; }
h1:before, h1:after { content: " . . "; color: #444; }
h1 span { color: #bd934f; }

h2 { color: #A64695; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; }
	.post h2 a { color: #B9B8B9; }
	.post h2.first { font-size: 1.75em; }
	
	.widecolumn h2.title { 
		display: block; 
		padding: 13px 10px;
		background: #181818;
		margin: 0 0 15px; 
		font-size: 200%; 
                fong-weight: bold;
		text-align: left;}

.description { color: #666; font-weight: bold; }

.comments h3 { margin: 0 0 10px 0; color: #B9B8B9; }
.imgcommentform {width: 600px; margin: 0 auto;}


/*--------| "Copied from" Globals  |--------*/

hr {
	color: #181818;	
        background-color: #181818;
	border: 1px solid #363430;
	height: 10px;
	margin: 10px 0;
	width: 760px;
	}

/*--------| Benno styles the inividual album page |------*/
	
div .zpimage {
	float: left; 
	background: #181818;
    border: 1px solid #35302a;
    margin: 5px 3px;
    padding: 5px;
    }
    
div #zpimages {
	margin-left: 10px;
	}
	

