html {
}

body {
    background-color: black;
/*    background-repeat:repeat-x; */
/*    background-image:url('../tmp/manish-orangeshirt.jpg'); */
/*    background-image:url('../tmp/manish-shoulderbrace.jpg');  */
    background-repeat:no-repeat; 

    font-family:helvetica,clean,sans-serif;
    font-size:15px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.231;
    margin:0;
}

#sunrisebanner {
    float:left;
    top: -8px;
    left: -10px;
    position: absolute;
    opacity:0.1;
    z-index:11;
}

.center, .headcenter, .textcenter, .stripes
{
    
    margin-left:auto;
    margin-right:auto;
}

.headcenter
{
/*    background-image: url('../tmp/bgbase2.png') ; 
    background-repeat:repeat-x ;*/
    background-repeat:no-repeat;
}

.center
{
    background-color:transparent;
    width:980px;
}

.textcenter
{
    background-color:transparent;
}

.video
{
    background-image: url('../tmp/lights-bg-thr.jpg') ; 
    background-repeat:none;
    height: 640px;
    margin: auto;
    padding-top: 1em;
    z-index:99;
}

.clear {
    clear: both;
}

#titlebanner {
    float:left;
    top: 10px;
    left: 30px;
    position: relative;
    z-index:1;
}

.stripes {
    /* background-image: url('../tmp/top-bg.gif') ;*/
    height: 140px;
    max-width:1200px;
    min-width:980px;
    /* border: 1px solid red;*/
    z-index:10;
}

.content, .blog-content  {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:2px 2px 2px 2px #333;
    -webkit-border-radius:10px;
    -webkit-box-shadow:2px 2px 2px 2px #333;
/*    background-color: #b6b5bf; */
    background-color: #b6b5bf;
    background-repeat: none;
    padding-top:0.20em;
    padding-left:0em;
    padding-bottom:1em;
    margin-top:0.5em;
    margin-bottom:none;
    margin-left:auto;
    margin-right:auto;
    width: 980px;
    position: relative;
    opacity:0.8;

}

.blog-content {
    background-color: #eee;
    width: 600px;
    padding-top:1em;
    padding-left:0.75em;
    padding-right:0.75em;
    line-height: 150%;
    font-size: 1em;
    word-spacing: 125%;
    text-align:left;
    word-wrap: break-word;
    opacity:0.95;
}

.blog-content p {
    
}
/* footer */

/* bottom black band is tiled in the horizontal direction */
#bottomband {
    background-image: url(../tmp/bottomband-base-horz.gif);
    background-repeat:repeat;
    margin-left:auto;
    margin-right:auto;
}


#footer {
    margin:2x auto;
    text-align: center;
    font-family:arial,helvetica,clean,sans-serif;
    font-size:14px;
    color:white;
    margin-top:1em;
    margin-left:auto;
    margin-right:auto;
    opacity:0.8;
}


/* bottom navigation bar */
#botnavbar {
    margin:auto;
    text-align: center;
    padding-top:1em;
    padding-left:auto;
    padding-right:auto;
}

#botnavbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#botnavbar ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
}
	
		
#botnavbar ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#botnavbar ul li a {
    text-decoration: none;
}

#botnavbar ul li a:link {
    color: white;
}


#botnavbar ul li a:visited {
    color: white;
}

#botnavbar ul li a:hover {
    border-bottom: 2px solid #ffffff;
    color: yellow;
}


#botnavbar ul li a:active {
    border-bottom: 2px solid #ffffff;
    color: red;
}

/* home page */
.homebox {
    position:relative;
    width:980px;
    height:60px;
    padding:none;
    margin:auto;
    display:block;
}


.home-lbox, .home-rbox {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 gray;
    padding-left:2em;
    top:0;
    height:90%;
    border:1px solid #9f9f9f;
    position: absolute;
    
}

.home-lbox {
    left: 1%;
    width: 45%;
 }

.home-rbox {
    left: 51%;
    width: 45%;
 }

#innercontent {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 gray;
    padding:1em;
    margin-left:4em;
    color: white;
    font-size:1em;
    color:white;
    width: 900px;
    height: 400px;
    border: none;
    overflow: auto;
}

/* movie page */
#leftimage {
    top:0;
    -moz-border-radius: 10px 10px 10px 10px;
    /*    -moz-box-shadow:0px 0px 10px #ffad1e; */
    -moz-box-shadow:0px 0px 10px #333; 
    -webkit-border-radius:10px;
    -webkit-box-shadow:0px 0px 10px #333;
    background: none repeat scroll 0 0 white;
    height:20px;
    margin:none;
    padding:1em;
    text-align:center;
    border:1px solid #9f9f9f;
    position:relative;

}
#movie-box {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:0px 0px 10px #aaa;
    -webkit-border-radius:10px;
    -webkit-box-shadow:0px 0px 10px #aaa;
    top:0.3em;
    position:relative;
    width:980px;
    height:300px;
    padding-top:1em;
    padding-bottom:1em;
    margin:auto;
    display:block;
    background-color:black;
    opacity:1;
}

#movie-details {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:0px 0px 10px #333;
    -webkit-border-radius:10px;
    -webkit-box-shadow:0px 0px 10px #333;
    background: none repeat scroll 0 0 black;
    margin:0em auto 0em auto;
    text-align: left;
    left:15%;
    width: 84%;
    height: 500px;
    border:1px solid #9f9f9f;
    position:relative;
}

#movie-frame {
    -moz-box-shadow:0px 0px 10px #666;
    -webkit-box-shadow:0px 0px 10px #666;
    width: 400px;
    height: 300px;
    margin:auto;
    padding:auto;
    opacity:1;

}

#movienav  {
    -moz-border-radius: 1px 1x 1px 1px;
    -moz-box-shadow:0px 0px 1px 0px #333;
    -webkit-border-radius:10px;
    -webkit-box-shadow:0px 0px 1px 0px #333;
    backgeftround: none repeat scroll 0 0 #969696;
    margin:0em auto 0em auto 0;
    text-align: left;
    padding:0em auto 0.1em auto;
    top:0em;
    left:0.5em;
    width: 8em;
    height: 500px;
    position:abosolute;
}


#movienav ul {
    margin-left: 0;
    padding-left: 0;
    text-decoration: none;
} 

#movienav ul li {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow:1px 0px 1px #333;
    -webkit-border-radius:5px;
    -webkit-box-shadow:1px 0px 1px #333;
    background-color:#1e1e1e;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px 3px;
    list-style: none;
}
	
#movienav ul li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
}

#movienav ul li a {
    text-decoration: none;
}

#movienav ul li a:link {
    color: white;
}

#movienav ul li a:visited {
    color: white;
}

#movienav ul li a:hover {
    border-bottom: 2px solid #ffffff;
    color: yellow;
}

#movienav ul li a:active {
    border-bottom: 2px solid #ffffff;
    color: red;
}

#credit {
    text-align:center;
    margin:auto;
    padding:auto;
}

#team, #aboutmovie, .movie-textbox {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 transparent;
    color: white;
    width:980px;
    height:380px;
    padding:0.1em 0 0.1em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
    overflow:hidden;
}

#aboutmovie {
    background-color: black;
    height:160px;
}

#aboutmovie .textbox{
    padding-top: 0.75em;
    padding-right: 60px;
    padding-left: 60px;
    color:white;
    text-align:center;
}

#aboutmovie .textbox .big{
    font-size:1.6em;
    letter-spacing:0.5px;
    line-height: 150%;
    text-align:center;
}

#aboutmovie .textbox .right{
    font-size:1.1em;
    text-align:right;
}


#aboutmovie .textbox strong{
    color:red;
    text-align:center;
}

#text-movie-content {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:0px 0px 2px #555;
    -webkit-border-radius: 10px;
    -webkit-box-shadow:0px 0px 2px #555;
    padding-bottom:0.1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color:black;
    opacity:0.8;
}

.movie-textbox-full {
   -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:0px 0px 1px #333;
    -webkit-border-radius:10px;
    -webkit-box-shadow:0px 0px 1px #333;
    background: none repeat scroll 0 0 #dfdfdf;
    color: #151515;
    top:1.25em;
    width: 95%;
    margin:1em 0em 0em 1em;
    padding: 0em 1em 0em 1em;
    position:absolute;
}

.movie-textbox-1col, .movie-textbox-2col {
   -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:0px 0px 2px #333;
    -webkit-border-radius:10px;
    -webkit-box-shadow:0px 0px 5px #333;
    color: black;
    top:1.25em;
    width: 14%;
    height:3em;
    margin:0.5em 0em 0em 0em;
    position:absolute;
    opacity:0.9;
}
.movie-textbox-1col {
 
    background: none repeat scroll 0 0 black;
    left:0.4em;
    width: 6.4em;
    height:30px;
    color: white;
    padding:0em 1em 0em 0.5em;
    margin:none;

}
.movie-textbox-2col {
    background: none repeat scroll 0 0 #e6e5ef;
    left:9.18em;
/*    width: 48.69em; */
    width: 46.9em;
    height:22em;
    border:1px solid #af9f9f;
    padding:0.25em 1em 0em 1em;
    margin:none;

}

p.para {
    text-indent: 1em;
    letter-spacing:0.5px;
    line-height: 150%;
    word-spacing:125%;
 }

/* News page */

.night-news-box, .night-events-box {
    background: none repeat scroll 0 0 #96959f;
    color: #1f1f1f;
    width:980px;
    height:100px;
    line-height:1.5;
    padding:0.5em 0 0.5em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
    overflow:auto;
}


.mid-night-news-box {
    background: none repeat scroll 0 0 #96959f;
    color: #1f1f1f;
    width:980px;
    height:180px;
    line-height:1.5;
    padding:0.5em 0 0.5em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
}

.big-night-news-box {
    background: none repeat scroll 0 0 #96959f;
    color: #1f1f1f;
    width:980px;
    height:350px;
    line-height:1.5;
    padding:0.5em 0 0.5em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
}

.night-events-box {
    height: 100px;
    overflow:none;
}
.day-news-box, .day-events-box {
    background: none repeat scroll 0 0 #b6b5bf;
    color: #1f1f1f;
    width:980px;
    height:100px;
    line-height:1.5;
    padding:0.5em 0 0.5em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
    overflow:auto;
}

.day-news-box {
   height:110px;
}

.day-events-box {
    height: 180px;
}

.day-banner-box {
    height: 80px;
}


.mid-day-news-box {
    background: none repeat scroll 0 0 #b6b5bf;
    color: #1f1f1f;
    width:980px;
    height:180px;
    line-height:1.5;
    padding:0.5em 0 0.5em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
}


.big-day-news-box {
    background: none repeat scroll 0 0 #b6b5bf;
    color: #1f1f1f;
    width:980px;
    height:350px;
    line-height:1.5;
    padding:0.5em 0 0.5em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
}
.news-box a:link {
    color:white;
}

.news-box a:visited {
    color:brown;
}

.news-col1 {
    background: none repeat scroll 0 0 transparent;
    margin:0em 0em 0em 1em;
    padding:0em;
    width: 220px;
    overflow: auto;
    font-color:white;
    font-size:1em;    
    position:absolute;
}

.news-col2-hdline {
   -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius:10px;
    padding-left:1.5em;
    background: none repeat scroll 0 0 #cfcfcf;
    color: black;
    font-size:1.15em;
}

.news-col2 {
    background: none repeat scroll 0 0 transparent;
    margin:0em 0.25em 0em 1em;
    padding:0em;
    font-size:1em;
    left: 260px;
    width: 700px;
    overflow: none;
    position:absolute;
}

#newsList {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 gray;
    color:white;
    margin-left:2em;
    width: 250px;
    height: 600px;
    border: none;
    overflow: auto;
    font-color:white;
    font-size:1em;    
    width: 25%;
    float:left;
    border: 1px solid;
}

#newsContent {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 gray;
    margin-left:4em;
    color: white;
    font-size:1em;
    color:white;
    width: 60%;
    float:left;
    height: 600px;
    border: none;
    overflow: none;
    border: 1px solid;
}


/* about us */
#mission, #aboutus, #screen, #followus {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 transparent;
    color: white;
    width:980px;
    height:480px;
    padding:0.1em 0 0 0;
    margin:0.25em 0 0 0;
    display:block;
    position:relative;
}

#aboutus{
    height:34em;
}

#mission{
    height:31.1em;
}

#screen, #followus {
    height: 40px;
    text-align: center;
}
.aboutus-textbox-1col,.aboutus-textbox-2col, .mission-textbox-1col, .mission-textbox-2col, .contact-box-1col,.contact-box-2col, .dvds-box-1col, .dvds-box-2col {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:0px 0px 5px #333;
    -webkit-border-radius:10px;
    -webkit-obx-shadow:0px 0px 5px #333;
    background: none repeat scroll 0 0 #e6e5ef;
    color: #151515;
    top:0em;
    margin:0em 0em 0em 0em;
    padding:0.5em 1em 0em 1em;
    position:absolute;
    opacity:1;
}

.aboutus-textbox-1col, .mission-textbox-1col, .dvds-box-1col, .contact-box-1col {
    background: none repeat scroll 0 0 #96959f;
    left:0.5em;
    width:20.5em;
    height:60px;
    border:1px solid #9f9f9f;
}

.aboutus-textbox-2col, .mission-textbox-2col, .dvds-box-2col {
/* #e6e5ef; */
    background: none repeat scroll 0 0 #dfdfdf
    top:0em;
    left:24em;
    width: 38.75em; 
    border:1px solid #af9f9f;
}
.aboutus-textbox-2col {
    height: 500px;
}

.aboutus-textbox-2col {
    height: 31em;
}

/* DVDs */

#dvds {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 transparent;
    color: white;
    width:980px;
    height:270px;
    padding:0.5em 0 1em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
}

.dvds-box-2col {
    height:292px;
}

/* Contact Us */

#contact {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 transparent;
    color: white;
    width:980px;
    height:350px;
    padding:1em 0 1em 0;
    margin:0.25em 0 0em 0;
    display:block;
    position:relative;
}
/*
.contact-box-1col {
    background: none repeat scroll 0 0 #96959f;
    color: #151515;
    left:0.5em;
    width:20em;
    height:60px;
    padding:0.5em 1em 0em 1em;
}
*/

.contact-box-2col {
    left:24em;
    width: 38.75em; 
    color: #1f1f1f;
    height:400px;
    border:1px solid #9f9f9f;
    padding:0.5em 1em 0.0em 1em;
}

.imageleft {
    width:100%;
    height:100%;
    padding-top:1em;
}

.imageright {
    padding:auto;
    float:right;
}

#light-effect {
   top:-4em;
   left:-5em;

    width:800px;
    height:600px;
    z-index:-1;
    display:inline;
    position:absolute;
}

#lens-flare {
   top:-15em;
   left:4em;

    width:1024px;
    height:1024px;
    z-index:-1;
    display:inline;
    position:absolute;
}

.imageleft-align {
   -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow:0px 0px 10px #333;
    -webkit-border-radius:10px;
    -webkit-box-shadow:0px 0px 10px #333;
    width:336px;
    height:284px;
    margin-top:0.5em;
    margin-left:-0.8em;
}
