body{
	width: 800px;
	margin: 15px;
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
        margin: 0px;
        font-size: 40px;
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        color: white;
        text-shadow: 2px 2px 3px gray;
}
a{
	color: goldenrod;
}
#header{
	height: 110px;
	border-top: 1px solid black;
	margin-bottom: 15px;
}
#header h1{
	margin: 0px;
	font-size: 40px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: white;
	text-shadow: 2px 2px 3px gray;
}
#header #logo{
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-left: 25px;
}
#header #logo img{
	border: 0px;
}
#header .text{
	margin-top: 25px;
}
#navigation{
	margin: 15px 0px 0px 0px;
	
	border-bottom: 1px dotted #333;
	height: 20px;
}
#navigation ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation li{
	float: left;
	padding-right: 2px;
}
#navigation li a{
	color: #999;
	text-decoration: none;
	padding: 0px 10px 3px 10px;
	font-family: Verdana, Arial, Helvetica;
	border-bottom: 5px solid gray;
}
#navigation li a:hover{
	color: gold;
	border-bottom: 5px solid gold;
}
#navigation li a:active{
	color: goldenrod;
	border-bottom: 5px solid goldenrod;
}
#navigation li #selected{
	text-decoration: none;
	padding: 0px 10px 3px 10px;
	font-family: Verdana, Arial, Helvetica;
	border-bottom: 5px solid gold;
}

#main{
	width: 500px;
	padding-right: 20px;
	border-right: 1px dotted #333;
	font-family: Verdana, Arial, Helvetica;
}
#blog{
	padding: 15px;
}
#blog .date{
	float: right;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #999;
}
#blog h1{
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: goldenrod;
	border-bottom: 1px solid #333;
}
#blog .body{
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #DDD;
	margin-bottom: 20px;
}
#blog a{
	color: gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
#bio{
	padding: 0px 15px 0px 15px;
}
#bio h1{
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 25px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: goldenrod;
	border-bottom: 1px solid #333;	
}
#bio p{
	text-indent: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bio p a{
	color: gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
#bio p a:hover{
	color: goldenrod;
	border-bottom: 1px dotted goldenrod;
}
#bio ul{
	list-style-position: outside;
}
#bio li{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
#contact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
#contact h1{
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 25px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: goldenrod;
	border-bottom: 1px solid #333;	
}
#contact .fieldlabel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	border-bottom: 1px dotted #333;
}
#contact .error{
	color: red;
}
#screenings{
	padding: 0px 15px 0px 15px;
}
#screenings .screening{
	margin-bottom: 25px;
	border: 1px solid #111;
	padding: 5px;
}
#screenings .screening h1{
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: goldenrod;
	border-bottom: 1px solid #333;
}
#screenings .screening h1 .genre{
	color: gray;
	font-size: 12px;
	text-shadow: 0px 0px 0px black;
}
#screenings .screening h1 .date{
	color: gray;
	font-size: 12px;
	text-shadow: 0px 0px 0px black;
}
#screenings .screening ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#screenings .screening ul li{
	list-style-type: none;
}
#screenings .screening ul li .location{
	font-size: 12px;
}
#screenings .screening ul li .date{
	color: gray;
	font-size: 10px;
}

#works{
	padding: 15px;
}
#works .work{
	clear: left;
	border: 1px solid #111;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 25px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#works .attributes{
	float: left;
	background-color: #111;
	width: 200px;
	border: 1px solid #222;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
	color: gray;
}
#works .attributes .genre{
	font-style: italic;
}
#works .attributes .length{
	float: right;
}
#works .attributes ul{
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 15px;
}
#works .attributes ul li{
	list-style-type: none;
}
#works .attributes ul li .role{
	font-style: italic;
}
#works .attributes ul li .person{
}
#works .icon{
	float: left;
	margin-bottom: 0px;
}
#works .date{
	float: right;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #999;
}
#works h1{
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: goldenrod;
	border-bottom: 1px solid #333;
}
#works .body{
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #DDD;
	margin-bottom: 20px;
}
#works a{
	color: gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
#works .footer{
	background-color: #111;
	border: 1px solid #222;
	padding: 3px;
	font-size: 10px;
	clear: both;
}
#store{
	padding: 15px;
}
#store .work{
	clear: left;
	border: 1px solid #111;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 25px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#store .attributes{
	float: left;
	background-color: #111;
	width: 150px;
	border: 1px solid #222;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
	color: gray;
}
#store .attributes img{
	width: 150px;
	overflow: hidden;
}
#store .attributes .genre{
	font-style: italic;
}
#store .attributes .length{
	float: right;
}
#store .icon{
	float: left;
	margin-bottom: 0px;
}
#store .buy{
	float: right;
	border: 1px solid #333;
	background-color: #111;
	width: 245px;
	padding: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;	
}
#store .buy td{
	text-align: right;
}
#store .price{
	font-size: 11px;
}
#store .shipping{
	font-size: 11px;
}
#store .total{
	max-width: 150px;
	border-top: 1px solid #333;
	margin-top: 3px;
	padding-top: 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
#store .paypal{
}

#store h1{
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: goldenrod;
	border-bottom: 1px solid #333;
}
#store .body{
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #DDD;
	margin-bottom: 20px;
}
#store a{
	color: gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
#store .footer{
	background-color: #111;
	border: 1px solid #222;
	padding: 3px;
	font-size: 10px;
	clear: both;
}


#gallery{

}
#gallery td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#gallery a{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: goldenrod;
}
#gallery .search{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}
#gallery .title{
	font-size: 18px;
}
/* Misc gallery styles that need to be overwriten */
.popupbody{
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
.popuphead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: goldenrod;
}
#footer{
	margin-top: 50px;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #555;
}
#footer a{
	color: #555;
}
