/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
body {
	margin: 0px;
	padding: 0px;

	background-color: #transparent;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;

	font-family: "century gothic", "Avant Garde", Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	overflow-y: scroll;
}

img { border: 0; 
}

.center{
text-align:center;
}

/* Main Layout
------------------------------ */

.fade{
	background-color: transparent;
	background-image:url(../images/backfade.jpg);
	background-repeat:repeat;
	position: absolute;
	top: 0%;
	left: 0%;
	padding: 0px;
	width: 100%;
	height:764px;
	z-index:1;
}

.bottomspace {
	position: absolute;
	margin-top: 950px;
	margin-left: -200px;
	top: 0%;
	left: 50%;
	width: 400px;
	text-align:center;
	font-size:10px;
	z-index:3;
	line-height: 12pt;
}

.banner{
	background-color:transparent;
	position: absolute;
	margin-left: -500px;
	top: -100px;
	left: 50%;
	padding: 0px;
	width: 960px;
	height:384px;
	z-index:2;
}

.logo{
	background-color:transparent;
	position: absolute;
	margin-left: -390px;
	margin-top: 40px;
	top: 0%;
	left: 50%;
	padding: 0px;
	width: 220px;
	height:128px;
	z-index:3;
}

.nav{
	background-color: transparent;
	background-repeat:no-repeat;
	position: absolute;
	margin-left: -285px;
	top: 285px;
	left: 50%;
	padding: 0px;
	width: 570px;
	height:30px;
	z-index:2;
}

.navback{
	background-color: #333;
	position: absolute;
	margin-left: -390px;
	top: 285px;
	left: 50%;
	padding: 0px;
	width: 780px;
	height:30px;
	z-index:2;
	filter:alpha(opacity=5);
	-moz-opacity:0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

.sidebarback {
	background-color: #333;
	position: absolute;
	margin-top: 340px;
	margin-left: 200px;
	top: 0%;
	left: 50%;
	width: 200px;
	height: 500px;
	z-index:2;
	filter:alpha(opacity=5);
	-moz-opacity:0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

.sidebar {
	background-color:transparent;
	position: absolute;
	margin-top: 340px;
	margin-left: 210px;
	top: 0%;
	left: 50%;
	width: 180px;
	height: 480px;
	z-index:3;
}

#main {
	background-color:transparent;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top: 340px;
	margin-left: -440px;
	text-align: left;
	width: 530px;
	background: transparent;
	border: none;
	z-index:3;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	margin-top: -10px;
	margin-left: 25px;
	width: 510px;

}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 11pt; 
	margin-top: 18px;
}

#gallerytitle h3 { 
	font-weight: normal; 
	font-size: 9pt;
	margin-top: 18px;
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	color: #333;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: underline; color: #000066; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }

/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "century gothic", Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #5A5A4B;
	line-height: 1.5em;
}
h2 {
	font: "century gothic", Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	font-size:15px;
	color: #003366;
	text-decoration: none;
}
	
h2 a:hover{
	color: #333;
	text-decoration: underline;
}
h2 span {
	font-size:15px;
	color: #003366;
}

h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }

h4 {text-align:center;
margin-top: -5px;
margin-left: -2px;}


/* Miscellaneous
------------------------------ */
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;
}

#imagemetadata {
  text-align: right;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  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, 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;
}
.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 ul li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
	display: inline;
	list-style-type: none;
}

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

/* Image Thumbnails
------------------------------ */

.images {
width: 600px;
background-color:transparent;}

.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 10px;
	margin-right: 25px;
	margin-top: 10px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: none;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 05px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.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;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	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: #237898;
}
.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;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2; 	text-align: left;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;

}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0; text-align: center;
}
#admin h3:hover { color: #036; }

/* 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;
}

/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}

/* login form */
table.password td.userlabel{
	text-align:right;
}
table.password td.userinput{
	text-align:left;
}

table.password td.userinput input, td.passwordinput input {
	width: 15em;
}

/* login form */
table.password td.passwordlabel{
	text-align:right;
}

table.password td.passwordinput{
	text-align:left;
}

table.password td.submit{
	text-align:center;
}

table.password td.hint{
	text-align:left;
}

/*
------------------------------------------------------------------------
N A V I G A T I O N
------------------------------------------------------------------------
*/

#navstyle{
height: 30px;
}

#navstyle ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navstyle ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navstyle ul li a span{
	display:none;
}


#navstyle ul li a{
	width:95px;
	height:30px;
	margin:0px;
	padding:0px;
	display:block;}

#navstyle a.home{
	background: url(../images/menu/menu.png) 0px 0px;
}

#navstyle a.home:hover{
	background: url(../images/menu/menu.png) 0px -30px;
}

#navstyle a.homepage{
	background: url(../images/menu/menu.png) 0px -30px;
}

#navstyle a.timeline{
	background: url(../images/menu/menu.png) 0px -60px;
}

#navstyle a.timeline:hover{
	background: url(../images/menu/menu.png) 0px -90px;
}

#navstyle a.timelinepage{
	background: url(../images/menu/menu.png) 0px -90px;
}

#navstyle a.stories{
	background: url(../images/menu/menu.png) 0px -120px;
}

#navstyle a.stories:hover{
	background: url(../images/menu/menu.png) 0px -150px;
}

#navstyle a.storiespage{
	background: url(../images/menu/menu.png) 0px -150px;
}

#navstyle a.gallery{
	background: url(../images/menu/menu.png) 0px -180px;
}

#navstyle a.gallery:hover{
	background: url(../images/menu/menu.png) 0px -210px;
}

#navstyle a.gallerypage{
	background: url(../images/menu/menu.png) 0px -210px;
}

#navstyle a.events{
	background: url(../images/menu/menu.png) 0px -240px;
}

#navstyle a.events:hover{
	background: url(../images/menu/menu.png) 0px -270px;
}

#navstyle a.eventspage{
	background: url(../images/menu/menu.png) 0px -270px;
}

#navstyle a.thebook{
	background: url(../images/menu/menu.png) 0px -300px;
}

#navstyle a.thebook:hover{
	background: url(../images/menu/menu.png) 0px -330px;
}

#navstyle a.thebookpage{
	background: url(../images/menu/menu.png) 0px -330px;
}

#navstyle a.media{
	background: url(../images/menu/menu.png) 0px -360px;
}

#navstyle a.media:hover{
	background: url(../images/menu/menu.png) 0px -390px;
}

#navstyle a.mediapage{
	background: url(../images/menu/menu.png) 0px -390px;
}

#navstyle a.contact{
	background: url(../images/menu/menu.png) 0px -420px;
}

#navstyle a.contact:hover{
	background: url(../images/menu/menu.png) 0px -450px;
}

#navstyle a.contactpage{
	background: url(../images/menu/menu.png) 0px -450px;
}

/* Content Structure/Elements */

#thumbnail-container { /* this is the div that contains all the thumbnails in collection/album view */
	margin-top:10px;}


ul.slides { /* this is the overall thumbnail container in collection/album view */
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
	width: 636px;
}

.slides li { /* this is the individual thumbnail container in collection/album view */
	display: block;
	float: left;
	margin: 0 10px -5px 0; /* 2nd number controls the distance between thumbnails */
	padding: 0;
}

.tag { /* this controls the text under a thumbnail in collection/album view with caption/download checkbox */
	text-align: center;
	white-space: normal;
	color:#000000;
	width:149px; 
	height: 175px;
}

.tag a{
	color: #000099}
.tag a:visited {
	color:#000099;}
.tag a:hover {
	color: #666666;}


	
.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 3px;
	background-color: #efefef;
	border: 1px solid #789;
	}

.thumbnail a:hover img {
	margin: 3px;
	background-color: #ededed;
	border: 1px solid #38c;
}

