/*-----------------------------------------------------------------------------
Main 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;
}

body {
	background: #8C837A url("../00images/bdr_top.jpg") top repeat-x;
	text-align: center;
	min-width: 760px;
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
}

#wrapper {
	width: 760px;
  	margin: 0 auto;
	padding: 0;
	text-align: left;
}


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

.toc {
	position: relative;
	margin-bottom: 0.8em;
	clear: both;
}

.issuenotes {
	display: block;
	position: relative;
	top: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	clear: both;
}

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

div#main_content p span a.poplight:link, div#main_content p span a.poplight:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}

div#main_content p span a.poplight:hover, div#main_content p span a.poplight:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.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;
}

.worktype {
	display: inline-block;
	font-size: 0.9em;
	font-style: italic;
	line-height: 0.8em;
	color: #695C54;
	margin-top: 0.3em;
}

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

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

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

h1 {
	display: block;
	float: left;
	font-size: 2.5em;
	line-height: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #67322e;
	padding: 0;
	margin: 0 0 0.6em 0;
	text-align: left;
}

h2 {
	display: block;
	font-size: 2em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #695C54;
	margin-bottom: 0.5em;
	padding: 0;
	clear: left;
}

h2.heading_spacer {
	margin-top: 2em;
}

/*h4 is only for the secondary menu*/
h4 {
	display: block;
	float: left;
	width: 130px;
	max-width: 130px;
	font-size: 1.4em;
	line-height: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #67322e;
	padding: 0 0 0.2em 0;
	margin: 0.3em 0 0.5em 0;
	text-align: left;
	background-image: url(../00images/underline_red.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#expanded h4 {
	float: right;
}

h5 {
	font-size: 1.4em;
	font-weight: bold;
	width: 85%;
	background-color: #67322e;
	color: #fff;
	padding-left: 1em;
}

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




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




/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	margin: 0;
	padding: 1.2em 0 0;
	list-style-type: none;
	position: relative;
	width: 125px;
	max-width: 125px;
	height: 254px;
	background-image: url("../00images/main/nav_bkgd.jpg");
	background-repeat: no-repeat;
}

ul#mainNav a {
	display: block;
	width: 97px;
	line-height: 2.1em;
	text-align: left;
	font: bold 1.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0px;
	overflow: visible;
	padding-left: 28px;
	padding-bottom: 0.8em;
	clear: both;
	border: 0;
}

ul#mainNav a:hover {
	color: #67322e;
	background-image:  url("../00images/main/nav_fleur.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

#journal #mainNav .journal a,
#conference #mainNav .conference a,
#resources #mainNav .resources a,
#panels #mainNav .panels a,
#aboutus #mainNav .aboutus a,
#sitemap #mainNav .sitemap a {
	color: #67322e;
	background-image:  url("../00images/main/nav_fleur.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
	cursor: default;
}

#secondaryNav {
	margin: 0;
	padding: 0em 0 0.7em 0;
	list-style-type: none;
	max-width: 130px;
	border: 0;
	float: left;
}

ul#secondaryNav a {
	display: block;
	width: 100px;
	padding: 0 0 0.1em 0;
	margin: 0 0 0.5em 0.7em;
	color: #4e463d;
	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#secondaryNav a:hover {
	color: #fff;
	background-image: url(../00images/underline_white.gif);
}

#menu01 ul#secondaryNav .link01 a, 
#menu02 ul#secondaryNav .link02 a, 
#menu03 ul#secondaryNav .link03 a, 
#menu04 ul#secondaryNav .link04 a, 
#menu05 ul#secondaryNav .link05 a, 
#menu06 ul#secondaryNav .link06 a {
	color: #fff;
	background-image: url(../00images/underline_white.gif);
	cursor: default;
}

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

#menuLast ul#secondaryNav .linkLast a {
	color: #fff;
	background-image: none;
	cursor: default;
}

#expanded #secondaryNav {
	width: 130px;
	float: right;
}


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

.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul.list a {
	display: block;
	line-height: 2.1em;
	text-align: left;
	font: normal 1.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #67322e;
	text-decoration: none;
	text-indent: 0px;
	overflow: visible;
	padding-bottom: 0.2em;
	padding-left: 28px;
	clear: both;
	border: 0;
}

ul.list a:hover {
	color: #fff;
	font-weight: bold;
	background-image:  url("../00images/main/nav_fleur_white.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
}



/* =Main Content
-----------------------------------------------------------------------------*/
#expanded_bkgd {
	position: absolute;
	top: -0.5em;
	left: -10px;
	width: 445px;
	max-width: 445px;
	height: 10px;
	background:  url(../00images/main/main_table_top.jpg) no-repeat left top;
}

#main_content {
	background:  url(../00images/main/main_table_top.jpg) top left no-repeat;
	padding-left: 10px;
	padding-top: 0.5em;
	max-width: 335px;	
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#main_content div#expanded {
	position: relative;
	top: 0;
	left: 0;
	width: 445px;
	max-width: 445px;
}

#main_content p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-right: 10px;	
}

#main_content p.space_left {
	margin-left: 1em;
}

#main_content p.space_left_top {
	margin-left: 1em;
	margin-top: 1em;
}

#main_content .space_top {
	margin-top: 1em;
}

#main_content .space_bottom {
	margin-bottom: 1em;
}

#main_content .space_both {
	margin: 1em 0;
}

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

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

#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;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#main_content blockquote {
	margin-top: 1.5em;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 1.5em;
}

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

#secondary_content {
	padding: 0;
	margin: 0;
	background-color:#DFDBD8;
}


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

#subfooter-wrapper {
	vertical-align: top;
	text-align: left;
  	margin: 0 auto;
	width: 760px;
	padding: 0px;
}

#subfooter {
	display: block;
	text-align: right;
	padding: 5px;
}


#footer-bkgd {
  	margin: 0 auto;
	display: block;
	width: 650px;
	padding: 0px;
	height: 18px;
	background-image:  url("../00images/footer/footer_bkgd.gif");
	background-repeat: repeat-x;
}

#left-url {
	display: block;
	width: 230px;
	padding: 0px;
	height: 18px;
	float: left;
	background-image:  url("../00images/footer/left_url.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#left-url a {
	display: block;
	width: 230px;
	padding: 0px;
	height: 18px;
	float: left;
	text-indent: -10000px;
	text-decoration: none;
}

#left-url a:hover {
	background-image:  url("../00images/footer/left_url_over.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#right-hnoc {
	display: block;
	width: 400px;
	padding: 0px;
	height: 18px;
	float: right;
	background-image:  url("../00images/footer/right_hnoc.gif");
	background-repeat: no-repeat;
	background-position: right;
}


#right-hnoc a {
	display: block;
	width: 400px;
	padding: 0px;
	height: 18px;
	float: right;
	text-indent: -10000px;
	text-decoration: none;
}

#right-hnoc a:hover {
	background-image:  url("../00images/footer/right_hnoc_over.gif");
	background-repeat: no-repeat;
	background-position: right;
}


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

#journal form#orderForm {
	font-size: 1.2em;
}


/* Removes fieldset borders. even on Opera 7 
fieldset {
  border: 1px solid transparent;
}*/

fieldset { 
position: relative; 
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 -1em 0;  
padding: 0 0 1em 0;
border-style: none; 
border-top: 2px solid #8C837A;
background: #EDEBE9;
} 

legend { 
padding: 0; 
color: #000000;  
font-weight: bold; 
} 

legend span {  
position: absolute;  
left: 0.74em;  
top: 0;  
margin-top: 0.5em;  
font-size: 135%; 
}

fieldset ol {  
padding: 3.5em 1em 0 1em;  
list-style: none; 
} 

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em; 
} 

label {
position: relative;  
float: left;  
width: 10em;  
margin-right: 1em;
}

label em {  
position: absolute;  
left: 10em;  
top: 0; 
}

label select {  
display: block;
float: left;
position: absolute; 
left: 11em;
top: 0;
margin-left: 1em;
}

label.context {
	float: none;
	display: inline;
	width: 0;
	margin: 0;
}

fieldset.submit {  
float: none;  
width: auto;  
padding-top: 1.5em; 
padding-left: 12em; 
background-color: #DFDBD8;  
}

fieldset fieldset {  
margin-bottom: -2.5em;  
border-style: none;  
background-color: transparent;  
background-image: none; 
} 
fieldset fieldset legend {  
margin-left: 0;  
font-weight: normal; 
} 
fieldset fieldset ol {  
position: relative;  
top: -1.5em;  
margin: 0 0 0 11em;  
padding: 0; 
} 
fieldset fieldset label {  
float: none;  
width: auto;  
margin-right: auto; 
}

.error {
	font-weight: bold;
	color: #990000;
}


/* =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;
	text-align: left;
	padding: 20px 20px 20px 35px;
	border: 20px solid #695C54;
	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;
}
.popup_block h2, .popup_block h3, .popup_block p {
	text-align: left;
}
.popup_block h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}
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
-----------------------------------------------------------------------------*/
