/*-----------------------------------------------------------------------------
Secondary Style Sheet

version:   1.0
author:    chip barham
email:     barhamc@rcs.k12.tn.us
website:   http://www.tennesseewilliamsstudies.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}


/* Remove border around linked images */
img {
	border: 0;
}

html {
	height: 100%;
}

body {
	background: #BAB2AC;
	text-align: center;
	min-width: 775px;
	height: 100%;
	font: 62.5%/1.6 "Times New Roman", Times, serif;
}

:lang(fa) 	{font-family: "Tahoma", mono-type;}

#wrapper {
	background: #91867e url(images/wrapper_shadow_left.gif) repeat-y 10% 0%;
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	min-width: 775px;
  	margin: 0px auto -20px;
	padding: 0px;
	text-align: center;
}

#wrapper1 {
	background: url(images/wrapper_shadow_right.gif) repeat-y 90% 0%;
	display: block;
	position: relative;
	width: 100%;
	min-width: 775px;
  	margin: 0px auto;
	padding: 0;
	text-align: center;
}

#wrapper2 {
	background: #91867e url(images/left_border.gif) repeat-y 0 0;
	display: block;
	position: relative;
	top: 0;
	width: 80%;
  	margin: 0 auto;
	padding: 0;
}

#wrapper3 {
	background: url(images/sidebar_background.gif) repeat-y 24px 0;
	display: block;
	position: relative;
	top: 0;
	width: 100%;
  	margin: 0px auto;
	padding: 0;
	text-align: left;
}

#main {
	background: #dfdbd8 url(images/right_border.gif) repeat-y right top;
	display: block;
	position: relative;
	top: 0;
	left: 125px;
	min-width: 495px;
	width: 75%;
	margin-bottom: 0px;
}

#header {
	background: #695D54 url(images/branding_right_border.gif) repeat-y right top;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 72px;
}

#main2 {
	background: url(images/content_shadow_left.gif) repeat-y left top;
	display: block;
	position: relative;
	top: 0;
	left: 0px;
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
}

#issue {
	display: block;
	position: absolute;
	left: 35px;
	top: 10px;
	width: 80px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;
}

#main_content {
	display: block;
	position: relative;
	top: 20px;
	left: 0px;
	margin-bottom: 0px;
}


#footer_wrapper{
	clear: both;
	background: url(images/wrapper_shadow_lowerleft.gif) no-repeat 10% 0%;
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	min-width: 775px;
  	margin: 0px auto;
	padding: 0;
	text-align: center;
}

#footer_wrapper2{
	background: url(images/wrapper_shadow_lowerright.gif) no-repeat 90% 0%;
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	min-width: 775px;
  	margin: 0px auto;
	padding: 0;
	text-align: center;
}

/* =Typography
-----------------------------------------------------------------------------*/

.unpublished_head {
	display: block;
	position: relative;
	width: 300px;
	padding: 0.3em 0em 0.5em 0.4em;
	background: #8C837A;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #fff;
}

.unpublished_title {
	clear: both;
	display: block;
	position: relative;
	width: 300px;
	max-width: 300px;
	padding: 0em 0em 0.3em 0.3em;
	background: #fff;
	margin-right: 0;
}

.caption {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

#main_content div.right_outershell p.small_caption {
	display: block;
	position: relative;
	width: auto;
	clear: both;
	text-indent: 0px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
}

.small {
	font-size: 0.8em;
	line-height: 1.2em;
}

em.off {
	font-style:normal;	
}

.highlight {
	color: #67322e;
	font-weight: bold;
}

.topmargin {
	margin-top: 2.0em;
}

.notopmargin {
	margin-top: 0;
}

.padbottom {
	padding-bottom: 1.5em;
}

#main_content .big {
	font-size: 1.8em!important;
	line-height: 1.2em!important;
	font-style: normal!important;
}

.urlbreak {
	word-break: break-all;
}


/* =Headings
-----------------------------------------------------------------------------*/

/* h3 is for the journal title */
h1 {
	background: url(images/branding.gif) no-repeat 0 0;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 380px;
	height: 72px;
	text-indent: -90000px;
}

/* h2 is for the work title */
h2 {
	display: block;
	font-size: 2.5em;
	line-height: 1.1em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	color: #67322e;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 40px;
	text-align: left;
}


/* h3 is for the author */
h3 {
	display: block;
	font-size: 1.7em;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #695D54;
	margin-bottom: 0.5em;
	padding-left: 20px;
	padding-right: 40px;
	clear: left;
}

h3 a {
	text-decoration: none;
	color: #695D54;
	border-bottom: 1px dashed #695D54;
}

h3 a:hover {
	color: #fff;
	border-bottom: 1px dashed #fff;
}



/* h4 is for subheadings */
h4 {
	display: block;
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #695D54;
	margin-top: 2.0em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	padding-right: 40px;
	clear: left;
}

h4.smalltopmargin {
	margin-top: 1.0em;
}

h4.center {
	width: 100%;
	padding: 0;
	text-align: center;
	text-indent: -20px;
}

h4.center_smalltopmargin {
	width: 100%;
	padding: 0;
	text-align: center;
	text-indent: -20px;
	margin-top: 1.0em;
}

h4.worktype {
	margin-top: 0em;
	margin-bottom: 0em;
}



/* h4 is for subheadings */
h5 {
	display: block;
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 1.0em;
	font-weight: bold;
	color: #000;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	padding-right: 40px;
	clear: left;
}



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
ul#mainNav {
	display: block;
	float: right;
	padding: 0.7em 0.8em 0.2em 0.7em;
	border-color: #695D54;
	border-width: 2px;
	border-style: solid;
	margin: 0.5em 4.0em 0.3em 1.5em;
	list-style-type: none;
	width: 10.9em;
}

ul#mainNav:hover{
	border-color: #fff;
}

ul#mainNav a {
	display: block;
	width: 8.9em;
	margin-bottom: 0.4em;
	padding-bottom: 0.1em;
	color: #695D54;
	text-decoration: none;
	background-image: url(../../00images/underline_dark.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.2em;
	line-height: 1.3em;
}

ul#mainNav a:hover{
	color: #fff;
	background-image: url(../../00images/underline_white.gif);
}

ul#mainNav .linkLast a {
	background-image: none;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/


/* =Main Content
-----------------------------------------------------------------------------*/

#main_content p {
	display: block;
	position: relative;
	font-size: 1.6em;
	line-height: 1.6em;
	padding-right: 40px;
	padding-left: 20px;
	letter-spacing: 0px;
	text-indent: 2.5em;
	text-align: justify;
	margin-bottom: 0px;
}

#main_content p.pad_bottom {
	margin-bottom: 1.5em;
}

#main_content p.pad_left {
	padding-left: 50px;
}

#main_content p.center {
	text-indent: 0px;
	text-align: center;
}

#main_content p.right {
	text-indent: 0px;
	text-align: right;
}

#main_content p.panel {
	text-indent: 0px;
	margin-bottom: 1.5em;
}

#main_content p.panel_top {
	text-indent: 0px;
}

#main_content p.noindent {
	text-indent: 0px;
}

#main_content p.epigraph {
	margin-left: 25%;
	margin-bottom: 1.0em;
	font-size: 1.2em;
	text-align: right;
	text-indent: 0px;
}

#main_content p.dedication {
	margin-bottom: 1.0em;
	font-size: 1.2em;
	text-align: center;
	text-indent: 0px;
}

#main_content p.topnotes {
	font-size: 1.2em;
	font-style: italic;
	text-indent: 0px;
	margin-bottom: 1.0em;
}

#main_content p.topnotes em{
	font-style: normal;
}

#main_content p span.drop_cap{
	float: left;
	font-size: 307%;
	top: 0.1em;
	line-height: 1.1em;
	margin-right: 0.03em;
	margin-bottom: -0.25em;
	padding: 0;
}

#main_content p span.drop_cap span.reg{
	float: left;
	font-size: 18px;
	line-height: 30px;
}




	/* Images-------*/

#main_content p img.left {
	padding-right: 7px;
}

#main_content p img.right {
	padding-left: 7px;
}

#main_content p div.left_border {
	padding-right: 7px;
}

#main_content div.right_outershell {
	display: block;
	position: relative;
	float: right;
	width:auto;
}
	
#main_content div.right_border {
	display: block;
	position: relative;
	top: 5px;
	right: 40px;
	float: right;
	width: auto;
	border-style: double;
	border-width: thick;
	border-color: #91867e;
	margin-left: 67px;
	margin-bottom: 10px;
	padding: 5px;
}

#main_content div.right_border:hover {
	border-color: #fff;
}




	/* Links-------*/

#main_content p a:link, #main_content p a:visited {
	text-decoration: none;
	color: #67322e;
	border-bottom: 1px dashed #67322e;
}

#main_content p a:hover, #main_content p a:active {
	text-decoration: none;
	background-color: #8C837A;
	color: #fff;
	border-bottom: 1px dashed #fff;
}


	/* Blockquotes-------*/

#main_content blockquote {
	display: block;
	position: relative;
	padding-right: 40px;
	padding-left: 20px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#main_content blockquote p {
	display: block;
	position: relative;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	text-indent: 0px;
	letter-spacing: 0px;
	text-align: justify;
	padding-right: 5em;
	padding-left: 5em;
}

#main_content blockquote p.right {
	text-align: right;
}

#main_content blockquote p.indent {
	text-indent: 2.5em;
}

#main_content blockquote p.hanging_indent {
	padding-left: 8em;
	text-indent: -3em;
}

#main_content blockquote p.indent_xtra {
	text-indent: 5.0em;
}

#main_content blockquote p.indent_xxtra {
	text-indent: 8.0em;
}

#main_content blockquote p.padtop {
	padding-top: 0.4em;
}

#main_content blockquote p.padtop_xtra {
	padding-top: 1.0em;
}

#main_content blockquote p.padbottom {
	padding-bottom: 0.4em;
}

#main_content blockquote p.padbottom_xtra {
	padding-bottom: 1.0em;
}

#main_content blockquote p.padleft {
	padding-left: 7.5em;
}

#main_content blockquote p.padleft_xtra {
	padding-left: 9.5em;
}

#main_content blockquote p span.right {
	display: block;
	float: right;
}

#main_content blockquote p.stagedir_top {
	padding-top: 0em;
	text-indent: 0px;
}

#main_content blockquote p.stagedir {
	padding-top: 0.4em;
	text-indent: 0px;
}

#main_content blockquote p.dialogue_top {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-top: 0em;
	padding-left: 30px;
	text-indent: -30px;
}

#main_content blockquote p.dialogue_top_indent {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-top: 0em;
	padding-left: 30px;
}


#main_content blockquote p.dialogue {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-top: 0.4em;
	padding-left: 30px;
	text-indent: -30px;
}

#main_content blockquote p.poetry_top {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-top: 0em;
	padding-left: 30px;
	text-indent: -30px;
}

#main_content blockquote p.poetry_top_indent {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-top: 0em;
	padding-left: 30px;
}


#main_content blockquote p.poetry {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-top: 0.4em;
	padding-left: 30px;
	text-indent: -30px;
}


#main_content blockquote p.wcentry {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-left: 50px;
	text-indent: -30px;
}

#main_content blockquote ol {
	font-size: 1.5em; 
	margin-left: 100px;
	letter-spacing: 0px;
	line-height: 1.3em;
}

#main_content blockquote ol li p{
	font-size: 1.0em; 
	margin-left: -63px;
	letter-spacing: 0px;
	line-height: 1.3em;
	padding-bottom: 0.3em;
}




	/* Paragraph numbering-------*/

#main_content p.para_number {
	display: block;
	position: relative;
	float: left;
	z-index: 1000;
	margin-left: -95px;
	margin-top: -25px;
	padding-top: 32px;
	padding-left: 0px;
	padding-right: 0px;
	width: 85px;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #FFF;
	text-align: left;
	text-indent: 0px;
}

#main_content p.para_number_section {
	display: block;
	position: relative;
	float: left;
	z-index: 1000;
	margin-left: -95px;
	margin-top: -47px;
	padding-top: 32px;
	padding-left: 0px;
	padding-right: 0px;
	width: 85px;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #FFF;
	text-align: left;
	text-indent: 0px;
}

#main_content p span.para_top {
	text-decoration: none;
	display: block;
	position: absolute;
	border-bottom: 2px solid #fff;
	width: 85px;
	height: 30px;
	top: 0;
}

#main_content p span.para_top a {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 16px;
	height: 21px;
	border-bottom: none;
}

#main_content p span.para_top a:hover{
	top: 2px;
	border-bottom: none;
}


	/* Endnote numbering in text (superscripts and subscripts-------*/

#main_content p sup, #main_content p sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

#main_content p sup {
	bottom: 1ex;
}

#main_content p sub {
	top: .5ex;
}

#main_content p sup a:link, #main_content p sup a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #67322e;
	padding-right: 2px;
	padding-left: 2px;
}

#main_content p sup a:hover, #main_content p sup a:active {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #fff;
	padding-right: 2px;
	padding-left: 2px;
}


#main_content h4 sup a:link, #main_content h4 sup a:visited {
	text-decoration: none;
	color: #67322e;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #67322e;
	padding-right: 2px;
	padding-left: 2px;
}

#main_content h4 sup a:hover, #main_content h4 sup a:active {
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #fff;
	padding-right: 2px;
	padding-left: 2px;
}


	/* Endnotes-------*/

#main_content p.note {
	font-size: 1.4em;
	line-height: 1.4em;
	text-indent: 2.5em;
}

#main_content p.note_noindent {
	font-size: 1.4em;
	line-height: 1.4em;
	text-indent: 0em;
}

#main_content p.note sup {
	font-weight: normal;
}

#main_content blockquote.note {
	display: block;
	position: relative;
	padding-right: 40px;
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#main_content blockquote.note p {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	text-indent: 0px;
	letter-spacing: 0px;
	text-align: justify;
	padding-right: 5em;
	padding-left: 5em;
}

#main_content blockquote.note p.indent {
	text-indent: 2.5em;
}

#main_content blockquote.note p.dialogue_top {
	display: block;
	position: relative;
	margin-left: 5em;
	margin-right: 5em;
	padding-top: 0em;
	padding-left: 30px;
	text-indent: -30px;
}


#main_content blockquote.note p.dialogue {
	display: block;
	position: relative;
	margin-left: 5em;
	margin-right: 5em;
	padding-top: 0.4em;
	padding-left: 30px;
	text-indent: -30px;
}




body .popup_block p.caption {
	padding-top: 0.5em
}

body .popup_block p.note {
	text-indent: 2.5em;
}

body .popup_block p.note_noindent {
	text-indent: 0em;
}

body .popup_block blockquote.note {
	display: block;
	position: relative;
	padding-right: 40px;
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

body .popup_block blockquote.note p {
	font-weight: normal;
	text-indent: 0px;
	letter-spacing: 0px;
	text-align: justify;
	margin-right: 5em;
	margin-left: 5em;
}

body .popup_block blockquote.note p.indent {
	text-indent: 2.5em;
}

body .popup_block blockquote.note p.dialogue_top {
	display: block;
	position: relative;
	margin-right: 5em;
	margin-left: 5em;
	padding-top: 0em;
	padding-left: 30px;
	text-indent: -30px;
}


body .popup_block blockquote.note p.dialogue {
	display: block;
	position: relative;
	margin-left: 5em;
	padding-top: 0.4em;
	padding-left: 30px;
	text-indent: -30px;
}

	/* Works Cited-------*/

#main_content .wcentry {
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: left;
	padding-left: 50px;
	text-indent: -30px;
}



#main_content .threecol_para {
	text-align: left;
	padding-left: 15px;
	text-indent: -10px;
}



/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/




/* =Forms
-----------------------------------------------------------------------------*/



/* =Tables
-----------------------------------------------------------------------------*/


/* =pop-ups
-----------------------------------------------------------------------------*/

#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: url(../journal/images/left_border_popup.gif) left repeat-y #DFDBD8;
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size: 1.2em;
	text-align: left;
	padding: 20px 20px 20px 35px;
	border: 20px solid #695C54;
	float: left;
	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;
}
.popup_block h2 {
	text-align: left;
	display: block;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0;
	color: #695C54;
	padding: 0;
	margin-bottom: 0.5em;
	clear: left;
}
.popup_block h3 {
	display: block;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	clear: left;
}
.popup_block p {
	text-align: left;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
span.popup_closetext {
	display: block; 
	position: absolute; 
	right: 20px; 
	bottom: 15px; 
	text-decoration: none;
	text-align: right;
	cursor: pointer;
	font-weight: bold;
	color: #67322e;
}



/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
