body {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeue, Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #000;
	color: #fff;
}

img {
	border: none;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 15px 0 10px -480px;
	width: 960px;
}

#header {
	position: relative;
	display: block;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
}

#footer {
	position: relative;
	display: block;
	border-top: 1px dotted #fff;
	padding: 10px 0;
	padding-bottom: 20px;
}

#content {
	position: relative;
	display: block;
	overflow: hidden;
	height: 520px;
}

#header h1 {
	font-size: 3.6em;
	letter-spacing: -0.05em;
	margin: 0;
}

#menu {
	position: absolute;
	right: 0;
	bottom: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.8em;
}

#menu li {
	float: left;
	padding: 0 10px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#menu li.last {
	padding-right: 0;
}

#menu li a {
	text-decoration: none;
	color: #666;
	padding: 2px 5px;
	display: block;
}

#menu li a.current {
	color: #fff;
}

#menu li a:hover {
	color: #000;
	background: #fff;
}



#submenu {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}

#submenu li {
	float: left;
	border-right: 1px solid #fff;
}

#submenu img {
	margin-top: 1px;
	vertical-align: top;
	margin-left: 2px;
}

#submenu li.last {
	border: none;
}

#submenu li.alternate {
	border: none;
	margin-left: 2px;
}

#submenu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 2px 10px;
}

#submenu li a:hover {
	background: #fff;
	color: #000;
}

#submenu li.alternate a {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	display: block;
	padding: 2px 5px;
	margin: 0 0 0 5px;
}

#submenu li.alternate a:hover {
}

#mainphoto {
	float: left;
	width: 600px;
	height: 460px;
	padding: 10px 0;
}

#mainphoto .imageholder {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	left: 50%;
}

#mainphoto h2 {
	font-size: 2em;
	margin: 0;
}

#mainphoto .photodescription {
	background-image: url(../images/bg_000_80.png);
	position: absolute;
	bottom: 10px;
	left: 0;
	display: none;
}

#mainphoto .photodescription .date_taken {
	display: none;
}

#mainphoto .imageholder:hover .photodescription {
	display: block;
}

#mainphoto .photodescription h2 {
	margin: 10px 10px 0.2em 10px;
	font-size: 1.8em;
}

#mainphoto .photodescription p {
	margin: 0 10px 10px 10px;
	font-size: 1.2em;
	padding: 0;
}

#mainphoto.short {
	width: 440px;
}

#mainphoto .photodescription a {
	color: #fff;
	padding: 2px 4px;
}

#mainphoto .photodescription a:hover {
	color: #000;
	background: #fff;
}

#photostream {
	float: right;
	padding: 10px 0;
	height: 500px;
	width: 340px;	
	overflow-y: auto;
	overflow-x: hidden;
}

#photostream .imageholder {
	float: left;
	background-color: #eee;
	width: 75px;
	height: 75px;
	margin: 0 0 10px 10px;
}

#photostream .imageholder.current img {
}

#photostream #pagination {
	padding-top: 10px;
	font-size: 1.2em;
	margin-left: 10px;
	clear: both;
}

#photostream #pagination a {
	color: #fff;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

#photostream #pagination a:hover {
	color: #000;
	background-color: #fff;
}

#pagination .prev {
	float: left;
}
	

#pagination .next {
	float: right;
}

#photostream.text p, #photostream.text li {
	line-height: 1.5em;
}

#photostream.text a {
	color: #fff;
}

#photostream.text a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

#photostream.long.text {
	width: 500px;	
}

#photostream.long.text p, #photostream.long.text li {
	font-size: 12px;
}

#photostream.long.text h2 {
	font-size: 24px;
}


#photostream hr {
	border: none;
	border-top: 1px dotted #fff;
}

#content h1 {
	margin: 30px 0 0 0;
	font-size: 2em;
}

#content h3 {
	font-size: 1.4em;
	margin: 30px 0 0 0;
	padding: 0; 
	font-weight: normal;
	color: #666;
}

#content p {
	font-size: 1.6em;
}

#content .first {
	margin-top: 5px;
}

#content h1 a {
	color: #fff;
	text-decoration: none;
}

#content h1 a:hover {
	background-color: #fff;
	color: #000;
}

#photostream input[type="text"], #photostream textarea {
	width: 300px;
}

#content p.submitter {
	width: 300px;
	text-align: right;
	margin: 0;
}

#photostream input[type="submit"] {
	font-size: 1em;
	background-color: #111;
	color: #fff;
	border: none;
	text-transform: uppercase;
}

#photostream input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}

#mainphoto .photodescription p.goflickr {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
}

#photostream form h3 {
	font-size: 12px;
	margin-top: 10px;
}

.invert {
	background-color: #fff;
	color: #000;
}

.hidden {
	display: none;
}

.unlink {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

.unlink:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

.single {
	line-height: 1em;
}