body {
	background: #2c2c2c url(../imgs/bg.jpg) no-repeat top left;
	font-family: helvetica,arial,sans-serif;
}

#main {
	position: absolute;
	background-color:transparent;
	top: 134px;
	left: 216px;
	width: 775px;
}

#controls {
	clear:both;
}

#subscribe-form #enter-email {
	display: block;
	margin: 6px 0px;
}

/*

#subscribe-form #enter-email input {
	color: #888;
	font-style:italic;
}

#subscribe-form #enter-email input.active {
	color: #333;
	font-style:normal;
}
*/

#nav {
	font-size:13px;
	background-color:transparent;
	height: 25px;
	list-style:none;
	margin:0px 0px;
	padding:4px 0px 0px 0px;
	text-align:right;
/*	width: 446px; */
}

#nav li {
	display:inline;
}

#nav li a {
	color:#dd8e10;
	padding: 7px 10px;
	text-decoration: none;
}

#nav li a:hover, #nav li a.selected {
	background-color: #333;
}

#nav li a.selected {
	border: solid 1px #444;
}

#nav li a.download {
	color: #ffaa10;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-size: 12px;
	font-variant:small-caps;
	font-weight:500;
}

h1.global-header {
	margin:0;
	width:235px;
	height: 38px;
	position:absolute;
	top:37px;
	left:31px;
}

h1.global-header a {
	height: 38px;
	width:235px;
	display: block;
	border:none;
}

h1.global-header a span {
	font-size:0;
	line-height: 0;
	text-indent:-9999px;
}



h2 {
	font-size:18px;
	letter-spacing:.1em;
	font-weight:bold;
}
	
h3 {
	font-size:12px;
	font-variant:small-caps;
	font-weight:500;
	letter-spacing:0.1em;
	color:#666;
	margin-top:2em;
	padding-top:1em;
	border-top: solid 1px #444;

}
	
h4 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:.5em;
	color:#fff;
}

p {
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing:.1em;
}

#content {
	background-color:transparent;
	height: 356px;
}

#firstalbum {
	float:left;
	margin:0px 0px 0px 0px;
	}
	
#secondalbum {
	float:right;
	margin:0px 10px 0px 0px;
	}
	
#photos {
	float:left;
	margin:0px 30px 0px 0px;
	}
	
#downloadalbum {
	float:left;
	margin:0px 0px 0px 0px;
	}
	
	
#content #image {
	float:left;
	width:120px;
	height:380px;
	background-color:#666;
}

#nextshow {
	position:fixed;
	margin:300px 0px 0px 40px;
}

#content #text {
	float:right;
	width:640px;
	height:396px;
}

#content #text h1 {
	margin: 0;
	padding:0;
	text-align:right;
	font-size: 12px;
	height: 40px;
	background: #ddd;
}

#text h1 span {
	visibility:hidden;
}

#text #viewport {
	margin-left: 16px;
	margin-top: 36px;
	padding-right: 16px;
	color:white;
}

#text a {
	color:#5e8743;
}

#text h3 a {
	color:#888;
	
}
	
#viewport h2 {
	margin:0;
}

.orangetext {
	color:#d88c13;
}
	
.graytext {
	color:#666666;
}

.band {
	
}

#pagination {
	color:#666;
	position: absolute;
	font-size: 12px;
	top: 63px;
	left: 400px;
	width: 366px;
	text-align: right;	
}

#pagination a {
	color:#d88c13;;
}

#download-form {
	font-size: 28px;
}

#download-form label {
	float:left;
	margin-right: 14px;
}

#download-form input {
	font-size: 1em;
	color: #888;
	font-style:italic;
	padding:0;
	width: 400px;
}

#download-form input.active {
	color: #333;
	font-style:normal;
}

#download-form input.submit {
	background:transparent url(/imgs/download-submit.png) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	display:block;
	font-size:0;
	height:39px;
	line-height:0;
	margin:0;
	text-indent:-9999px;
	width:85px;
	padding-top: 2px;
}

#download-form input.submit-hover {
	background:transparent url(/imgs/download-submit-hover.png) no-repeat scroll left top;
}

#download-form input.submit-working {
	background:transparent url(/imgs/download-submit-working.gif) no-repeat scroll left top;
}

#download-link {
	overflow-x:hidden;
}

/* fixes for weird HTML in Dada Mail */

blockquote {
	margin:0;
}

#viewport form h1 {
	text-align: left;
	
	font-size:16px;
	font-variant:small-caps;
	letter-spacing:.1em;
	font-weight:500;
}