/* tvscript.css
	by Miriam English

	Lays out an html document in the (new) convention for TV
	and film scripts.

	Although the margins below are given in percents they should print up appropriately on A4 paper, while looking fine on the screen.
*/

/*use fixed width typewriter font*/
body {font-family: "Courier New","Courier","monospace" ;}

/*for the 'CHARACTERS', 'INCIDENTAL CHARACTERS', 'LOCATIONS' headings on the second page only*/
p.heading {margin-left: 0; margin-bottom: 0; font-weight:bold;}

/*for the descriptions of 'CHARACTERS', 'INCIDENTAL CHARACTERS', 'LOCATIONS' headings on the second page only */
p.indent {margin-left: 10%; margin-top: 0;}

/*for the scene declarations. I should make this more logical. At the moment you need to make each cell of the table class='scene'. It would be more logical if it could be defined just for the table.*/
td.scene {font-weight:bold;}

/*for the character name introducing each bit of dialogue*/
p.char {margin-left: 30%; margin-bottom: 0;}

/*for any directions that might accompany dialogue*/
p.direct {margin-left: 25%; margin-top: 0; margin-bottom: 0;}

/*for the dialogue itself*/
p.dialog {margin-left: 20%; margin-right: 25%; margin-top: 0; margin-bottom: 0;}

