body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-weight: 100;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

div.clear {
	clear: both;
	height: 1%;
	background: transparent;
}

div#photo_content {
	position: relative;
	width: 100%;
	background: transparent;
}

div#photo_content.tall {
	padding: 40px 0 20px 0;
}

div#photo_content.wide {
	padding: 60px 0 60px 0;
}

a.nav_left,
a.nav_right,
a.page_left,
a.page_right {
	display: block;
	width: 31px;
	height: 0;
	margin: 0 10px;
	overflow: hidden;
	padding: 80px 0 0 0;
	z-index: 10;
	-moz-outline: 0;
}

a.nav_left,
a.nav_right {
	position: absolute;
	top: 200px;
}

a.nav_left {
	left: 0;
	background: transparent url(/img/nav_left.gif) bottom right no-repeat;
}
a.nav_right {
	right: 0;
	background: transparent url(/img/nav_right.gif) bottom left no-repeat;
}

a.nav_left:hover,
a.nav_right:hover {
	background-position: top left;
}

img#main {
	display: block;
	position: relative;
	border: 1px solid #ccc;
	padding: 10px;
	background: #f2f2f2;
	margin: 0 auto;
	z-index: 100;
}

div#photo_content.wide img#main {
	width: 778px;
}

div#photo_content.tall img#main {
	height: 478px;
}

h1#logo {
	display: block;
	position: absolute;
	width: 140px;
	height: 41px;
	bottom: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
	z-index: 20;
}

h1#logo a {
	display: block;
	width: 140px;
	height: 41px;
}

a#archive_link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}

a#archive_link:hover {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

a#archive_link img{
	height: 20px;
}

p#copyright {
	position: relative;
	margin: 10px auto;
	text-align: center;
	color: #ccc;
	font-family: georgia, serif;
	font-size: 10px;
}

div#labels_wrap {
	width: 100%;
	height: 25px;
	background: #f2f2f2 url(/img/mid-bar.gif) top left repeat-x;
}

ul#labels {
	list-style-type: none;
	height: 25px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

ul#labels li {
	color: #999;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
	font-size: 12px;
	vertical-align: middle;
	float: left;
	margin: 5px 0 5px 10px;
	width: 388px;
	border-right: 1px dotted #cfcfcf;
}

ul#labels li.ends {
	width: 188px;
}

ul#labels li#left {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 0;
	width: 188px;
}

div#photo_info_wrap {
	width: 100%;
	height: 25px;
	background: transparent url(/img/info_shadow.gif) top left repeat-x;
}

div#photo_info {
	width: 800px;
	margin: 0 auto;
}

a.button {
	padding: 5px;
	background: #f9f9f9;
	color: #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-decoration: none;
}

a.button:hover {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;	
}

a.button img {
	vertical-align: middle;
	height: 10px;
}

div#photo_info p a,
div#photo_info ul.bulleted a {
	padding: 2px;
	background: #f9f9f9;
	color: #999;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	text-decoration: none;
}

div#photo_info p a:hover,
div#photo_info ul.bulleted a:hover,
ul.cloud li a:hover
 {
	background: #9fcafe;
	color: #fff;	
}

div#details,
div#assembly {
	float: left;
	width: 180px;
	padding: 10px;
}

div#feedback {
	float: left;
	width: 380px;
	padding: 10px;
}

div#photo_info,
div#extra_content {
	font-weight: 100;
	font-size: 12px;
	color: #999;
	font-family: arial, sans-serif;
}

h2 {
	clear: both;
	font-size: 15px;
	font-weight: 100;
	margin: 0;
	padding: 10px 0;
	color: #9fcafe;
}

ul.bulleted {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: circle;
	font-family: arial, sans-serif;
}

ul.bulleted li {
	margin: 8px 0;
}

ul.bulleted li em {
	background: #f9f9f9;
	padding: 2px 2px 2px 1px;
	font-style: normal;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

ul.cloud {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
}

ul.cloud li {
	float: left;
	display: block;
}

ul.cloud li a {
	text-decoration: none;
	display: block;
	padding: 2px;
	background: #f9f9f9;
	color: #999;
	margin: 2px;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

/* Comments */

ul#feedbactions {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style-type: none;
}

ul#feedbactions li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul#comments {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#comments li {
	clear: both;
	margin: 20px 0;
	padding: 0;
}

a.buddy_link {
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	padding: 4px;
	background: #f9f9f9;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin-right: 10px;
}

a.buddy_link:hover{
	background: #9fcafe;
}

h4.comment_byline {
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
}

h4.comment_byline a{
	color: #9fcafe;
	text-decoration: none;
}

ul#comments li p {
	padding-left: 66px;
	margin: 0;
}

ul#comments li p.dateline {
	font-size: 9px;
	margin-top: 5px;
}

/* Archive */

a.button_large {
	padding: 5px 6px 6px 5px;
	background: transparent;
	font-size: 20px;
	line-height: 20px;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}

a.button_large:hover{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

div#extra_content {
	width: 800px;
	margin: 40px auto;
}

div#archive_top {
	position: relative;
}

a.page_left,
a.page_right {
	position: absolute;
	top: 9px;
}

a.page_left {
	left: -50px;
	background: transparent url(/img/page_left.gif) top right no-repeat;
}
a.page_right {
	right: -50px;
	background: transparent url(/img/page_right.gif) top left no-repeat;
}

a.page_left:hover,
a.page_right:hover {
	background-position: bottom left;
}

div#archive_bottom {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

ul#archive_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#archive_list li {
	float: left;
	display: inline;
	width: 84px;
	height: 84px;
	margin: 8px;
	padding: 0;
}

ul#archive_list li a {
	display: block;
	width: 75px;
	height: 75px;
	padding: 4px;
	background: #f9f9f9;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin: 0;
}

ul#archive_list li a:hover {
	background: #9fcafe;
}

div#extra_content h1 {
	font-family: arial, sans-serif;
	font-weight: 100;
	font-size: 75px;
	color: #ccc;
	margin: 0;
}

div#extra_content h1 span {
	font-size: 24px;
}

div#extra_content h1 span em {
	font-style: normal;
	font-size: 12px;
}

p#nophotos {
	font-size: 40px;
	color: #ccc;
	text-align: center;
}

/*Error Pages*/

div#error_content h2 {
	margin: 50px;
	text-align: center;
	font-size: 40px;
	color: #999;
	font-weight: 100;
}

div#error_content h2 a {
	text-decoration: none;
	padding: 2px;
	background: #f9f9f9;
	color: #999;
	margin: 2px;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

div#error_content h2 a:hover {
	color: #fff;
	background: #9fcafe;
	border-bottom: 1px solid #f9f9f9;
	border-right: 1px solid #f0f0f0;
}

/* Contact Page */
p#error {
	background: #ffffcc;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 10px;
	color: #666;
	width: 320px;
}

p#thanks {
	background: #9fcafe;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 10px;
	color: #fff;
	width: 320px;
}

form#contact {
	margin: 20px auto;
	line-height: 30px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

form#contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form#contact ul li {
	position: relative;
	float: left;
	clear: left;
	padding: 10px;
	width: 100%;
}

form#contact ul li:hover p.description {
	display: block;
}

form#contact ul li p.description {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	background: #9fcafe;
	color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

form#contact ul li span.sublabeled {
	float: left;
}

form#contact ul li span.sublabeled label {
	background: transparent;
	display: block;
	border: 0;
	font-size: 14px;
	padding: 0;
	height: 16px;
	line-height: 16px;
	margin: 0;
}

label {
	font-size: 24px;
	padding: 2px;
	background: #f0f0f0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

label span.req {
	color: #9fcafe;
}

fieldset input {
	width: 320px;
}

textarea {
	font-size: 12px;
	line-height: 16px;
	height: 80px;
	width: 320px;
}

input.short {
	width: 150px;
	margin-right: 20px;
}

input#submit {
	width: auto;
	font-size: 16px;
	color: #999;
	margin: 10px;
}