/*
	font-family: 'Calligraffitti', cursive;
	font-family: 'Belleza', sans-serif;
	font-family: 'Donegal One', serif;
*/
body {
	background:#070000;
}
body.home {
	background:url('images/bgHome.jpg') no-repeat center top #070000;
	min-height:735px;
}

#wrapper {
	width:1100px;
	margin:0 auto;
}
#wrapper .pad {
	position:relative;
	clear:both;
}
#leftCol {
	position:relative;
	float:left;
	width:247px;
}
#rightCol {
	float:right;
	width:853px;
}
#nav {
	position:absolute;
	top:383px;
	left:50px;
}
#nav li {
	line-height:36px;
}
#nav li a {
	font-family: 'Donegal One', serif;
	font-size:20px;
	font-weight:bold;
	color:#313131;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:underline;
}
h1 {
	font-family: 'Donegal One', serif;
	font-size:36px;
}

/****************** HOME *******************/
h1.homeTitle {
	position:relative;
	top:0px;
	left:-140px;
	width:950px;
	font-size:40px;
	color:#000;
}
h1.homeTitle span {
	display:block;
	text-indent:146px;
}
.homeIntro, .filmBy {
	font-family: 'Belleza', sans-serif;
	font-size:22px;
	line-height:28px;
}
.filmBy {
	margin:47px 0 0 280px;
}
.filmBy span {
	font-family: 'Calligraffitti', cursive;
	font-size:30px;
}
.playBtn {
	display:block;
	width:222px;
	height:33px;
	background:transparent url('images/playBtn.png') no-repeat center top;
	text-indent:-9999px;
	margin: 30px 0 0 340px;
}

#popupVid {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0, 0.9);
}
#popupVid .pad {
	position:relative;
	width:1100px;
	height:619px;
	margin:50px auto;
}
#popupVid #closeBtn {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:40px;
	background:transparent url('images/close.png') no-repeat center top;
	text-indent:-9999px;
}


/****************** ABOUT *******************/
body.about {
	font-family: 'Donegal One', serif;
	font-size:18px;
	font-weight:bold;
	color:#313131;
}
.about #wrapper {
	background:#b16e41;
}
.about p {
	width:720px;
	margin-top:40px;
}
.about p.bordered {
	border-top: solid 1px #8c5733;
	padding: 20px 0;
	margin:0;
}
.about p.bordered.btm {
	border-bottom: solid 1px #8c5733;
}
.about p.awards {
	font-size:22px;
}
.about p.awards span {
	display:block;
	font-size:18px;
	padding:15px 0 0 40px;
}
.about p.other {
	border-top: solid 1px #8c5733;
	padding-top:20px;
}

/****************** LINKS *******************/
body.links #wrapper {
	background:#6e6756;
}
.links h1 {
	font-family: 'Donegal One', serif;
	font-size:36px;
	font-weight:100;
	color:#e2d5b6;
}
.worksPlay {
	margin:50px 0;
}
.worksPlay a {
	font-family: 'Donegal One', serif;
	font-size:18px;
	line-height:1.5em;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.worksPlay span {
	display:block;
	font-style:italic;
	color:#a3aea4;
}
.worksPlay h2, .jungian h2 {
	font-family: 'Donegal One', serif;
	font-size:24px;
	font-weight:100;
	color:#e2d5b6;
	margin:0;
}
.jungian {
	min-height:380px;
	background:url('images/corwinFergus.jpg') no-repeat 240px 0;
}
.jungian a {
	font-size:24px;
	color:#000;
	text-decoration:none;
}
.jungian h2 {
	padding-top:30px;
}

/****************** FILM TEXT *******************/
body.film-text #wrapper {
	background:#ffdf8d;
	font-family: 'Donegal One', serif;
	font-size:18px;
}
.film-text h1 {
	color:#5f5b52;
	padding:40px 0;
}
.film-text p {
	width:715px;
	font-size:18px;
}

.Clear {
	clear:both;
}