/* Adventures-In-Dialectics-entry-v4_2.css */

/*   C O L O R S

black			== #000000
link blue		== #0000ff
purple			== #660066
light green		== #66ff99
purple			== #800080
dark red		== #990000
light purple	== #993399
pinkish-red		== #cc0033
red				== #ff0000
dark blue		== #2012ab
deep red		== #9e1f1f
yellow			== #ffcc00
purplish-red	== #cc0066

*/

body {
	background-color:		#2012ab;							/* dark blue */
	color: 					#000000;							/* black */
}

a {
	text-decoration:		none;
}

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

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

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

h1 {
	color:					#990000;							/* COLOR? */
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				150%;
	font-weight:			bold;
	text-align:				center;
}

h2	{
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				125%;
	font-weight:			bold;
	text-align:				center;
}

h3	{
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				100%;
	font-weight:			bold;
	text-align:				center;
}

h4	{
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				75%;
	font-weight:			bold;
	text-align:				center;
}

li {
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:				justify;
	list-style-type:		none;
	list-style-position:	inside;
	margin-left:			15px;
	margin-right:			15px;
	padding-bottom:			2px;
	padding-left:			5px;
	padding-right:			5px;
	padding-top:			2px;
}

li.level1 {
	font-size:				110%;
	font-weight:			bolder;
	margin-left:			10px;
}

li.level2 {
	font-size:				95%;
	font-weight:			bold;
	margin-left:			20px;
}

li.level3 {
	font-size:				85%;
	font-weight:			normal;
	margin-left:			30px;
}

li.level4 {
	font-size:				85%;
	font-weight:			normal;
	margin-left:			40px;
}

li.level5 {
	font-size:				85%;
	font-weight:			normal;
	margin-left:			50px;
}

li.level1 br { line-height:	105%; padding: 105%; }
li.level2 br { line-height:	95%;  padding: 95%; }
li.level3 br { line-height:	85%;  padding: 85%; }
li.level4 br { line-height:	75%;  padding: 75%; }
li.level5 br { line-height:	65%;  padding: 65%; }

p {
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

ul {
	margin-left:			5px;
	padding-left:			5px;
}

							/* CLASSES */
							
.authors {
	color:					#000000;							/* black */
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				75%;
	font-weight:			bold;
}

.contact-info {
	color:					#000000;							/* black */
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				90%;
	font-weight:			bold;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;
}

.contact-text {
	color:					#000000;							/* black */
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				90%;
	font-weight:			bold;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;
}

.container {
    background:				#66ff99;							/* light green */
    border:					4px solid #cc0033;					/* pinkish-red */
	margin:					6px;
	padding:				8px;
	/*
	width:					100%;
	height:					100%;
	*/
}

.followup_note {
	font-weight:			normal;
}

.fullem {
	font-style:				italic;
	font-weight:			bold;
	text-decoration:		underline;
}

.inner_container {
    border:					1px solid #cc0033;					/* pinkish-red */	
	margin:					6px;
	padding:				8px;
}

.main_graphic {
	height: 				371px;
	width: 					640px;
}

.meterp {
	text-align:				center;
}

.meters {
	background-color:		#66ff99;							/* light green */
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				55%;
	text-align:				center;
}

.org-name {
	color:					#ff0000;							/* red */
	font-size:				200%;
	font-weight:			bold;
}

.org-preposition {
	font-size:				80%;
	font-style:				italic;
}

.outer-container {
	background-color:		#cc0066;							/* purplish-red */
    border:					6px solid #2012ab;					/* dark blue */
}

.page_ref {
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				75%;
	font-weight:			normal;
}

.project_descrip {
	color:					#000000;							/* black */
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				75%;
	font-weight:			bold;
	margin-left:			40px;
	margin-right:			40px;
	text-align:				justify;
}

.project_format {
	font-size:				80%;
	font-style:				italic;
	font-weight:			normal;
}

.project_title {
	font-family: 			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				100%;
	font-weight:			bold;
}

.reader_notes {
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				75%;
	font-weight:			normal;
	margin-left:			60px;
	margin-right:			60px;	
	text-align:				justify;
}

.site_description {
	text-align:				center;
}

.title  {
	font-size:				125%;
	font-weight:			bold;
}

.underem {
	font-style:				italic;
	text-decoration:		underline;
}

