/*
** CSS2 for the XHTML slideshow created by yapsOut.xslt.
**
** Copyright 2006 Syd Bauman
** Availalbe via LGPL. For complete copyleft notice see near end-of-file.
*/

@import url(./spans-html.css) ;

*.interest { color: black;
	font-weight: bold;
}
body {
	background: white;
	font-family: verdana;
	font-size: large;
	color: #202020;
	background-color: #FFFFFF;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 0;
}

h1.slideTitle {
	font-size: 175%;
	background-color:#A0BEBE;
	color: black;
	text-align: center;
	padding-top: 0;
	margin-top: 0;
}

h2.slideTitle {
	font-size: 125%;
	background-color:#A0BEBE;
	color: black;
	text-align: center;
}

pre.eg, pre.eg_valid, pre.eg_well-formed {
	background: #E0E0E0;
	padding: 6pt;
	font-style: roman;
	font-size: normal;
	margin-left: 1em;
	margin-right: 1ex;
	margin-top: 6pt;
}

pre.eg_invalid, pre.eg_ill-formed {
	background: #F0F0F0;
	padding: 6pt;
	font-style: roman;
	font-size: normal;
	margin-left: 1em;
	margin-right: 1ex;
	margin-top: 6pt;
	border: 0.5ex solid red;
}

p.byline {
	text-align: right;
	font-size: large;
	color: green;
	width: 50%;
	margin: 0;
	padding: 0 0 0 50%;
	}

p.dateLine {
	text-align: right;
	font-size: large;
	color: blue;
	margin: 0;
	padding: 0;
	}

div.slideTop {
	margin-top: 0;
	padding-top: 0;
	}

div.slideTop > p.navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
	}

div.slideTop > p.navigation > a.navigationButton {
	color: #A0BEBE;
	font-size: 50%;
	padding-left: 1ex;
	padding-right: 1ex;
	margin-top: 0;
	padding-top: 0;
	}

div.slideBot table {
	}

div.slideBot td {
/*	border: dashed darkviolet thin; */
}

div.slideBot td.logo {
	width: 33%;
	font-size: 50%;
}

div.slideBot td.title {
	width: 33%;
	text-align: center;
	color: #A0BEBE;
	font-size: 66%;
	}

div.slideBot td.copyright {
	width: 33%;
	text-align: right;
	font-size:  40%;
	color: #A0BEBE;
	}
tr,p,ul,ol {
	padding: 0ex;
    }

ul.nobul {
	list-style-type: none;
}

li:first-child {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2ex;
	margin-left: 2ex;
}

li {
	margin: 0.2ex 0.2ex 0 0.2ex;
	margin-left: 2ex;
	list-style-type: bullet;
}

.current {
	font-weight: bold;
	font-size: 120%;
	color: red;
	}

pre, tt {
	font-family:  monospace;
	color: black;
	font-size: 90%;
}

span.code {
	font-family:  monospace;
}

div.quote {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	color: teal;
	text-align: justify;
	font-size: xx-large;
}

address {
	font-style:  normal;
	font-family: cursive;
	letter-spacing: .1em;
	font-size: x-small;
}

a:link {
	color:  #000066;
}
a:visited {
	color:  #660033;
}

/* a:active {
	color:  purple;
	background: yellow;
}
a:hover {
	color:  blue;
	background:     silver;
} */

dt {
	font-weight: bold;	
	padding-top: 1ex;
}

dd {
	display: block;
}
/*
 yaps: yet another presentation system
 Copyright (C) 2007 Syd Bauman
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the
   Free Software Foundation, Inc.,
   51 Franklin Street, fifth Floor
   Boston, MA  02110-1301
   USA
   
 The copyright holder can be reached at Syd_Bauman@Brown.edu, or
   Brown University Women Writers Project
   P.O. Box 1841
   Providence, RI  02912-1841
   USA
*/
