/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
* { margin: 0; padding: 0; }

html {
	/* Moz */
	height: 100%;
}

#bg {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 102%;
	font: bold 26px helvetica, arial, sans-serif;
	letter-spacing: -2px;
	line-height: 24px;
	text-align: justify;
	color: #EEE;
	cursor: default;
	margin: 0 !important;
}

/* Main Layout
------------------------------ */
body {
	text-align: center;
}

#main {
	text-align: left;
	margin: 0 auto;
	width: 799px;
	background: #fff;
	position: relative;
	z-index: 10;
}
#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 {
	padding-bottom: 20px;
}

#album-name { 
	font: 22px georgia, serif;
}

#gallery-meta h2 {
	font: bold 22px arial, sans-serif;
	color: #000;
	padding: 0 0 7px !important;
}

#gallery-meta h2 a, #album-name {
	color: #333;
	text-decoration: none;
}

#gallery-meta h2 a:hover {
	text-decoration: underline;
}

/* Text Styles
------------------------------ */
body {
	font: 13px Arial, sans-serif;
	line-height: 1.5em;
}

#header {
	width: 799px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
	font: 36px helvetica, arial, sans-serif;
	text-align: left;
	height: 40px;
	padding: 20px 0;
	letter-spacing: -1px;
	color: #000;
	position: relative;
	z-index: 100;
	float: left;
}

a#back {
	float: right;
	font: 20px "HelveticaNeue-Light", Arial, sans-serif;
	text-decoration: none; text-align: center;
	text-shadow: 0px 1px 1px #02366a;
	border: 1px solid #0066cc;
	border-top: none;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	position: relative;
	top: -1px;
}

a#back span {
	display: block;
	color: #FFF;
	height: 22px; width: 60px;
	padding: 24px 5px 5px 5px;
	border: 1px solid #FFF;
	border-top: none;
	background: url(http://chrisvanpatten.com/portfolio/grad.jpg) top center;
	position: relative;
	z-index: 2000;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

a#back:hover span {
	border: 1px solid #FFF;
	border-top: none;
	background: url(http://chrisvanpatten.com/portfolio/grad.jpg) bottom center;
}

h1 a { 
	text-decoration: none !important;
	color: #000 !important;
}

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


/* Miscellaneous
------------------------------ */
#images, #albums {
	margin-top: 24px;
}

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, 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;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0 6px 12px;
	line-height: 0px;
    border: 1px solid #cacaca;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.imagethumb a:visited {
    background-color: #fafafa;
    border: 1px solid #e7e7e7;
}

.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #aaa;
}

.imagethumb {
	float: left;
}

.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}

.album {
	margin: 0 6px 12px;
	padding: 10px 8px 6px 10px;
	float: left;
	width: 366px;
	border: 1px solid #cacaca;
	background: #f5f5f5;
	line-height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.album a img {  }

.album .thumb {
    float: left; 
    margin-right: 10px;
}

.album h3 {
	padding: 0;
	margin: 0;
	font: 16px georgia, serif;
}

.album h3 a {
	color: #000;
}

.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
    color: #555;
}

.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */

.image { 
	padding: 0;
	border: 0;
}

#image {
	text-align: center;
	line-height: 0;
	margin: 0 0 24px;
}

#image a {
	text-decoration: none;
}

#desc {
	width: 100%;
	font: 14px/22px helvetica, arial, sans-serif;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	height: 80px;
	overflow: auto;
	margin-top: -100px;
	position: relative;
	z-index: 100;
	color: #000;
}

/* Image Description
------------------------------ */

#nav {
	width: 799px;
	height: 37px;
	margin: 0 auto 35px;
	background: url(http://chrisvanpatten.com/portfolio/navgrad.png);
}

a#move2, a#move1 {
	text-indent: -10000px;
	display: block;
	width: 176px;
	height: 39px;
	outline: none;
}

	a#move2 {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) top left no-repeat;
		float: left;
		margin: 16px 0 0 16px;
	}
	
	a#move2:active {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) bottom left no-repeat;
	}
	
	a#move1 {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) top right no-repeat;
		float: right;
		margin: 16px 16px 0 0;
	}
	
	a#move1:active {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) bottom right no-repeat;
	}
	
/* 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;
}

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