		/* STYLES FOR HEADINGS */
h1 { /* styles for the title of the Journal */
	text-align: left;
	font-weight: bold;
	font-size: 125%;
	}

	h1#dsqmasthead span { /* style to create a text version of the logo */
		display: block;
		}
	
	span.dsqmasthead { /* style to create a text version of the logo */
		}
	
	.issueinfo { /* style(s) for info about the individual issue in the main heading */
		text-align: left;
		font-weight: 105%;
		font-size: 80%;
		}
	
	.dsqurl { /* style(s) for the line in the heading presenting the url */
		text-align: left;
		font-weight: 105%;
		font-size: 80%;
		}
	
	.copyrightstmt { /* style(s) for copyright stmt */
		font-size: 70%;
		font-weight: normal;
		}
	
h2 { /* styles for the title of the Article */
	text-align:center;
	font-weight:bold;
	font-size:115%;
	}
	
.headingforfeature { /* styles for the title of the Article */
	text-align: left;
	vertical-align: middle;
/*	border-bottom: thin solid #000099; */
/*	border-top: thin solid #000099; */
	background-color: #009;
	color: #fff;
	margin: 1em 0em;
	padding-top: 1em;
	padding-bottom: .3em;
	}
	
#metadata-for-review { /* styles for the title of the Article */
	text-align: left;
	margin-left: 3em;
	text-indent: -3em;
	font-size: 115%;
	font-weight: normal;
	}
	
#metadata-for-review p { /* styles for the title of the Article */
	font-weight: normal;
	}
	
#metadata-for-review span { /* styles for the title of the Article */
	display: inline;
	margin-left: inherit;
	font-size: 100%;
	font-weight: normal;
	}
	
h3 { /* styles for title(s) of Sections */
	text-align:left;
	font-weight:bold;
	font-size:110%;
	}
	
h4 { /* styles for title(s) of Subsections */
	text-align:left;
	font-weight:bold;
	font-size:110%;
	}
	
p h3, p h4, p h5, p h6 { /* style to make headings within paragraphs, list items, etc., display inline */
	display: inline;
	color: navy;
	}

/* STYLES FOR MAJOR/CONSISTENT DIVISIONS OF THE ARTICLE */
.metadata { /*to contain article title, author, etc.*/
	}

	span.articletitle {
		display: block;
		}

	span.articleauthor {
		margin-top: 1em;
		text-align: left;
		margin-left: 40%;
		text-indent: -5%;
		display: block;
		font-size: 90%;
		font-weight: 250;
		}

	span.authoraffiliation {
		text-align: left;
		margin-left: 40%;
		text-indent: -5%;
		display: block;
		font-size: 90%;
		font-weight: normal;
		}

	span.email {
		text-align: left;
		margin-left: 40%;
		text-indent: -5%;
		display: block;
		font-size: 90%;
		font-weight: normal;
		}

#abstract { /*to contain/identify, well, the abstract*/
	margin-top: 1em;
	margin-left: 3em;
	}

#abstract p { /* to italicize the text of the abstract */
	font-style: italic;
	}

#abstract em { /* for de-italicizing titles, etc. in the abstract */
	font-style: normal;
	}

#keywords { /*to contain/identify the keywords*/
	}

#article { /*to contain/identify the entire article*/
	}

div {
	text-align: left;
	}
p {
	text-align: left;
	}
div.section { /*to contain/identify major sections of the article*/
	}
	#contributor_bio { /* for styles for paragraph bios of contributors */
		font-style: italic;
		margin-top: 1.4em;
		margin-left: 3.5em;
		}
	#contributor_bio .contributor_name {
		font-weight: bold;
		}
	#contributor_bio em {
		font-style: normal;
		}
	

div.subsection { /*to contain/identify second-level chunks of the article*/
	margin-left: 2em;
	}

div.subsubsection { /*to contain/identify third-level chunks of the article*/
	margin-left: 2em;
	}

.commentary { /* style for commentary about the item included within the item - e.g., instructor's commentary on student papers */
		margin-top: 3.5em;
		margin-left: 3em;
		padding: .5em 1.5em;
		border: thin groove #bbb;
		}

#acknowledgment { /*to contain/identify the acknowledgement, wherever it may appear*/
	font-style: italic;
	text-align: center;
	margin: 1em 3em 1em 3.5em;
	}
	
.section_footer { /* to contain content at the bottom of a page */
	font-weight: bold;
	float: bottom;
	border-top: thin solid #000099;
	}

/* Styles for Tables -- USE ONLY FOR ACTUAL DATA TABLES */
table {
	border: thin black solid;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 2em;
	}

th, td {
	vertical-align: top;
	border: thin black solid;
	text-align: left;
	padding: .15em .3em;
	}

table caption {
	text-align: left;
	font-weight: bold;
	font-size: 105%;
	}

td.numeral {
	text-align: center;
	}

td.number {
	text-align: right;
	}

p.tablenote { /* styles for paragraphs containing notes about its data */
	font-size: smaller;
	margin-top: -.5em;
	}
	p.tablenote .tablenotereflink { /* hide links to table notes from non-screen readers */
		visibility: hidden;
		}
	.tablenote h3, .tablenote h4, .tablenote h5, .tablenote h6 { /* display label for notes for tables in line */
		display: inline;
		}

/*STYLES FOR FORMATTING THE APPEARANCE OF TEXT, LINKS, AND SUCH*/
body {
	text-align: left;
	margin-left: 17%;
	margin-right: 17%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}

img { /* general styles for all images */
	border: thin solid black;
	}

span.label { /*for identifying things like "Abstract:" and "Author:"*/
	font-weight: bold;
	}

#article p { /*for basic paragraphs within the text of the article*/
	line-height: 120%;
	}

.notabene { /*to contain special notes, qualifiers, warnings, etc */
	font-style: italic;
	text-align: left;
	margin: 1em 3em 1em 3em;
	}
	
.blockquote { /*to identify/contain blockquotes; defined as class, so either <p> or <div> can be used*/
	margin-left: 4em;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: inherit;
	display: block;
	}

.blockquote_poetry { /*to identify/contain blockquotes specifically from poems; defined as class, so either <p> or <div> can be used*/
	margin-left: 4em;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 145%;
	display: block;
	}
	.blockquote_poetry .poem .stanza {
		margin-top: 2.2em;
		}
	.blockquote_poetry .poem .stanza p {
		margin-bottom: -1em;
		}


.blockquote_blog { /*to identify/contain blockquotes; defined as class, so either <p> or <div> can be used*/
	margin-left: 4em;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: inherit;
	display: block;
	}

.img_w_caption { /* style for paragraphs, etc. containing an image and a caption */
	font-size: 75%;
	font-weight: bold;
	color: #000099;
	float: left;
	display: block;
	}

.illustration { /* style for graphs charts, etc. */
	}

.illustration img { /* style for the graph, chart, etc. itself */
	display: block;
	}

.illustration .caption { /* style for the caption itself */
	font-size: 75%;
	font-weight: bold;
	color: #000099;
	padding-left: 2em;
	padding-right: 2em;
	}

.question { /* for interviews or other situations where there is a question and response */
	color: #000099;
	}

.duedate { /* for any clump of text that identifies when something is due */
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	padding: .6em;
	border: thin solid black;
	}

.random { /* a style to render paragraphs that don't really belong in the section in which they've been placed */
	clear: both;
	}

/* STYLES FOR VARIOUS LISTS */

li h3, li h4, li h5, li h6 {
	display: inline; /* headings within list items shouldn't start a new line automatically */
	margin-right: .7em; /* a bit of space before the text follows */
	}

li {
	margin-bottom: .4em; /* a little space following each list item */
	}


/* STYLES FOR THE WORKS CITED SYSTEM */
#workscited { /*to contain/identify the whole works cited section*/
	}

#workscited ul {
	}
	
#workscited li { /* for styles for items within the works cited list */
	list-style: none;
	margin-top: 1em;
	text-indent: -3em;
	}

/* STYLES FOR THE ENDNOTE/REFERENCE SYSTEM */
a.endnoteref { /*for references to endnotes -- may want also to define a span for these, but just this should work*/
	text-decoration:underline;
	font-weight: bold;
	font-size:90%;
	}
	
#endnotes ol { /* a container to hold the works cited list */
	list-style-type: digital;
	}

li.endnote { /* to contain each individual cited work */
	margin-top: 2em;
	}

/* STYLES FOR CREATIVE WRITING */
.metadata_for_cw { /* class container for heading(s) for creative works */
	margin-left: 20%;
	}
	.metadata_for_cw .author { /* author's name */
		text-align: left;
		text-indent: -5%;
		display: block;
		font-size: 115%;
		font-weight: bold;
	}

	.metadata_for_cw .email { /* author's name */
		text-align: left;
		margin-left: 0%;
		text-indent: -5%;
		display: block;
		font-size: 100%;
		font-weight: normal;
	}

.epigraph { /* to contain epigraphs and initial quotations */
	font-style: italic;
		margin-top: 2em;
		margin-left: 3em;
	}
	.epigraph .epigraph-author { /*to contain name, etc. of who wrote the epigraph */
		display: block;
		margin-top: 1em;
		margin-left: 3em;
		font-style: normal;
		}

div.sequence {
	margin-bottom: 2em;
	}
	.sequence .sequence_title {
	text-align: left;
	margin-top: 2em;
	margin-left: 4em;
	font-size: 125%;
	}
	
.poem {
	margin-bottom: 4em;
	}
	.poem .articletitle { /* styles for the sub-headings */
		text-align: left;
		font-weight: bold;
		font-size: 105%;
		}
	.poem pre {
		font-family: Arial, Helvetica, sans-serif;
		}
	.poem .stanza {
		margin-top: 2.2em;
		}
	.poem .stanza p {
		margin-bottom: -1em;
		}
	.poem .epigraph {
		margin-left: 1.5em;
		line-height: 1em;
		}
	.poem .stanza p .tab {
		margin-right: 3em;
		}
	.poem .commentary {
		margin-top: 3.5em;
		margin-left: 3em;
		padding: .5em 1.5em;
		border: thin groove #bbb;
		}
		.poem .commentary h4 {
			margin-top: .5em;
			font-size: 100%;
			}

.tabbed { /* random style for adding tabs : <span class="tabbed">, or whatever */
	margin-left: 3em;
	}
	
.dialogue { /* styles for formatting transcripts of oral exchanges -- same basic layout as blockquote */
	margin-left: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: inherit;
	display: block;
	}

.dialogue p { /* hanging indent for individual exchanges */
	margin-left: 2em;
	}

.dialogue p .speaker { /*for the name of the person speaking */
	display: inline; /* in case you want to use header tags for this */
	font-weight: bold;
	margin-left: -2em;
	}


