/*
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: #0b9577; /* 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 #E6E6DF;
	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-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#exif_link, #exif_link a{
	width:100px;
	font-weight:bold;
	color:#FFFFFF;
}
#imagemetadata {
	text-align: center;
	position: relative;
    color: #fff;
	display:none;
}
#imgmetadata_data a {
    color: #fff;
}
#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: #0b9577;
	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: #22b393;
	font: bold 23px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	display: inline;
	letter-spacing: -1px;
}
h2 a {
	color: #22b393;
	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: #22b393; /*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: #b1aea7; /*disabled prev/next links i subalbums (upper part of the screen)*/
	cursor: default;
}
/* Intro Text  --- */
h3 {
	color: #22b393; /*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: #fff;
	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: #fff;
}
h4 a {
    color: #98958f; /*album titles in thumbview*/
	border: none;
        font-weight: bold;
}
h4 a:hover {
	color: #0b9577; /*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: #22b393; /*author name if they've given a link to their homepage*/
	border: none;
font-style: normal; 
font-weight: bold;
}
.commentinfo h4 a:hover {
	color: #0b9577; /*... 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: #22b393;
	text-decoration: none;
}
.disabledlink {
	color: #b1aea7;  /* #8597A5; to hide disabled links in the backgroundcolor... */
	cursor: default;
}
#navbar a {
    color: #22b393;
}
#navbar a:hover {
    color: #0b9577;
}
#main2 #navbar a { /*Same as navbar a, but in single-image view.*/
	color: #fff;
}
#main2 #navbar a:hover {
	color: #84e4cf;
}
#description a:hover {
	text-decoration: underline;
}
#main2 #description a {
	color: #fff;
}
#main2 #description a:hover {
	color: #076a54;
}
.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: #fff;
    background: #d8d6cf; /*body background*/
	text-align: left;
	margin: 0 auto 0 auto;
}
#content {
    background: #e3e2dd; /*color around the main div in index.*/
}
#content p {
	color: #7b7973;
}
#main {
	background: #e3e2dd; /*div around thumbs in index*/
	text-align: left;
	width: 630px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
}
#subcontent {
    background: #e3e2dd; /*around the main div in sub-albums.*/
	margin-bottom: 5px;
}
#submain {
    background: #e3e2dd; /*div around thumbs in subalbums.*/
	text-align: left;
	width: 630px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
}
#main2 {
    background: #0b9577; /*div in single-image view.*/
	text-align: left;
	padding-bottom: 30px;
}
#main3 {
	margin: 0 auto 0 auto;
	padding: 10px 20px 20px 20px;
	color: $0; 
	background: #607848; /*background around comment area */
}
#main4 {
	margin: 0 auto 0 auto;
	padding-left: 20px;
	padding-right: 20px;
//	background: #d8d6cf; /*page background in single-image view.*/
//	color: #FFFCDB;
}
#header {
    background: #d8d6cf; /*the header area above the nav-bar*/
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
}
#galleryheader {
    background: #0b9577; /*the header area above the nav-bar, single image view*/
	border: none;
	padding: 0;
	margin: 0;
}
#gallerytitle {
	width: 640px;
	position: relative;
	padding: 18px 10px 18px 10px;
	margin: 0 auto 0 auto;
}
#description {
    color: #98958f; /*text color for descriptions*/
	text-align: center;
	padding: 7px 7px;
	margin: 0px auto 0px auto;
	width: 620px;
}
#main2 #description {
	margin: 0 auto 0 auto;
	text-align: center;
	color: #a5e7d9;
}
#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: #fff;
}
#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: #fff;
	border-top: 1px solid #b1aea7;
	border-right: 1px solid #b1aea7;
	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: #b1aea7;
    border-bottom: 1px solid #d8d6cf;  /*seperator between comment info and comment text.*/
	padding: 5px 0 3px 0;
}
.commenttext {
	margin-top: 5px;
	padding: 0 5px;
	color: #98958f;
}
/* Page Navigation
------------------------------ */
#navbar {
	padding: 4px 7px;
	margin: 0 auto 14px auto;
	width: 620px;
	color: #98958f; /*text in bread-crumb navigato. (last node and the pipes)*/
}
#randomhead {
	padding: 0;
	margin: 0 auto 14px auto;
	width: 630px;
	border: none;
	line-height: 0px;
	background: #fff;
}
#randomhead img {
border: 6px solid #fff;
}
#wrapnav {
    background: #12a081;  /*nav bar in single-image.*/
	margin-bottom: 30px;
}
#header #wrapnav {
    background: #eceae7; /*navbar in subdirs.*/
	margin-bottom: 0px;
}
#main2 #navbar {
	padding: 4px 7px;
	border: none;
	margin: 0 auto 0 auto;
	width: 620px;
	color: #a5e7d9;
}

#randomhead {
    padding: 0;
    margin: 0 auto 14px auto;
    width: 630px;
    border: none;
    line-height: 0px;
    background: #fff; /*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 #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; 
} 

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

#randomhead img {
    border: 8px solid #fff;
}
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: #eceae7;
}
#imageDescEditable:hover {
    background: #12a081;
}
/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 7px;
	margin: 6px;
    border-top: 2px solid #d8d6cf;
    border-left: 2px solid #d8d6cf;
    border-right: 2px solid #d8d6cf;
    border-bottom: 2px solid #22b393;
	background: #fff;
	line-height: 0px;
}
.imagethumb a:visited {
    border-top: 2px solid #d8d6cf;
    border-left: 2px solid #d8d6cf;
    border-right: 2px solid #d8d6cf;
    border-bottom: 2px solid #c4c2bb;
	background: #fff;
}
.imagethumb a:hover {
    border-top: 2px solid #c4c2bb;
    border-left: 2px solid #c4c2bb;
    border-right: 2px solid #c4c2bb;
    border-bottom: 2px solid #22b393;
	background: #fff;
}
#albums li:hover h4 a {
    color: #0b9577;
}
.imagethumb {
	float: left;
}
#albums .imagethumb {
	float: none;
}
#randomhead .imagethumb {
	float: none;
}
/* Album Thumbnails
------------------------------ */
#albums {
	padding: 0px 0 0px 0;
}
#albums li {
	margin: 0 0 0px 0;
	padding: 0;
	border: 0;
	float: left;
	list-style: none;
}
/* 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;
	color: #7b7973;
}
#image_container {
	color: black;
	text-align: center;
	border: 2px solid #ECEBE1;
	padding: 7px;
	background: #fff;
	margin-bottom: 10px;
}
#image_container a {
	color: black;	
}
.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: #fff; /*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: #d8d6cf; /* 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: #b1aea7;
	font-size: 11px;
	text-align: center;
	padding: 4px 0;
	clear: both;
}
.footlinks a {
	color: #b1aea7;
	border-bottom: 1px dotted #b1aea7;
}
.footlinks a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
/* 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;
	border-left: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	background: transparent;
	width:120px;
	color: #7b7973;
}
#admin_data{
	top:20px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #7b7973;
	border-bottom: 1px dashed #E6E6DF;
	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;
	margin-left: auto;
	margin-right: auto;
}
#archive p {
	padding:10px 0;
	margin:20px 0;
	background: #eceae7;
	font-size: 18px;
}
ul.archive {
	text-align: center;
	padding:0;
	list-style:none;
	width:500px;
}
ul.archive .year {
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	color: #12a081;
}
ul.archive .month {
	text-align: center;
	font-size: 14px;
	list-style:none;
	border-top:2px solid white;
	padding-top: 5px;
}
#tag_cloud {
	text-align: center;
	padding-bottom: 5px;
}
#tag_cloud ul li {
	text-align: center;
	display: inline;
	list-style-type: none;
	line-height: 2em;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #eceae7;
	font-size: 18px;
	text-align: center;
}
#content-left {
width: 590px;
height: 100%;
float: left;
margin-top: 2em;
margin-bottom: 2em;
margin-left: 0;
margin-right: 0;
padding-top: 0.8em;
padding-left: 45px;
padding-right: 45px;
font-size: 1.2em;
line-height: 1.6em; 
	color: #7b7973;
}

#content-left h2 {
font-size: 1.2em;
}
#content-left h3 {
font-size: 1.4em;
margin-left: 0px;
margin-bottom: 0.5em;
	color: #7b7973;
}
}
#content-left p {
font-size: 1em;
line-height: 1.1em;
margin-bottom: 1em;
clear: both;
}
#sidebar {
width: 320px;
height: 100%;
float: right;
background-color: transparent;
margin-right: 4px;
border-top: 0px dotted red;  
}
.menu {
margin-top: 0em;
font-size: 1.3em;
padding: 1em 0 0.8em 1em;
border-bottom: 1px dotted darkgray;
height: 100%; 
}
.menu h3 {
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.3em;
color: black;
margin-bottom: 0.5em; 
margin-top: 0.7em;
margin-left: 1.6em;
border: 0px solid gray;
}
.menu a:hover {
color: #7b0073;		
}
.menu a:link, a:active, a:visited {
color: #7b7973;	
}
.menu ul {
list-style: none;
padding-left: 1.8em;
padding-right: 1em;
margin-top: 0.2em;
}
.menu ul li {
padding-left: 20px;
padding-bottom: 3px;
background-image: url(../images/dark_arrow_right.png);
background-repeat: no-repeat;
background-position: 1px 0px;
}
.menu ul li.menu-active {
	color: #002E5B;
background-image: none;
}
.submenu {
list-style: none;
margin-left: -25px;
padding: 2px;
}
#archive_news {
	text-align: center;
	padding-bottom: 5px;
}
#archive_news ul li {
	display: inline;
	list-style-type: none;
}
#archive_news p {
	padding:10px 0;
	margin:20px 0;
	background: #eceae7;
	font-size: 18px;
	text-align: center;
}
#pagetext {
font-size: 1em;
line-height: 1em;
margin-bottom: 1em;	
}
#pagetext p {
	line-height: 1em;
}
#pagetext ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#pagetext ul li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#pagetext a:link {
text-decoration:underline;
}
#pagetext h3 a:link {
text-decoration:none;
}
/* News Articles
------------------------------ */

.newsarticle {
padding-top: 1em;
padding-bottom: 1em;
border-bottom: 1px dotted #666666;
line-height: 1em;
}
.newsarticle a:hover {
color: #7b0073;		
}
.newsarticle a:link, a:active, a:visited {
color: #7b7973;	
}

.newsarticlecredit {
margin-top: 0px;
margin-bottom: 10px;

}

.newsarticlecredit-left {
float: left;
margin-right: 0.3em;
}

.newscategories {
margin: 0;
padding: 0;
}

.newscategories li {
display: inline;
list-style: none;
}

.singlenews_prev {
float: left;
}
.singlenews_next {
float: right;
}

.newstype {
font-size: 0.8em;
}
