/* Main CSS Template for HanleyFIlms.net  */
/* Mostly created by CSS-N00b Mike Hanley */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #151515 url(pagebg.jpg) repeat-x scroll left top;
 font: 12px 'Lucida Grande' Geneva, Verdana, Arial, sans-serif;
 color: rgb(160, 160, 160)
}

a { border-width: 0px;
font-family: 'Lucida Grande' Geneva, Verdana, Arial, sans-serif;
text-transform: none;
color: rgb(204, 225, 255);
font-weight: inherit;
text-decoration: underline;
opacity: 1;
}

.navbutton {
 font: 12px 'Lucida Grande' Geneva, Verdana, Arial, sans-serif;
 color: #000;
 text-decoration: none;
 border-right: solid #666 1px;
 padding: 10px;
}

a.navbutton:hover {
 color: #fff;
}

h1 { font-family: Courier New, 'Courier Final Draft', Courier, monospace;
font-weight: normal;
font-size: x-large;
color: rgb(255, 255, 255);
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: solid silver 1px;
}

.note {
 background: #181818;
 border: solid silver 1px;
 padding: 5px;
 margin-left: 50px;
 margin-right: 50px;
 }


/* Page Layout Stuff -- partially generated by csscreator.com,
   then ripped apart by me */
#pagewidth{background: #000000 url(mainpanel.jpg); 
 width:750px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{background: #4444ee url(header-main.jpg);
 text-align: right;
 position:relative;
 height:150px; 
 width:100%;
} 

#nav{background: #828282 url(navbarback.jpg) repeat-x scroll left bottom;
 color: rgb(100, 100, 100);
 text-align: left;
 position:relative;
 padding: 1px;
 width:748px;
} 
 
#maincol{
/* This one gets a little hacky to close the gap between content and the top
   of the page.  Still seems to work in every browser I have. */
 background: url(mirror-main.jpg) no-repeat scroll left 20px;
 position: relative;
 padding-left:25px; 
 padding-right:25px;
 margin-top:-20px;
 padding-top:25px;
 width:700px;
 }
 
#footer{
 background: url(footerback.jpg) no-repeat scroll left top;
 padding-left:25px; 
 padding-right:25px;
 padding-top:5px;
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

