body {
margin: 0 0 0 0;
background-color: #000000;
}

a {
	text-decoration: underline;
	color: #003399;
}

a:hover {
text-decoration: underline;
color: #06f;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

#preload {
width: 0;
height: 0;
display: inline;
background-image: url(../images/main.jpg);
}
/** Header info **/
#header {
	text-align: left;
	width: 990px;
	height: 62px;
	background-color: #000000;
	vertical-align: text-bottom;
	z-index: 1;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px auto;
	}

#header h1 {
display: block;
position: absolute;
margin: 100px 0 0 0; padding: 0;
background-color: transparent;
color: #fff;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
font-size: 30px;
font-weight: 400;
z-index: 4;
}

span {
color: #760d0d;
}

#header big {
	float: right;
	margin: -2px 5px 0 0;
	padding: 0;
	color: #999999;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
/*	font-size: 38px;*/
	font-size: 30px; 
	letter-spacing: -1px;
}
/** Top navigation for user authentication **/
.usernav {
	color: #ff0000;
}

.usernav ul {
	margin-top: 7px;
	font-family: 'century gothic', verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #E8E7DA;
	margin-bottom: 0px;
	text-align: right;
}

.usernav  ul li {
display: inline;
}

.usernav ul li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 4px 16px 4px 16px;
color: #E8E7DA;
text-decoration: none;
border: solid 1px #000;

}
.usernav  ul li a:hover {
	color: #fff;
	text-decoration: none;
	border: solid 1px #fff;
	background-color: #760d0d;
	background-image: url(../images/menubgr30.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/** Top navigation bar for pages **/

.username {
	
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
	color: #E8E7DA;
	margin-top:10px;
	margin-left: 10px;
	float:left;

}


#menu {
	top: 68px;
	width: 990px;
	height: 36px;
	background-color: #000;
	border-top: solid 1px #e8e7da;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: right;
	margin: 0px auto;
	font-size: 0.8em;
	font-family: 'century gothic', verdana, sans-serif;
	color: #E8E7DA;
}


#menu ul {
margin-top: 8px;
color: #E8E7DA;
font-weight: bold;
}

#menu ul li {
display: inline;
}

#menu ul li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 4px 16px 4px 16px;
color: #E8E7DA;
text-decoration: none;
border: solid 1px #000;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	border: solid 1px #fff;
	background-color: #760d0d;
	background-image: url(../images/menubgr30.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.moviesearchnav {
	color: #FFFFFF;
}



/** start body **/
#main {
	margin-left: auto;
  	margin-right: auto;
  	text-align: left;
	top: 108px;
	width: 992px;
	background-color: #FFFFFF;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 98%;
	margin: 0 auto;
	padding-top: 40px;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
	font-size: .9em;
	padding-left: 5px;
	
}

#subnav {
clear: left;
float: left;
width: 150px;
padding: 0;
font-size: 0.7em;
font-family: verdana, arial, sans-serif;
}
#subnav p {
	font-size: 1em;
	color: #333333;
	margin-right: 20px;
}

#subnav ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;

}	

#subnav li {
margin-bottom: 1px;
}

#subnav li a {
font-weight: bold;
height: 15px;
text-decoration: none;
color: #cccccc;
display: block;
padding: 5px;
background: #3b3b3b;
border-right: 10px solid #fff;
}	
	
#subnav li a:hover {
background: #760d0d;
color: #ffffff;
border-right: 10px solid #760d0d;
}
#subnav .current {
background: #760d0d;
color: #ffffff;
border-right: 4px solid #760d0d;
}
/** 
#subnav .child {
font-size: 0.9em;
padding: 0;
}

#subnav .child a {
height: 14px;
padding-left: 10px; 
border-right: 10px solid #fff;
background: #bbb;
color: #666;
}

#subnav .child a:hover {
color: #760d0d;
background-color: #e0e0e0;
border-right: 10px solid #fff;
}
 **/
#content {
margin: 0 150px 10px 160px;
border-right: 1px solid #ccc; padding: 0 30px 0 0;
line-height: 1.6em;
color: #666;
font-size: 0.9em;
}

#content p {
padding-bottom: 3px;
}
/** for two column right side small back pages **/
#content2 {
	margin: 0 15px 10px 165px;
	padding: 0;
	line-height: 1.6em;
	color: #666;
	font-size: 0.9em;
}
#content2 p {
padding-bottom: 5px;
}
#contenthome {
margin: 0 10px 10px 45px;
color: #666;
}
/** for one column  pages **/
#content3 {
	margin: 15px 25px;
	padding: 0;
	line-height: 1.6em;
	color: #666;
	font-size: 0.9em;
}
#content4 {
    margin: -40px 25px;
    padding: 0;
    line-height: 1.6em;
    color: #666;
    font-size: 0.9em;
}
#content3 p {
padding-bottom: 5px;
}

#extras2 {
	clear: right;
	float: right;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 0 15 0 0;
	color: #666;
}
/** end two column right side small back pages **/
/** for two column left side small back pages **/
#leftcol {
clear: left;
float: left;
width: 30px;
padding: 0;
font-size: 0.6em;
font-family: verdana, arial, sans-serif;
}
#contentpick {
margin: 0 140px 10px 35px;
border-right: 1px solid #ccc; padding: 0 30px 0 0;
line-height: 1.6em;
color: #666;
font-size: 0.9em;
}
#contentpick p {
padding-bottom: 5px;
}

#extraspick {
clear: right;
float: right;
width: 10px;
margin-left: 10px;
margin-bottom: 20px;
padding: 0;
color: #666;
}
/** end two column left side small back pages **/

h1 {
margin-top: 0px;
color: #545b79;
letter-spacing: -1px;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}

h2 {
margin-top: 20px;
margin-bottom: 10px;
color: #666;
letter-spacing: -1px;
font-size: 1.6em; font-weight: 400;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}

h3 {
margin-top: 0px;
margin-bottom: 0px;
color: #666666;
letter-spacing: -1px;
font-size: 1.6em; font-weight: 400;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	letter-spacing: 0px;
	font: italic 400 1.3em 'trebuchet ms', 'century gothic', verdana, sans-serif;
}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	letter-spacing: 0px;
	font: normal 1.1em 'trebuchet ms', 'century gothic', verdana, sans-serif;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	letter-spacing: 0px;
	font: italic bolder 1.1em 'trebuchet ms', 'century gothic', verdana, sans-serif;
}
.right {
float: right;
margin: 0 0 8px 12px;
padding: 4px;
background-color: #FFF;
border: 1px solid #CCC;
}

#footer {
padding: 5px;
margin-top: 30px;
margin-bottom: 3px;
color: #aaa;
font-size: 0.9em;
text-align: center;
border-top: 1px solid #ccc;
}

#extras {
clear: right;
float: right;
width: 110px;
margin-left: 10px;
margin-bottom: 20px;
padding: 0;
color: #666;
}


#extras p {
line-height: 1.5em;
margin: 0 0 1.5em 0;
font-size: 0.7em;
}

.movietitle {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #760d0d;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
	text-align: center;
}


/** Boxes used for site map**/

#box1 {
	border: 0px solid #ccc;
	width: 30%;
	float: left;
	margin: 0 2px;
	text-align: left;
	padding: 1px;
	background-color: #fff;
}

#box2 { 
border: 0px solid #ccc;
margin: 0 auto;
width: 30%;  text-align: left; 
padding: 1px;
}

#box3 { 
border: 0px solid #ccc;
width: 30%; 
float: right; 
margin: 0 2px; text-align: left;
padding: 1px;
}


#box1 h2, #box2 h2, #box3 h2 {
	margin-left: 4px;
	font-size: 1.2em;
	font-weight: 400;
	margin-top: 10px;
}
#box1 a:hover, #box2 a:hover, #box3 a:hover {
	text-decoration: underline;
	color: #06f;
}
#box1 a, #box2 a, #box3 a {
	text-decoration: none;
	color: #003399;
}
.center {
text-align:center;
display:block;
margin-top: 15px;
}

.line{
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}
.box {
margin: 0 4px 0px 4px;
line-height: 1.5em;
font-size: 0.9em;
border: 0;
}
/** End Boxes **/
.tableheader2c {
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
	color: #FFF;
	background-color: #545b79;
	padding: 0px 5px;
}
.searchboxtext {
	font-style: italic;
	color: #666666;
}
.team {
	font-size: 1.3em; font-weight: 400;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
	color: #545b79;
}
.definehead {
	font-size: 1.4em;
	font-weight: 400;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
	color: #545b79;
}
.faq {
	color: #545b79;
	font-weight: bold;
	margin-left: 5px;
	
}
.faqtitle {
	color: #760d0d;
	font: bold 1.5em 'trebuchet ms', 'century gothic', verdana, sans-serif;
}
#search {
	text-align: right;
	z-index: 3;
	margin-top: -20px;
	padding-right: 5px;
	margin-bottom: 0px;
}

.beta {
	font: bold 14px "Trebuchet MS";
	color: #999999;
	top: 1px;
	width: 990px;
	margin: 1px auto 0;
	text-align: right;
	position: absolute;
}
.presscontent {
	margin: 0px 20px 10px;
}
.twittertable {
	background-color: #E9E9E9;
	border: 1px solid #545b79;
	padding: 5px 5px 5px 10px;
	float: right;
	width: 200px;
	margin: 7px 0px 0px 5px;
	color: #333333;
	overflow: hidden;
	font: 11px Arial, Helvetica, sans-serif;
}
.twittertable ul {
	list-style: none;
	width: 170px;
	margin: 0 0 10px;
	padding: 0;
}	

.twittertable li {
	margin-bottom: 15px;
	color: #333333;
}
.twittertitle {
	color: #545b79;
	font: bold 1.3em 'trebuchet ms', 'century gothic', verdana, sans-serif;
}
.twittertable a {
	text-decoration: none;
	color: #760d0d;
}
.twittertable a:hover{
	text-decoration: underline;
	color: #545b79;
}
.twittertable a:visited{
	text-decoration: none;
	color: #0000cc;
}

form div#loginDiv {width: 400px; }

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

form ul li {
   margin: 0;
   padding: 0.5em 0;
}
label.leftalign {
   display: block;
   float: left;
   font-weight: bold;
   padding-right: 10px;
   line-height: 1.6em;
   text-align: right;
   width: 100px;
}
form li.submit {padding-left: 110px; }

textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.formframe {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom:62px;


}

