
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body { 
	min-width:850px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 66%; 
	background-image:url(../Giants/sky.png);
	
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position:center top;
	background-color: #fff;
	/*background-image:url(../images/bkg_grid-palegray-on-white.png);	*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
	/*background-position: center top;*/
	 
	color: #173C60;
}

/*Suggested to remove default values that might be provided by various browsers*/
* {margin:0;
	padding:0;
	border: 0;
	}

h1, h2 {
margin-top: 0;
}
	h1 {
	font: normal 225%/100% ;
	margin-bottom: 10px;
	color: #3C5F8A;
	}
	h2 {
	margin-bottom: 0;
	font-size: 350%; 
	color: #3C5F8A;
	}
	h3 {
	font: bold 93%/100% ;
	margin-bottom: 2px;
	color: #3C5F8A;
	text-transform: uppercase;
	}

ul {
padding-left: 1.5em;
margin-top: 0;
}
p {
margin-bottom: 2em;
margin-top: 0;
}
/********************************************************************************************************/
/* Layout Divs                                 */
/********************************************************************************************************/

/*Level 1================================================================================================*/

#mainwrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;		
	}
	div#mainwrap p.adblock {}
	/*Level 2============================================================================================*/	
	#headerblock {
		width: 100%;
		margin: 15px 0 10px 0px;
		}
	
			/*********************************************************************************************************
			Level 3... within headerblock
			BREADCRUMBS Source: http://www.strictlycss.com/articles/article/34/css-breadcrumb-using-background-image
			**********************************************************************************************************/
			#breadCrumb {
			 height: 18px; /* This is the height we want on our breadcrumb */
			 padding: 4px 0 0 8px;
			 background: #3C5F8A; /* This is our background color */
			 color: #f5f5f5; /*This is our color on the text which isn't a link. We want them to be light grey */
			 }
			#breadCrumb li {
			 float: left;
			 display: inline;
			 margin-right: 2px;
			 }
			#breadCrumb a {
			 color: #fff; /* Our breadcrumb links are going to be white */
			 font-weight: bold; /* And bold */
			 /*background: url(breadcrumb.gif) top right no-repeat;*/
			 padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
			 text-decoration: none;
			 }
			#breadCrumb a:hover {
			 color: #caeaf8;
			 /*background:url(breadcrumb.gif) bottom right no-repeat;*/
			 }

	
	
	/*Level 2++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	#mainnav {
		width:110 px;
		float: left;	
		}
		div#mainnav p {border-bottom: 1px solid #f5f5f5; font-size: 100%; padding: 0 0 1px 1px; color: #000;}
		div#mainnav a { text-decoration: none; font-weight: bold; font-size: 10px; }
		div#mainnav a:visited {color: #666}
		div#mainnav a:link {color: #666}
		div#mainnav a:active {color: #000}
		div#mainnav a:hover {color: #fff; background-color: #333;}
	
	/*Level 2++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	#contents2 {
	margin-left: 120px;
	}
	
		/*Level 3, within #contents2=====================================================================*/
		#maincontent {
			width: 550px;
			float: left;
			font-size: 100%;
			line-height: 200%;
			margin-right: 20px;
			background-image:url(../images/bkg_transparent-gray.png);
			padding: 0 5px 0 5px;
			}
		ul#maincontent {font-size:inherit;
			line-height:inherit;
			margin-bottom:2em;
			}
	
		div#maincontent a{ font-weight: bold; }
		div#maincontent a:visited{ color: #666; text-decoration: underline;}
		div#maincontent a:link{ color: #3C5F8A; text-decoration: underline;}
		div#maincontent a:active { color: #fff; text-decoration: none; background-color:#3C5F8A;}
		div#maincontent a:hover {color: #fff; text-decoration: none; background-color:#3C5F8A;}
		
		#maincontent p.title { font-size: 175%;
			line-height:100%;
			font-weight: bold; 
			/*border-top: 1px solid #927C51;*/
			color: #3C5F8A; 
			}
		#maincontent p.title-eire {
		 	font-size: 175%;
			line-height:100%;
			font-weight: bold;
			/*color: #068609;*/
			}
		#maincontent p.introduction {
			font-size: 120%;
			font-weight: bold;
			}
		#maincontent p.quote {
			line-height: 150%;
			padding: 0, 10px, 0, 25px;
			margin-left:25px;
			margin-top: 0;
			margin-bottom: 1em;
			}
			
			
		#maincontent img.left {
			float:left;
			margin: 10px;
			}
			
		#maincontent img.right {
			float:right;
			margin: 10px;
			}
		
			
			
		/*Level 3========================================================================================*/
		#secondarycontent {
			width: 120px;
			max-width: 120px;
			float: left;
		}
		div#secondarycontent p { 
		font-size: 10px;
			line-height: 13px;
			color:#000;
			
		}
		div#secondarycontent a { 
		}
		div#secondarycontent a:visited {text-decoration: underline; color: #666}
		div#secondarycontent a:link {text-decoration: underline; color: #666}
		div#secondarycontent a:active {text-decoration: none; color: #000}
		div#secondarycontent a:hover {text-decoration: none; color: #000; background-color: #fff;}
		
		div#secondarycontent img.2ndryPix {
			margin-top: 10px;
			margin-bottom: 10px;
			}
		
			/*Level 4 #######################################################################################*/
			#secondaryfeature {
				font-size:11px;
				line-height:15px;
				}
				
/*Level 1============================================================================================*/	
#footerblock {
	clear:both; 
	padding: 5px 0 5 px 15px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	width: 780px;
	margin-bottom: 10px;
	color:#CCCCCC;
	background-color:#666666;
}

/*==========================================================
Alsett clearing method from Stylin' with CSS by Wyki-Smith
==========================================================*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {display:inline-block;} /*fix for IE Mac*/
* html .clearfix {height:1%;} /*Holly hack for a bug in IE6 for Windows*/
.clearfix {display:block}  /*Holly hack for a bug in IE6 for Windows*/
	
		
/********************************************************************************************************/
/* STYLES                                      */
/********************************************************************************************************/
div.bkgMemoir {
	background-color:ebe3c8;
	background-image:url(../images/bkg_grid-palegray-on-white.png);
	
	/*background-image:url(../images/OldPaper02.jpg);	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;*/
	}
div.bkgJournal {
	background-color:#FFFFFF;
	}
div.pullquote{float: right;
	width: 150px; 
	color: #900;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 200%/100% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 1px, 7px;}
	
div.pullnote{float: right;
	width: 150px; 
	color: #900;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 100%/150% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 5px 1px 5px 7px;}
	
div.pullnote-left{float: left;
	width: 150px; 
	color: #900;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 100%/150% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 5px 1px 5px 7px;}
	
	
div.pullq-left{float: left;
	width: 150px; 
	color: #900;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 200%/100% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 1px, 7px;}
span.note {font-family: "Century Schoolbook",serif;
	font-style: italic; 
	font-size: 12px;
	line-height: 14px;}


div.blockquotation {
	padding: 0, 10px, 0, 25px;
	margin-left:25px;
	line-height:150%;
	}
	
