/*
	(c)Copyright 2005 Minnesota Historical Society 
	mnhs.org SECONDARY CSS
	Created by: Garrick Willhite	
	Modified by: Corrie Potter 9-7-06
*/
#secondarycontent {
	float: left;
	width: 564px;
	border-top-color: #D6CECE;
	border-top-width: 2px;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
}
#secondarycontent H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#secondarycontent H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	font-weight: bold;
	background-color: #ECE8E8;
	color: #404040;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
}
#secondarycontent H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
	font-weight: bold;
	color: #3A6894;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#secondarycontent H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	line-height: normal;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#secondarycontent p {
	font-size: 70%;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 12px;
}
#secondarycontent a {
	color: #3A6894;
	text-decoration: underline;
}
#secondarycontent a:hover {
	background-color: #E0F1FE;
	color: #41535C;
}
#secondarycontent td {
	font-size: 60%;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
#secondarycontent UL {
	font-size: 70%; 
	line-height: 125%; 
	color: #000000; 
	margin:0px;
	padding-left: 40px; 
	margin-top: 4px; 
	margin-right: 20px; 
	margin-bottom: 10px; 
	display: inherit; 
	position:relative; 
	list-style-position: outside; 
	padding-bottom: 10px; 
}
#secondarycontent UL UL {
	list-style-type: circle;
	font-size:100%;
}
#secondarycontent UL LI {
	display: marker;
	list-style-image: url(http://www.mnhs.org/web_assets/bullet.gif);
	list-style-type: square;
	font-size:10px;
}
#secondarycontent OL {
	font-size: 70%;
	line-height: 125%;
	color: #000000;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inherit;
	left: 20px;
	position:relative;
	list-style-position: outside;
	padding-bottom: 10px;
}
#secondarycontent OL LI {
	list-style-type: decimal;
}
#secondaryleftnav {
	border: 2px dotted #D6CECE;
	padding: 6px;
	margin-bottom: 10px;
	margin-right:8px;
	margin-left:0px;
	margin-top:0px;
	float:left;
	width:140px;
	position:relative;
	background-color: #FFFFFF;
}
/* OLD SECONDARY CSS STYLES */

.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #41535C;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

/*  blog style changes by Joe Hoover */
.commentHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	font-weight: bold;
	background-color: #ECE8E8;
	color: #404040;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#secondarycontent hr{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
}

div.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	font-weight: bold;
	background-color: #ECE8E8;
	color: #404040;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}	 

