/* 
    Document   : custom
    Created on : Oct 17, 2008, 3:08:34 PM
    Author     : Roger
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
    background-color: #00185e;
    color: #ffffff;
}
body *{
    font-family: Arial Narrow, Helvetica, sans-serif;
    letter-spacing: 0.1em;
}
div#preload{
  display:none;
}
#wrap{
}
#header{
    background-color: #587097;
    width: 900px;
}
#header .navbar{
  background-color: #587097;
  color: #ffffff;
  width: 300px;
  float:left;
  text-align: center;
  vertical-align: middle;
}
#header .navbar a img{
  border: none;
}
#sidebar-home{
    background: transparent url('../img/sidebar_bk_tj.jpg') no-repeat scroll top;
}
#sidebar-about{
    background: transparent url('../img/sidebar_bk_mk.jpg') no-repeat scroll top;
}
#sidebar-watch{
    background: transparent url('../img/sidebar_bk_tj.jpg') no-repeat scroll top;
}
#sidebar-media{
    background: transparent url('../img/sidebar_bk_tj.jpg') no-repeat scroll top;
}
#img-subtitle{
  margin: 120px 0px 0px 25px;
}
#img-sidebar-bt{
  margin: 20px 0px 0px 0px;
}
#img-content-bt{
  margin: 20px 0px 0px 50px;
}
#sidebar-blurb{
  background: transparent url('../img/sidebar-blurb-bkg.gif') repeat-y scroll;
  color: #ffffff;
  margin: 20px 0px 0px 20px;
  padding: 10px;
  line-height: 20pt;
  font-size: 10pt;
}
.sidebar-blurb-title{
  font-weight: bold;
}
.ln-awards{
  color: #fff;
  font-weight: bold;
}
#content-home{
    background: transparent url('../img/content_bk_jd.jpg') no-repeat scroll top;
}
#content-about{
    background: transparent url('../img/content_bk_mk.jpg') no-repeat scroll top;
}
#content-watch{
    background: transparent url('../img/content_bk_tj.jpg') no-repeat scroll top;
}
#content-media{
    background: transparent url('../img/content_bk_mp.jpg') no-repeat scroll top;
}
.content-quote{
  color: #ffffff;
  margin: 300px 50px 20px 50px;
  font-style: italic;
}
.citation{
  font-size: 10pt;
}
#teaser{
  margin: 50px 0px 0px 0px;
}
#credits{
}
#publicity{
}
#credits a{
  color: #fff;
  font-weight: bold;
}
#a-purchase form input{
  text-decoration: none;
  border:none;
  margin: 40px 0px 0px 19px;
}
#a-purchase p a{
  border:none;
  color:#fff;
}
#credits-scroll{
  
}
#footer{
}
#para-footer{
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 9pt;
  line-height: 12pt;
}
#para-footer a, #publicity ul li a{
  color: #fff;
  font-weight: bold;
}
.inside{
}
.inside #publicity,#credits,.inside #pressRelease{
  font-size: 9pt;
  color: white;
  padding: 20px 0px 20px 20px;
  margin: 50px 0px 0px 50px;
  width: 360px;
  border: solid 1px white;
}
#buybutt{
  margin: 10px 0px 0px 25px;
}