/* CSS Document */


/*

colors

	red    		#cc2121;
	black  		#000000;
	white  		#ffffff;
	blue   		#afc6ea;
	light blue  #e3e3ff;
	
*/


body {
	margin:30px auto;
	
}

body {
	background:#000;
	color:#fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:.8em;
	line-height:1.45em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-transform:uppercase;
	/*visibility:hidden; */
}

h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2{
	text-align: center;
	height:36px;
	margin-top:50px;
}


h2.screendate{
	color:#ff0000;
	height:24px;
	margin-top:40px;
}

h3{
	color:#afc6ea;
	height:20px;
	margin-top:40px;
}


h4 {
	
}
h4 {
	height:16px;
}
h5{
	height:20px;
	margin:30px 0 2px 0;
}
a{
	color:#ddddff;
}
a:hover{
	color:#ffffff;
	background-color:#cc2121;
}

img {

}

a img {
	border:1px solid #afc6ea;
}

a:hover img {
	border:1px solid #cc2121;
}

.sm {
	font-size:9px;
}

.red {
	color:#cc2121;
}

p {
	margin:8px 0 0 0;
}

/* main container */
#C {
	width:auto;
	margin:0 auto;
}

.left_blot {
	background:url(../images/ror_left.png);
	background-position:right top;
}

.right_blot {
	background:url(../images/ror_right.png);
}

.bod { 
	width:600px;
	padding:0 20px 60px 20px;
}


#header {
	background:#ffffff;
	text-align:center;
	padding:10px;
}

#nav {
	width:600px;
	height:30px;
	margin:0 auto;
}

#footer {
	border-top:1px solid #cc2121;
	font-size:.6em;
	padding-top:.4em;
}
#footer p {
	color:#cc2121;
	width:600px;
	margin:0 auto;
	padding:0;
}

#nav {
	height:40px;
	width:100%;
}
#nav ul {
	border:0;
	margin:0;
	padding:0;
	height:40px;
	width:620px;
	margin:0 auto;
}
#nav ul li {
	list-style:none;
	float:left;
	height:40px;
	}
#nav ul li a{
	text-decoration:none;
	display:block;
	height:40px;
}
#nav ul li a span {
	display:none;
}
#nav ul li.cast a{
	width:98px;
	background: url(../images/nav/nav_castcrew.png);
}
#nav ul li.scrn a{
	width:95px;
	background: url(../images/nav/nav_screening.png);
}
#nav ul li.prss a{
	width:66px;
	background: url(../images/nav/nav_press.png);
}
#nav ul li.abou a{
	width:64px;
	background: url(../images/nav/nav_about.png);
}
#nav ul li.stll a{
	width:111px;
	background: url(../images/nav/nav_clips.png);
}
#nav ul li.cont a{
	width:77px;
	background: url(../images/nav/nav_contact.png);
}
#nav ul li.test a{
	width:109px;
	background: url(../images/nav/nav_test.png);
}
#nav ul li a:hover, #nav ul li a.a {
	background-position:bottom;
}

