html {
	background: url(../images/backgroundhouseatnight-b.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: "garamond-premier-pro-display", Serif;
	color: white;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 12px 0 12px;
}

h1 a {
	display: inline-block;
	font-size: 80px;
	margin: 30px 0 10px 0;
	padding: 0;
	color: white;
	height: 85px;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	display: none;
}

h3 {
	font-size: 45px;	
	font-weight: 300;
	margin-bottom: 50px;
}

h4 {
	margin-left: 100px;
	font-size: 1.4em;
	letter-spacing: .2em;	
	line-height: 60px;
	font-weight: 300;
}

.about {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	width: 420px;
}

.info {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	width: 400px;	
}

nav ul {
	margin: 0;
	padding: 0 0 100px 0px;
}

nav li {
	list-style: none;
	float: left;
	margin-right: 20px;
	font-size: 1.7em;
}

nav a {
	color: white;
	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

main {
	min-height: 200px;
	margin: 0;
	padding: 0;
}

main a {
	font-size: 1.5em;
	color: white;
	letter-spacing: .1em;
	text-decoration: none;
}

main a:hover {
	text-decoration: underline;	
}

main p {
	font-size: 1.3em;
}

.event {
	height: 20px;
	display: block;
	margin: 0 0 50px 0;
	padding: 0;
	clear: both;
}

.event div {
	float: left;
	font-size: 1.7em;
	margin-right: 50px;
}
.event .date {
	width: 100px;
}

.event .time {
	width: 100px;
}

.event .location-city {
	width: 200px;
}

.event .location-venue {
}

.event .location-venue a {
	font-size: 1em;
	text-decoration: none;
}

.event .location-venue a:hover {
	text-decoration: underline;
}

.bold {
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
/* 	letter-spacing: .3em; */
}

.download {
	display: inline-block;
	width: 480px;
	margin: 0 0 50px 0;
	padding: 0;
}

.download img {
	border: 3px solid white;
	display: block;
	margin-bottom: 10px;
}

.download .download-title {
	font-size: 1.7em;
	display: inline-block;
/* 	margin-right: 20px; */
	width: 200px
}

.download .download-link {
	font-size: .8em;
	display: inline-block;
	width: 200px;
	text-align: right;
}

.download .download-link:hover {
	text-decoration: underline;
}

.press {
	margin-bottom: 50px;
	width: 450px;
}
.press_large {
	margin-bottom: 30px;
	width: 950px;
}

.press_quote {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
/* 	background-color: #000000; */
	display: inline-block;
}

.press_quote_large {
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 30px;
/* 	background-color: #000000; */
	display: inline-block;
}
.press_quote:first-letter {
/* 		font-size: 32px; */
}
.press_location {
	margin-bottom: 16px;
/* 	background-color: #000000; */
	display: inline-block;
}

.press_location a {
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 900;
}
.press_location_smaller a {
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 900;
}
h5 {
	font-size: 36px;
	margin-bottom: 40px;
}

footer {
	margin: 100px 0 0px 0;
/* 	background-color: black; */
}

footer div {
	display: inline-block;
}

footer .person {
	text-transform: uppercase;
	font-size: 22px;
	height: 30px;
	padding: 0;
	margin: 0;
	margin-right: 8px;
}

footer .role {
	padding: 0;
	margin: 0;
	font-size: 8px;
	text-transform: uppercase;
	text-align: right;
	height: 25px;
	margin-right: 3px;
}

.title {
	position: relative;
}
.winner {
	position: absolute;
	top: 40px;
	left: 430px;
}