/*

	Enygmatic v.1.0
	
*/

/* Basics
------------------------------ */
html, body {margin:0;padding:0;height: 100%;}
* {margin: 0;}

/* Main Layout
------------------------------ */
body {font:76% Georgia, sans-serif;background-color:#343331;background-image: url(../images/bg.jpg);}
p{margin:0 10px 10px}
#title {margin:0;padding:0;float:left;position:relative;left:100px;}
#main{position:relative;float:left; top:10px; left:15%; min-height: 65%;}
#image{position:relative; padding:0;margin:0;}

#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #294550;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #294550;
	border-bottom: 1px dotted #294550;
}
#credit a:hover, #sort a:hover {
	color: #748da0;
	border-bottom: 1px solid #294550;
	text-decoration: none;
}

#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;
}
/* Header Navigation
------------------------------ */
#nav{position:absolute;left:320px;top:50px}
#nav li{display: inline;list-style-type: none;float:left;padding-right:10px}
a.swap{display: block;height:26px; background-repeat:no-repeat;background-position:0 0}
a.swap span{display:none}
a#latest{background-image: url(../images/latest.jpg);width:110px;}
a#latest:hover{background-position:0 -26px; width:110px;}
a#sets{background-image: url(../images/sets.jpg);width:43px}
a#sets:hover{background-position:0 -26px;width:43px}
a#tags{background-image: url(../images/tags.jpg);width:42px}
a#tags:hover{background-position:0 -26px;width:42px}
a#archives{background-image: url(../images/archives.jpg);width:77px}
a#archives:hover{background-position:0 -26px;width:77px}
a#about{background-image: url(../images/about.jpg);width:59px}
a#about:hover{background-position:0 -26px;width:59px}


/* Search
------------------------------ */
#search {position:absolute;left:750px; top:50px}
.search {clear:both; float:right; margin-top:4px;width:220px;}
.search form 
{
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
	float:right;
	height:21px;
	margin:0;
	padding:3px 0 0 10px;
	width:208px;
}
* html .search form {height:24px;width:218px;}
.search input {float:left; font-family:arial,verdana,helvetica,sans-serif; font-size:12px; margin:0; padding:0;}
.search input#search_query {border:0 none;color:#666666;height:17px;padding:2px;width:180px;}
.search form img {margin:2px 0 0 2px; border:0}

/* info */#image{background-color:#FFFFFF;border-width:10px;border-color: #FFFFFF;border-style: solid;margin:0}
#image a{ text-decoration: none; color: #143a64; }
#image a:visited { text-decoration: none; color: #143a64;}

/* Details */
.title {font-size:14pt; font-weight:bold; color:#343331} 
.description{font-size:10pt; color:#343331} 
.endOfSection { clear: both;}

/* Image Page Navigation */
.floatlinks p a em {
  position:absolute;
  top: 0;
  left: 0;
  right: auto;
  width:50%;
  height:500px;
  text-indent:-10000px;
  }
  
#next p a em {
  left: auto;
  right: 0;
  }
.v .floatlinks p a em {
  width:190px;
  height:500px;
  }

#prev a>em {
  background:url(../images/prevlabel.gif) no-repeat 50% -50px;
  }

#next a>em {
  background:url(../images/nextlabel.gif) no-repeat 50% -50px;
  }

#prev a:hover em, #prev a:active em{
  background-position: 0% 0px;
  cursor:pointer;
  }
  
#next a:hover em, #next a:active em {
  background-position: 100% 0px;
  cursor:pointer;
  }
  

/* Footer
------------------------------ */
div#footer{
	color: #efefef;
	font-size: small;
	height: 2em;
	border-top-color: #666666;
	border-top-style: dashed;
	border-top-width: 1px;
}
div#footer p{margin-right:0;padding:5px 10px;}
div#footer a{display:inline;color:#9C3}
div#footer a:hover{display:inline;color:#7A2}
div#footer img{padding-left:10px}
div#footer p {text-align:center;font-size:8pt}
.rss{margin-left: 10px; padding-left: 15px;background-image: url(../images/rss-icon-final.gif);background-repeat: no-repeat;background-position: left;}


/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #cfcfcf; }
a:hover, a:focus { text-decoration: none; color: #9C3; }

/* Text Styles
------------------------------ */
h1 {
	font: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #efefef;
	}
h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #AAA;
}
h2 a:link, h2 a:visited {
	color: #86a1b6;
	text-decoration: none;
}
h2 span {
	color: #666;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #9C3;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


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

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}


/* 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{
	padding: 4px;
	color:#efefef;
}
 ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #9C3;
}
ul.pagelist li a:hover {
	text-decoration: none;
	color: #9C3;
	border-bottom:2px solid #9C3;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #666666;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

#tag-cloud { width:800px;}
#tag-cloud ul {display: inline; list-style-type: none;}
#tag-cloud li {display: inline; list-style-type: none;}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #333333;
	background-color: #FFFFFF;
}
.imagethumb a:visited {
    border: 1px solid #333333;
	background-color: #FFFFFF;
}
.imagethumb a:hover {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums { width:800px;}
#albums p {color:#efefef; font-size:small;}
#sets a {color:#efefef;}
#sets a:hover {color:#efefef;}
#sets{ width:763px;}
.album {
	margin: 0 12px 8px 0;
   padding: 10px 8px 8px 10px;
	float: left;
	width: 220px;
	border: 1px solid #444;
	background: #FFFFFF;
	line-height: 100%;
	display: inline;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
	color:#333333;
}
.album p {
	line-height: 12px;
	font-size: 11px;
  	padding: 4px 0px 0px;
  	margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #444;
	background: #282828;
	margin-top: -10px;
}
.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: 180%;
	color: #666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333;
	text-decoration: none;
	color: #888;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #444;
	background: #333;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #555;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
	color: #efefef;
	font-weight: bold;
}
label:hover {
	color: #999;
}
#map {margin-left: -77px;}
#rating { margin-top: 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; }



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

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #111;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #222;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
/* 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;
}

/* Zenphoto link
------------------------------ */

#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 1.8em;
 font-weight: 100;
}

#photo-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}

/* 404 Styles
------------------------------ */
#gallerytitle h1 {
	margin-bottom: 20px;
}

.page_404 {
	color: #9c3;
	height: 350px;
}

/* about Styles
------------------------------ */
.about 
{
	font-family: Georgia;
	font-size: 1.0em;
	color: #EFEFEF;
	width: 750px;
	line-height: 20px;
	text-align: justify;
}

.aboutImg {border: 5px solid #FFFFFF; text-align:left; margin: 5px;}
