/* body & containers */
body{
	background-color:#000; 
	background-image:url('http://static.tumblr.com/g2vaqlj/VOVl3t3sk/wood.jpg');
	background-repeat: repeat;
	font-family: Arial, Verdana, sans-serif;
	color:#fff;
}

#me-nav{
	display:none;
}


#content{
	text-align:left;
	height:100%;
	width:1000px;
	text-align:left;
	margin:auto;
}

#nav{
	float:left;
	margin-top:0;
	padding:10px;
	width:322px;
	text-align:right;
}

#nav-photo h2 a{
	color:green;
	margin-top:0px;
	margin-bottom:0px;
}

#nav-gallery {
	width:100%;
	height:20px;
	color:#fff;
	font-size:18px;
	border-bottom:1px solid #fff;
	background:
}


#nav-gallery a{
	color:#9cf;
	font-size:10pt;
	padding:0px 2px 0px 2px;
}

#nav-gallery a:hover{
	color:white;
	background-color:gray;
}


#main{
	padding:10px;
	float:left;
	width:625px;
	border-left:1px dashed #fff;
}

#main-404{
	padding:10px;
	float:left;
	width:1000px;
	border:none;
}


/* text styling */

h1{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12em;
	border-bottom:15px solid #fff;
}


#header{
	background-image:url("http://farm3.static.flickr.com/2688/4319293793_2acf68d060_b.jpg");
	background-position: -20px -90px;
	background-repeat:no-repeat;
	border:1px solid #fff;
	border-bottom:15px solid #fff;
	height:266px;
	text-align:right;
	width:100%;
}

#header h1{
	font-size:5em;
	border:none;
	padding:80px 0px 0px 0px;
	line-height:0.7;
}

#header p.caption{
	margin:5px;
	float:right;
	color:#000;
}


h1.photo{
	font-size:12em;
}

h1.gallery{
	font-size:8em;
}


h2{
	font-size:3em;
	margin-top:1px;
	margin-bottom:1px;
}

h2 a:hover, h2 a:hover, h2.orange a:hover, h2.red a:hover, h2.green a:hover, h2.brown a:hover, h2.grey a:hover {
	color:#fff;
}

.red a {
	color:red;
}

.green a {
	color:green;
}

.orange a {
	color:orange;
}

.brown a {
	color:brown;
}

.grey a {
	color:grey;
}

.pale-blue a {
	color:#9cf;
}

.pale-green a {
	color:#6c9;
}

h4 {
	margin-left:30px;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
}

h4 a {
	color:pink;
	padding-left:2px;
	padding-right:2px;
}

h4 a:hover {
	color:#fff;
	background:gray;
}

p.photo{
	font-size:18pt;
	color:#999;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
}

p.notes{
	margin:5px 0px 5px 30px;
	color:#fff;
	font-style:italic;
}

.toggle_container p {
	color:#fff;
	margin: 0px 0px 0px 30px;
}

a {
	color:#6c9;
	text-decoration:none;
}

a:hover {
	color:#fff;
	background:gray;
}

.filmtitle{
	font-style: italic;
}


/* forms */
#contact_form{
	margin: 5px 0px 5px 30px; 
	width:400px; 
	border:1px dotted #fff;
	padding:5px; 
}