/*--------------------------
Microsound International
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 12/6/07
---------------------------*/

@import url(/css/wildfirecommon.css);
@import url(/templates/cecinema/css/slatesblogs.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
background: #000 url(/templates/cecinema/images/bg.jpg) repeat-x top left;
color: #fff;
}

a {
color: #fff;
}

a:visited {
color: #fff;
}

a:hover {
color: orange;
}

/* outerwrapper is the entire width on sub pages */
#outerwrapper {
width: 100%;
background: #000 url(/templates/cecinema/images/indexbg.jpg) repeat-x top center;
color: #fff;
}

#homewrapper{
margin:0 auto;
padding: 0;
background: transparent;
position: relative;
width: 950px;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #fe622b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

#wrapper{
margin:0 auto;
padding: 0;
background: transparent;
position: relative;
width: 750px;
}


.hide{
position: absolute;
left: -9999em;
}

span.clearboth{
clear: both;
margin: 0;
height: 0;
padding: 0;
display: block;
}

#homecontainer{
width: 950px;
position: relative;
margin: 0;
padding: 0;
border: 0;
}

#container{
width: 750px;
position: relative;
margin: 0;
padding: 0;
border: 0;
}

/* HEADER */

#homeheader{
position: relative;
display: block;
width: 950px;
height: 400px;
padding: 0;
margin: 0;
border: 0;
background: transparent url(/templates/cecinema/images/homeheader.jpg) no-repeat top left;
color: #fff;
}

#header{
position: relative;
display: block;
width: 750px;
height: 100px;
padding: 0;
margin: 0;
border: 0;
background: transparent url(/templates/cecinema/images/header.jpg) no-repeat top left;
color: #fff;
}

/* band for top nav */

#topnav {
position: relative;
display: block;
height: 20px;
width: 620px;
margin: 0px auto 15px auto;
text-align: center;
padding: 4px 0 0 0;
background: #f9a040;
color: #fff;
clear:both;
z-index: 3;
}

/* dropdown menu */

#dropnav {
display: block;
height: 20px;
position: relative;
padding:0;
list-style: none;
margin: 0 auto;
text-align: center;
background: transparent;
}

#dropnav li{
position: relative;
display: inline;
font-size: 12px;
font-weight: bold;
height: 20px;
margin: 0;
padding: 0;
list-style: none;
}

#dropnav li a{
position: relative;
color: #5f0a00;
text-decoration: none;
padding: 6px 15px 6px 15px;
margin: 0;
}

#dropnav li a:hover{
color: #fff;
}

#dropnav li.selected_tab a{
color: #fff;
}

#dropnav li ul {
display:none;
list-style:none;
position: absolute;
width: 200px;
top:26px;
left:10px;
z-index:25;
background-color:orange;
margin: 0;
padding: 0;
text-align: left;
border-top:1px solid #5f0a00;
}

html>body #dropnav li ul {
top: 20px;
}

#dropnav li:hover ul, #dropnav li.over ul {
display: block; 
}

#dropnav li ul li {
position:relative;	
display:block;
float:none;
width:100%;
_width:200px;
height:20px;
margin:0;
padding:0;
list-style:none;
background-color:orange;
border:1px solid #5f0a00;
border-right:none;
border-top:none;
z-index:200!important;
}

#dropnav li ul li a {
font-family: Verdana, Arial, sans-serif;
font-size:12px;
color:#fff!important;
font-weight:normal;
display:block;
padding: 0 11px;
text-decoration:none;
border:none;
line-height:20px;
height:20px;
background-color:orange;
}
#dropnav li ul li a:hover {
color:#5f0a00!important;
}
/* End Drop Down Menu */

/* SIDE NAVIGATION */

#sidenav{
float: left;
margin: 0;
padding: 3em 0;
width: 18em;
list-style: none;
border: none;
}

ul#tabs{
margin: 0;
padding: 0;
list-style: none;
}

ul#tabs li{
position: relative;
display: block;
font-size: 1.2em;
margin: 0 0 0 0.6em;
padding: 0;
height: 2.2em;
border: none;
}

ul#tabs li a{
text-decoration: none;
color: #fff;
display: block;
margin: 0;
padding: 0.5em 0 0.3em 0.5em;
font-weight: 700;
}

ul#tabs li a:hover{
color: #175478;
}

ul#tabs li span{
color: #175478;
display: block;
margin: 0;
padding: 0;
font-weight: 700;
}


ul#tabs li.tab_2 a{
padding-left: 1.3em;
font-weight: normal;
font-size: 11px;
}

ul#tabs li.tab_2 a:hover{
color: #175478;
}

ul#tabs li.tab_2 span{
padding: 0;
font-weight: normal;
font-size: 11px;
color: #175478;
}

/* CONTENT */

#homecontent{
margin: 0 auto;
padding: 0;
position: relative;
width: 815px;
font-size: 12px;
line-height: 1.4;
background-color: transparent;
color: #fff;
overflow: hidden;
border:0;
}

#content{
margin: 0;
padding: 5px 20px 10px 20px;
margin-top: 65px;
position: relative;
width: 705px;
font-size: 12px;
line-height: 1.4;
background-color: #000;
color: #fff;
overflow: hidden;
border: 2px solid #4A0200;
}

#content li{
line-height: 1.5;
padding: 5px 0px;
}

#contentscroll{
margin: 0;
padding: 5px 20px 10px 20px;
margin-top: 65px;
position: relative;
width: 705px;
height: 395px;
font-size: 12px;
line-height: 1.4;
background-color: #000;
color: #fff;
overflow: auto;
overflow-x: hidden;
border: 2px solid #4A0200;
}

#contentscroll li{
line-height: 1.5;
padding: 5px 0px;
}

#leftcol {
position: relative;
display: block;
width: 175px;
float: left;
padding: 0 30px 0 10px;
font-size: 12px;
color: #fff;
}

#midcol {
position: relative;
display: block;
width: 385px;
float: left;
font-size: 12px;
color: #fff;
}

#rightcol {
position: relative;
display: block;
width: 175px;
float: left;
padding: 0 0 0 30px;
font-size: 12px;
color: #fff;
}

#leftcol blockquote, #rightcol blockquote {
margin-left: 16px;
}

#tenperunit {
display: block;
position: absolute;
right: 140px;
top: 60px;
}

#signinhere {
display: block;
position: absolute;
left: 120px;
top: 55px;
}

#footnote {
position: relative;
display: block;
width: 815px;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #fff;
padding: 10px 0;
}


.heading1{
font-size: 1.4em;
color: #fff;
font-weight: bold;
}

.heading2{
font-size: 1.4em;
font-weight: bold;
color: #407CA1;
position: relative;
top: -13px;
margin: 0 1em;
padding: 0;
text-transform: uppercase;
}

/* FOOTER */

#homefooter{
position: relative;
display: block;
width: 100%;
margin: 0 auto;
padding: 0;
height: 300px;
color: #ccc;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
text-align: center;
/* background: #8B4100 url(/templates/cecinema/images/homefooter.jpg) no-repeat top center; */
background: #000 url(/templates/cecinema/images/homefooter.jpg) no-repeat top center;
}

#courseslink {
position: relative;
display: block;
float: left;
width: 48%;
height: 130px;
}

#accountlink {
position: relative;
display: block;
float: left;
width: 48%;
height: 130px;
}

#copyright {
position: relative;
display: block;
margin: 10px 0 0 0;
clear: both;
width: 100%;
float: left;
}

#footer{
position: relative;
display: block;
width: 980px;
padding: 0;
margin: 90px auto 0 auto;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
text-align: center;
background-color: transparent;
color: #ccc;
}

#homefooter a, #footer a{
color: #ccc;
}

#homefooter a:visited, #footer a:visited{
color: #ccc;
}

#homefooter a:hover, #footer a:hover{
color: orange;
}

#shoppingcart {
display: block;
margin: 0 auto;
width: 640px;
height: 20px;
background-color: #f9a040;
margin-bottom: 20px;
padding: 6px;
font-weight: bold;
color: #5f0a00;
}

#shoppingcart a {
color: #5f0a00;
}

#shoppingcart a:hover {
color: #fff;
}

.wfw_movie {
border: 1px solid #fff;
background-color: #333;
text-align: center;
}


