/*

	Zen Photo Default 1.0
	
*/

/* Normalizes margin, padding 
------------------------------------------------------------------------------------------*/
*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

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

/* Main Layout
------------------------------ */
body {
	background: #F5F5F3;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}

#wrapper{
	width: 910px;
	position: relative;
	margin: 0 auto;
	border: solid 2px #999;
	margin-top: 15px;
	background-color: #FFFFFF;
}

#header{
	height: 75px;
	border-bottom: solid #6699CC 1px;
}

#branding{
	width: 83px;
	height: 75px;
	z-index: 10;
	position: absolute;
	left: 0;
}

	#branding h1 a{
		text-indent: -5000px;
		background: transparent url(../../../../images/icons/photoshop-off.png) no-repeat;
		height: 75px;
		width: 83px;
		display: block;
		font-size: 0;
		overflow: hidden;
	}
	
	#branding h1 a:hover{
		background: transparent url(../../../../images/icons/photoshop-on.png) no-repeat;
	}
	
	#navigation{
		width: 820px;
		margin-left: 83px;
		height: 60px;
		display: block;
	}
	
	.ie #navigation{
		margin-left: 8px;
	}
	
	ul#nav-main{
		width: 760px;
		line-height: 80px;
		text-align: left;
	}
	
	ul#nav-main li{
		display: inline;
		margin-left: 0.4em;
		margin-right: -.3em;
		color: #6699CC;
		font-weight: bold;
	}
	
	ul#nav-main li:before{
		content: ": :  ";
	}
	
	ul#nav-main li.first-child:before{
		content: "";
	}
	
	#email-logo{
		background-image:url(../../../../images/icons/email-on.png);
		position: absolute;
		right:0px;
		top: 0px;
		height: 75px;
	}
	
	.ie6 #email-logo{
		overflow: hidden;
	}

	#email-logo a:hover img{
		visibility:hidden;
		display:block;
	}
	
	.faux-float-right{
		
	}
	
#content {
	text-align: left;
	background: #fff;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
}


#credit, #sort {
	margin: 0 auto;
	width: 98%;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}

.ie6 #credit{
	padding: 3px 3px 6px 0;
}

#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 {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 20px;
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #6699CC; }
a:hover, a:focus {
	text-decoration: underline;
}

/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}
h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	color: #8DB8CF;
	text-decoration: none;
}
h2 span {
	color: #8DB8CF;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
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; }


/* Tags & Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 22px 0px;
	padding: 0;
}

img {
	border: 0;
}

blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

strong{
	color: #6699cc;
}

#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
------------------------------ */
div.pagelist{

}

ul.pagelist {
	clear: both;
	padding: 0;
	/*margin: 20px 0 0 0;*/
	text-align: right;
	margin-right: 10px;
	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;
	display: inline;
}

#exif_link {
  float: right;
}

/* Classes
------------------------------ */
.left{
	float: left;
}

.right{
	float: right;
}



ul.taglist  {
	display: block;
	list-style-type: none;
	padding-bottom: 22px;
}

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

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

/* Image Thumbnails
------------------------------ */
#images{
	text-align: center;
	margin-left: 22px;
}

.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 20px 15px -5px;
	line-height: 0px;
  border: 1px solid #e6e6e6;
  background-color: #CECECE;
}

.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
	width: 295px;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	margin-left: 10px;
}

.album {
	margin: 0pt 6px 12px 6px;
	padding: 10px 8px 2px 10px;
	float: left;
	width: 46%;
	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 img, .album .thumb img, #image img{
	border: solid 5px #000;
}

#image img{
	border: solid 10px #000;
}

#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: 75%;
}

.imageData, #tagContainer{
	font-weight: bold;
	color: #6699CC;
}

#imageTitle, #imageLoc, #imageTags{
	font-weight: normal;
	color: #5A5A4B;
}

#price{
	background:url(../images/warning.jpg) no-repeat left;
	font-weight: bold;
	color: #E10404;
	padding-left: 20px;
	font-size: .9em;
	line-height: 14px;
}

.safari #price{
	background-position: 0%;
}


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


/* Forms
------------------------------ */
#order-form{
	margin-top: -10px;
}

.ie #order-form{
	margin-top: -15px;
}

.inputbox {
	width: 250px;
	padding: 2px;
}

textarea {
	padding: 4px;
	width: 97%;
	color: #5A5A4B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.checkbox {
	cursor: pointer;
}

.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}

label {
	cursor: pointer;
	font-weight:bold;
	color: #6699CC;
}

label:hover {
	color: #5A5A4B;
}

#map {margin-left: -77px;}

form ol li{
	width: 340px;
	float: right;
	margin-right: 10px;
}


	form ol li.text{
		text-align: right;
	}
	
	form ol li.descrip{
		border-right:1px solid #6699CC;
		float:left;
		height:320px;
		margin-right:15px;
		padding:0px 15px 0pt 0pt;
		width:41%;
	}
	
	
	form ol li#order-buttons{
		width: 97%;
		text-align: right;
		margin: 15px 85px 0 0;
		clear: both;
	}
	
	form ol li.descrip p{
		line-height: 1.5em;
	}

fieldset {
	border: solid #6699cc 1px;
	padding: 10px;
}

legend{
	padding: 3px;
	font-weight: bold;
	color: #6699CC;
}

.webkit textarea{
	width: 55%;
	height: 75px;
}

input[type="text"]{
	width: 287px;
}

input[type="button"], input[type="submit"]{
	border: solid #5A5A4B 1px;
	background-color: #6699cc;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover{
	background-color: #a8c8e8;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute; /*MSIE only*/
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}

#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;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	text-align: center;
	background: #fff;
	position: absolute;
	top: 4px;
	right: 90px;
}

#search input[type="text"]{
	width: 125px;
	/*vertical-align: super;*/
}

.ie #search input[type="text"]{
	vertical-align:top;
}

#search input.pushbutton {
	padding: 1px;
}

#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;
  background:#fff
}
#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}

/* 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 #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

