/* mobile.css for mobile devices with small screens */

/* Styles that apply to all tags */

body {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	color: #000;
	background-color: #fff; 
	font-size: 1.0em;
	line-height: 1.4em;
	/* font-size: 0.9em;
	line-height: 1.1em; */
}

a {
	text-decoration: none;
}

a:link {
	color: #333;
	border-color: #888;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
}

a:visited {
	color: #333;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
}

a:hover
{
	color: inherit;
	background-color: #CCCCCC;
	border-color: #7473be;
}

h1
{
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	border-width: 0;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}
 
 h2 {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  margin-top: 2.0em;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: 0.1em;
  font-size: 0.9em;
	line-height: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	color: #ddd;
}
 
p {
	/* font-size: 0.85em;
	line-height: 1.8em;
	font-weight: 400; */
} 

dl {
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: 400;
	letter-spacing: 0.1em;
}

dt {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
  
dd {
  margin-top: 0.1em;
  margin-left: 4px;
}
dd ol {
  margin-top: 0;
}
dd ol li {
  margin-top: 0.3em;
}
/* Special styles for the page content */

#content {
  margin-top: 0;
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Baskerville Old Face", Georgia, serif; 
}

#quote {
	font-size: 1.1em;
	line-height: 1.4em;
}

#quote p {
	/* font-size: 1.2em;
	line-height: 1.5em; */
} 

#quote p.title
{
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
  margin-bottom: 0;
}

.emdash {
	float: left;
	width: 20px;
	height: 40px;
	text-align: right;
}

.author {
  margin-left: 24px;
  font-size: 0.9em;
}

.sourceType {
  margin-top: 5px;;
  margin-left: 24px;
  font-size: 0.9em;
}

.quoteSourceTitle {
  margin-top: 5px;
	margin-left: 24px;
	font-style: italic;
	font-size: 0.9em;
}

.sourceRights {
  margin-top: 5px;
  margin-left: 24px;
  font-size: 0.9em;
}

.xmllink {
  margin-top: 1.0em;
  margin-left: 0px;
}

.authorIndexTitle
{
  margin-top: 1.0em;
	font-family: "Baskerville Old Face", Georgia, serif;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.sourceTitle {
  margin-top: 1.0em;
	font-family: "Baskerville Old Face", Georgia, serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-style: italic;
}

.amazon {
  margin-top: 1.0em;
}

.wikipedia {
  margin-top: 1.0em;
}

ul.mainlist {
  list-style-type: square;
  text-align: left;
  padding-left: 1.0em;
	font-family: "Baskerville Old Face", Georgia, serif;
	font-size: 1.0em;
	/* letter-spacing: 0.08em; */
	font-weight: 400;
	line-height: 1.6em;
}

/* Special styles for the Site Identifier division */

#siteid {
  color: #F7980E;
	font-family: "Baskerville Old Face", Georgia, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#siteid a:link {
  color: inherit;
  border-width: inherit;
}

#siteid a:visited {
  color:inherit;
  border-width: inherit;
}

#siteid a:hover {
  color:inherit;
  background-color: inherit;
  border-width: inherit;
}

/* Special styles for the navigation links */

#navlinks
{
	color: #333;
	border: 1px #F7980E solid;
	margin: 4px;
	padding: 4px;
	text-align: center;
	background-color: #fff;
	font-size: 0.8em;
	line-height: 1.6em;
}

#navlinks a:link {
	color: #333;
	border-width: 0 0 0 0;
	border-style: none none none none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

#navlinks a:visited {
	color: #333;
	border-width: 0 0 0px 0;
	border-style: none none none none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}
	
#navlinks a:hover {
	color: black;
	background-color: #ccc;
	border-color: #ccc;
	}
	
#navlinks ul {
  margin-top: 0;
}

#navlinks li {
	list-style: none;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 0.7em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1.6em;
}

#navlinks li li {
  text-transform: none;
  font-size: 1.0em;
  margin-top: 1.6em;
}

