html {
	background: #000 url(../images/bg_pattern.gif) repeat;
}

body {
	font-size: 78%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: white;
}

div#wrap {
	width: 750px;
	margin: 20px auto;
}

a:link, a:visited {
	color: #0092BB;
}

a:hover, a:active {
	color: red;
}

a img {
	border: 0;
}

/* LOGO */

div#logo {
	float: left;
	margin-bottom: 3px;
}

/* GENERAL NAV */

div#general_nav {
	float: right;
	margin-top: 6px;
}

#general_nav img {
	border: 0;
}

/* CONTENT */

div#content {
	width: 750px;
	border: 1px solid #404040;
	clear: both;
	background: black;
}

div#content div#content2 {
	width: 100%;
	margin: 20px;
}

div#content3 {
	width: 100%;
	margin: 20px;
	text-align: center;
}

/* THUMBS */

#thumbs {
	height: 450px;
}

#thumbs img {
	width: 130px;
	height: 130px;
	background: gray;
	float: left;
	margin: 10px 10px;
}

/* PHOTO NAV */

div#photo_nav {
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 11pt;
	color: gray;
	text-align: center;
}

#photo_nav ul {
	margin: 7px 0;
}

#photo_nav li {
	display: inline;
}

#photo_nav a:link, #photo_nav a:visited {
	color: gray;
	text-decoration: none;
}

#photo_nav a:hover, #photo_nav a:active {
	color: white;
	text-decoration: none;
}

#photo_nav a.selected {
	color: white;
}

#photo_nav img {
	margin: 0 7px 2px 7px;
}

img#photo {
	display: block;
	margin: 0 auto;
	height: 450px;
}

/* PAGE NAV */

div#page_nav{
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 11pt;
	color: gray;
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid #404040;
	clear: both;
}

#page_nav a:link, #page_nav a:visited {
	color: gray;
	text-decoration: none;
}

#page_nav a:hover, #page_nav a:active {
	color: white;
	text-decoration: none;
}

#page_nav img {
	margin: 0 7px 2px 7px;
}

/* META */

#content div#meta {
	float: left;
	margin-left: 3px;
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 11pt;
	width: 550px;
}

#content #meta .title {
	color: white;
}

#content #meta .position {
	color: gray;
}

#content #meta .description {
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7.5pt;
	line-height: 9pt;
	margin: 0;
}

#content #meta .notice {
	color: #888;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7.5pt;
	line-height: 9pt;
	margin: 10px 0 0 0;
}

.clear {
	clear: both;
	height: 1px;
}

/* PROSE */

#prose {
	width: 500px;
	margin: 30px auto 0 auto;
	line-height: 1.6em;
	text-align: justify;
}

#prose img.ornament {
	display: block;
	margin: 0 auto;
}

#prose img.signature {
	display: block;
	margin: 0 0 40px auto;
}

#prose p {
	margin: 2em 0;
}

#prose h1 {
	font-size: 24px;
	margin-top: 30px;
	text-align: center;
	font-family: Georgia;
	font-weight: bold;
}

.center {
	text-align: center;
}

/* PURCHASE */

#content #purchase {
	float: right;
	color: green;
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 11pt;
	text-align: center;
	height: 51px;
	margin: 0 4px 0 0;
	border: #404040;
	width: 150px;
	height: 175px;
}

#content #purchase img {
	border: 0;
}

#content #purchase #size8x10 {
	float: left;
	width: 30px;
}

#content #purchase #size11x14 {
	float: left;
	width: 38px;
}

#content #purchase #size18x24 {
	float: left;
	width: 58px;
}

#content #purchase form {
	display: inline;
	margin: 0 5px;
	border: 0;
}

#content #purchase form input{
	border: 0;
}

#content #purchase div.purchase_hint {
	font-size: 10px;
	color: #A00;
	margin: 5px 0;
}

#content #purchase a:link, #content #purchase a:visited {
	color: white;
}

#content #purchase a:hover, #content #purchase a:active {
	color: #A00;
}

#content #purchase div form {
	display: inline;
	margin: 0 1px;
	border: 0;
}

#content #purchase div form input{
	border: 0;
}

/* FORMS */

form.edit_photo {
	margin: 0 auto 20px auto;
	width: 500px;
}

form.link {
	margin: 0 auto 20px auto;
	width: 450px;
}

form.link table {
	border: 1px dotted #444;
	padding: 10px;
}

form.login {
	margin: 100px auto;
	width: 225px;
	padding: 20px;
}

form input, form select {
	font-size: 9pt;
	border: 1px solid gray;
}

form textarea {
	font-size: 9pt;
	border: 1px solid gray;
}

form td {
	font-size: 9pt;
	color: white;
}

form .textinput {
	width: 400px;
}

form .textarea {
	width: 400px;
	height: 100px;
}

form .fileinput {
	border: 1px solid gray;
}

.error {
	color: red;
}

/* ADMIN */

img#editphoto {
	display: block;
	margin: 20px auto;
	height: 225px;
}

div#nophoto {
	margin: 20px auto;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: white;
	font-size: 9pt;
	border: 1px solid white;
}

/* MISC */

div.note {
	margin: 5px auto;
	width: 400px;
	text-align: center;
	color: white;
	border: 1px solid gray;
	background-color: #333;
	font-size: 9pt;
	padding: 2px;
}

/* COPYRIGHT */

div#copyright {
	color: gray;
	font-size: 7.5pt;
	text-align: center;
	margin-top: 4px;
}
