/* www.bartlynch.com, released 04.09.2009*/
/* CONTENTS:
/*______________________Globals______________________
----------------------------------------------------------------------------------------*/
/* Classes that affect the entire page regardless of section */

body{
	font-size : 12px;
	text-decoration: none;
	margin: 10px;
	padding: 0em 0em 0em 0em;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
}

A{
	color: #0B2F48;
	text-decoration: underline;
}

A:hover {
	color: #CD5B08;
}

ul{
	list-style: disc;
}
ol{
	list-style: circle;
}
p{	
	text-indent: 1em;
}
h3{	
	text-indent: 1em;
}

img{	
	border: outset 1px #000;
	padding: 5px;
	margin: 10px;
}
/*____________________Page Layout____________________
----------------------------------------------------------------------------------------*/
/* Classes for the base three horizontal section page layout, header, body, footer */

#index{
	background : #fff;
	/*background-image: url('./../img/indexBackgrounds/background_journeyLand.gif');*/
	background-image: url('./../img/indexBackgrounds/separateAndDistinct_med.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0em 0em 0em 0em;
	background-position: 0px 75px;
}

#text{
	text-indent: 15px;
	margin: 15px;
}

#header{
	width: 100%;
	border: solid 0px #000;
	border-bottom: solid 0px #000;
	font-size : .8em;
	font-weight : normal;
	background: #FFF;
	font-family : Verdana, Arial, sans-serif ;
}
#navigation {
	z-index:3;
	border-bottom: solid 3px #000;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#navigation ul{
	list-style-type: none;
	font-size : 1.2em;
	font-weight : bold;
	z-index: 2;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#navigation ul li{
	display: inline;
	color: #fff;	
	padding: 2px 2px 2px 2px;
	margin: 2px;
	padding: 0px 0px 0px 0px;
}
#navigation ul li a{
	color: #fff;	
	background-color: #000;
	padding: 2px 8px 2px 8px;
}
#navigation ul li a:hover {
	color: #fff;
	background-color: #cd4d04;
	padding: 2px 8px 2px 8px;
}

ul.subNav {
	list-style-type:none;
	margin-left:4px;
	margin-top:8px;
	padding:0;
}
ul.subNav li {
	padding-bottom: 4px;
}
ul.subNav li a:link, ul.subNav li a:visited  {
	display:block;
	width:200px;
	background-color: #3b3b3b;
	padding: 4px 2px 4px 6px;
	text-align:left;
	color: #fff;
}
	
ul.subNav li a:hover {
	background-color: #228b03;
}

ul.subSubNav {
	background-color: white;
	/*background-color: #251fc5;*/
	margin:4px;
	padding:4px;
	list-style-type: none;
	width:100%;
}
ul.subSubNav li {
	position: relative;
	left: 95px;
	display: inline;
}

ul.subSubNav li a:link, ul.subSubNav li a:visited  {
	display:inline;
	margin:2px 2px 0px 0px;
	padding:4px;
	background-color: #251fc5;
	/*background-color: #251fc5;*/
	/*background-color: #228b03;*/
	color: white;
}
	
ul.subSubNav li a:hover {
	/*background-color: #228b03;*/
	background-color: #eccc0f;
}

.floatLeft {
	float:left;
	width:200px;
	margin:0;
}

div.contentRight {
	margin-left:220px;
	border-left:3px solid black;
	padding:.01em;

}

#disclaimer{
	border: solid 1px #A44900;
	background: #FFD4B0;
	text-align: center;
}
#poem{
	border: solid 1px #474750;
	background: #d8d7e8;
	text-align: left;
}

#docs{
	border: solid 1px black;
	padding: 5px;
	background: #fff;
	text-align: left;
}

/*_____________Body Main-Column Elements______________
----------------------------------------------------------------------------------------*/
/* Classes for the body main-column section */

/*-----Text-----*/

.paintingTitle{
	font-weight:bold;
}

.movieTitle{
	font-style: italic;
}

.bookTitle{
	text-decoration: underline;
}

h1{
	font-size: 1em;
	font-weight: bold;
	color: #290C1B;	
	text-align: center;
	margin: 14pt 0 10pt 0;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #15110D;	
	text-align: left;
	margin: 15pt 0 2pt 0;
}

h3{
	font-size: 14px;
	color: #000000;	
	font-weight: normal;
	text-align: left;
	margin: 15pt 0 2pt 0;
}

h4{
	font-size: 14px;
	color: #6F6371;
	font-weight: bold;
	margin: 15pt 0 2pt 0;
}

.caption{
	font-size: 1em;
	color: #6F6371;
	font-weight: bold;
	width: 200px;
}

.quote{
	width: 60%;
	font-size: 14px;
	color: #6F6371;
	font-weight: bold;
	font-style: italic;
	padding: 0px 15px 0px 15px;
}


.highlight{
	background: #F5F5F6;
	border: solid 1px #D2D5DA;
	padding: 10pt;
}

.indexImage{
	display: block;
	text-align: left;
	float: left;
}

.titleCard {
	display:block;
	position:absolute;
	top:520px;
	left:20px;
	width:190px;
	height:100px;
	text-align:justify;
	overflow:auto;
	padding:5px;
	border:1px solid black;
	font-size:.8em;
}

.redDot {
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 5em;
	color: red;
}

