/* Preliminary stylesheet for SLAPSA site. 
Revised 8 May 2008. */

body {
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	background-color: #9898a0;
	font-size: 1em;
	}
	
/*layout blocks*/
	
#leftcol {
	width: 62%;
	/*max-width: 620px;*/
	float: left;
	clear: none;
	background-color: #a0a6e2;
	border: none;
	}
	
#rightcol {
	width: 38%;
	/*max-width: 370px;*/
	float: left;
	clear: right;
	background-color: #fcfcfc;
	border: none;
	}
	
	
#leftsup {
	display: block;
	height: 216px;
	border: none;
	color: #cc122a; /*#882222;*/
	background-color: #a0a6e2;
	background-image: url("images/leftsupbgda.jpg");
	background-repeat: repeat;
	background-position: 0% 0%;
	}
	
#rightsup {
	display: block;
	height: 216px; /*132*/
	border: none;
	background-color: #aaaaaa;
	background-image: url("images/stlouisseal.jpg");
	background-repeat: repeat;
	background-position: 0% 30%;
	}

#leftcolinf {
	width: 62%;
	/* max-width: 620px; */
	float: left;
	clear: none;
	background-color: #909088;
	border: none;
	}
	
#rightcolinf {
	/*height: 33em;*/
	width: 38%;
	/*max-width: 370px;*/
	float: left;
	clear: right;
	border: none;
	background-color: transparent; /* #fcfcfc */
	color: #111111;
	}
	
#leftinf {
	display: block;
	/*height: 216px; 132*/
	background-color: #fcfcfc; /* #fadcb9 */
	background-repeat: repeat;
	background-position: 0% 30%;
	}

#rightinf {
	border: none;
	background-color: transparent; /*#fcfcfc*/
	/* background-image: url("images/rightinfbgd.jpg");
	background-repeat: repeat-y;
	background-position: 2.5% 0%; */
	}
	
#upperhalf {
	float: left;
	clear: right;
	width: 100%;
	max-width: 960px;
	}
	
#lowerhalf {
	float: left;
	clear: right;
	width: 100%;
	max-width: 960px;
	background-color: #e8e8e8; /* #fcfcfc */
	}
	
#footer {
	width: 100%;
	float: left;
	clear: all;
	}
	
/*common character styles*/

.dropcap {
	font-size: 150%;
	vertical-align: -.375ex;
	}
	
.gloss {
	/* border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bbccdd; */
	padding-bottom: 0px;
	}
	
.gloss:hover {
	background-color: #eed8dd;
	}

	
/*styles for content section*/
.content {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 16pt;
	padding-bottom: 2em;
	/*background-color: #fcfcfc;*/
	background-color: #fcfcfc;
	color: #111111;
	line-height: 1.8em;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: .969em;
	font-weight: normal;
	}

.content h2 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	font-size: 1.375em;
	font-weight: 500;
	color: #70707a;
	}

.content h2.decorated {
	margin-top: 1.25em;
	margin-bottom: .5em;
	text-indent: 48px;
	font-size: 1.375em;
	font-weight: 500;
	color: #70707a;
	background-image: url("images/stlouisflagtinynomask.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}
/*styles for event section*/
#eventbox {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 21pt;
	padding-bottom: 2em;
	/*background-color: #fcfcfa;*/
	background-color: transparent;
	color: #111111;
	line-height: 1.5em;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: .875em;
	font-weight: normal;
	}
	
#eventbox h2 {
	margin-bottom: 1.5em;
	color: #882222;
	font-size: 1.25em;
	font-weight: 500;
	}
	
.eventlist {
	margin-left: 0em;
	padding-left: 0em;
	margin-bottom: 1em;
	}
	
.event {
	margin-bottom: 1em;
	margin-left: 0em;
	padding-top: 4px;
	padding-left: 44px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url("images/listfig22tilt.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: -16px;
	}
	
.eventrss {
	margin-top: .25em;
	margin-left: 0em;
	padding-left: 0pt;	}

.eventdate {
	color: #cc122a; /*#882222;*/
	font-weight: 600;
	font-size: 1.125em;
	}
	
.eventseries {	
	font-style: italic;
	}
	
.abstract {
	text-align: right; 
	font-size: .92em;
	}
	
/*other styles*/
.hey {
	font-weight: 600;
	color: #882222;
	}
	
/*styles for footer*/
.foot {
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 1em;
	padding-bottom: .5em;
	background-color: #d0d0d0;
	/*background-color: #fcfcfc;*/
	color: #333333;
	line-height: 1.25em;
	text-align: center;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: .75em;
	font-weight: normal;
	}

.foot .invis {
	line-height: .1em;
	color: #d0d0d0;
	font-size: .1em;
	margin-bottom: 0em;
	}

/*styles for links*/
a {	
	text-decoration: none;
	}

a:link { 
	color: #111166;
	}

a:visited { 
	color: #116666;
	}

a:active { 
	color: #661111;
	}

a:hover { 
	color: #116611;
	background-color: #dddde8;
	}

/* tooltip styles */

.tooltip {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #998877;
	}
	
.tooltip a {
	color: #333333;
	}

.tooltip a:link {
	color: #333333;
	}

.tooltip a span {
    	display: none;
	}
	
.tooltip a:hover {
	background-color: #d0ccbb;
	}

.tooltip a:hover span {
	display: block;
	position: fixed;
	z-index: 3;
	width: 20em;
	height: auto;
	top: 6em;
	right: 3.5em;
	padding: 1em;
	border-top: 1px solid #f9f4e7;
	border-left: 1px solid #f9f4e7;
	border-bottom: 1px solid #f0e8d8;
	border-right: 1px solid #f0e8d8;
	background-image: url("images/tooltipbgd.jpg");
	background-repeat: repeat;
	background-color: #f8f4f0;
	color: #111100;
	line-height: 1.25em;
	text-align: left;
	text-indent: 0em;
	font-size: 1em;
	}
	
/*From Phil Fortnights*/
/* common styles */
/* character-level */

.addendum {
	font-weight:600;
	color: #881324;
	}

.authname {
	color: #4a4010;
	}

.bibauth {
	}

.bibtitle {
	font-style: italic;
	}

.bibjtitle {
	font-style: italic;
	}

.bibdate {
	font-weight: 600;
	color: #241388;
	}

.bibvol {
	font-weight: 600;
	color: #000000;
	}

.bibpages {
	}

.bigsym {
	font-size: 1.18em;
	}

.ednote {
	vertical-align: -.25ex;
	font-size: 1em;
	font-weight: bold;
	color: #aa6666;
	}
	
.em {
	font-style: italic;
	}

.footnotesym {
	vertical-align: .5em;
	font-size:.66em;
	}

.contentgloss {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #998877;
	}
	

.isbnean {
	font-size: .92em;
	color: #444466;
	font-family: "American Typewriter", URWGalaxieT, URWImperialT, Galaxie, Arial, Helvetica, sans-serif;
	}

.mathsub {
	vertical-align: -.5ex;
	font-size:.625em;
	}

.mathsup {
	vertical-align: .8ex;
	font-size:.75em;
	}
	
.pagenumref {
	border-top: 1px solid #888888;
	border-left: 2px solid #888888;
	padding-left: .5em;
	margin-right: .75em;
	color: #222244;
	font-size: .92em;
	font-family: "American Typewriter", URWGalaxieT, URWImperialT, Galaxie, Arial, Helvetica, sans-serif;
	}

.shd {
	text-shadow: 1.5px 1.5px 2px #707880;
	}

.smudge {
	color: #504838;
	text-shadow: 0px .3em 1em #201000; 
	}

.smc {
	font-size: .8em;
	text-transform: uppercase;
	}

.smk {
	font-variant: small-caps;
	}

.spread {
	letter-spacing: .25em;
	}

.strong {
	font-weight: 600;
	}

.strshd {
	font-weight: 600;
	text-shadow: 1.5px 1.5px 2px #808990;
	}

.vocab {
	color: #776644;
	font-weight: 600;
	}

/* common styles: block-level */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

.added {
	margin-bottom: 1em;
	}

.bylineplus {
	margin-bottom: 0em;
	margin-top: .25em;
	margin-left: 8em;
	color: #442233;
	line-height: 1.25em;
	text-align: right;
	font-size: .92em;
	}

.byline {
	margin-bottom: 1em;
	margin-top: .25em;
	margin-left: 8em;
	color: #442233;
	line-height: 1.25em;
	text-align: right;
	font-size: .92em;
	}

.bylineinset {
	margin-bottom: 0em;
	margin-top: .25em;
	margin-left: 12em;
	color: #331122;
	line-height: 1.25em;
	text-align: right;
	}

.caption {
	margin-right:.25em;
	padding-top: .5em;
	line-height: 1.25em;
	text-align: right;
	text-decoration: none;
	font-size: .87em;
	}
	
.captioncentered {
	padding-top: .5em;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	font-size: .87em;
	}
	
.captionlong {
	width: 208px; 
	margin-left: 1em; 
	padding-top:.5em; 
	line-height: 1.25em; 
	text-indent: 0em; 
	font-size: .87em;
	}

.entryheading1 {
	margin-top: .75em;
	margin-bottom: .375em;
	color: #662222;
	text-align: left;
	font-size: 1.25em;
	font-weight: 500;
	font-style: italic;
	}
	
.entryheading2 {
	margin-top: .625em;
	margin-bottom: .375em;
	margin-left: 1em;
	color: #444422;
	text-align: left;
	font-size: 1.125em;
	font-weight: 500;
	font-style: italic;
	}

.imgbox {
	float: right;
	margin-left: .5em;
	margin-right: .5em;
	padding-top: 1ex;
	padding-bottom: .5ex;
	padding-left: .5em;
	border: none;
	}
	
.imgboxleft {
	float: left;
	margin-left: 0em;
	margin-right: .5em;
	padding-top: 1ex;
	padding-bottom: .5ex;
	padding-right: .5em;
	border: none;
	}

.imgboxcentered {
	padding-top:.5em;
	padding-bottom:.5em;
	padding-left:1em;
	padding-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	}

.inset {
	margin-top: 1em;
	margin-bottom: 1.2em;
	margin-left: 2em;
	margin-right: 2em;
	padding-left: 1em;
	padding-right: 2em;
	padding-top: .75em;
	padding-bottom: .75em;
	background-color: #f2ebd8;
	background-image: url("images/insetedge.png");
	background-repeat: repeat-y;
	background-position: 100% 32%;
	line-height: 3ex;
	font-size: .92em;
	}

.insetftn {
	margin-top: .5em;
	margin-bottom: .75em;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 1em;
	padding-right: 2em;
	padding-top: .625em;
	padding-bottom: .625em;
	background-color: #f2ebd8;
	background-image: url("images/insetedge.png");
	background-repeat: repeat-y;
	background-position: 100% 32%;
	}

.insetright {
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 6em;
	line-height: 3ex;
	font-size: .92em;
	}

.insetrightnoby {
	margin-top: 1em;
	margin-bottom: 1.2em;
	margin-left: 6em;
	line-height: 3ex;
	font-size: .92em;
	}

.paratab {
	text-indent: 1em;
	}

.warninglabelshadow0{
	margin-left: 4em; 
	margin-right: 4em; 
	margin-bottom: .25em; 
	background-color: #ffffee; 
	}
	
.warninglabelshadow1{
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #eeeedd; 
	}
	
.warninglabelshadow2{
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #ddddcc; 
	}

.warninglabelshadow3{
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #ccccbb; 
	}
	
.warninglabelshadow4{
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #bbbbaa; 
	}

.warninglabel {
	position: relative;
	top: -1px;
	left: -1px;
	padding-left: 1em; 
	padding-right: 1em; 
	padding-top: .625em; 
	padding-bottom: .625em; 
	background-color: #fce2e0; 
	line-height: 1.125em; 
	font-size: .92em
	}

.zusatz {
	margin-left: 2em;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding-top: 1ex;
	padding-bottom: 1ex;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #bbbbaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bbbbaa;
	line-height: 3ex;
	text-align: left;
	font-size: .92em;
	}

/* dividers —————————— */

.scrolldivider {
	margin-top: 1em;
	margin-bottom: 1.25em;
	padding: 1em;
	background-image: url("images/scroll.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

.scroll2divider {
	margin-top: .5em;
	margin-bottom: .75em;
	padding: 1em;
	background-image: url("images/scrollsmall.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

.updatedivider {
	margin-top: 1em; 
	margin-bottom: .75em;  
	border-bottom-width: thin;  
	border-bottom-style: solid;  
	border-bottom-color: #dadaee;
	}


/* common styles: tables and forms———— */

input {
	margin-left: 0em;
	}

.inset td {
	text-align: left;
	vertical-align: top;
	}

.leftcell {
	padding-right: .5em;
	}
	
.rightcell {
	padding-left: .5em;
	}

/* common styles: lists ———— */

li {
	list-style-type: none;
	}
	
ul.program {
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-left: 1em;
	}

li.program {
	margin-top: 0em;
	margin-bottom: .25em;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;	
	}
	
div.progtime {
	margin-bottom: 0em;
	padding-bottom: 0em;
	line-height: 1.125em;
	font-weight: 600;
	}

div.programitemauthor {
	margin-top: 0em;
	margin-left: 1em; 
	padding-top: 0em;
	text-indent: -1em;
	line-height: 1.125em;
	}

div.programitemevent {
	margin-left: 1em; 
	text-indent: -1em;
	line-height: 1.25em;
	}

div.programitemtitle {
	margin-left: 2em; 
	text-indent: -1em;
	line-height: 1.25em;
	}

div.programitemtitlenote {
	margin-left: 2em; 
	text-indent: -1em;
	line-height: 1.125em;
	}

.alphamaj {
	list-style-type: upper-latin;
	}

.alphamin {
	list-style-type: lower-latin;
	}

.arabnum {
	list-style-type: decimal;
	}

.nonum {
	list-style-type: none;
	list-style-position: inside;
	}
	
li.listfig {
	margin-left: -2em;
	padding-left: 1.5em;
	list-style-type: none;
	list-style-position: inside;
	background-image: url("images/listfig.png");
	background-repeat: no-repeat;
	background-position: 0% .625ex;
	}

li.checklarge {
	margin-left: -2em;
	margin-bottom: .625em;
	padding-left: 2em;
	list-style-type: none;
	list-style-position: inside;
	background-image: url("images/checklarge.png");
	background-repeat: no-repeat;
	background-position: 0% 0ex;
	}

li.checkmed {
	margin-left: -2em;
	margin-bottom: .625em;
	padding-left: 1.5em;
	list-style-type: none;
	list-style-position: inside;
	background-image: url("images/checkmed.png");
	background-repeat: no-repeat;
	background-position: -2pt .25em;
	}

li.checksmall {
	margin-left: -2em;
	margin-bottom: .625em;
	padding-left: 1.5em;
	list-style-type: none;
	list-style-position: inside;
	background-image: url("images/checksmall.png");
	background-repeat: no-repeat;
	background-position: -2pt .25em;
	}

.romnum {
	list-style-type: lower-roman;
	}

.romnummaj {
	list-style-type: upper-roman;
	}
	
.romnuminside {
	list-style-type: lower-roman;
	list-style-position: inside;
	}
	
.dash:before {
	content: "\002014\002002";
	margin-left: -1em;
	color: #888888;
	}

/* display numbered items 8 */
	
ul.exhibit {
	margin-top: .5em;
	margin-bottom: .75em;
	margin-left: 2em;
	margin-right: 2em;
	padding-left: 1em;
	padding-right: 1em;
	}
	
ul.exhibit > li {
	background-color: #f0e8e1;
	padding-left: 1em;
	padding-right: 1em;
	}
	
.numright {
	display: inline;
	float: right;
	color: #bb4433;
	}
	
.numright:before {
	display: marker;
	content: "(";
	}

.numright:after {
	display: marker;
	content: ")";
	}

