@import url('reset.css');
body{
	background:#000 url(../images/black_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a{
	color:#f0f0f0;
	text-decoration:none;
}
.clr{
	clear:both;
}
/*.container {
	width:100%;
	margin:0 auto;*/
}
.header{
	padding-top:10px;
	

}
.more ul{
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding:20px 0px 30px 20px;
	height:30px;
}
.more ul li{
	float:left;
	margin:0px 1px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
}
.more ul li a{
	text-shadow:1px 1px 1px #000;
	color:#e3cbfe;
	padding:3px 6px;
}
.more ul li a:hover{
	color:#bda2dc;
}
h1{
	margin:0 0 13px 0;
	float:left;
	clear:both;
	font-size:34px;
	padding:12px;
	text-shadow:0px 0px 1px #000;
	color:#fff;
	font-family: 'Special Elite', cursive;
	

}
h1 span{
	color:#e3cbfe;
	text-align:right;
	font-size:25px;
	padding:0 10px;
}
h2{
	/*float:right;*/
	color:#61789B;
	padding:30px 20px 0 0;
	font-family: 'Special Elite', cursive;
	font-size:28px;
	line-height: 2.2em;
	
}
h3{
	color:#9B7D61;
	padding:30px 20px 0 0;
	font-family: 'Special Elite', cursive;
	font-size:24px;
	font-weight: 800;
	line-height: 2.2em;
	
}
h4{
	color:#66635F;
	padding:30px 20px 0 0;
	font-family: 'Special Elite', cursive;
	font-size:24px;
	font-weight: 800;
	line-height: 2.2em;
}
.content{
	width:100%;
	max-width:1200px;
	position:relative;
	margin:0px auto;
	clear:both;
}
.page-content{
	
	
	padding:20px 40px;
	margin:0px auto;
	clear:both;
}
/* Footer Style */
.topbar{
	position:relative;
	width:100%;
	height:25px;
	line-height:24px;
	bottom:0;
	font-size:13px;
	background:#000;
	opacity:0.7;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	z-index:4;
}
.topbar a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.topbar a:hover{
	color:#fff;
}
.topbar a span{
	font-weight:bold;
}
.topbar span.right_ab{
	position:absolute;
	right:4px;
}
.about_pages{
	margin: 10px auto;
	/*width: 900px;*/
}
.article{
	color:#ddd;
	padding:30px 20px 0 0;
	font-family: 'Special Elite', cursive;
	font-size:16px;
	line-height: 1.8em;
}
.header{
	margin: 0 auto;
	position: relative;
	top:35px;
	width: 1000px;
}
#athens_article{
	float:right;
	margin: -150px 0 0 -20px;
}

	
.topnav ul {
	list-style-type:none;
	width: 100%;
	margin:0;
	top: 0;
	position: absolute;
	line-height: 30px;
	padding:0 0 0 500px;
	background: rgb(125,126,125); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */ 

}
.topnav li{
	display:inline;
	padding: 3px 30px;
	text-transform: uppercase;
	font-family: 'Special Elite', cursive;
	
}
.topnav a:link, a:visited{
	color:#fff;
}
.topnav a:hover{
	color:#79B0CF;
}
.history{
	
	margin: 0 auto;
}

/*^^^^^^^^^^^^^^^^^footer^^^^^^^^^^^^^^*/
#footerwrap{
	width:100%;
	margin:0 auto;
	z-index: 99999;
	}
.rating{
	float:left;
	margin:30px 200px 0 0;
	/*border:1px solid #ddd;*/
	position:relative;
	bottom:10px;
}
/*.credits{
	float:left;
	color:#fff;
	font-family: 'Six Caps', sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 55px 30px 0 0;
	position:relative;
	bottom:20px;
}*/

.social_icons{
	float:left;
	margin:40px 0px 0 0;
	position:relative;
	bottom:10px;
}
#fb, #tw, #yt{
	margin-right:15px;
	float:left;
}
.footer_logo{
	float: left;
	margin:40px 40px 0 10px;
	position:relative;
	bottom:10px;
}
.bottom_page{
	margin:0 0 0 27%;
	/*position: relative; 
	bottom:0px;
	float: left;*/
	z-index: 999999;
}
.trailer{
	margin:0 20px 0 0;
	position:absolute;
	top:320px;
	left: 80px;
	border:7px solid #000;
	z-index: 9999;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-box-shadow:  1px 1px 10px 2px #494949;
        
        box-shadow:  1px 1px 10px 2px #494949;

}
.cast,#bios,#theaters,#press,#about-the-film{
	color:#ddd;
	/*padding:30px 20px 0 0;*/
	font-family: 'Special Elite', cursive;
	font-size:16px;
	line-height: 1.4em;
	/*width: 550px;*/
}
.biopics{
	float:left;
	margin: 0 10px 10px 0;
	color:#fff;
}
/* Let's style the scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #000; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #444; 
    -webkit-box-shadow: inset 0 0 3px #444; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
/*.historypic{
	float:left;
	margin:0 40px 0 0;
}
.historypic2{
	float:right;
	margin:20px 0px 0 40px;
}
#athens, #deacons, #whiteman{
	margin:40px 0;
}*/
span.gc-cs-link { /*google voice style*/
	color: #fff;
	text-decoration: none;
}
.events{
	font-size:40px;
	line-height: 2em;
	color:#813B2E;
}
.tagline{
	font-size: 26px;
	color:#669597;
	line-height: 2em;
	text-align:center;
	margin:10px 0 20px 0;
	
}
.empower{
	font-size: 20px;
	color:#ddd;
}
.summary{
	font-size: 20px;
	color:#ddd;
	text-align:center;
	line-height: 2em;
}
.afterall{
	text-align:center;
	line-height: 3.5em;
	font-size: 30px;
	text-transform: uppercase;
	color:#A72727;
}
.presents{
	font-size: 18px;
	
}
hr {
	margin:35px 0;
     border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}
#press a:link, #press a:visited{
	color:#E9F376;
}
#theaters a:link, #theaters a:visited{
	color:#88BCFF;
}
#theaters a:hover{
	font-size:18px;
	font-weight:900;
}
#theater-head{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
max-width:400px;
padding:0 40px;
}
#theater-head a:link, #theater-head a:visited{
	color:#E9F376;
}
.poster{
	
	position: absolute;
	top:100px;
	margin:0 auto:
	/*margin:0 0 0 20%;*/
}
.dlbutton{
	font-family: 'Special Elite', cursive;
	font-size:40px;
	line-height: 1em;
	margin:0 auto;
	 
}
.dlbutton li{
	display:inline;
	padding-left:100px;
}
.epk-poster{
	margin:0 0 0 200px;
}
.cliparound{
	padding:80px;
	background:#000;
	width: 600px;
	height:450px;
}
#sitecredit{
	padding:40px 0 0 0px;
	position:relative;
	font-family: 'Special Elite', cursive;
	font-size:10px;
	width:40px;
	height:30px;
	float:left;
}
#tuggapi{
	width:900px;
	height:650px;
	background:#eee;
}
#dvd-img{
	float:left;
	margin: 0 10px 0 20px;
}
#dvd-content{
	width:700px;
	height:500px;
	background:#7A8A94;
}
#dvd-content h1{
	text-align:center;
	clear: both;
}

#paypal-order-form-dvd{
	float:left;
	
}
#paypal-order-form-dvd td, #paypal-order-form-dvd tbody{
	
}
#paypal-order-form-dvd table{
	
}
#paypal-order-form-dvd image{
	
}
#dvd-banner{
	position:relative;
	height: 28px;
	background: rgb(206,219,233); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGJlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2FhYzVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYxOTljNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzNhODRjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzQxOWFkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzRiYjhmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iIzNhOGJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjU1OGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(206,219,233,1) 0%, rgba(170,197,222,1) 17%, rgba(97,153,199,1) 50%, rgba(58,132,195,1) 51%, rgba(65,154,214,1) 59%, rgba(75,184,240,1) 71%, rgba(58,139,194,1) 84%, rgba(38,85,139,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,219,233,1)), color-stop(17%,rgba(170,197,222,1)), color-stop(50%,rgba(97,153,199,1)), color-stop(51%,rgba(58,132,195,1)), color-stop(59%,rgba(65,154,214,1)), color-stop(71%,rgba(75,184,240,1)), color-stop(84%,rgba(58,139,194,1)), color-stop(100%,rgba(38,85,139,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=0 ); /* IE6-8 */

	border-bottom:#f00 1px solid;
	width:100%;
	text-align:center;
}
#dvdtrailer-promo{
	height:350px;
	float:left;
}