@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	margin-top: 0px;
	padding: 0;         /* no padding */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	line-height: 16px;
}


html{
	overflow-y: scroll;
}


img { border:0; }

.lowercase {
text-transform: lowercase;
}

.uppercase {
text-transform: uppercase;
}

.darkgray {
	color: #666666;
}

.darkestgray {
	color: #515151;
}

.font12 {
font-size: 12px;
}

.font12norm {
font-size: 12px;
letter-spacing:0px;
}

.uppercaseSmall {
	font-size: 8px;
	letter-spacing:1px;
	text-transform: uppercase;
	color: #CCCCCC;
	line-height: 10px;	
}



div#outerDiv {
	width: 970px;
	height: 760px;
	border: 0px;
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
}


/*  ===== header  ===== */

#outerDiv #Elainetitle {
	margin-left: 663px;
	margin-top:70px;
	width: 305px;
	height: 170px;
	padding: 0;
	position: absolute;
	opacity: 1.0;
}
	
	#outerDiv #Elainetitle:hover {
	 opacity: 0.5;
}
	

#outerDiv #Elainetrailer {
	margin-left: 10px;
	margin-top: 95px;
	width: 700px;
	height: 425px;
	padding: 0;
	position: absolute;
}

#outerDiv #Elaineposter {
	margin-left: 144px;
	margin-top: 0px;
	width: 587px;
	height: 746px;
	padding: 0;
	position: absolute;
}

#outerDiv #Elaineposter2 {
	margin-left: 0px;
	margin-top: 0px;
	width: 791px;
	height: 745px;
	padding: 0;
	position: absolute;
}


/*  ===== structure  ===== */

div#vertRule {
	border-right: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	height: 746px;
	width: 1px;
	margin-left: 789px;
	margin-top: 0px;
	padding: 0px;
	position: absolute;
}

div#horizontalRule {
	border-top: 1px;
	border-top-color: #333333;
	border-top-style: solid;
	height: 1px;
	width: 963px;
	margin-left: 10px;
	margin-top: 250px;
	padding: 0px;
	position: absolute;
}

/*  ===== 2014 nav  ===== */
#outerDiv #menu{
    width:150px;  /*---Give our UL a width ---*/
    list-style:none;  /*--- Makes the bullets go away ---*/
    padding:0;  /*--- Take out any default padding on the UL tag ---*/
    margin-top: 313px;  /*--- Center the menu ---*/
    margin-left: 819px;  /*--- Center the menu ---*/
	position: absolute;
	    height:155px;


}
 
#menu li{
    margin:0;
}
 
#menu li a{
    display:block;  /*--- Make the entire button are clickable rather than the text alone ---*/
    text-indent: -9999px; /*--- Push the text off screen to hide text---*/
    overflow: hidden; /*--- Makes text outside of bounding box hidden ---*/
	height: 20px;
	width: 140px;
 
}


#menu li#dvd a{
    background: url(../global/btn-dvd.png) no-repeat;
    width:140px;
}

#menu li#dvd a:hover{
    background: url(../global/btn-dvd-hover.png) no-repeat;
}

#menu li#dvd a.current{
    background: url(../global/btn-dvd-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}	


#menu li#trailer a{
    background: url(../global/btn-trailer.png) no-repeat;
    width:140px;
}

#menu li#trailer a:hover{
    background: url(../global/btn-trailer-hover.png) no-repeat;
}

#menu li#trailer a.current{
    background: url(../global/btn-trailer-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}
 
#menu li#about a{
    background: url(../global/btn-about.png) no-repeat;
    width:140px;
}
#menu li#about a:hover{
    background: url(../global/btn-about-hover.png) no-repeat;
}

#menu li#about a.current{
    background: url(../global/btn-about-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}

#menu li#press a{
    background: url(../global/btn-press.png) no-repeat;
    width:140px;
}
#menu li#press a:hover{
    background: url(../global/btn-press-hover.png) no-repeat;
}

#menu li#press a.current{
    background: url(../global/btn-press-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}

#menu li#theaters a{
    background: url(../global/btn-theaters.png) no-repeat;
    width:140px;
}
#menu li#theaters a:hover{
    background: url(../global/btn-theaters-hover.png) no-repeat;
}

#menu li#theaters a.current{
    background: url(../global/btn-theaters-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}

#menu li#gallery a{
    background: url(../global/btn-gallery.png) no-repeat;
    width:140px;
}
#menu li#gallery a:hover{
    background: url(../global/btn-gallery-hover.png) no-repeat;
}

#menu li#gallery a.current{
    background: url(../global/btn-gallery-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}

#menu li#tshirt a{
    background: url(../global/btn-tshirt.png) no-repeat;
    width:140px;
}
#menu li#tshirt a:hover{
    background: url(../global/btn-tshirt-hover.png) no-repeat;
}

#menu li#tshirt a.current{
    background: url(../global/btn-tshirt-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}

#menu li#contact a{
    background: url(../global/btn-contact.png) no-repeat;
    width:140px;
}
#menu li#contact a:hover{
    background: url(../global/btn-contact-hover.png) no-repeat;
}

#menu li#contact a.current{
    background: url(../global/btn-contact-hover.png) no-repeat;
    cursor:default;  /*--- Show pointer instead of hand cursor for the current page ---*/
}





/*  ===== nav  ===== */

#outerDiv #homeSpecial {
	margin-left: 819px;
	margin-top: 36px;
	width: 200px;
	height: 190px;
	position: absolute;
	padding: 0;
}

#homeSpecial a:link, #homeSpecial a:visited, #homeSpecial a:active {
	color: #FFF;
	text-decoration: none;
}

#homeSpecial a:hover {
	color: #999999;
	text-decoration: none;
}

#outerDiv #navBox {
	margin-left: 819px;
	margin-top: 310px;
	width: 150px;
	height: 200px;
	position: absolute;
	padding: 0;
}

#navBox #viral {
	margin-top: 220px;
	margin-left: 0px;
	padding: 0;
	position: absolute;
	width: 150px;
	height: 30px;
	line-height: 13px;
}

#viral a:link, #viral a:visited, #viral a:active {
	color: #999999;
	text-decoration: none;
}

#viral a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer {
	margin-top: 390px;
	list-style-type: none;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: none;
	padding: 0px;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 12px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#navBox #mainMenu {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	position: absolute;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
	width: 75px;
    text-decoration: none;
	height: 120px;
} 

#mainMenu li {
	
	list-style-type: none;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: none;
	padding: 0px;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 16px;
}

#mainMenu li a:link, #mainMenu li a:visited, #mainMenu li a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#mainMenu li a:hover {
	color: #666666;
	text-decoration: none;
}

#outerDiv #subnavBox {
	margin-left: 10px;
	margin-top: 311px;
	width: 175px;
	height: 450px;
	position: absolute;
	padding: 0;
	
}

#subnavBox #subMenu {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	position: absolute;
	
}

#subMenu ul {
	margin: 0;
	padding: 0;
	width: 175px;
    text-decoration: none;
	height: 450px;
	
} 

#subMenu li {
	list-style-type: none;
	color: #999999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: none;
	padding: 0px;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 13px;
}

#subMenu li a:link, #subMenu li a:visited, #subMenu li a:active {
	color: #999999;
	text-decoration: underline;
}

#subMenu li a:hover {
	color: #666666;
	text-decoration: none;
}

/*  ===== center text  ===== */

#outerDiv #contentAbout{
	margin-left: 260px;
	margin-top: 310px;
	width: 450px;
	height: 550px;
	padding: 0;
	position: absolute;
	color: #CCCCCC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 16px;
	text-align: justify;	
}

#outerDiv #contentcenter {
	margin-left: 260px;
	margin-top: 310px;
	width: 450px;
	height: 550px;
	padding: 0;
	position: absolute;
	color: #CCCCCC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 16px;
	text-align: justify;	
}

#contentcenter a:link, #contentcenter a:visited, #contentcenter a:active {
	color: #999999;
	text-decoration: underline;
}

#contentcenter a:hover {
	color: #666666;
	text-decoration: none;
}

#outerDiv #contentpress {
	margin-left: 260px;
	margin-top: 310px;
	width: 470px;
	height: 550px;
	padding: 0;
	position: absolute;
	color: #CCCCCC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 16px;
}

#contentpress a:link, #contentpress a:visited, #contentpress a:active {
	color: #999999;
	text-decoration: underline;
}

#contentpress a:hover {
	color: #666666;
	text-decoration: none;
}

#outerDiv #contentscreenings {
	margin-left: 260px;
	margin-top: 312px;
	width: 450px;
	height: 100%;
	padding: 0;
	position: absolute;
	color: #CCCCCC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 13px;
	text-align: justify;	
}

#contentscreenings a:link, #contentscreenings a:visited, #contentscreenings a:active {
	color: #999999;
	text-decoration: underline;
}

#contentscreenings a:hover {
	color: #666666;
	text-decoration: none;
}

#outerDiv #contentintheaters {
	margin-left: 260px;
	margin-top: 312px;
	width: 450px;
	height: 100%;
	padding: 0;
	position: absolute;
	color: #CCCCCC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 12px;
		
}

#contentintheaters a:link, #contentintheaters a:visited, #contentintheaters a:active {
	color: #999999;
	text-decoration: underline;
}

#contentintheaters a:hover {
	color: #666666;
	text-decoration: none;
}
