body { font-family: Georgia, "Times New Roman", serif; }

h1 { text-align: center; margin-bottom: 0; }
.subtitle { display: block; text-align: center; margin-bottom: 1.0em; font-style: italic; }
.author { text-align: center; }
.date { text-align: center; }

ul.biblio { text-align: center; margin: 1.0em 0; padding: 0; list-style: none; }
ul.biblio li { display: block; margin: 0; padding: 0; }

p { line-height: 175%; }
blockquote p { line-height: 140%; }
.notice {  margin: 1.0em 5.0em; padding: 0.5em; background-color: #B0B0C0; color: black; border: 1px dotted #303030; }
p.notice, .notice p { margin-top: 0px; line-height: 120%; }

p.abstract { line-height: 120%; margin: 1.0em 3.0em; padding: 1.0em; border-left: 5px solid #777777; color: #404040; }
	
.to-note { vertical-align: super; font-size: smaller; font-weight: bold; text-decoration: none; }
.note-return { text-decoration: none; }

	/* Magic for cool browsers */
	html>body a.hid, html>body a.nid {
		visibility: hidden;
	}
	html>body p {
		padding-right: 5px; margin-right: 1px;
	}
	/*html>body p:hover {
		padding-right: 5px; border-right: 1px dotted #D888FF; margin-right: 0;
	}*/
	html>body p:hover a.hid, html>body p:hover a.nid {
		visibility: visible;
	}
	
	a.hid:link, a.hid:visited {
		font-family: "Helvetica", "Arial", sans-serif;
		font-size: x-small;
		font-style: italic;
		font-weight: bold;
		text-decoration: none;
		color: #D888FF;
		margin-left: 0.5em;
		border: none;
	}

	a.nid:link, a.nid:visited, a.lid:link, a.lid:visited {
		font-family: "Helvetica", "Arial", sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: x-small;
		text-decoration: none;
		color: #D888FF;
		margin-left: 0.5em;
		border: none;
	}

em.term { font-style: normal; font-weight: bold; }

q.term { quotes: "\2018" "\2019" "\201C" "\201D" }
.to-footnote { vertical-align: super; font-size: smaller; }

cite.person { font-style: normal; }
cite.essay { font-style: normal; }
cite.essay:before { content: "\201C"; }
cite.essay:after { content: "\201D"; }

ul.references li { margin-bottom: 1.0em; }

.disambiguator { vertical-align: sub; font-size: smaller; }
.sample-proposition { margin-left: 4.0em; margin-right: 4.0em; font-weight: bold; }

	.footnote {
		font-size: 0.8em; line-height: 120%;
		margin-left: 5.0em; margin-right: 5.0em;
		margin-bottom: 1.0em;
		border: 1px dotted #777;
		padding-left: 0.5em; padding-right: 0.5em;
		padding-top: 15px; padding-bottom: 0;
		background-color: #F3F3F3;
		background-image: url(/style/note);
		background-repeat: repeat-x;
	}
	.footnote p { margin-top: 0; padding-top: 0; }

/***
 *** Core CSS elements for Rad Geek webpages
 *** Licensed for reproduction and derivative use under GPL.
 ***/

/**** For browser compliance issues... ****/
.legacy { display: none; } /* for browsers that don't know (or don't use) CSS */
html>body .internetexploder { display: none; } /* for non-CSS browsers and Internet Explorer */

/**** Accessibility considerations... ****/
.for-context { display: none; } /* provides context for screen-readers */

/**** <FORM> elements... ****/
label { font-weight: bold; }

div.form_row { clear: left; padding-top: 0.25em; }
div.form_row label { float: left; width: 20%; text-align: left; }

/**** Text elements ****/ 
.linkroll { font-weight: bold; }
.ratequote { font-style: italic; margin: 1.0em 2.0em; }
abbr, acronym, .tip { border-bottom: 1px dotted #087808; cursor: help; }

/**** Curly quotes for real browsers, and |___| for Internet Exploder ****/
q { quotes: "\201C" "\201D" "\2018" "\2019" }
q, .ieqtag { background-color: #E0E0E0; color: black; border-left: thin dotted black; border-right: thin dotted black; border-bottom: thin dotted black; padding-left: 0.2em; padding-right: 0.2em; }
q q { background-color: #FFFFE0; color: black; border-left: thin dashed blue; border-right: thin dashed blue; border-bottom: none; padding-left: 0.2em; padding-right: 0.2em;  }
html>body q { border: none; background-color: inherit; color: inherit; padding: inherit; }
html>body q q { border: none; background-color: inherit; color: inherit; padding: inherit; }

/**** Navigational elements ****/
h1.breadcrumb, h2.breadcrumb, h3.breadcrumb {
	display: inline !important; border-style: none !important;
	padding: 0 !important; margin: 0 !important;
	background: transparent !important; color: black !important;
	font-weight: bold; font-style: italic; font-size: smaller !important;
}
ol.breadcrumb { margin: 0; padding: 0; list-style-type: none; display: inline; font-size: smaller; }
ol.breadcrumb li { display: inline; font-weight: bold; }

/**** Image links have a border only when hovered or focused... ****/
a img { border-width: 2px; border-style: solid; border-color: transparent; }
a:hover img,
a:active img,
a:focus img { border-width: 2px; border-style: solid; border-color: yellow; }

/**** (D) links for images with LONGDESC ****/
.dlink { background-color: #E0F0FF; color: black; border: thin dotted black; text-transform: uppercase; padding: 1px; font-weight: bold; font-size: smaller; vertical-align: middle; }

/**** For a list of badges or other icons ****/
ul.iconic_information { display: block; list-style: none; margin: 0; border: none; padding: 5px; }
ul.iconic_information li { display: block; margin: 0; border: none; padding: 0; font-size: 0.70em; }
ul.iconic_information li p { margin: 0; border: none; padding: 0; }
ul.iconic_information li img { vertical-align: middle; }

/**** For floating footnote voodoo ****/
	.float-a-note {
		position: absolute;
		height: auto;
		background-color: #FFFFE0;
		-moz-border-radius: 5px;
		z-index: 999;
		opacity: 0.95;
	}
	.float-a-note .footnote {
		border: 1px dashed black;
		background: #f3f3f3;
		overflow: auto;
		clear: both;
		margin: 0;
	}
	.float-a-note .note-return { display: none; }

