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;
}

#social-media-shit {
    position: absolute;
    top: 12px;
    right: 12px;
}

#controls {
	clear:both;
}

/*
#subscribe-form {
	width:330px;
	float: left;
	font-size: 13px;
	color: #ccc;
	margin:0;
}

#subscribe-form input {
	color: #888;
	font-style:italic;
	height: 14px;
	padding:0;
}

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

#nav {
	font-size:13px;
	background-color:transparent;
	height: 25px;
	list-style:none;
	margin: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-image:url(../imgs/nav-bg.png);
	background-repeat:repeat;
}

#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:16px;
	font-variant:small-caps;
	letter-spacing:.1em;
	font-weight:500;
}
	
h3 {
	font-size:14px;
	font-variant:small-caps;
	font-weight:500;
	letter-spacing:.1em;
	color:#666666;

}
	
h4 {
	font-size:13px;
	font-weight:400;
	letter-spacing:.1em;
	line-height:.5em;
	color:#666666;
}

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 url() repeat/repeat-x/repeat-y/no-repeat scroll/fixed top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos;
}

#text h1 span {
	visibility:hidden;
}

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

#text a {
	color:#5e8743;
	}

#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;
}

/* stuff to fix the shit HTML in phplist */
.mailinglist {
	font-size: 11px;
}

.mailinglist font {
	display:none;
}

.mailinglist h2 {
	font-size:16px;
	font-variant:small-caps;
	letter-spacing:.1em;
	font-weight:500;
}
	
.mailinglist h3 {
	font-size:14px;
	font-variant:small-caps;
	font-weight:500;
	letter-spacing:.1em;
	color:#666666;

}
	
.mailinglist h4 {
	font-size:13px;
	font-weight:400;
	letter-spacing:.1em;
	line-height:.5em;
	color:#666666;
}

