
/* screenplay.css ----------------
   Styles for use in screenplay-formatted texts. (These will
   most likely be fanfics, and published in the "stories" area.)
*/



.setting {
	/* Things like "Int. Diner - Day" */
	text-transformation: UPPERCASE;
	margin-left: 10%; margin-right: 10%; margin-top: 2em;
}


.scenedesc {
	/* For describing the setting; don't confuse with
	   character stage directions!                      */
	margin-left: 10%; margin-right: 10%; margin-top: 1em;
}

.stagedir {
	/* Describes how a character says a line, or an action
	   the character performs. */
	margin-left: 30%; margin-right: 30%; margin-bottom: 0px; margin-top: 0px;
	display: block; font-style: italic;
}

.stagedir CITE { font-style: normal; }
.stagedir EM { font-style: normal; }
.stagedir I { font-style: normal; }

.charname {
	/* Used for indicating who speaks dialogue. */
	text-transformation: UPPERCASE;
	display: block;
	margin-left: 40%; margin-right: 25%; margin-bottom: 0px; margin-top: 1em;
}


.dialogue {
	/* Actual words the character says. */
	margin-left: 20%; margin-right: 20%; margin-bottom: 0px;
}
