﻿body
{
    padding: 0;
    margin: 25px 0px 20px 0px;
    background-color: #000;
    font-family: Arial, Helvetica, Georgia;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

   

.h1
{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}

#baseContainer
{
    margin: auto;
    width: 960px;
    background-color: #fff;
    padding: 10px 10px 0px 10px;
}

#baseContent
{
    margin: auto;
    width: 958px;
    border: solid 1px #000;
}

#twoColumContainer
{
    width: 958px;
    background-image: url( "images/bkg_twocolum.gif" );
    background-repeat: repeat-y;
}

/* begin header nav */
#navContainer
{
    width: 958px;
    height: 66px;
    background-color: #000;
}

#navContainer .logo
{
    float: left;
    width: 269px;
}

#navContainer .navLinks
{
    float: right;
    width: 570px;
    text-align: right;
    padding: 42px 11px 0px 0px;
}

#navContainer .navLinks li
{
    list-style: none;
    float: left;
    margin-left: 28px;
    text-transform: uppercase;
    font-size: 17px;
}

#navContainer .navLinks li a
{
    color: #fff;
    text-decoration: none;
}

#navContainer .navLinks li a:hover
{
    color: #ff0000;
    text-decoration: none;
}

#navContainer li a.selected
{
    color: #ff0000;
    text-decoration: none;
}
/*  end header nav */

/* begin footer styles */
#footerContainer
{
    margin: auto;
    font-size: 10px;
    padding: 8px 0px 20px 0px;
}

#footerContainer .left
{
    float: left;
    width: 250px;
    text-align: left;
}
#footerContainer .center
{
    float: left;
    width: 460px;
    text-align: center;
}

#footerContainer .right
{
    float: left;
    width: 250px;
    text-align: right;
}

#footerContainer a
{
    color: #ff0000;
    text-decoration: none;
}


#footerContainer a:hover
{
    color: #666;
    text-decoration: none;
}
/* End Footer Styles */

#legalContentContainer
{
    padding: 15px;
    color: #fff;
}

#homeScrollerContainer
{
    height: 164px;
    background-color: #000;
    padding-top: 23px;
}

#homeScrollerContainer .homeScrollerItem
{
    width: 101px;
    height: 147px;
    margin-right: 26px;
}

/* begin project feature and overlay */

#featureContainer
{
    height: 408px;
    background-color: #000;
}

#featureOverlay
{
    position: relative;
    z-index: 5;
    margin-top: -40px;
    height: 33px;
    width: 938px;
    padding: 7px 0px 0px 20px;
    background-image: url(    "images/bkg_homeFeatureOverlay.png" );
    background-repeat: repeat-x;
}

#featureOverlay .title
{
    float: left;
    margin-right: 15px;
    color: #ff0000;
    font-size: 18px;
    font-family: Arial Black, Arial, Gadget;
    text-transform: uppercase;
}

#featureOverlay li
{
    list-style: none;
    float: left;
    padding-top: 6px;
    font-size: 14px;
    color: #1b1b1b;
}

#featureOverlay li a
{
    color: #fff;
    text-decoration: none;
}

#featureOverlay li a:hover
{
    color: #ff0000;
    text-decoration: none;
}

#featureOverlay .socialLinks
{
    float:right;
    height:24px;
    padding-top:3px;
}

#featureOverlay .socialLinks li
{
    float:left;
    padding:0px;
    list-style: none;
    margin:0px 10px 0px 0px;
}


/* end project feature and overlay */

/* begin film details page styles */
#detailsContainer
{
    margin: 20px auto 20px auto;
    width: 919px;
}

#detailsContainer a
{
    color:#ff0000;
    text-decoration:none;
}

#detailsContainer a:hover
{
    color:#333;
}

#detailsContainer .keyArt
{
    float: left;
    width: 230px;
    margin-right: 40px;
    margin-bottom:30px;
}

#detailsContainer .synopsis
{
    float: left;
    width: 389px;
    margin-right: 40px;
}

#detailsContainer .credits
{
    float: left;
    width: 220px;
}

#detailsContainer .label
{
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

#detailsContainer .item
{
    margin-bottom: 10px;
    font-size: 14px;
}

#detailsContainer .productionStillsLeft
{
    float: left;
    margin: 0px 0px 10px 0px;
    width: 102px;
    height: 64px;
    border-style: none;
}

#detailsContainer .productionStillsRight
{
    float: right;
    margin: 0px 0px 10px 10px;
    width: 102px;
    height: 64px;
    border-style: none;
}

/* end film details page styles */

/* begin left colum */
#leftColum
{
    float: left;
    width: 240px;
    padding: 20px 10px 10px 20px;
    min-height: 595px;
}

#leftColum a
{
    color: #ff0000;
    text-decoration: none;
}

#leftColum a:hover
{
    color: #333;
    text-decoration: none;
}

#leftColum a.navBtn
{
    height: 25px;
    width: 219px;
    padding: 4px 0px 0px 11px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}


#leftColum .header
{
    height: 25px;
    width: 219px;
    padding: 4px 0px 0px 11px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}

a.LeftBioName
{
    margin-left: 11px;
    font-size: 12px;
    font-weight: normal;
}

.LeftBioName:hover
{
    text-decoration: none;
    color: #515354;
    margin-bottom: 10px;
}

.LeftBioTitle
{
    font-size: .8em;
    color: #515354;
    font-style: italic;
    margin-bottom:10px;    
}

.contactInfo
{
    margin-left: 11px;
}

#leftColum .marketName
{
    float:left;
    margin-left:11px;
}
#leftColum .marketDate
{
    margin-left:11px;
    color:#333;
    font-style:italic;
    margin-bottom:8px;
}

/* end nav left colum nav buttons */

#rightColum
{
    float: left;
    width: 658px;
    padding: 20px 10px 10px 20px;
}

#rightColum a
{
    color:#ff0000;
    text-decoration:none;
}

#rightColum a:hover
{
    color:#333;
    text-decoration:none;
}

#rightColum .titleSort
{
    float:right;
    margin-right:10px;
}

#rightColum .sortMenu
{
        font-size:11px;
}

#titlesItem
{
    width:658px;
    border-bottom:solid 1px #ccc;
    margin-bottom:10px;
    min-height:150px;
    padding-bottom:5px;
    overflow:auto;
}

#titlesItem .thumb 
{
    float:left;
    width:105px;
    margin-right:15px;
}
#titlesItem .info 
{
    float:left;
    width:537px;
    margin-bottom:3px;
}

#titlesItem .title
{
    color:#000;
    font-weight:bold;
    font-size:18px
}

#titlesItem .item
{
    clear:left;
    float:left;
    margin-top:4px;
}

#titlesItem .link
{
    float:right;
    margin-top:4px;
    margin-right:10px;
}

#BioContainer, #marketContainer 
{
    padding-right: 30px;
}

#BioContainer img
{
    float: left;
    margin: 0px 15px 10px 0px;
}

#marketContainer img 
{
   margin-bottom:15px;
}


#BioContainer .bioName, #marketContainer .marketName
{
    font-weight: Bold;
    font-size: 16px;
    color:#333;
}

#BioContainer .bioTitle, #marketContainer .marketDate
{
    margin-top: 5px;
    font-style: italic;
    font-size: 14px;
    color:#ff0000;
}

#BioContainer .bioText, #marketContainer .marketText
{
    margin-top: 15px;
}

#BioContainer .bioContact, #marketContainer .marketContact
{
    margin-top: 15px;
}

#marketContainer .marketDownload
{
    margin-top:25px;
}

#pressListItem
{
    clear: both;
}

#pressListItem .pressDate
{
    float: left;
    font-weight: bold;
    width: 70px;
    text-align: right;
}

#pressListItem .pressLink
{
    float: left;
    width: 165px;
    padding-left: 5px;
    margin-bottom: 5px;
}

#pressListItem a.pressLink
{
    clear: left;
    float: left;
    font-size: 12px;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
    text-decoration: none;
}

#pressListItem a.pressLink:hover
{
    text-decoration: none;
    color: #889ea7;
}

#pressContainer
{
    margin-top: 0px;
    font-size: 12px;
}

#pressContainer img
{
    margin-bottom: 15px;
}

#pressContainer .title
{
    clear: both;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    font-weight:bold;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#pressContainer .author
{
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    color:#666;
}

#pressContainer .content
{
    margin: 5px 0px 15px 0px;
    line-height:15px;
}

.ViewArticle a
{
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}


/* begin titles classes */
#radPanel 
{
    padding:0px;
    border:none; 
}

#radPanel a
{
    color: #000;
    text-decoration: none;
}

#radPanel a:hover
{
    color: #ff0000;
    text-decoration: none;
}

.loading
{
    margin-top:500px;
}

.titlespager 
{
    float:right;
}

#titleSearch
{
 margin-top:25px;
 padding-top:0px;
 height:22px;
 width:100%;
}
#titleSearch .textbox 
{
   float:left;
   margin-right:4px;
   color:#333;
   margin-top:0px;
   height:18px;
   width:150px;
   font-size:11px;
}

/* end titles classes */

