/* http://www.point-of-departure.org/Point-Of-Departure/Point-Of-Departure-entry-v2_10.css */

/*
v2_10
	added "boxed"-in mission paragraph type (with smaller fonf) so "Copyright" disclaimer/statement 
	can be added within a "box" formed like the following, taken from the Lust-for-Life "all" CSS file:

	.boxed-centered-header, .boxed-centered-header li {
		border:				dotted black 1px;
		color:				black;
		font-family:		Verdana, Tahoma, Arial, Helvetica, sans serif;
		font-size:			100%;
		font-weight:		bold;
		margin-left:		30px;
		margin-right:		30px;
		padding:			15px;	
		text-align:			center;
	}

	.bordered-blockquote {
		border:				dotted black 1px;
		color:				black;
		font-family:		Verdana, Tahoma, Arial, Helvetica, sans serif;
		font-size:			80%;
		font-style:			normal;
		margin-left:		90px;
		margin-right:		90px;
		padding:			15px;	
		text-align:			justify;
	}

	.bordered-note {
		border:				dotted black 1px;
		color:				black;
		font-family:		Verdana, Tahoma, Arial, Helvetica, sans serif;
		font-size:			70%;
		font-style:			normal;
		list-style-type:	none;
		margin-left:		50px;
		margin-right:		50px;
		text-align:			justify;
	}

v2_9
	section-title

v2_8
	h5
		margin-left:			80px;	(stays the same)
	li
		margin-left:			80px;	(added)
		margin-right:			80px;	(added)

*/

/*
	black			== #000000
	dark blue		== #00008b
	blue			== #0000ee
	link blue		== #0000ff
	purple			== #551a8b
	dark magenta	== #800080
	dark red		== #8b0000
	magenta			== #993399
	red				== #9e1f1f
	light yellow	== #f4d400
	banana yellow	== #ffcc00
	white			== #ffffff
*/

body   {
	background-color:		#ffcc00;							/* banana yellow */
	border:					4px solid #9e1f1f;
	color:					#000000;							/* black */
	font-family:			Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size:				90%;
	margin:					8px;
	padding:				24px;
 }

fieldset {
	border:					0;
}

fieldset .button, form .button, input .button, .button {
	background-color:		#ffcc00;							/* banana yellow */
	border:					2px solid #000000;					/* black */
	color:					#0000ff;							/* link blue */
	font-family:			Verdana, Tahoma, Arial, Helvetics, sans-serif;
	font-style:				normal;
	font-weight:			bold;
}

form {
	text-align: 			center;
}

h1 {															/* web site names */
	color:					#0000ff;							/* link blue */
	font-size:				300%;
	font-family:			serif;
	text-align:				center;
}

h1 a {
	color:					#0000ff;							/* link blue */
	text-decoration:		none;
}
	
h1 a:active {
	color:					#0000ff;							/* link blue */
	text-decoration:		none;
}
 
h1 a:link {
	color:					#0000ff;							/* link blue */
}

h1 a:visited {
	color:					#0000ff;							/* link blue */
}

h1 a:hover {
	background-color:		#9e1f1f;							/* red */
	color:					#f4d400;							/* light yellow */
}

h2 {
   font-size:				100%;
}

h5 {
	margin-left:			60px;
	margin-right:			60px;
}

li {
	margin-left:			80px;
	margin-right:			80px;
	text-align:				justify;
}

li a {
	color:					#00008b;							/* dark blue */
	text-decoration:		none;
}
	
li a:active {
	color:					#00008b;							/* dark blue */
}
 
li a:link {
	color:					#00008b;							/* dark blue */
}

li a:visited {
	color:					#00008b;							/* dark blue */
}

li a:hover {
	background-color:		#9e1f1f;							/* red */
	color:					#f4d400;							/* light yellow */
}

ul li {
	margin-left:			60px;
}

																/* ===================*/
																/*      CLASSES       */
																/* ===================*/

.addme {
	font-size:				70%;
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:			bold;
	font-style:				normal;
	line-height:			150%;
}

.align-center, .center-align {
	text-align:				center;
}

.alphabetical {
	list-style-type:		lower-alpha; 
}

.book-title {
	color:                  #00008b;							/* dark blue */
	font-size:              100%;
	font-weight:            normal;
	text-decoration:        underline;							/* underline */
}

.bordered-mission {
	border:					dotted #8b0000 1px;
	color:					#8b0000;							/* dark red */
	font-family:			Technical, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				70%;
	font-style:				normal;
	list-style-type:		none;
	margin-left:			120px;
	margin-right:			120px;
	padding:				8px;
	text-align:				justify;
}

.cqcounter {
	background-color:		#ffcc00;							/* banana yellow */
	border:					2px solid #000000;					/* black */
	color:					#0000ff;							/* link blue */
	font-family:			Verdana, Tahoma, Arial, Helvetics, sans-serif;
	font-style:				normal;
	font-weight:			bold;
	line-height:			150%;
	margin:					1px;
	padding:				1px;
}

.container {
	background-color:		#f4d400;							/* light yellow */
	border:					2px solid #9e1f1f;					/* red */
	color:					#000000;							/* black */
	margin-left:			auto;
	margin-right:			auto;
	padding-left:			8px;
	padding-right:			8px;
	text-align:				center;
	width:					95%;
}

.footer {
	background-color:		#f4d400;
	border:					2px solid #9e1f1f;
	margin-left:			auto;
	margin-right:			auto;
	padding:				24px;
	text-align:				center;
	width:					50%;
}

.footnotes {
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				70%;
	font-style:				normal;
	font-weight:			bold;
	line-height:			150%;
}

.header {
	text-align:				center;
}

.headergraphic {
	background-color:		#f4d400;							/* light yellow */
	border:					2px solid #9e1f1f;					/* red */
	padding:				8px;
	text-align:				center;
	width:					95%;
}

.mission {
	color:					#8b0000;							/* dark red */
	font-family:			Technical, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				100%;
	margin-left:			80px;
	margin-right:			80px;
	text-align:				justify;
}

.mission-header {
	color:					#000000;							/* black */
	font-size:				200%;
	font-weight:			bold;
	text-align:				center;
}

.neg-color {
	color:					#9e1f1f;							/* red */
}

.note {
	color:                  #0000ff;							/* link blue */
	font-size:              125%;
	font-style:             normal;
	font-weight:            bold;
}

.centered-list {
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans serif;
	font-size:				100%;
	list-style-type:		none;
	text-align:				center;
}

.nothing {
	list-style-type:		none; 
}

.pos-color {
	color:					#0000ff;							/* link blue */
}

.section-title {
	color:					#9e1f1f;							/* red */
	font-family:			Technical, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				100%;
	font-style:				italic;
	font-weight:			bold;
	text-align:				justify;
}

.series-head {
	color:                  #000000;							/* black */
	font-size:              80%;
	font-style:             normal;
	font-weight:            normal;
}

.series-title {
	color:					#000000; 							/* black */
	font-size:				90%;
	font-style:				normal;
	font-weight:			bold;
	text-align:				justify;
}

.standard {
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				70%;
	font-style:				normal;
	font-weight:			bold;
	line-height:			150%;
}

.text-descrip {
	color:                  #000000;							/* black */
	font-size:              80%;
	font-style:             normal;
	font-weight:            normal;
	text-align:				justify;
}

.text-title {
	color:					#00008b;							/* darkblue */
	font-size:				100%;
	font-style:				normal;
	font-weight:			normal;
	text-align:				justify;
	text-decoration:		none;
}

.toc-header {
	color:					#000000;							/* black */
	font-size:				200%;
	font-weight:			bold;
	text-align:				center;
}

.underline {
	text-decoration:        underline;
}

.visit {
	font-size:              30%;
}

.webring {
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				70%;
	font-style:				normal;
	font-weight:			bold;
	line-height:			150%;
}

.zero-bottom-margin {
	margin-bottom:			0;
	text-align:				justify;
}

.zero-top-margin {
	margin-top:				0;
	text-align:				justify;
}

