/*
Theme Name: Effervescence
Author: Stephane Angoulvant (modified (badly) by ulfben)
Author URI: http://angoulvant.net/sblog
*/
#simpleviewer {   /* the background color for simpleviewer. Leave this line near the front for performance reasons */
    background: #FFFFFF; /* Normally the same as main2 */
}
/*
This CSS was "reverse engineered" (eg: hijacked and gunned down) by Ulf Benjaminsson to use the the Kish-color scheme. (http://www.colourlovers.com/palette/27527/kish__my_father)

A comment of "unknown" means I haven't been able to find that effect in use on the site.
*/
/* Main Stuff
------------------------------ */
html {
	height: 100%;
	margin-bottom: 0.1em;
}
* {
	margin: 0;
	padding: 0;
}
.aligncenter2 {
	margin: 0 auto;
	width: 610px;
}
.clearage {
	clear: both;
	padding: 0;
	margin: 0;
}
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E7E9EA;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630; /*whenever a paragraph is held within blockquote tags.*/
}
#flash {
	height: 675px;
	padding: 0 50px 20px 50px;
}
#exif_link, #exif_link a{
	width:100px;
	font-weight:bold;
	color:#FFFFFF;
}
#imagemetadata {
	text-align: center;
	position: relative;
    color: #FFFFFF;
	display:none;
}
#imgmetadata_data a {
    color: #FFFFFF;
}
#imagemetadata_data a:hover {
	text-decoration: none;
	color: #076a54;
}
#imagemetadata table {
	text-align: left;
	line-height: 1em;
	top: 2em;
	right: 0px;
    background-color: #0c8369;
}
#imagemetadata table td {
 	background-color: #E7E9EA;
	padding: 2px 5px;
}
/* Text Styles
------------------------------ */

/* Front Page Title --- */
h1 {
	font: normal 20px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	letter-spacing: -2px;
}
#logo h1 a {
    color: #12a081;
	font: bold 30px Monotype Corsiva, Apple Chancery, Zaph Chancery, Comic Sans, cursive, serif;
}
h1 a:hover {
	border: none;
}
* html h1 a {
	height:35px;
}
h1 a {
	height:0px;
}
/* Image Page Title  --- */
#logo2 h1 a {
    color: #84e4cf;
	font: bold 30px Monotype Corsiva, Apple Chancery, Zaph Chancery, Comic Sans, cursive, serif;
}
h2 {
	color: #DE0079;
	font: bold 23px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	display: inline;
	letter-spacing: -1px;
}
h2 a {
	color: #DE0079;
	text-decoration: none;
	border: none;
}
h2 a:hover {
	color: #a3ad93;
	border: none;
}
/* Album Nav */
.albnav {
	float: right;
	width: 140px;
	text-align: center;
}
.albnav .albprevious a, .albnav .albnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
    color: #7b7871; /*prev / next in subalbums */
}
.albnav .albprevious a:hover, .albnav .albnext a:hover {
	text-decoration: none;
font-weight: bold;
    color: #DE0079; /*prev / next hover in subalbum*/
}
.albnav .albprevious a {
	float: left;
}
.albnav .albnext a {
	float: right;
}
.albnav .albdisabledlink {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
    color: #C7C9CA; /*disabled prev/next links i subalbums (upper part of the screen)*/
	cursor: default;
}
/* Intro Text  --- */
h3 {
	color: #DE0079; /*textcolor in comment header ("X Comments") */
	font: normal 17px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
#navbar h3 {
	margin-left: 6px;
	text-align: center;
}
h3 a {
	color: #FFFFFF;
	border: none;
}
h3 a:hover {
	color: #d6e9ff;
	border: none;
}
/* Gallery Titles  --- */
h4 {
	text-align: center;
	font: 14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #FFFFFF;
}
h4 a {
    color: #FFFFFF; /*album titles in thumbview*/
	border: none;
        font-weight: bold;
}
h4 a:hover {
	color: #E7E9EA; /*album titles in thumbview on mouse over*/
	border: none;
}
/* Comment Authors  --- */
.commentinfo h4 {
	font: 14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #98958f; /*the author name*/
}
.commentinfo h4 a {
	color: #DE0079; /*author name if they've given a link to their homepage*/
	border: none;
font-style: normal; 
font-weight: bold;
}
.commentinfo h4 a:hover {
	color: #E7E9EA; /*... master of the obvious.*/
	border: none;
}
.commentinfo a {
color: #ECEBE1; /*links in commentingo (EDIT-link)*/
border: none;
font-style: normal; 
font-weight: bold;
}
/* Links  --- */
a {
    color: #7b7871; /*the current pagination link */
	text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #DE0079;
	text-decoration: none;
}
.disabledlink {
	color: #C7C9CA;  /* #8597A5; to hide disabled links in the backgroundcolor... */
	cursor: default;
}
#navbar a {
    color: #DE0079;
}
#navbar a:hover {
    color: #E7E9EA;
}
#description a:hover {
	text-decoration: underline;
}
.commenttext a {
	color: #7b7871;
}
.commenttext a:hover {
	color: #12a081;
	text-decoration: underline;
}
/* Main Layout
------------------------------ */
body {
	font: 14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #000;
    background: #FFFFFF; /*body background*/
	text-align: left;
	margin: 0 auto 0 auto;
}
#content {
    background: #FFFFFF; /*color around the main div in index.*/
    margin: 0 50px;
}
#content p {
	color: #77797A;
}
#main {
	background: #C7C9CA; /*div around thumbs in index*/
	text-align: center;
	margin: 0 20px;
	padding-bottom: 20px;
}
#subcontent {
    background: #FFFFFF; /*around the main div in sub-albums.*/
	margin-bottom: 5px;
}
#main2 {
    background: #FFFFFF; /*div in single-image view.*/
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 840px;
	text-align: left;
}
#main3 {
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	color: $0; 
	background: #607848; /*background around comment area */
}
#main4 {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 840px;
//	background: #FFFFFF; /*page background in single-image view.*/
//	color: #C7C9CA;
}
#header {
    background: #FFFFFF; /*the header area above the nav-bar*/
	clear: both;
	float: left;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#galleryheader {
    background: #FFFFFF; /*the header area above the nav-bar, single image view*/
	border: none;
	padding: 0;
	margin: 0;
}
#gallerytitle {
	width: 840px;
	position: relative;
	padding: 18px 10px 18px 10px;
	margin: 0 auto 0 auto;
}
#description {
    background: #C7C9CA;
    color: #FFFFFF; /*text color for descriptions*/
	text-align: center;
	padding: 7px 7px 0 7px;
	margin: 0px auto 0px auto;
}
#main4 #description {
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
	text-align: center;
}
#pagenumbers {
	text-align: center;
	margin: 0 auto 20px auto;
}
#images {
	padding: 25px 0 0 10px;
}
/* Comment Form
------------------------------ */
#commentbox {
	width: 650px;
	margin: 0 auto;
    color: #98958f; /*textbox labels*/
	font-size: 12px;
}
#commentform {
	margin-top: 10px;

	color: #FFFFFF;
}
#commentbox input {
	font: 12px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	border: none;
	padding: 2px;
	color: #98958f;
}
#commentbox input:focus {
	background: #fafaf9;  /*Color of textbox when focused*/
}
#commentbox textarea {
	font: 12px/16px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: #FFFFFF;
	border-top: 1px solid #C7C9CA;
	border-right: 1px solid #C7C9CA;
	border-bottom: 1px solid #c4c2bb;
	border-left: 1px solid #c4c2bb;
	color: #7b7871;
	margin: 2px 0 5px 0;
	padding: 3px;
	width: 600px;
}
#commentbox textarea:focus {
	background: #fafaf9; /*Color of textarea when focused*/
}
/* Comments 
------------------------------ */
#comments {
clear: both;
display: block;
margin: 0 auto; 
width: 650px; 
text-align: left;
}

.error {
	color: #950b42;  /*Error message when a visitor forgets a field.*/
	font-weight: bold;
}
.comment {
	margin-bottom: 20px;
}
.commentinfo h4 {
	display: inline;
}
.commentinfo {
	color: #C7C9CA;
    border-bottom: 1px solid #E7E9EA;  /*seperator between comment info and comment text.*/
	padding: 5px 0 3px 0;
}
.commenttext {
	margin-top: 5px;
	padding: 0 5px;
	color: #98958f;
}
/* Page Navigation
------------------------------ */
#navbar {
	clear: both;
	padding: 10px 0;
	margin: 0 0 14px 50px;
	width: 560px;
	color: #C7C9CA; /*text in bread-crumb navigato. (last node and the pipes)*/
	text-align: left;
}

#albumTitleEditable {
	color: #67696A;
}
#randomhead {
	padding: 0;
	margin: 0 auto 14px auto;
	width: 840px;
	border: none;
	line-height: 0px;
	background: #FFFFFF;
}
#randomhead img {
	border: 6px solid #FFFFFF;
}
#wrapnav {
    background: #FFFFFF;  /*nav bar in single-image.*/
	margin-bottom: 30px;
}
#header #wrapnav {
    background: #FFFFFF; /*navbar in subdirs.*/
	margin-bottom: 0px;
}
#randomhead {
    padding: 0;
    margin: 0 auto 14px auto;
    width: 840px;
    border: none;
    line-height: 0px;
    background: #FFFFFF; /*only visible while the image is loading*/

/*If you wan't the borders of my gallery thumbs, for the random image too
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF; 
} 

If you want it to behave like a button
#randomhead:hover {
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;*/
}

#randomhead img {
    border: 8px solid #FFFFFF;
}
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 {
	color: #98958f; /*denotes the current page were on (1..5 etc) */
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.pagenav {
	clear: both;
}
/* AJAX
------------------------------ */
#albumDescEditable:hover {
    background: #E7E9EA;
}
#imageDescEditable:hover {
    background: #12a081;
}
/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 7px;
	margin: 6px;
    border-top: 2px solid #E7E9EA;
    border-left: 2px solid #E7E9EA;
    border-right: 2px solid #E7E9EA;
    border-bottom: 2px solid #c4c2bb;
	background: #FFFFFF;
	line-height: 0px;
}
.imagethumb a:visited {
    border-top: 2px solid #E7E9EA;
    border-left: 2px solid #E7E9EA;
    border-right: 2px solid #E7E9EA;
    border-bottom: 2px solid #c4c2bb;
	background: #FFFFFF;
}
.imagethumb a:hover {
    border-top: 2px solid #c4c2bb;
    border-left: 2px solid #c4c2bb;
    border-right: 2px solid #c4c2bb;
    border-bottom: 2px solid #DE0079;
	background: #FFFFFF;
}
#submain #albums {
    margin: 0 45px;
}
#albums li h4 {
    line-height: normal;
    margin-bottom: 10px;
}
#albums li h4 a, #albums li h4 a:visited {
    color: #67696A;
    font-weight: normal;
}
#albums li:hover h4 a {
    color: #DE0079;
}
.imagethumb {
	float: left;
}
#albums .imagethumb {
	float: none;
}
#randomhead .imagethumb {
	float: none;
}
/* Album Thumbnails
------------------------------ */
#center-the-damn-list {
	text-align: center;
	width: 100%;
}
#albums {
	margin: 20px auto;
	padding: 0px 0 0px 0;
}
#albums li {
	margin: 0 0 0px 0;
	padding: 0;
	border: 0;
	float: left;
	list-style: none;
}
#featured-main #albums li {
	margin: 0 auto;
	padding: 0;
	border: 0;
	float: none;
	list-style: none;
	width: 210px;
}
/* Individual Image
------------------------------ */
.imgwrap {
	width: 615px;
	margin:0 auto;
	padding-left: 2em;
	padding-right: 2em
}
.imgwrap ul {
	text-align: center;
	margin-left: 0;
	margin-rignt: 0;
	padding: 0;
	list-style-type: none;
}
.imgwrap li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	width: 50%
}
.image {
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	width: 615px;
	margin: 0 auto;
}
#image_container {
	text-align: center;
	border: 2px solid #ECEBE1;
	padding: 7px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #FFFFFF; /*header next/prev in single-image view.*/
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #84e4cf; /*header next/prev i single-image view, mouse over.*/
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
.imgnav .imgdisabledlink {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #84e4cf; /*disabled next/prev in single image view*/
}
/* Bottom Separator
------------------------------ */
#bottomheadings {
    background: #E7E9EA; /* background for commentheader (where it says "X Comments")*/
	height: 40px;
}
.bottomfull {
	padding: 10px 10px 0 10px;
	margin: 0 auto;
	width: 610px;
}
/* Forms
------------------------------ */
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
/* Footer
------------------------------------ */
.footlinks {
	color: #C7C9CA;
	font-size: 11px;
	text-align: center;
	padding: 20px 0;
	clear: both;
}
.footlinks a {
	color: #C7C9CA;
}
.footlinks a:hover {
	color: #FFFFFF;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

#map{
	width: 595px;
	margin: 0 auto;
}
/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
  _position: absolute;
	right:0;
	top:0;
	background: #C7C9CA;
	text-align: center;
	width:130px;
}
#admin_data{
	top:20px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #12a081;
	margin:0;
	padding:0;
}

/* Search Box
------------------------------ */
#search {
	float: right;
	width: 170px;
	text-align: center;
	margin-top: 26px;
	_margin-top: 24px; /* IE Only */
}
#search input.pushbutton {
  padding: 1px;
  font-size: 80%;
}
#search ul {
  position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
}

#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}

/* Archive View
---------------------------- */
#archive{
	text-align: center;
}
#archive p {
	padding:10px 0;
	margin:20px 0;
	background: #E7E9EA;
	font-size: 18px;
}
ul.archive {
	padding:0;
	list-style:none;
	width:300px;
	margin: 0 auto;
}
ul.archive .year {
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	color: #12a081;
}
ul.archive .month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid white;
	padding-top: 5px;
}
#tag_cloud {
	text-align: center;
	padding-bottom: 5px;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #E7E9EA;
	font-size: 18px;
	text-align: center;
}

/* Featured Photo
---------------------------- */
#featured-main {
	background: #C7C9CA; /*div around thumbs in index*/
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 840px;
}

featured-#main h2 {
	color: #67696A;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}
		
#featured {
	background: #C7C9CA;
	margin: 10px auto 20px auto;
}
		
#featured-title {
	color: #67696A;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0px;
}
		
.featured-info {
	background: #E7E9EA;
	color: #37393A;
	text-align: left;
}
			
.featured-insert {
	background: #E7E9EA;
	color: #37393A;
	padding: 10px;
	text-align: left;
}
			
.featured-insert h3 {
	color: #67696A;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-top: 0;
}

.featured-insert p {
	font-size: 90%;
	padding-bottom: 10px;
}
			
.featured-artist {
	color: #37393A;
	font-size: 85%;
	font-weight: normal;
}
					
.featured-insert p.featured-signature {
	font-style: italic;
	padding-bottom: 0px;
	text-align: right;
}

#featured-photo {
	border: 6px solid #FFFFFF;
}

.featured-question {
	font-weight: bold;
}

.featured-answer {
	padding-left: 20px;
}

/* From main Magenta stylesheet
---------------------------- */

/* Header section */

#header {
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
}
#header h1 {
	border-bottom: none;
	margin: 25px 0 7px 50px;
}
#header ul {
	background: #DE0079;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	text-align: left;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 50px 0 0;
}
#header ul li a, #header ul li a:visited {
	color: #fff;
	font-family: 'Arial Black', 'Arial Bold', 'Verdana Bold', 'Helvetica Bold', sans-serif;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a.selected {
	color: #EB84B4;
	font-family: 'Arial Black', 'Arial Bold', 'Verdana Bold', 'Helvetica Bold', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}


/* Footer styles */

#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 20px;
}

#footer p {
	padding: 15px 50px;
	margin: 0;
	color: #666;
	font-size: 90%;
}


