/*

	Zen Photo Default (Dark) 1.0
	
*/

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

/* Main Layout
------------------------------ */
body {


		background-repeat: repeat;
		background-color: #333333;
		
background-attachment: fixed;

	margin: 0 !important;
	margin: 0 0 10px 0; 
	padding: 0;
	text-align: center;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}



#main {
	text-align: left;
	margin: 30px auto 5px auto;
	padding: 20;
	width: 1000px;
	background: #000000;


background-color: #000000;


//-moz-border-radius: 10px;
	border: 0px solid #aaaaaa;


	
}

#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #555555;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #444444;
	border-bottom: 0px dotted #dddddd;
}
#credit a:hover, #sort a:hover {
	color: #aaaaaa;
	brder-bottom: 1px solid #dddddd;
	text-decoration: none;
}
#gallerytitle {
padding: 13px 30px 10px 75px;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	//-moz-border-radius-topleft: 10px;
	//-moz-border-radius-topright: 10px;
	background: #222222;


	height:20px;
	border-top: 0px solid #ffffff;
	
	
}


#titlebox {
padding: 30px 30px 30px 30px;
	//-moz-border-radius-topleft: 10px;
	//-moz-border-radius-topright: 10px;
	background: #333333;
	

	height:20px;
	
	h1 	{font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 13px;
	color: #fffff;
	margin: 0;
	padding: 0;
	
	
	}	
}


#padbox {
 	padding: 10px !important;
}


#gallerytitle 

h2 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font: normal 12px;

font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal; 
	 
	
	width:1000px;
}

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


/* Text Styles
------------------------------ */
body {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
h1, h2, h3, h4{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font: normal 12px;}
h1 {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaa;
	margin: 0;
	padding: 0;
}
h1 a:link, h1 a:active, h1 a:visited {
font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	text-decoration: none;
	
}
h1 span {font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1a1a1a;
}
h1 a:hover, h1 a:focus {
	color: #454545;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
	
	
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.4pt;
	color: #fff;
	
	txt-transform: uppercase;
	padding: 0px;
	margin:0;
	width:510px;
	float:left;
}
h2 a:link, h2 a:active, h2 a:visited { text-decoration: none; color: #ffffff; padding: 10px  10px; font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;}

h2 a:hover, h2 a:focus { text-decoration: none; color: #000000;
background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #373737);
	background: -o-linear-gradient(#f9f9f9, #373737);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#373737)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #373737);
	padding: 13px 10px 13px 10px;
	color: #000;
	

}

h3 {
	color: #666;
	margin: 5px 0 5px 0 !important;
	margin: 0;	
	padding: 0;
}
h4 {
	color: #666;
	margin: 0;
	padding: 0;
}



/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 8px 0;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #94c2e5;
	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: #748da0;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #294550;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* 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 {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	float: left;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .thumb a {
	display: block;
	padding: 5px;
	margin: 5px;
	background: #444;
	bckground-image: url(http://www.phillipdrawbridge.com/images/margin_bg.jpg); 
	bckground-repeat: repeat-x;
background-attachment: fixed;
border: 1px solid #aaa;
	line-height: 0px;
	
}



.imagethumb a:hover {
	border: 1px solid #0000dd;
	background: #ddd;
}

	
.imagethumb, .thumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;


/* Album Thumbnails
------------------------------ */
#albums {
        float: left;
}
.album {
	margin: 0px 15px 15px 0;
	float: left;
	width: 315px;
}
.album .imagethumb a, .album .thumb a {
	margin: 0;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 4px 0;
	line-height: 17px;
	font-size: 10px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 6px 0 0 0;
}


/* 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 #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;
}
label:hover {
	color: #999;
}
#map {margin-left: -77px;}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	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; }

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: center;
	background: #222;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}

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