/* CSS Document */
/* 
  logo orange: #eea62d 
  green:#008583
*/
body {
font-size:65%;
}

h1 {
font-family:"Courier New", Courier, mono;
font-size:1.5em;
font-weight:bold;
color:#000000;
letter-spacing:2px;
}
h2 {
font-family:"Courier New", Courier, mono;
font-size:1.4em;
font-weight:bold;
color:#eea62d;
letter-spacing:1px;
}
h3 {
font-family:"Courier New", Courier, mono;
font-size:1.3em;
font-weight:bold;
color:#333333;
letter-spacing:1px;
margin-bottom:0;
padding:0;
}
h3 a:link {text-decoration:none;}
h3 a:visited {text-decoration:none;}
h3 a:hover {text-decoration:underline;}
h3 a:active {text-decoration:underline;}

#container{
margin:2% 5% 5% 5%;
}

#header {
background-image:url(images/logo_header.png);
background-repeat:no-repeat;
background-position:left;
height:95px;
background-repeat: no-repeat;
margin-bottom:10px;
}

#navbar {
display:block;
background-color:#eea62d;
text-align:left;
width:100%;
margin-bottom:25px;
}

#navbar ul {
font-family:"Courier New", Courier, mono;
font-size:1.3em;
font-weight:bold;
letter-spacing:0.2em;
line-height:1.5em;
margin:0;
padding:0;
list-style-type:none;
}

#navbar ul li {
display:inline;
}

#navbar ul li a:link {
text-decoration:none;
color:#ffffff;
padding:0px 15px 0 15px;
}
#navbar ul li a:visited {
text-decoration:none;
color:#ffffff;
padding:0px 15px 0 15px;
}
#navbar ul li a:hover {
color:#ffffff;
background-color:#000099;
border-top:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}
#navbar ul li a:active {
color:#ffffff;
background-color:#000099;
border-top:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}

#left_col {
float:left;
width:200px;
height:800px;
background-image:url(images/logo_vert_800.gif);
background-repeat:no-repeat;
background-position:left top;
}

#content {
margin-left:200px;
padding-right:20%;
}
#content a:link {
color:#000099;
font-weight:bold;
text-decoration:none;
letter-spacing:1px;
}
#content a:visited {
color:#003366;
font-weight:bold;
text-decoration:none;
letter-spacing:1px;
}
#content a:hover{
color:#000099;
font-weight:bold;
text-decoration:underline;
letter-spacing:1px;
}
#content a:active{
color:#000099;
font-weight:bold;
text-decoration:underline;
letter-spacing:1px;
}

#content ul{
font-family:"Courier New", Courier, mono;
font-weight:bold;
font-size:1.3em;
letter-spacing:1px;
list-style-type:none;
/*this adjusts overall list indent*/
margin:10px 0 20px 20px;
padding:0;
}
#content ul li{
font-weight:normal;
letter-spacing:normal;
/*this adjusts circle indent*/
margin:10px 0 0 30px;
padding:0;
}
#content hr {
border:1px dashed #000099;
margin:15px auto 0 0;
text-align:left;
}

.text {
font-family:"Courier New", Courier, mono;
font-size:1.3em;
color:#000000;
line-height:130%;
padding:0;
margin:0;
}
.text a:link {
color:#000099;
font-weight:bold;
letter-spacing:1px;
text-decoration:none;
}
.text a:visited {
color:#000099;
font-weight:bold;
letter-spacing:1px;
text-decoration:none;
}
.text a:hover {
color:#eea62d;
text-decoration:underline;
}
text a:active {
color:#eea62d;
text-decoration:underline;
}

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

/*catalog stuff*/
.box {
float:left;
width:100%;
border-top:3px double #999900;	
margin:5px 0 10px 0;
}
.cover {
float:left;
border:1px solid #000000;
margin:10px 10px 0 0px;
padding:3px;
}
.credits {
font-family:"Courier New", Courier, mono;
font-size:1.2em;
letter-spacing:1px;
font-weight:bold;
margin-top:10px;
}
.brief {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
letter-spacing:1px;
}
.brief a:link {
font-weight:bold;
color:#000099;
text-decoration:none;
}
.brief a:visited {
font-weight:bold;
color:#000099;
text-decoration:none;
}
.brief a:hover{
color:#eea62d;
text-decoration:underline;
}
.brief a:active {
color:#eea62d;
text-decoration:underline;
}


/*synopsis stuff*/
#synopsis {
margin-left:200px;
}

.poster {
float:right;
border:2px solid #999999;
padding:5px;
margin-left:10px;
}

/*trailer stuff*/
#trailer {
background-color:#000000;
color:#FFFFFF;
text-align:center;
height:400px;
padding-top:30px;
margin-left:4em;
margin-right:4em;
}

.film_title h3 {
font-family:"Courier New", Courier, mono;
font-size:1.5em;
color:#999999;
padding:5px 40px 0 0;
}

.back a:link, visited {
font-family:"Courier New", Courier, mono;
color:#999999;
font-size:1.2em;
margin-right:700px;
text-decoration:none;
}
.back a:hover, active {
color:#ffcc99;
}