body {
	background-color: #a28f81;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
	background-size: 100% auto;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #010101;
	text-align: center;
	position: relative;
	margin: 0;
}

body.home {
	background-image: url(../images/bg.jpg);
}

@media (max-width: 1600px) {
	body {
		background-size: 1600px 900px;
	}
}

h1 {
	display: block;
	width: 305px;
	height: 122px;
	background: url(../images/logo2.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 101px;
	top: 10px;
}

body.home h1 {
	left: 50px;
	top: 10px;
	width: 400px;
	height: 297px;
	background: url(../images/logo.png) 0 0 no-repeat;
}

div#twitter_widget {
	width: 480px;
	height: 350px;
	margin-bottom: 40px;
}

a#fb_icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/fb_icon.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: fixed;
	right: 0px;
	top: 100px;
	border-radius: 8px 0 0 8px;
}
a#fb_icon:hover {
	background-position: 0 -50px;
}

a#twitter_icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/twitter_icon.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: fixed;
	right: 0px;
	top: 154px;
	border-radius: 8px 0 0 8px;
}
a#twitter_icon:hover {
	background-position: 0 -50px;
}

a#twitter_icon {
}


a#facebook_button {
	display: block;
	width: 370px;
	height: 120px;
	background: url(../images/facebook_button.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 65px;
	top: 720px;
}
a#facebook_button:hover {
	text-shadow: -2px 2px 20px black;
}

ul#nav {
	padding: 0;
	list-style: none;
	position: absolute;
	left: 500px;
	top: 60px;
}
ul#nav li {
	display: inline;
	float: left;
	margin: 0 40px 10px 0;
}
ul#nav li a {
	font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #010101;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
}
ul#nav li.selected a, ul#nav li a:hover {
	color: #ffd850;
	text-shadow: -2px 2px 20px black;
}

ul#nav2 {
	padding: 0;
	list-style: none;
	position: absolute;
	left: 600px;
	top: 80px;
	text-align: left;
	z-index: 500;
}
ul#nav2 li {
	margin: 10px 0;
}
ul#nav2 li a {
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #010101;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
}
ul#nav2 li.selected a, ul#nav2 li a:hover {
	color: #ffd850;
	text-shadow: -2px 2px 20px black;
}

div#panel {
	border: none;
	position: absolute;
	left: 550px;
	top: 250px;
	width: 480px;
	text-align: left;
}

div#panel h2 {
	font-size: 24px;
	color: #332313;
	margin: 0 0 8px 0;
}

div#panel p {
	font-size: 21px;
	color: #ffd850;
	margin: 0;
	text-shadow: -2px 2px 2px black;
}

div#panel div.line {
	background-color: #332313;
	width: 470px;
	height: 3px;
	border: 1px solid #3b2a19;
	margin: 0 0 8px 0;
}

.film-festival {
    position: fixed;
    bottom: 0;
    left: 550px;
    width: 50%;
    max-width: 50%;
	padding: 0 0 2% 0;
}

.film-festival img {
    max-width: 100%;
}

.italic {
	font-style: italic;
}

div#main {
	border: none;
	position: absolute;
	left: 550px;
	top: 200px;
	width: 500px;
	text-align: left;

/*
	font-size: 18px;
	color: #ffd850;
	text-shadow: -2px 2px 3px black;
*/
	font-size: 16px;
	color: #010101;
}

div#main ul {
	padding: 0;
	list-style: none;
}

div#main ul li {
	margin: 0 0 18px 0;
}

div#main a {
	color: #010101;
}
div#main a:hover {
	color: #ffd850;
	text-shadow: 0px 0px 5px black;
}

div#main ul#backers {
	padding: 0;
	list-style: none;
}

div#main ul#backers li {
	margin: 0 0 18px 0;
}

div#main.film {
    text-align: center;
}

div#main.synopsis {
    text-align: left;
}

div#main.film p {
	font-size: 18px;
	color: #010101;
}

div#left {
	border: none;
	position: absolute;
	left: 50px;
	top: 150px;
	width: 400px;
	text-align: center;
	font-size: 14px;
	color: #332313;
}

div#main.film h2 {
	font-weight: bold;
	font-size: 18px;
	text-shadow: -2px 2px 4px black;
	color: white;
}

div#main.news h3 {
	color: #010101;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

div#accolades p {
	margin-bottom: 6px;
}

div#accolades p.bold {
	color: #010101;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 0px;
}

div#main.film h3 {
	color: #010101;
	font-weight: bold;
	font-size: 18px;
}

div#main.film img {
	float: left;
	border: 1px solid #555555;
	margin: 0 20px 20px 0;
}

div#left p {
	color: white;
}
p.bold {
	color: #010101;
	font-weight: bold;
	font-size: 18px;
}
div#left h2 {
	color: #010101;
	font-weight: bold;
	font-size: 16px;
}

div#left p a {
	color: #010101;
}
div#left p a:hover {
	color: #ffd850;
	text-shadow: 0px 0px 5px black;
}

div#left ul {
	padding: 0;
	list-style: none;
	text-align: left;
}

div#left ul li {
	margin: 0 0 18px 0;
}

div#left ul li a {
	color: #010101;
}
div#left ul li a:hover {
	color: #ffd850;
	text-shadow: 0px 0px 5px black;
}

div#trailer {
	padding-top: 40px;
}

@media screen and (max-height: 820px) {
	.film-festival {
    	top: 621px;
		bottom: auto;
	}
}