/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body{
	background: #000 url(" http://www.erathic.com/img/bgspot5.jpg") no-repeat  fixed;
        background-position: top;
	font-size: 9px;
	line-height: 1.7em;
	font-family: Georgia;
	margin-top: -13px;
}
#main {
	text-align: left;
	margin: auto;
	width: 721px;
        
	padding: 20px 0px 0px 0px;
	
}
#credit {
	margin: 0 auto;
	width: 630px;
	font-size: 14px;
	color: #0FFFCD;
        text-decoration: none;
	text-align: right;
	clear: both;
        padding: 40px;
        padding-bottom: 140px;
}
#credit a {
	text-decoration: none;
	color: #6DFF00;
        text-decoration: none;
        padding: 10px;
}
#credit a:hover {
	color: #6DFF00;
        background-color: #000;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
	text-decoration: none;
}
#gallerytitle {
        Border-bottom: #000 3px solid;

 
  color: #fff;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}

#hints{

  color: #666666;
        font: 12px Georgia;
        background: #000;
	padding: 2px;
        float: left;
        display: block; 
	margin-top: -40px; 
}
/* Text Styles
------------------------------ */
body {

}
h2 {
	font: 32px Georgia;
        letter-spacing: -1px ;
        padding-left: 14px;
        color: #6DFF00;

}
h2 a:link, h2 a:visited, h2 span {
	color: #000;

}
h3 {
	font: 19px Georgia;
letter-spacing: -1px;


	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: none; color: #6DFF00; }
a:visited { text-decoration: none; color: #367F00; }
a:hover, a:focus { text-decoration: none; color: #6DFF00; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid ;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* 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: #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
------------------------------ */
.imagethumb a {
	display: block;
	padding: 7px;
	margin: 1px;

	border: 1px solid #1B3F00;
background: #000 url(" http://www.erathic.com/img/bgspot6.jpg") no-repeat  fixed;
        background-position: top;
	line-height: 0px;
}
.imagethumb a:visited {
	
}
.imagethumb a:hover {
	border: 1px solid #6DFF00;
	background: #151F0D;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
        border: #191919 solid 1px;
background: #000 url(" http://www.erathic.com/img/bgspot6.jpg") no-repeat  fixed;
        background-position: top;
        
}
.album img {
	float: right;
	border: #191919 solid 2px;
}
.album h3 {
  


        display: block;
        padding-left: 20px;
	margin-left: -141px;
	border-bottom: #191919 solid 2px;
}
.album h3 a {

	width: 240px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #191919;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #191919;
	background: #000;
	margin-top: 43px;
	_margin-top: 48px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 2px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 170%;
	color: #00FFCA;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #00FFCA;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
        font-size: 17px;

        color: #00FFCA;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 20px;
	border: 1px solid #191919;
        font-size: 17px;
        font-color: #0FFCA;
	background: #000;
	margin-bottom: 12px;
        text-align: center;
}
.commentmeta {
	margin-bottom: 22px;

}
.commentauthor {
	font-weight: bold;

}
.commentdate {
	margin-top: 12px;
	color: #4F4F4F;
	font-size: 85%;

}


/* Forms
------------------------------ */
.inputbox {
	width: 226px;
        font-size: 17px;
        font-color: #000;
	padding: 7px;
        align: right;
        text-align: right;
        background: #000;
        color: #fff;
        border: 1px #000 solid;
}
textarea {
	padding: 9px;
	width: 100%;
	font-size: 37px;
        background: #000;
        border: 1px #000 solid;
	color: #00FFCA;
        text-align: center;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
        background-color: #000;
        border: 2px #191919 solid;
	cursor: pointer;
	color: #00FFCA;
	padding: 5px 10px;
}
label {
	cursor: pointer;
	color: #00FFCA;

}
label:hover {
	color: #00FFCA;
}

/* Lightbox Integration */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 53% no-repeat; }

