/*JOURNAL-06-2008-PRINT.CSS: for printing a web page without ads, nav bars, etc.
Use this markup in the Header section:
<link href="../css/journal-06-2008-print.css" rel="stylesheet" type="text/css" media="print" />*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body { 
	min-width:850px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	line-height: 14pt; 	
	background-color: #fff;	
	color: #000;
}

/*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: 10pt;
	color: #000;
	}
	h2 {
	margin-bottom: 0;
	font-size: 24pt; 
	color: #000;
	}
	h3 {
		display:none;
	font: bold 10pt/24pt ;
	margin-top: 2pt;
	margin-bottom: 2pt;
	color: #000;
	text-transform: uppercase;
	}

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

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

#mainwrap {
	width:auto;
	margin-left:auto;
	margin-right:auto;		
	}
	div#mainwrap p.adblock {display:none}
	/*Level 2============================================================================================*/	
	#headerblock {
		width: 100%;
		margin: 5%;
		}
	
			/*********************************************************************************************************
			Level 3... within headerblock
			BREADCRUMBS Source: http://www.strictlycss.com/articles/article/34/css-breadcrumb-using-background-image
			**********************************************************************************************************/
			#breadCrumb {
				display:none;
			 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 {
	display:none;
			
		}
		
	
	/*Level 2++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	#contents2, #maincontent, #secondarycontent {
		margin: 5%;
		float:none;
		
		}
	
		/*Level 3, within #contents2=====================================================================*/
		#maincontent {
			}
			
		ul#maincontent {font-size:inherit;
			line-height:inherit;
			margin-bottom:2em;
			}
	
		div#maincontent a{ text-decoration: underline; color:#333333; }
		
		
		#maincontent p.title { font-size: 16pt;
			line-height:20pt;
			font-weight: bold; 
			}
		
		#maincontent p.introduction {
			font-size: 12pt;
			font-weight: bold;
			}
		#maincontent p.quote {
			line-height: 150%;
			padding: 0, 10pt, 0, 25pt;
			margin-left:25pt;
			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: 10pt;
			line-height: 13pt;
			
		}
		div#secondarycontent a { text-decoration: underline;
		color:#333333;
		}
		
		
		div#secondarycontent img.2ndryPix {
			margin-top: 10px;
			margin-bottom: 10px;
			}
		
			/*Level 4 #######################################################################################*/
			#secondaryfeature {
				font-size:11pt;
				line-height:15pt;
				}
				
/*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
==========================================================*/


	
		
/********************************************************************************************************/
/* STYLES                                      */
/********************************************************************************************************/

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;}
	

