html, body { height: 100.1%; }
body
{
	margin: 0; padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 76%;
}
#wrapper { width: 960px; margin: 0 auto; /*border-left: 1px solid #DDD; border-right: 1px solid #DDD;*/	}


/* ************************************************************** top banner */
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
}
div#nav {
	float: left;
	z-index: 100;
	width: 140px;
	margin: 0; padding: 0px;
}

#content {
	position: relative;
	margin: 0 0 0 140px;
	padding-bottom: 2em;
	text-align: left;
}

#loading
{
	display: block;
	margin: 0 auto;
}

/* ************************************************************** logo */

img#logoImg, img#taglineImg, #editionNum {display: none;}

h1#logo {
	display: block;
	margin: 0 auto;
	position: absolute;
	left: -1px;
	top: 22px;
}
/* hide this from mac/IE \*/
h1#logo {
 	overflow: hidden;            /*Hide the text*/
	background-image: url(images/sc_logo.png);
	background-repeat: no-repeat;
	width: 253px;
	height: 53px;
	padding-top: 53px;
	voice-family: "#";
	voice-family: inherit;
	height: 0;
}
html>body h1#logo {
	height: 0;
}

h2#tagline {
	display: block;
	margin: 0;
	position: absolute;
	right: 50px;
	top: 60px;
}
/* hide this from mac/IE \*/
h2#tagline {
 	overflow: hidden;            /*Hide the text*/
	background-image: url(images/tagline.png);
	background-repeat: no-repeat;
	width: 305px;
	height: 12px;
	padding-top: 12px;
	voice-family: "#";
	voice-family: inherit;
	height: 0;
}
html>body h2#tagline {
	height: 0;
}

img#editionImg {
	position: absolute;
	left: 280px;
	top: 30px;
}

div.EditionNo {
	position: absolute;
	left: 220px;
	top: 32px;
}


/* *************************************************************** nav links */



#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 2.4em;
	text-align: left;
}
#nav ul li {
	display: block;
	margin: .4em 0px 0px 0px;
	padding: .4em 1em 0px 1.4em;
	line-height: .8em;
}
#nav ul li ul {
	display: none;
}
/* show subdirectory list. Second rule for opera & safari */
#nav ul li ul#subDir, #nav ul li ul#subDir li {
	display: block;
}
#nav a, #nav strong {
	font-family: Verdana, Tahoma, Sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	color: #616161;
	text-decoration: none;
}
#nav strong{
	font-weight: bold;
	color: #CC0000;
}

#nav a.Child { border-bottom: 1px dotted #CC0000; }

#nav strong{
	font-weight: 700;
	color: #CC0000;
}
#nav ul li a:before, #nav ul li strong:before  {
	content: "\00BB \0020";
}
#nav li ul li a:before, #nav li ul li strong:before {
	content: "\00BB\00BB \0020";
}



/* *************************************************************** footer stuff */

#footer {
	display: none; /* displayed with js */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95%;
	margin: 0 0 2em 0;
	padding: 0 0 1em 1em;
	z-index: 50;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: smaller;
	font-weight: 700;
	text-align: left;
	line-height: 1.2em;
	color: #C3C3C3;
}
#footer span {
	float: right;
	text-align: right;
	margin-top: -1.4em;
	padding-right: 1em;
}

/* *************************************************************** main content */
h3 {
	margin: 1em 0 0;
	font-family: Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	color: #333;
}
h4 {
	font-family: Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	color: #000000;
}
h5 {
	font-family: Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	font-size: 1em;
    letter-spacing: 0.2em;
	color: #CC0000;
	margin: 0;
	padding: 0;
}

p {
	max-width: 50em;
	margin: 1em 0 0 0;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 1em;
	text-indent: 0;
	text-align: left;
	line-height: 1.5;
}

p.Prose {
	font-size: 1em;
	margin: 0;
	text-indent: 3em;
}
p.Stanza
{
	white-space: pre;
	line-height: 1.6em;
}
p.Centred { text-align: center; }
p.Thought
{
	font-style: italic;
	margin: 1em 0;
	padding: 0 2em;
}

p.SectionStart { margin-top: 4em; }
p.Footnote
{
	font-size: .9em;
	line-height: 1.3em;
}

p.Italic {font-style: italic;}

p.Interviewer { font-weight: bold; color: #444; }

h6+p.Prose {
	margin-top: 1.4em;
}
p#firstPara
{
	text-indent: 0;
}

p#lastPara {
	margin-bottom: 2em;
}
p#lastPara:after {
	content: url(images/cb.png);
	vertical-align: -50%;
	margin-left: .6em;
}

div.Bio {
	margin: 2em auto;
	font-size: .9em;
	line-height: 1.3em;
	text-align: left;
	color: #696969;	
}
div.Bio a {font-size: .9em;}

blockquote.Opener {
	margin: 1em 1em 1em 45%;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: .8em;
	text-align: left;
}
blockquote.Opener div {
	padding-top: .4em;
	text-align: right;
}

div.Epigraph { text-align: right; font-style: italic; color: #666;}
div.Note { margin-top: 3em; font-style: italic; color: #666; border-top: 1px dashed #666;}

div.Divider {
	width: 50em;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1.4em;
	color: #636363;
	height: 1em;
}

div.Divider + p.Prose
{
	text-indent: 0;
}

div.HR
{
	height: 20px;
	width: 50em;
	margin: 1em 0;
	/*background: transparent url(images/hr.png) no-repeat scroll center;*/
	color: #636363;
	text-align: center;
}
div.HR + p { margin-top: 0; }

div.QA_Callout
{
	max-width: 50em;
	margin: 1em 0 2em;
	padding: .3em 1em;
	background-color: #F9F9F9;
	border: 1px solid #E9E9E9;
}
div.QA_Callout p { font-size: .9em; color: #666; }

pre {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 1em;
}

span.Stronger { font-weight: bold; color: #CC0000; }
a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a img { border: 0; }

span.SmallCaps
{
	font-size: 92%;
	letter-spacing: .1em;
	text-transform: uppercase;
}
div#content a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

div#content a:Hover, #nav a:hover, dl.Title dt a:Hover, #footer a:hover  {   
	color: #9D0000; 
	text-decoration: none;
}

div#tocLink {
	display: none;	/* ******************************************************* */
	text-align: right;
	margin-right: -6em;
}
div#toc {
	clear: left;
	margin-top: 0em;
	margin-bottom: 3em;
}


pre { font-size: 1em; }

div.Divider {
	margin: 1em auto;
	vertical-align: middle;
}

abbr {
	font-weight: bold;
	color: #cc9900;
	cursor: help;
}

strong
{
	font-weight: bold;
	color: #555;
}
/* ********************************************************** lists */
#content ul {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.5;
}

ul.Title {
	margin: 0;
	line-height: 1.8em;
}

ul.Title li {
	list-style: none;
	color: #696969;
	font-weight: 700;
	font-style: normal;
}
/* because macie can't understand a:after, which places " -- " */
ul.Title li a { margin-right: 1em; }
/* \*/
ul.Title li a {
	margin-right: 0em;
	font-style: italic;
}
/**/

/*
ul.Title li a:after {
	content: "\0020\2014\0020";
}
*/
/* for when there are more than one title for a list item */
ul.Title li a.NoDecoration:after {
	content: "";
}

.Prize, div#prizeWinner {
	color: #CC0000;
	font-size: .8em;
	font-weight: normal;
	white-space: nowrap !important;
	margin-left: 1em;
	padding: .1em .6em;
	border: .1em dashed #cc0000;
	white-space: pre;
}
div.Prize {
	float: right;
}
dd>strong { color: #7F7F7F; }

dl {
	font-size: 1em;
	line-height: 1.7em;
	padding: 1em 0;
}
dt {
	width: 13em;
	display: block;
	padding-top: .3em;
	float: left;
	text-align: right;
	line-height: 1.4em;
	font-weight: 700;
	color: #7C8A8B;
}
dd {
	display: block;
	padding-top: .3em;
	margin: 0 0 0 14em;
	font-weight: normal;
	text-align: justify;
	line-height: 1.4em;
	color: #000000;
}
dd+dd { margin-top: .4em; }

dd p { margin: 0 0 .3em 0; }


table#links
{
	table-layout: fixed;
	border: 0;
	border-collapse: separate;
	border-spacing: 2em;
	empty-cells: show;
	width: 90%;
	margin: 0 auto;
	margin-left: 10px;
}
table#links td
{
	padding: 1em;
}

table#links td.logo
{
	text-align: center;
}
/* *********************** captioned images */

dl.Gallery {
	float: left;
	width: 280px;
	margin: 0em 1em .4em 0;
}
dl.Gallery dt {
	width: auto;
	height: auto;
}
dl.Gallery dd {
	margin: 0em 1em 0 0;
	padding-top: 1em;
	font-size: .8em;
	text-align: right;
	color: #696969;
}

.Gallery img { border: 1px solid #777; }


.GalleryItemContainer img
{
	display: block;
	margin: 0 auto;
}

/*
CSS from:
http://www.alistapart.com/articles/onionskin/
modified to use descendant selectors instead of class names,
as suggested by Sergio: http://www.alistapart.com/discuss/onionskin/3/#c8219
*/
div.osDropShadow, div.osDropShadow div, div.osDropShadow div div {
	display:inline-table;
	/* \*/display:block;/**/
}
div.osDropShadow {
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
}
div.osDropShadow div {
	background:url(images/corner_bl.gif) -16px 100% no-repeat;
}
div.osDropShadow div div {
	padding:0 8px 8px 0;
	background:url(images/corner_tr.gif) 100% -16px no-repeat;
}

div.osDropShadow div div img {
	display:block;
}

/* ****************************************************************** headers */

h5.Title { font-style: italic; }

h5.Subtitle {
	width: 40em;
	margin: 0px 0px .4em 2em;
	font-size: .9em;
	font-style: italic;
	word-spacing: 0.2em;
    letter-spacing: 0.1em;
	line-height: 1.2em;
}

/* author name */
h6 {
	font-family: Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #696969;
	margin: 0;
	padding: 0;
}

h5.Title + h5.Subtitle, h5 + h6 {
	margin-top: .2em;
	padding-top: 0;
}
h5.Subtitle + h6 {
	margin-top: 1em;
	padding-top: 0;
}
h4 + p, h5 + p {
	margin: 0em;
	padding-top: 1em;
}
p + h4, ul + h4, h4 + h5, p + h5 { margin-top: 1em; }

h4 + ul { margin-top: 1.4em;}
h6 + p { margin-top: 1em; }

p + h6 {margin-top: 3em; }

/* ************************************************** section titles */
/* section titles (about, fiction, etc.) using seamus leahy image replacement */
h4 {
	margin: 0;
}
/* hide this from mac/IE \*/
h4 {
 	overflow: hidden;            /*Hide the text*/
	color: #FFF;    /* to hide when IE screws up and shows underlying text (clicking a nmed anchor) */
	height: 24px;
	voice-family: "#";
	voice-family: inherit;
	height: 0;
}
/**/
html>body h4 {
	height: 0;
}

/*

*/
/*\*/
h4#about {
	background-image: url(images/hdr_about.png);
	background-repeat: no-repeat;
	width: 197px;
	padding-top: 24px;
}
/**/

/*\*/
h4#a_la_carte {
	background-image: url(images/hdr_a_la_carte.png);
	background-repeat: no-repeat;
	width: 90px;
	padding-top: 24px;
}
/**/
/*\*/
h4#archive {
	background-image: url(images/hdr_archive.png);
	background-repeat: no-repeat;
	width: 73px;
	padding-top: 24px;
}
/**/
/*\*/
h4#contact {
	background-image: url(images/hdr_contact.png);
	background-repeat: no-repeat;
	width: 75px;
	padding-top: 24px;
}
/**/

/*\*/
h4#fiction {
	background-image: url(images/hdr_fiction.png);
	background-repeat: no-repeat;
	width: 65px;
	padding-top: 24px;
}
/**/
/*\*/
h4#graphic_fiction {
	background-image: url(images/hdr_graphic_fiction.png);
	background-repeat: no-repeat;
	width: 144px;
	padding-top: 24px;
}
/**/
/*\*/
h4#interview {
	background-image: url(images/hdr_interview.png);
	background-repeat: no-repeat;
	width: 93px;
	padding-top: 24px;
}
/**/
/*\*/
h4#links {
	background-image: url(images/hdr_links.png);
	background-repeat: no-repeat;
	width: 47px;
	padding-top: 24px;
}
/**/
/*\*/
h4#nonfiction {
	background-image: url(images/hdr_nonfiction.png);
	background-repeat: no-repeat;
	width: 111px;
	padding-top: 24px;
}
/**/
/*\*/
h4#partners {
	background-image: url(images/hdr_partners.png);
	background-repeat: no-repeat;
	width: 81px;
	padding-top: 24px;
}
/**/
/*\*/
h4#photography {
	background-image: url(images/hdr_photography.png);
	background-repeat: no-repeat;
	width: 128px;
	padding-top: 24px;
}
/**/
/*\*/
h4#photo_essay {
	background-image: url(images/hdr_photo_essay.png);
	background-repeat: no-repeat;
	width: 118px;
	padding-top: 24px;
}
/**/
/*\*/
h4#poetry {
	background-image: url(images/hdr_poetry.png);
	background-repeat: no-repeat;
	width: 67px;
	padding-top: 24px;
}
/**/
/*\*/
h4#q-a {
	background-image: url(images/hdr_q-a.png);
	background-repeat: no-repeat;
	width: 38px;
	padding-top: 24px;
}
/**/
/*\*/
h4#reprint {
	background-image: url(images/hdr_reprint.png);
	background-repeat: no-repeat;
	width: 70px;
	padding-top: 24px;
}
/**/
/*\*/
h4#screenplay {
	background-image: url(images/hdr_screenplay.png);
	background-repeat: no-repeat;
	width: 107px;
	padding-top: 24px;
}
/**/
/*\*/
h4#sponsors {
	background-image: url(images/hdr_sponsors.png);
	background-repeat: no-repeat;
	width: 87px;
	padding-top: 24px;
}
/**/
/*\*/
h4#submissions {
	background-image: url(images/hdr_submissions.png);
	background-repeat: no-repeat;
	width: 118px;
	padding-top: 24px;
}
/**/
/*\*/
h4#translation {
	background-image: url(images/hdr_translation.png);
	background-repeat: no-repeat;
	width: 106px;
	padding-top: 24px;
}
/**/
