/* (c) 2010, James R. Hull for StoryFanatic.com.

Many thanks to Dan Cederholm and his book "Handcrafted CSS" for providing much of the inspiration for the look of this site.
	
	This is my CSS, while there are many like it, this one is mine. */
	


/*---------- [ M A I N ] ----------------*/

html {
	background: #888;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background: #888;
	/* background: url(../images/sf-texture.png);*/
	}
	
/* TYPEFACES */

@font-face {
	font-family: "Graublau Sans Web";
	src: url(fonts/GraublauWeb.otf) format("opentype");
}

@font-face {
	font-family: "Graublau Sans Web";
	font-weight: bold;
	src: url(fonts/GraublauWebBold.otf) format("opentype");
}

/* GLOBAL ELEMENTS  */

a:link, a:visited {
	color: #BE3425;
	color: rgba(190,52,37,1.0);
	text-decoration: none;
	}

a:hover	{
	color: #486072;
	color: rgba(190,52,37,.65);
	text-decoration: underline;
	}
	
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.button {
	display: block;
	margin: 0 auto;
}

.button.small {
	width: 96px;
}

.button.large {
	width: 204px;
}

.button a {
	   background: rgba(0,0,0,.1);
	   padding: 10px 0 7px;
	   	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   border-radius: 15px;
	   text-shadow: #fff 0px 1px 0;
	   border: 1px solid rgba(0,0,0,.3);
	   text-align: center;
	   color: #333;
	   font-size: 1.8em;
	   font-family: "mostra-nuova-1","mostra-nuova-2", "Gill Sans", "Futura", Arial, sans-serif;
	   text-decoration: none;
	   vertical-align: middle;
	   display: block;
}

	.button:hover a {
	   background: rgba(0,0,0,.3);
	   color: #eeeeee;
	   text-shadow: #333 0px 1px 0;
	   }
	.button:active a {
	   background: rgba(0,0,0,.4);
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
	   }
	   

/*IE 6*/
* html .group {
	height: 1%;
}

/*IE7*/
*:first-child+html .group {
	min-height: 1px;
}

h1  {
	/*font-family: "blakely-1","blakely-2", "Gill Sans", "Futura", Arial, sans-serif;*/
	font-size: 6em;
	line-height: 56px;
	width: 420px;
	height: 100px;
	text-transform: uppercase;
	/*text-shadow: #777 3px 3px 2px;*/
	background: url(../images/story-fanatic-banner-2010.png) no-repeat top left;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
}

h2	{
	margin: 0em 0px 0em 216px;
	
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana;
	font-weight: 800;
	font-size: 2.8em;
	line-height: 1.2em;
	color: #333;
	text-align: left;
	}
	
h3	{
	font-size: 20px;
	line-height: 32px;
	margin: 0 108px 23px 216px;
	font-weight: 600;
	/*font-family: "Graublau Sans Web","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;*/
	}
	
h4	{
	margin: 49px auto 0px 216px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px dashed #666;
	width: 420px;
	text-align: left;
}

h5	{
	margin: .2em auto 1em 220px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	font-size: 1.2em;
	font-style: italic;
	font-weight: 300;
	width: 126px;
	text-align: left;
}

/* BONE STRUCTURE */

#storyfanatic {
	/*border-top: 4px solid #bbb;*/
width: 1068px;
background: #ededed url(../images/sf-bg.png);
	margin: 0 auto;
margin-top: 32px;

-webkit-border-top-right-radius: 12px;
	-webkit-top-bottom-left-radius: 12px;
	-moz-border-radius-topright: 24px;
-moz-border-radius-topleft: 24px;
	}

#container {
	/*background: url(../images/navbar-gradient.png) repeat-x top left;*/
	width: 852px;
	margin: 0 auto;
	}

#main	{
	width: 852px;
	margin: 0 auto 23px auto;
	padding-bottom: 23px;
	float: left;
	text-align: left;
	background: transparent;
    /*background: url(/images/grid.png);*/
	}

/*---------- [ H E A D E R ] ----------------*/

#header	{
	margin: 0 auto 7em;
	text-align: center;
	width: 852px;
	/*background: url(/images/grid.png);*/
	}

#header-inner {
	margin: 0 auto;
	background: url(../images/author.png) no-repeat center top;
	padding-top: 3.4em;
	display: block;
	}
	
/* SLOGAN */

.slogan {
	margin: 0em 0 3.15em 0;
	padding-top: 1em;
	font-size: 2em;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.slogan em {
	font-size: 1.1em;
	font-weight: 100;
	line-height: .85;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	}
#slogan span.amp {
	line-height: .85;
	vertical-align: top;
	}


/* LOGO */

#logo a, #logo a:link, #logo a:visited {
	font-size: 6em;
	line-height: 56px;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 420px;
	height: 80px;
	text-indent: -9999px;
	border:none;
	background: url(../images/story-fanatic-banner-2010.png) no-repeat top left;
	text-decoration: none;
	}

/*#logo a:hover {
	border: none;
	background-position: bottom;
	}*/

#logo img {
	display: block;
	width: 0;
	}
	
#header h1 a:link {
	color: #333;
}

#header h1 a:hover {
	text-decoration: none;
}

/* NAVIGATION */

#nav {
	margin: 0em auto 4.5em 96px;
	padding-top: 1em;
	padding-left: 12px;
	width: 648px;
	border: 1px solid rgba(0,0,0,.3);
	background: rgba(0,0,0,.1);
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.75);

	text-transform: capitalize;
	letter-spacing: .1em;
	font-family: "mostra-nuova-1","mostra-nuova-2", "Gill Sans", "Futura", Arial, sans-serif;
	}

#nav ul {
	margin: 0 auto;
	height: 42px;
	list-style: none;
	overflow: hidden;
	}
	
#nav li {
	display: block;
	width: 96px;
	padding-top: 4px;
	padding-right: 12px;
	float: left;
	text-align: center;
	font-size: 1.8em;
}
	
#nav li a, nav li a:visited {
	text-decoration: none;
	margin: 0;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	}
	

#nav li a:hover	{
	text-decoration: underline;
	}
	
#nav li.current a {
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px rgba(0,0,0,.6);
	font-size: 1.2em;
	position: relative;
	bottom: .15em;
}



/*---------- [ M E T A  M A S S I V E ] ----------------*/

#meta {
	background: #486072;
	border-top:  12px solid #BE3425;
	background-color: rgba(72,96,114,.95);
	background: url(../images/meta-bg.png);
	}

#meta p {
	color: #ddd;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 200;
	line-height: 1.8em;
	color: rgba(255,255,255,.65);
}

#meta a, #meta a:visited {
	color: #ddd;
	color: rgba(255,255,255,.95);
	font-weight: 500;
	-webkit-transition: color .2s linear;
}

#meta a:hover {
	color: #fff;
	color: rgba(255,255,255,.75);
	text-decoration: underline;
}

#meta-inner {
	padding: 2.7em 0 1em 0;
	margin: 0 auto;
	width: 852px;
	line-height: 23px;
	color: #f4f4ed;
	/*background: url(/images/grid.png);*/
	}

#meta-left	{
	float: left;
	width: 312px;
	}

#meta-center {
	float: left;
	width: 432px;
	padding-left: 12px;
	}

#meta-center p {
	padding-right: 12px;
}

#meta-right {
	float: left;
	width: 432px;
	margin-left: 108px;
	}
	
#meta-right h3 {
	margin-left: 12px !important;
}

#meta-right p {
	margin-left: 12px !important;
}

#meta-right img {
	margin-left: 9px;
}

.meta-box {
	padding: 0px 0px 3em 0px;
	display: block;
	overflow: hidden;
	}

#meta-left .rss-list img {
	padding-right: 5px;
}

.sep {
	border-bottom: 0px solid #f4f4ed;
	}

.meta-box h3 {
	margin: 0 !important;
	padding-bottom: 6px;
	color: #f1f1f1;
	color: rgba(241,241,241,.95);
	text-shadow: 0px -2px 0 rgba(0,0,0,.7);
	display: block;
	font-size: 20px !important;
	font-family: "mostra-nuova-1","mostra-nuova-2", "Gill Sans", "Futura", Arial, sans-serif;
	letter-spacing: .9px;
	line-height: 23px;
	font-weight: normal;
	}
	
.sponsor a img {
	float: left;
	padding-top: 5px;
	padding-right: 8px;
}

.sponsor a {
	color: #ddd;
	/*font-weight: normal !important;*/
	color: rgba(255,255,255,.65) !important;
	text-decoration: none !important;
}

.sponsr a:hover {
	color: #fff !important;
	color: rgba(255,255,255,.85) !important
}

ul.rss-list {
	overflow: hidden;
	list-style: none;
}

.rss-list li {
	width: 104px;
	float: left;
}

.rss-list li a {
	color: #ddd;
	font-weight: normal !important;
	color: rgba(255,255,255,.65) !important;
	text-decoration: none !important;

}

.rss-list li a:hover {
	color: #fff !important;
}

.rss-list img a {
	position: absolute;
	top: 3px;
}

/* SEARCH */

#search {
	position: relative;
	width: 408px;
	margin-top: 10px;
	margin-bottom: 56px;
	margin-left: 12px;
}

#search input {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.75);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	height: 31px;
	font-size: 1.3em;
	padding-top: 5px;
	width: 295px;
	margin-right: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	background: #ededed url(../images/sf-bg.png);
	/*background: #f4f4ed url(../images/search-grad.png) repeat-x top left;*/
	/*border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;*/
	padding-left: 12px;
	padding-right: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#search #keywords input:focus, #search #keywords textarea:focus {
	background: #fff;
}

#search #searchbox button {
	-webkit-border-radius: 5px;
	font-size: 1em;
	-moz-border-radius: 5px;
	background: #f4f4ed url(../images/glass-button.png) repeat-x 0 50%;
	border: none;
	height: 38px;
	line-height: 36px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #545454;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 8px;
	width: 96px;
	position: absolute;
	top: 0px;
	left: 324px;
	text-shadow: #fff 1px 1px 0;
	cursor: pointer;
}
#search #searchbox button:hover {
	text-shadow: #333 1px 1px 4px;
	border: 1px solid #aaa;
	color: #f4f4ed;
	background-color: #a14141;
}
#search #searchbox button:active {
	border: 1px solid #888;
	color: #bbb;
}

/*---------- [ E X T R A S ] ----------------*/

a img	{
	border: none;
}

.frame img {
	border: 8px solid #cdcdcd;
	border-radius: 3px;
	webkit-border-radius: 3px;
	moz-border-radius: 3px;
}

.frame a:hover img {
	border-color: #adadad;
}

.dark img {
	border-color: #adadad;
}

.imgthumb:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.blockpic {
	margin: 6em auto 1em;

}


    
/*---------- [ M A I N  A R T I C L E  S E C T I O N ] ----------------*/


#navbot {
	margin: 46px 0 0px 0;
	width: 852px;
	list-style: none;
}

#navbot ul {
	margin: 0 !important;
	padding: 10px 0 12px 0;
	list-style: none;
	overflow: hidden;
}

#navbot li.prev {
	float: left;
	margin-left: 325px;
}

#navbot li.next {
	float: right;
	margin-right: 324px;	
}

/* ARTICLES */

#articles #main {
	border-bottom: none;
	}

#sec-a {
	margin-top: 46px;
	float: left;
	clear: both;
	}
	
#main h3 {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 23px;
	
}
	
#main p	{
	margin: 0 108px 23px 216px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 23px;
	}
	
.opening {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 23px;
	color: rgba(51,51,51,.9);
	}

#main ul, #main ol {
	margin: 0 216px 20px 216px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	}
	
#main ul li {
	margin-bottom: 12px;
}

#main blockquote {
	margin: 0px 216px 23px 216px;
	padding: 5px 8px 13px 16px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	border: 1px dashed slategray;
	background-color: #ccc;
	background-color: rgba(204,204,204,.35);
	}

#main blockquote p {
	font-size: 13px;
	line-height: 23px;
	margin: 0px;
	}

#main blockquote.right {
	margin: 1px 96px 8px 12px;
	padding: 0px;
	width: 204px;
	float: right;
	line-height: 13px;
	border: none;
	background: #fff;
	}

#main blockquote.right p {
	font-family: "le-havre-1", "le-havre-2", Century Gothic, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 28px;
	font-size: 28px;
	text-align: center;
	color: #fc721f;
}

#main blockquote.left {
	padding: 0px;
	float: left;
	border: none;
	background: #fff;
	}

#main blockquote.left p {
	margin: 1px -104px 3px 0px;
	font-family: "le-havre-1", "le-havre-2", Century Gothic, Arial, sans-serif;
	font-weight: bold;
	width: 204px;
	line-height: 28px;
	font-size: 28px;
	text-align: center;
	color: #fc721f;
	}
	
.adv-theory h3 {
	font-size: 1.2em !important;
	color: #333 rgba(0,0,0,0.35);
	background-color: #bbb;
	font-weight: normal !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 12px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.55);
	cursor: pointer;	
}
	
/* IMAGES */

#main .solo img {
	margin-bottom: 23px;
	}
	
#main .pic {
	margin-top: 5px;
}

#main .pic p, #main .caption {
	margin: 8px 0 10px 0;
	font-size: 11px;
	line-height: 16px !important;
	font-family: "le-havre-1", "le-havre-2", Century Gothic, Arial, sans-serif;
	color: #777;
	}

.border {
	border: 1px solid #ccc;
	}

.left	{
	padding-right: 12px;
	float: left;
	}

.right	{
	padding-left: 12px;
	float: right;
	}

.right.inset {
	margin-left: 12px;
	margin-right: 108px;
	}

.left.inset {
	margin-left: 216px;
	}

.solo {
	margin: 0;
	float: left;
}

.solo.inset {
	margin-left: 216px;
	margin-bottom: 23px;
}

#main .solo.inset img {
	margin-bottom: 0px;
}
	
/* VIDEO */

.theater {
	margin: 1em 0 3.5em 216px;
}

.featuredarc {
	margin: 1em 0 3.5em 0px;
}

/*---------- [ F O O T E R ] ----------------*/

#footer {
	margin: 0 auto;
	padding: 23px 12px 23px 24px;
	background: url(../images/new-grad.png);
	text-align: center;
	}
	
#footer p {
	font-size: 12px;
	color: #333;
}

#footer a {
	color: #486072;
}

#footer a:hover {
	color: #BE3425;
	text-decoration: underline;
}

#footer img {
position: relative;
bottom: 80px;
left: 315px;
border-style: none;
clear: both;
}

/*---------- [ S E R I E S ] ------------------*/ 

#series h1  {
	font-size: 36px;
	line-height: 56px;
	width: 192px;
	text-align: right;
}

#series h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 5px;
	margin: 0 0 8px 212px;
	width: 424px;
	border-bottom: 1px dashed #666;
}

#series h3 {
	margin: 69px 0 23px 212px;
	font-size: 42px;
}

#series dl dt {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px 2px 216px;
	line-height: 23px;
	font-size: 20px;
}

#series dl {
	margin: 23px 108px 64px 0px;
}

#series dt {
	font-weight: bold;
}

#series dt a {
	color: #486072;
}

#series dt a:hover {
	color: #BE3425;
	text-decoration: underline;
}

#series dl p {
	margin-left: 242px;
}

#series .button {
	margin: 0 0 0 392px;
}

#series .pic img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.85);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.85); 
}

/*---------- [ F R O N T  P A G E ] ------------------*/ 

.entry {
	margin: 12px 0 63px 0px;
	clear: both;
}


#frontpage h4 {
	margin: 0 0 1em 216px;
	width: 524px;
	font-size: 1.4em;
	font-weight: 500;
	font-style: italic;
	color: #333;
	border-bottom: none;
}

dl dt {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 600;
	margin: 0px 0px 10px 216px;
	line-height: 23px;
	font-size: 20px;
}

dl dd {
	font-size: 1em;
	line-height: 23px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
}

dl dd p {
	margin-right: 120px;
	font-size: 1.2em;
}

dl {
	margin: 12px 0px 23px 0px;
	clear: both;
}

#frontpage h2 a:hover {
	color: #BE3425;
}

#frontpage dt a {
	color: #333;
}

#frontpage dt a:hover {
	color: #BE3425;
	text-decoration: underline;
}

#frontpage .series p {
	padding: 5px;
	font-family: Book Antiqua, serif;
	border: 1px dashed slategray;
	background-color: #eee;
}

#frontpage .series {
	border: none;
}

#frontpage .series-pic {
	float: left;
	margin: 0 12px 23px 0px;
}

dt img {
	margin-left: -32px;
	position: relative;
	bottom: 3px;
}

/*---------- [ L I N K E D  L I S T ] ----------------*/

#linked .entry h4 {
	margin: 0 0 1em 216px;
}

#linked dl dd p {
	margin-right: 216px;
	font-size: 1.2em;
}

#linked dl {
	margin: 12px 0px 23px 0px;
	clear: both;
}

#linked dt a {
	color: #333;
}

#linked dt a:hover {
	color: #BE3425;
	text-decoration: underline;
}


/*---------- [ R E V I E W S ] ----------------*/

#reviews #main {
	width: 864px;
}

#bookshelf {
	margin-top: 23px;
	margin-right: -8px;
}

#bookshelf a img {
	margin: 0 8px 0 0;
	padding: 0 0x 0 0;
}

#bookshelf h2 {
	margin: 23px 0 8px 0!important;
	line-height: 23px;
}

#bookshelf p {
	margin: 0 0 23px;
	font-size: 14px;
}

.product {
	margin: 0px;
}

.product h2 {
	margin-bottom: 0px;
}

.product img {
	margin: 5px 0px 0px 108px;
}

.product p {
	margin-bottom: 46px;
}

.product p img {
	margin: 0 12px 0 0;
}

#reviews h2 {
	font-size: 26px;
	margin-bottom: 16px;
}

.product h3 {
	font-size: 32px !important;
	line-height: 23px !important;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold !important;
	}

#reviews dl dt a {
	font-family: "grad-1", "grad-2", Georgia, Times, serif;
	font-weight: bold;
	margin: 0px 108px 23px 216px;
	font-size: 20px;
}

#reviews dl {
	margin: 0px 108px 69px 0px;
}

#reviews dl dt a, #reviews dl dt a:link, #reviews dl dt a:visited {
	color: #486072;	
}

#reviews dl dt a:hover {
	color: #BE3425;
	text-decoration: underline;
}

/* REVIEWS NAVIGATION */

#review_nav ul {
	width: 108px;
	margin: -96px 0 12px 824px;
	padding: 3px 0px 8px 6px;
	overflow: hidden;
	border: 1px dashed #666;
	background: #ddd;
	list-style: none;
}

#review_nav ul li {
	margin: 0;
	width: 224px;
	float: left;
	text-align: left;
	font-size: 14px;
}

#review_nav li.current a {
	color: #BE4352;
}

/* EXTRAS */

.series {
	border-top: 1px dashed #999;
	padding-top: 12px;
}

#error #main {
	margin-top: 46px;
}

/* SCRIPPETs */

/*
	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
*/
 
 
div.scrippet {
	width: 400px;
	background-color: #fff !important;
	color: #111;
	border: 1px dashed slategray;
	padding: 5px 14px 15px 14px;
	margin: 0 108px 23px 216px;
	padding: 5px 8px 13px 16px;
}

 
.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;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
 
.sceneheader,
.action,
.character {
	padding-top: 1.5ex !important;
}
 
.action {
	padding-right: 5% !important;
	font-size: 12px !important;
	line-height: 14px !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;
}


/* COMMENT FORM */

/* Portions of this were lifted from Tim Wright's SlidingLabels (thanks!) http://www.csskarma.com/blog/sliding-labels */


	#comment_form form {
		width: 420px;
		padding: 23px 12px 20px;
		margin: 0 0 0 216px;
		background: #f7f7f7;
		border: 1px solid #ddd;
		}

	#email-wrap, #subject-wrap, #comment-wrap {
		clear: both;
		position: relative;
		margin: 0 0 10px;
		}

	#comment_form label {
		cursor: pointer;
		display: block;
		}

	#comment_form input[type="text"], textarea {
		width: 396px;
		border: 1px solid #999;
		padding: 5px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}

	#comment_form input[type="text"]:focus {
		border-color: #777;
		}

	#comment_form .form_submit {
		padding: .4em 4px;
		background: url('images/submit_bg.gif');
		border: 3px double #999;
		border-top-color: #ccc;
		border-left-color: #ccc;
		font: bold 1em Georgia, "Times New Roman", Times, serif;
		cursor: pointer;
		}
		
/*---------- [W E L C O M E  D R A W E R ] --------------*/

.drawer {
	position: fixed;
	top: 20px; right: 0;
	display: none;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-box-shadow: -3px 5px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: -3px 5px 3px rgba(0,0,0,0.45);
	width: 345px;
	height: auto;
	padding: 30px 50px 30px 30px;
	filter: alpha(opacity=85);
	opacity: .90;
	}
	
.drawer h3 {
	font-size: 2em;
	color: #eee;
	font-weight: 800;
	font-style: bold;
	margin: 0.4em 0 2em 0;
}

.drawer p {
	margin: 0 0 1.6em 0;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0;
	color: #cccccc;
	}

.drawer a, .drawer a:visited {
	margin: 0;
	padding: 0;
	color: #BE3425;
	text-decoration: none;
	border-bottom: 1px dashed #BE3425;
	}

.drawer a:hover, .drawer a:visited:hover {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff
	}

.drawer ul {
	padding: 0;
	margin: 3.4em 0 0;
	list-style-type: none;
	}

.drawer ul li {
	padding: 0;
	margin: 0 0 1em 0;
	list-style-type: none;
font-size: 1.2em;
	}

a.trigger {
	position: fixed;
	text-decoration: none;
	top: 50px; right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
	padding: 20px 15px 20px 40px;
	font-weight: 700;
	background: #999 url(/images/small-info.png) 20% 52% no-repeat;
	border: 1px solid #888;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	display: block;
	}

a.trigger:hover{
	position: fixed;
	text-decoration: none;
	top: 50px; right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 20px 20px 20px 40px;
	font-weight: 700;
	background: #888 url(/images/small-info.png) 20% 52% no-repeat;
	border:1px solid #666;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	display: block;
	}

a.active.trigger {
	background: #888 url(/images/minus.png) 20% 52% no-repeat;
	}
	
/*---------- [ T L D R  M O D A L ] -------------*/

.poplight {
	margin: 1em -8px 1em 0;
	padding: 5px;
	border: 1px solid #777;
	background: rgba(0,0,0,.25);
	-webkit-border-radius: 3px;
	float: right;
	font-family: "mostra-nuova-1","mostra-nuova-2", "Gill Sans", "Futura", Arial, sans-serif;
	
}

a.poplight:link, a.poplight:visited {
	color: rgba(255,255,255,1);
}

a.poplight:hover {
	background: rgba(0,0,0,.45);
	text-decoration: none;
}

a.poplight:active {
	background: rgba(0,0,0,.85);
	color: rgba(255,255,255,.75);
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.popup_block h3 {
	margin: 0 auto;
	padding-bottom: .5em;
	width: 420px;
	text-align: center;
	font-style: italic;
	color: rgba(0,0,0,.35);
	border-bottom: 1px dashed rgba(0,0,0,.35);
}

.popup_block h2 {
	margin: .4em auto .8em;
	text-align: center;
	font-style: italic;
}

.popup_block p {
	margin: 0 auto 2em !important;
	padding-left: 15px;
	line-height: 1.4em !important;
	width: 528px;
}

.popup_block h5 {
	margin: 0 auto 1.1em !important;
	font-size: 1em;
	text-align: center;
}

.popup_block ul {
	margin: 0 auto 2.2em !important;
	width: 420px;
	padding-left: 15px;
}

.popup_block ul li {
	list-style: square;
	font-size: 1em !important;
	margin-bottom: 1.3em !important;
}

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
	border: none;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

/*---------- [ S P L A S H  P A G E ] ----------------*/

#intro-container {
	margin: 0 auto;
	min-width: 920px;
	max-width: 1200px;
	padding: 80px 40px 0 40px;
}

#intro-container .current {
	overflow: hidden;
	margin-bottom: 7em;
}

#intro-main {
	margin-bottom: 6em;
}

#intro-container h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 4em;
	font-weight: 100;
}

#intro-container .left-col {
	margin-top: 7em;
	padding-right: 6px;
	float: left;
	width: 59%;
}

#intro-container .featured {
	margin-bottom: 3em;
	padding-right: 1.6em;
	padding-bottom: 2em;
	background: #cbcbcb;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.85);
	-webkit-border-radius: 6px;
	border: 1px solid #bababa;
	overflow: hidden;
}

#intro-container .pic {
	float: left;
	margin: 10px 12px 8px 10px;
}

#intro-container .featured img {
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.85);
}

#intro-container .featured dl {
	margin-top: 7px;
	margin-left: 212px;
}

#intro-container .featured h4 {
	margin: 0;
	margin-left: 1px;
	border: none;
}

#intro-container .featured dt {
	margin-bottom: .5em;
	margin-left: .1em;
	text-align: left;
	font-size: 2em;
	font-weight: 600;
}

#intro-container .featured dt a {
	color: #333;
}

#intro-container .featured p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 5px;
}

#intro-container .latest {
	margin-left: 11em;
	overflow: hidden;
}

#intro-container .latest img {
	border: 1px solid #aaa;
}

#intro-container .latest dl {
	float: left;
	width: 40em;
}

#intro-container .latest dt {
	margin-top: .7em;
	margin-bottom: .2em;
	font-size: 1.4em;
}

#intro-container .latest dt a {
	color: #333;
}

#intro-container .latest dd {
	color: #777;
}

#intro-container .big-button {
	float: right;
	font-weight: 500;
	text-align: center;
	width: 150px;
	margin-right: 2em;
	margin-top: 2.5em;
}

#intro-container .big-button a {
	margin: 10px 12px;
	font-size: 1.4em;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 3px;
	border: 1px solid #8d3329;
	background: rgba(190,64,51,0.9);
	text-align: center;
	color: #ededed;
	display: block;
}


#intro-container .right-col {
	margin-top: 13em;
	padding-right: 6px;

}

.mission {
	margin: 4em auto;
	padding: .5em 1em 1.1em;
	width: 70%;
	font-size: 2em;
	color: #888;
	font-weight: 60000;
	border-top: 1px dashed #888;
	border-bottom: 1px dashed #888;
	line-height: 1.5em;
	
}

.mission em {
	font-size: 1.3em;
	font-weight: 700;
	color: #666;
}


/*---------- [ S L I D E  S H O W ] ----------------*/

#slideshow {
	margin: 0 auto 4em;
}

#featured {
	margin: 0 auto 1em;
	-webkit-box-shadow: 0 10px 8px -5px rgba(0,0,0,.8);
}

.featured-arc {
	margin: 8em auto 3em;
}

.theater.arc {
	margin-bottom: 5em;
}

