
/* GENERAL */

html {
	height: 100%;
	}

body {
	font: 9pt/1.6 "Lucida Sans", Verdana, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000;
	background-color: #f0f0f0;
	padding: 0;
	margin: 0;
	height: 100%;
	}

#page {
	width: 900px;
	background-color: #111;
	margin: 0 auto;
	overflow: auto;
	min-height: 100%;
	}

img {
	border: 0;
	max-width: 900px;
	}


a {
	color: #888;
	}
a:visited {
	color: #888;
	text-decoration: none;
	}

.hidden-line { display: none; }
.unhidden-line { display: inline; }

/* NAVIGATION BAR */

#navigation {
	width: 900px;
	height: 25px;
	position: fixed;
	top: 0;
	background-color: #f6f6f6;
	padding: 15px 0 0 0;
	text-align: right;
	}

#navigation a {
	text-decoration: none;
	color: #000;
	}
#navigation a:visited {
	text-decoration: none;
	color: #000;
	}

#navigation-title {
	text-align: left;
	position:absolute;
	letter-spacing: 0.1em;
	left: 0;
	}

#navigation-links {
	text-align: right;
	}

/* IMAGE */

#image {
	border: 0;
	display: block;
	margin: 40px auto 0 auto;
	}

/* TEXT AREA */

#text-area {
	background-color: #f3f3f3;
	text-align: left;
	overflow: auto;
	padding-bottom: 50px;
	}

#text-area p {
	margin: 0 0 10pt 0;
}


/* HEADER */

#header {
	width: 430px;
	margin: 20px 0 30px 0;
	}

#header h1 {
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
	}

#header p#info {
	margin: 0;
	padding: 0;
	font-size: 7.5pt;
	}
#header span#date {
	border-bottom: 1px dotted #888;
	}
#header span#tags {
	font-style: italic;
	}


/* IMAGE INFO & RELATED IMAGES & COMMENTS */

#image-info {
	width: 430px;
	float: left;
	padding: 0;
	}

#extra-fields {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
#extra-fields li {
	padding: 0;
	margin: 0;
	}

#related-images {
	margin: 20px 0 0 0;
	}
#related-images h2 {
	font-size: 9pt;
	line-height: 1.6;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#related-images ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
#related-images li {
	padding: 0;
	margin: 0;
	}

#comments {
	width: 430px;
	float: right;
	padding: 0;
	}

#comments ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
#comments li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #888;
	}


/* FOOTER */

#footer {
	font-size: 7.5pt;
	margin-top: 20px;
	}
#footer span#copyright {
	font-style: italic;
	}


/* FORM */

textarea {
	font: 9pt/1.6 "Lucida Sans", Verdana, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	width: 430px;
	background: #e6e6e6;
	border: 0;
	margin: 5px 0;
	}
input {
	background: #e6e6e6;
	border: 0;
	margin: 5px 10px 5px 0;
	}
#send-comment {
	background: #ccc;
	padding: 5px 10px;
	}


/* BROWSE TEMPLATE */

#thumbnails-area {
	margin-top: 40px;
	}

.thumbnails {
	display: block;
	float: left;
	}

#thingsbox {
	width: 280px;
	height: 110px;
	padding: 20px 0 20px 20px;
	background: #f3f3f3;
	float: right;
	text-align: right;
	}
	
#thingsbox p {
	margin: 0 0 10pt 0;
	}
	
#thingsbox .credits {
	font-size: 7.5pt;
	font-style: italic;
	}


