<!-- /*Created for Red Barn Sewing & Yarn Center*/
/*by Brain Arcade Desgign Studio, LLC*/
/*http://www.brainarcadedesign.com*/


html { 
	overflow: -moz-scrollbars-vertical !important; /*mozilla hack to force a scrollbar and avoid the page shift bug*/
	} 

body
	{
	background-color: #fff;
	font: 0.8em verdana, arial, helvetica, sans-serif;
	text-align: center; /*ie centering hack*/
	min-width: 780px; /*mozilla width*/
	}

#page {
	postition: relative; /*lets elements inside this div be positioned absolutely*/
	min-width: 780px; /*ie width*/
	min-height: 570px; /*mozilla height*/
	_height: 630px; /*ie height */
	/*what follows is a mac ie hack*/

	 /*\*//*/
  	height: 590px;
	/**/

	background-color: #fff;
	margin: 0 auto; /* mozilla centering */
	text-align: left; /* remove ie centering hack*/
	}
#header_mainpage {	
	z-index: 1;	width: 100%;	
	height: 188px;	
	margin: 0 auto;	
	background: #fff url('images/branding/RedBarnlogo.gif') no-repeat; 	
	}

#header_subpage {
	z-index: 1;	width: 100%;	
	height: 188px;	
	margin: 0 auto;	
	background: #fff url('../images/branding/RedBarnlogo.gif') no-repeat; 
	}

#majornavcontainer {	
 	z-index: 2;	
	margin: -60 0 0 300;	
	padding: 0 0 0 12px;	
	align: right;	
	}

#majornavcontainer ul {	
	list-style: none;	
	margin: 0;	
	padding: 0;	
	border: none;	
	}

#majornavcontainer li {	
	display: block;	
	margin: 0;	
	padding: 0;	
	float: left;	
	width: auto;	
	}

#majornavcontainer a {	
	color: #fff;	
	display: block;	
	width: auto;	
	text-decoration: none;	
	font-weight: bold;	
	background: #c00;	
	margin: 0;	
	padding: 2px 10px;	
	border-left: 1px solid #c33;	
	border-top: 1px solid #c33;	
	border-right: 1px solid #c66;	
	}

#majornavcontainer a:hover, #majornavcontainer a:active {	
	color: #fff; 	
	background: #f00; 	
	}

#majornavcontainer a.active:link, #majornavcontainer a.active:visited {	
	position: relative;	
	z-index: 102;	
	background: #c00;	
	font-weight: bold;	
	}

#minornavcontainer {	
	clear: left;	
	float: left;	
	margin: 0 0 0 0;	
	padding: 0 0 0 10;	
	background: url('images/branding/gradient-50pxbw.jpg') repeat-x #fff;	
	width: 20%;	
	min-height: 400px;
	_height: 400px;	
	border-top: #c00 2px solid;	
	border-right: #c00 2px solid;	
	}

h1 {	color: #c00;	font-size: 16px;	font-weight: 900;	margin: 1em;	border: 2px solid;	padding: .5em;	text-transform: uppercase;	}

#minornavcontainer ul {	list-style: none;	margin: 20 0 0 0;	padding: 0;	border: none;	color: #c00;	font: bold 90%;	}

#minornavcontainer ul li {	margin: 0 0 20 0;	padding: 0;	border: none;	}

#minornavcontainer ul li a {	text-decoration: none;	color: #c00;	font-weight: bold;	}

#minornavcontainer ul li a:hover {	text-decoration: underline;	}

#mainbody {	
	float: left;	
	width: 75%;	
	min-height: 300px;   	
	_height: 300px;	
	background: #fff;	
	margin: 60 0 0 0;	
	padding: 0 0 0 10;	
	}

h2 {	
 	color: #c00;
	font-size: 12px;	
	font-weight: 600;	
	margin: 0;	
	text-transform: uppercase;
	clear: left;	
	}

h3 {	
 	font-size: 11px;	
	font-weight: 600;	
	margin: 1em 0 0 0;	
	text-transform: uppercase;	
	clear: left;
	}

h3.clearright {
	clear: right;
}

h4 {	font-size: 11px;	font-weight: 600;	margin: 1em 0 0 0;	}

p {	
	margin: 0 0 1em 0;	
	}

hr {	color: #c00;	background-color: #c00;	border: 0;	height: 0.2em;	width: 98%;	}.callout {	float: right;	width: 180px;	border: 2px #c00 solid;	padding: 5px;	}#footer {	clear: left;	background: #fff;	height: 60px;	width: 95%;	font-size: 80%;	border-top: #000 2px solid;	padding: 0;	margin: 0;	}#footer ul {	list-style-type: none;	border: 0;	margin: 0;	padding: 0;	color: #f00;	font-weight: bold;	}#footer ul li {	display: block;	float: left;	padding: 0;	margin: 0;	width: 30%;	}.normal {	font-weight: normal;	color: #000;	}em {	font-size: 110%;	}a {	color: #c00;	font-weight: bold;	}table {	margin-top: 20px;	width: 100%;	font-size: 80%;	}thead {	font-weight: bold;	}

img.left {	
	float: left;
	margin: 1em;	
	}

img.right {	
	float:right;
	margin: 1em;	
	}

.caption {
	float: right;
	margin: 1em;
	}

p.fineprint {	font-size: 75%;	font-style: italic;	margin: 0;	text-align: right;	}

.books {
	width: 140px;
	height: 150px;
	float: left;
	margin-left: 5px;
}

#blair {
	border: 5px double #000;
	padding: 10px;
}

#obit {
	border: 2px solid #000;
	padding: 10px;
}
-->