/*Theme Designed by Ryan Condron for use on the 21st Century Cinemas Web Site */

a:link {
color: #ffffcc;
}

a:active {
color: #ffff99;
}

a:visited {
color: #ffff66;
}

a:hover {
color: #ffff33;
}

body {
background-image: url(Images/redcarpet.png);
}

h2.menu {
color: #fff;
}

h1.cinemas {
color: #fff;
font-weight: bold;
font-style: italic;
text-decoration: underline;
font-family: Verdana;
}

h1.name {
color: #fff;
font-family: cursive;
}

 h1.dates, h2.dates {
font-family: "Times New Roman";
color: #ff0000;
}

h2.title {
color: #009900;
}

h3.subtitle {
color: #009900;
}

h3.concession {
color: #ff9900;
}

span.address {
color: #fff;
font-size: 20pt;
font-family: monospace;
}

span.admission {
color: #fff;
font-size: 18pt;
font-family: sans-serif;
}

span.times {
font-weight: bold;
font-size: 12pt;
font-color: #ff0000;
}

div.movie {
position: static;
width: 670px;
height: 375px;

}

div.show {
position: static;
width: 200px; 
float: left; 
height: 375px; 

}
/*Layout Components*/
 
 #film {
 position: static;
 width: 760px;
 background-image: url(Images/filmstrip.gif);
 background-position: center;
 background-repeat: repeat-y;
 }
 
 #white {
 background-color: #fff;
 width: 760px;
 }
 
 #container {
 position: static;
 width: 695px;
 background: inherit;
 }
 
 #header {
 position: static;
 background-color: #333333;
 background-image: url(Images/banner.gif);
 background-repeat: no-repeat;
 background-position: center center;
 text-indent: -9000px;
 height: 130px;
 width: 680px;
 }
 
 #menutop {
 position: static;
 background-color: #333333;
 color: #fff;
 font-size: 16pt;
 width: 680px;
 }
 
 #menubot{
 position: static;
 background-color: #333333;
 color: #fff;
 width: 680px;
 font-size: 16pt;
 }
 
 #body {
 position: static;
 background-color: #333333;
 color: #fff;
 width: 680px;
 font-size: 16pt;
 }
 
 #footer {
 position: static;
 background-color: #333333;
 color: #fff;
 width: 680px;
 font-size: 12pt;
 }