﻿/* ======================
this creates the first background layer
as well as body styles
========================= */
body {
	background: url('twilight-pint.jpg');
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
body img {
	border: 0px;
	text-decoration: none;
}
/* ==================
this styles the middle div or container
===================== */
#container {
	margin: 20px auto 20px auto;
	width: 90%; /* decrease width to add more padding to outer layer*/;
	background: url('gradient.jpg');
	padding: 20px; /* increase number to add more padding*/
	border: #AE8DA4 3px ridge;
	background-repeat: repeat;
}
/* =====================
inner or centermost layer
======================= */
#inner {
	margin: 20px auto 20px auto;
	width: 90%;
	background: #FFFFFF;
	border: 3px ridge;
	padding: 10px;
	border: #330000 3px ridge;
}
/* =========================
Masthead
====================== */
#masthead {
	border-collapse: collapse;
	width: 100%;
	border-bottom: medium #330000 ridge;
}
#masthead td {
	padding: 5px;
}
#masthead .title {
	font-family: "Brush Script MT", Times, serif;
	text-align: center;
	font-size: 400%;
	font-weight: bold;
	color: #330000;
	background-color: inherit;
}
#masthead .logo {
 background-position: center center;
 width: 250px;
 background-image: url('halloween2012-04.JPG');
 height: 188px;
 background-repeat: no-repeat;
}
/* ============================
all links
========================== */
a {
	text-decoration: none;
}
a:link, a:visited {
	background: transparent;
	color: #0066FF;
}
a:hover {
	background: transparent;
	color: #330000;
	text-decoration: underline;
}
/* =========================
fancy horizontal line
======================= */
div.hr {
 background-image: url('hops-barley.png');
 background-position: center center;
 background-repeat: no-repeat;
 display: block;
 height: 126px;
 margin: auto;
 width: 640px;
}
/* ======================
heading tags
========================== */
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #330000;
	background-color: inherit;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
/* ========================
content and navigation
==================== */
#content {
	border-collapse: collapse;
	width: 100%;
}
#content td {
	padding: 10px;
	vertical-align: top;
}
#content .navigation {
	width: 182px;
	border-right: thin #330000 ridge;
}


.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
.navigation li {
	list-style: none;
	padding: 2px 0;
}
.navigation ul li {
	text-decoration: none;
	margin-top: 2px;
}
.navigation ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}

#content .main {
	vertical-align: top;
}




/* *****************************************************
General information at the bottom of each page 
**************************************************** */
#footer {
	background-color: transparent;
	border-top: medium double #330000;
	font-size: 85%;
	margin-top: 5px;
	padding: 5px 5px;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ====================
centers text
====================== */
.center {
	text-align: center;
}

