/*  Basic/Mobile CSS Template for HanleyFIlms.net  */
/*  Nigh-entirely created by CSS-N00b Mike Hanley. */
/*          He is very proud of this fact.         */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: white;
 font: 12px 'Lucida Grande' Geneva, Verdana, Arial, sans-serif;
 color: black;
}

a { border-width: 0px;
font-family: 'Lucida Grande' Geneva, Verdana, Arial, sans-serif;
text-transform: none;
color: blue;
font-weight: inherit;
text-decoration: none;
opacity: 1;
}

.navbutton {
 padding-right: 3px;
 padding-left: 3px;
}

a.navbutton:hover {
 color: #fff;
 background: #000000;
}

.navbutton2 {
  padding-right: 3px;
 padding-left: 3px;
}

a.navbutton2:hover {
 color: #fff;
}

h1 { font-family: 'Courier Final Draft', Courier, monospace;
font-weight: normal;
font-size: large;
color: black;
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: solid gray 2px;
}

.note {
 border: ridge silver 3px;
 padding: 5px;
 margin-left: 2cm;
 margin-right: 2cm;
 }


/* Page Layout Stuff */
#pagewidth{background: white;
 width: 100%; 
 text-align:left;  
 margin-left: auto; 
 margin-right: auto;  
} 
 
/* Main, graphical header for the page */ 
#header{   /* background: #444444 url(header-main.jpg); */
 display: none;
}

/* Text only, simple header (for mobile content, etc.) */
#simpleheader{
 text-align:center;
 font-size: x-large;
  color: black;
  padding: 10px;
  border: solid gray 2px;
 }


#nav{
 display: none;
} 

#nav2{
 display: none;
 }
 
#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 top; */
 position: relative;
 padding-left: 1.5cm; 
 padding-right: 1.5cm;
 padding-top:0px;
 border-top: solid silver 4px;
 }
 
#footer{
 font-size: x-small;
 text-align: center;
 padding-left: 1cm; 
 padding-right: 1cm;
 padding-top:5px;
 border-top: solid gray 1px;
 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 */ 



/* John August's Screenplay CSS styles, adapted by me for HanleyFilms.net.  W00t.  */
.screenbox {
    list-style: none;
    width: 80%;
    background: #181818;
    border: 1px dotted gray;
    padding: 5px 14px;
    color: black;
    margin-left: 10px;

}

.screenbox li {
    font:  12px/14px Courier, fixed;
}

.sceneheader,
.action,
.character {
    padding-top: 1.5ex;
}

.action {
    padding-right: 5%;
}

.character {
    margin-left: 40%;
}

.dialogue {
    margin-left: 25%;
    padding-right: 25%;
}

.parenthetical {
    margin-left: 32%;
    padding-right: 30%;
}

/* special case: dialogue followed by
a parenthetical; the extra line needs 
to be suppressed */

.dialogue + .parenthetical {
    padding-bottom: 0;
}

.transition {
    padding-top: 3ex;
    margin-left: 65%;
    padding-bottom: 1.5ex;
}


