@charset "UTF-8";

/*
Screen Import CSS
*/
@import url("/include/css/general/normalisation.css");
@import url("/include/css/general/type.css");
@import url("/include/css/general/layout.css");
@import url("/include/css/general/menu.css");
@import url("/include/css/general/right-menu.css");

#content {text-align:center;}

#content div#scroll {clear:both;height:370px;width:460px;position:relative;top:15px;margin:0px 0 0 20px;overflow:auto;}
#content h2 {float:left;display:block;margin:15px 0 5px 20px;}
#content h2#film {width:180px;height:38px;background:url("/include/img/ui/filmmakers.gif");}
#content h2#credits {width:122px;height:26px;background:url("/include/img/ui/thecredits.gif");margin:15px 0 5px 0px;}

#content h2 span {display:none;}

#content div#scroll div.filmmaker {clear:both;margin:0 10px 2em 0;padding-bottom:2em;border-bottom:1px solid #666;}
#content div#scroll div.filmmaker img {width:140px;height:188px;float:left;margin:0 15px 15px 0;}
#content div#scroll div.filmmaker h3 {float:left;text-align:left;font-size:1.2em;padding-bottom:0em;}
#content div#scroll div.filmmaker p {clear:both;padding-left:0;padding-right:0;}
#content div#scroll div.filmmaker p.no-clear {clear:none;}
#content div#scroll ul {clear:both;padding:15px 0 10px 0;}

#content p.blog-msg {float:right;text-align:right;padding-top:40px;font-weight:bold;color:#3eb6b6;}