/*
	Scrippet.css
	Scrippet is a CSS template designed for including short sections of
		screenplay-formatted material in blog posts.
	Originally developed by John August - johnaugust.com
	Last modified 8/21/08 by John August.
	Adapted for Writer on Rails by Nima Yousefi.
*/


div.scrippet {
	font: 13px/1.166em Courier, "Courier New", monospace !important;
	width: 33.333em;
	background: #fff;
	color: #222;
	border: 1px solid #aaa;
/*	padding: 5px 14px 15px 14px !important;*/
	padding: 0.416em 1.166em 1.25em 1.166em !important;
	margin-bottom: 1.333em !important;
	margin-left: 1.666em !important;
	margin: 20px auto !important;
/*	text-shadow: 0 0 0 #fff;*/
	-webkit-text-stroke: 0 transparent;
/*	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/
	-webkit-box-shadow: 0 0 4px #ccc;
}

.scrippet p {
/*	font: 12px/14px Courier, "Courier New", monospace !important;*/
    text-align: left !important;
	letter-spacing: 0 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.sceneheader,
.action,
.character {
	padding-top: 1.5ex !important;
}

.action {
	padding-right: 5% !important;
	font-size: 1em !important;
	line-height: 1.166em !important;
}


.character {
	padding-left: 40% !important;
}

.dialogue {
	padding-left: 20% !important;
	padding-right: 20% !important;
}

.parenthetical {
	padding-left: 32% !important;
	padding-right: 30% !important;
}

.dialogue + .parenthetical {
	padding-bottom: 0 !important;
}

.transition {
	padding-top: 3ex !important;
	padding-left: 65% !important;
	padding-bottom: 1.5ex !important;
}