/* 
  -----------------------------------
  Huron COunty Historical Society 
  CSS Main
  Font Size Small
  -----------------------------------
*/
body {
	background-color: #4A4A4A;
	background-image: url(../images/kl-pbgtexture.jpg);
	color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/kl-masthead.jpg);
	background-repeat: no-repeat;
	height: 240px;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/kl-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 1em 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 590px;
}
#sidebox {
	float: left;
	width: 160px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 0.95em;
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
}
.callout150 {
	float: left;
	width: 150px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.90em;
}
.callout300 {
	float: center;
	width: 300px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.90em;
}
.note_quote {
	font-size: 0.95em;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	text-align: justify;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
.note_photo {
	font-size: 0.95em;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: justify;
}
.img_right { padding: 5px; margin: 0 0 5px 5px; display: inline; float: right;
}
.img_left { padding: 5px; margin: 0 5px 5px 0; display: inline; float: left;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.8em;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	background-image: ;
	background-repeat: ;
	background-position: ;
}
#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.10em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.10em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.55em;
}
h4 {
	margin: 1.5em 0 0 0;
	font-size: 1.00em;
}
#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/kl-footer.jpg);
	background-repeat: no-repeat;
	height: 235px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 0.8em;
	color: #2a2a2a;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #88221D;
	cursor: default;
	font-size: 0.15em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	cursor: pointer;
	font-size: .9em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	
	color: #10713D;
	text-decoration: none;
}

/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#p7TBMroot li a:hover,
#p7TBMroot li a:focus, 
#p7TBMroot li a:active {
	color: #88221D;
	background-position: 0px -100px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
