/* Basics
------------------------------ */

* { margin: 0; padding: 0; }
html { width: 100%; }

/* Link Styles
------------------------------ */

a:link, a:active { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #747474; }
a:hover, a:focus { text-decoration: none; }


/* Miscellaneous
------------------------------ */

img {
	border: 0;
}

p {
	margin: 0 0 10px 0;
}


/* Main Layout
------------------------------ */

body {
	background: #eee;
	margin: 0;
	padding: 0px 0px 50px;
	text-align: center;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	background: #fff;
	text-align: left;
	margin: 10px auto;
	width: 690px;
	padding: 20px 0 50px;
	border: 1px solid #d2d2d2;
	border-bottom: 5px solid #d2d2d2;
}

#credit {
	text-align: right;
	margin: 0 auto;
	width: 690px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #747474;
	/*clear: both;*/
}

#header {
	width: 690px;
	float: left;
	border-bottom: 2px solid #eee;
	margin: 0;
	/*padding: 10px 20px;*/
}

#latest_images, #description, #narrow {
	width: 690px;
	float: left;
	margin: 0;
	/*padding: 10px 20px;*/
	padding-bottom: 10px;
	background: #f9f9f9;
	border-bottom: 2px solid #eee;
	/*#eee*/
}

#albums {
	/*text-align: center;
	padding: 10px 20px 0px;*/
	clear: both;
	width: 690px;
}

#comments {
	padding: 20px 20px 0;
	border-top: 2px solid #eee;
	margin-top: 15px;
}

#imgnav {
	padding: 10px 20px;
}

#imgnav .floatleft {
	float: left;
}

#imgnav .floatright {
	float: right;
}

#images {
	text-align: center;
	padding: 10px 20px 0;
}

#image {
	line-height: 0;
	text-align: center;
	margin-top: 10px;
}

/* Text Styles
------------------------------ */

h1, h2 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

h1 a:link, h1 a:visited, h1 span, h2 a:link, h2 a:visited, h2 span {
	color: #000;
}

#header h1, #latest_images h2, #albums h2 {
	margin: 10px 20px;
}

#credit a, #credit a:visited, #credit a:active {
	text-decoration: none;
	color: #747474;
	border-bottom: 1px solid #96967e;
}

#credit a:hover {
	text-decoration: none;
	color: #969696;
	border: 0;
}

#latest_images .list {
	padding: 0 10px;
}

#description .list {
	margin: 10px 20px 0;
}

#counters a {
	border: 0;
}

/* Image Thumbnails
------------------------------ */

.imagethumb a {
	display: block;
	padding: 10px;
	margin: 5px;
	border: 1px solid #d2d2d2;
	background: #f4f4f4;
	line-height: 0px;
}

.imagethumb a:visited {
	border: 1px solid #e6e6e6;
	background: #fff;
}

.imagethumb a:hover {
	border: 1px solid #bbb;
	background: #fff;
}

.imagethumb {
	float: left;
}

/* Album Thumbnails
------------------------------ */

.album {
	float: center;
	padding: 10px 10px 0px;
}

.album img {
	float: none;
}

.album h1 {
	padding: 0;
	margin: 10px 0 0 0;
	float: center;
	font: bold 14px/18px Arial;
}

.album p {
	padding: 0;
	margin: 0;
	float: center;
	font: 11px/16px Arial;
}

.album p.count {
	color: #747474;
}

.album p.description {
	margin-top: 10px;
}

.album h1 a {
	display: block;
}

.album .imaginfo {
	float: right;
	width: 230px;
}

/* Individual Image
------------------------------ */

.image {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	border: 0;
}

.image h1 {
	width: 160px;
	padding: 0;
	margin: 0;
	float: center;
	font: bold 14px/18px Arial;
}

.image p {
	width: 160px;
	padding: 0;
	margin: 0;
	float: center;
	font: 11px/16px Arial;
}

/* Page Navigation
------------------------------ */

ul.pagelist {
	float: right;
	padding: 10px 20px 0 0;
	margin: 0;
	list-style-type: none;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 3px;
}

ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5a5a4b;
}

.disabledlink {
	color: #ddd;
	cursor: default;
}

.pagenav {
	clear: both;
}

/* Forms
------------------------------ */

textarea {
	padding: 4px;
	color: #000;
}

/* Imagedata
------------------------------ */

#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;
}

/* Admin toolbox
------------------------------ */

#admin {
}

#admin h3 {
	font: 12px/16px Arial, Helvetica, sans-serif;
}

#admin_data {
}