/* Stylesheet.css */

/* Body text and page background */
body{
font-family: 'Book Antigua', Times, Serif;
/*  Would like to start using em  */
font-size: 1em;
/* font-size: 10px; */
color: #000000;
background-color: #551A16;
margin: 0px;
/* Last two lines below commented out. If you want to use */
/* a picture background, remove comment characters */
/* and set the url to a valid background image */
/* background-image: url("pix/bkg/crosshatch.jpg"); */
/* background-repeat: repeat; */
	SCROLLBAR-BASE-COLOR: #551A16;
	SCROLLBAR-ARROW-COLOR: #000000;
}
/*  Testing to see if we need p & td defined */
p, td {
	font-family:"Eras Medium ITC", Arial, Sans-serif;
	font-size: 1em;
	line-height: normal;
	COLOR: #000000;
	margin: 0px 0px 0px 0px;
    margin-left: 0px;
}
/* Creating special text for contact, email & hours */
.spectext {
	font-family:"Eras Medium ITC";
 	font-size: 0.93em;
	line-height: normal;
	COLOR: #ffffff;
	margin: 0px 0px 0px 0px;
    margin-left: 0px;
}
/* Defining all headers with the same characteristics */
h1, h2, h3, h4, h5, h6 {
	font-family: "lucida handwriting", Arial, Sans-serif;
	font-style: italics;
	line-height: normal;
	color: #491F00;
	margin: 0px 0px 0px 0px;
    margin-left: 0px;
}
/* Blockquote with blue background */
blockquote.tip {
background-color: #99ffff
}
/* Blockquote with pink background */
blockquote.warn {
background-color: #ff99cc
}
/* Float image to left of paragraph */
img.floatLeft{
float: left;
margin-right: 5px;
}
/* Float image to right of paragraph */
img.floatRight{
float: right;
}
/* Center image between margins */
div.center{
width: 100%;
text-align:center
}
/* Custom bullet for bulleted lists */
ul{
list-style-image: url("pix/bullets/ani-smiley.gif");
}
/* Style for tables of thumbnail images */
table.thumbs{
vertical-align: middle;
text-align: center;
border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs{
border: solid 1px #00bfff;
padding: 10px;
}
/* Style for thumbnail images */
img.thumbs{
width: 100px;
}
/* Links */
A:link { COLOR: #551A16; TEXT-DECORATION: none; font-weight: bold;}
A:visited { COLOR: #551A16; TEXT-DECORATION: none;}
A:active { COLOR: #551A16; TEXT-DECORATION: none;}
A:hover { COLOR: #000000; TEXT-DECORATION: none;}
/* Page container */
#container{
/* height: 60px; */
width: 100%;
background-color: #551A16;
/*  margin-left: 15%;  */
border: solid 1px #551A16;
/* border-bottom: thin solid #ff1493; */
}
/* Page navigation style */
#navigation{
height: 20px;
width: 100%;
background-color: #8CB53B;
border-bottom: thin solid #8CB53B;
}
/* Page header style */
#header{
height: 155px;
width: 100%;
background-color: #8CB53B;
border-bottom: thin solid #8CB53B;
text-align:center ;
}
/* Full size main container */
#fullmain{
background-color: #ffffff;
padding-left: 20px;
padding-right: 10px; 
}
/* Add some margin space to main content */
#main{
background-color: #000000;
margin: 1em;
/* margin-right must equal */
/* total width of right sidebar */
margin-right: 14em;
padding-left: 20px;
padding-right: 10px;
}
/* Style for sidebar column */
#sidebar{
vertical-align: top;
float: right;
/* Needed below for AOL and IE<7  */
display: inline;
padding: 0;
margin: 0.50em;
width:13em;
/* Total width is 10em */
}
/* Page footer style */
#footer{
clear: both;
height: 20px;
width: 100%;
background-color: #551A16;
border-top: thin solid #551A16;
}
/* Created to be able to alter the menubar background color */
.menucolor {
background-color: #896541;
}
/* Creating backgrounds to allow for easy display in different screens */
.background1 {
margin: 0;
padding: 0;
background-image: url(images/background1.jpg);
background-repeat: no-repeat;
background-position: top center;
}
/* Scrollable area */
#scroll {
    height: 30%;
    width: 90%;
    overflow: auto;
}
.footer {
	font-family: Arial, Helvetica, Sans-serif;
	color:#A8807E;
	font-size: 0.53em;
	line-height:12px;
	font-style: italic;
	padding: 3px 0px 3px 15px;
}
.footer a:link { font-family: "Viner Hand Itc"; font-size: 12px; color: #ffffff; text-decoration: bold; }
.footer a:visited { font-family: "Viner Hand Itc"; font-size: 12px; color: #ffffff; text-decoration: bold; }
.footer a:active { font-family: "Viner Hand Itc"; font-size: 12px; color: #ffffff; text-decoration: bold; }
.footer a:hover { font-family: "Viner Hand Itc"; font-size: 12px; color: #8E0505; text-decoration: bold; }