@charset  UTF-8;

/* CSS Document */
 {
}

a {
	text-decoration: none;
	color: #937044;
}

#index {
	background-color: #000;
	margin: -15px auto 0;
	overflow-x: hidden;
}

#ipad {
}
h3{
padding-top: 0px;
margin-top: 0px;
}
#wrapper {
	background-image: url("../images/img-header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    margin: -50px auto 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

#ipadwrapper {
	background-image: url(../images/img-header.jpg);
	overflow-x: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	width: 1024px;
	margin-top: -15px;
}

#innerwrapper {
	background-image: url(../images/img-header-inner.jpg);
	overflow-x: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	margin-top: -15px;
}

#ipadinnerwrapper {
	background-image: url(../images/img-header-inner.jpg);
	overflow-x: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	width: 1024px;
	margin-top: -15px;
}

#navi {
	background-color: #000000;
    margin: 0 auto;
    position: relative;
    width: 670px;
    z-index: 1000;
}

nav {
	display: block;
	font-family: garamond,times,serif;
	font-size: 18px;
	margin: 0 auto;
	padding-top: 24px;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 24px;
}

nav a {
	color: #DFD5B4;
}

#menu {
font-family: garamond,times,serif;
font-size: 18px;
text-transform: uppercase;
word-spacing: 24px;
margin: 12px auto;
width: 577px;
height: 35px;
}
ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    display: block;
    position: relative;
    float: left;
}
li ul {
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #DFD5B4;
    border-top: 1px solid #ffffff;
    padding: 5px 15px 5px 15px;
    background: #000;
    white-space: nowrap;
}
ul li a:hover {
background: #3b3b3b;
}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 11px;
}
li:hover a { background: #3b3b3b;word-spacing: 0px; }

li:hover li a:hover {
    background: #3b3b3b;
}

.involved {
	word-spacing: 0;
}

#top {
	 height: 442px;
    margin: 0 auto 0;
    position: relative;
    width: 858px;
    z-index: 1000;
}

#innertop {
	height: 325px;
}

#lower {
	background-image: url(../images/img-content.jpg);
	overflow-x: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 391px;
	background-color: #000;
	margin: 0 auto;
}

#ipadlower {
	background-image: url(../images/img-content.jpg);
	overflow-x: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	width: 1024px;
	height: 391px;
	background-color: #000;
	margin: 0 auto;
}

#innerlower {
	background-image: url(../images/img-content-inner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 390px;
	width: 100%;
}

#ipadinnerlower {
	background-image: url(../images/img-content-inner.jpg);
	width: 1024px;
	min-height: 390px;
}

#generalheader {
	color: #DFD5B4;
	float: left;
	font-family: garamond,times,serif;
	font-size: 24px;
	margin-top: 25px;
	padding-left: 15px;
}

#copy {
	width: 700px;
	height: auto;
	margin: 0 auto;
}

#sidebar {
	float: left;
	height: auto;
	margin-top: 60px;
	width: 250px;
}

#content {
/* Fallback for web browsers that doesn't support RGBa */
	background: #000 transparent;
/* RGBa with 0.6 opacity */
	background: rgba(0,0,0,0.5);
/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	color: #FFF;
	float: left;
	font-family: arial;
	font-size: 14px;
	height: auto;
	margin-top: 18px;
	padding: 15px;
	width: 420px;
}

.sponsors img {margin-right: 10px; margin-bottom: 10px;}

#movie {
	background-image: url(../images/img-movie.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 509px;
	margin-top: -630px;
	overflow-x: hidden;
	padding-top: 314px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#ipadmovie {
	background-image: url(../images/img-movie.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 509px;
	margin-top: -630px;
	overflow-x: hidden;
	padding-top: 314px;
	position: absolute;
	text-align: center;
	width: 1024px;
}

#parallax {
/*top:346px;
	position:absolute;
	width:100%;
	margin:0 auto;
	margin-left:80px;
	margin-top:-41px;*/
}

.overlay {
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
}

#donate {
	position: absolute;
	right: -10px;
	top: 60px;
	z-index: 100;
}

#facebook {
	position: absolute;
	right: -70px;
	top: 175px;
	z-index: 100;
}

#twitter {
	position: absolute;
	right: -70px;
	top: 230px;
	z-index: 100;
}

#ipadfacebook {
	position: absolute;
	right: 0;
	top: 175px;
	z-index: 100;
}

#ipadtwitter {
	position: absolute;
	right: 0;
	top: 230px;
	z-index: 100;
}

#foot {
	background-image: url(../images/img-footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 10px;
	height: 150px;
	margin: 0 auto;
	width: 750px;
	clear: both;
}

#leftLogo {
	margin-left: 68px;
}

#rightLogo {
	float: left;
}

#footerCopy {
	float: left;
	margin-top: 18px;
	text-align: center;
	width: 450px;
}