/******* CSS Stylesheet designed by Patricia A. Simmons, Web Wise Concepts, LLC 
		Modified July 2010 ***/

/* HTML tags ****************************/
html, body, ul, li, h1, h2, h3, h4, p {  /* set everything to zero for a good cross-browser starting point */
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.5;
	background-color: #0C3;
}
a:link, a:visited {
	color: #6633ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0c3;
}
h1 {
	font: 3.25em Arial, Helvetica, sans-serif;
	margin-left: 60px;
	padding-top: 10px;
	color: #0c3;
	width: 400px;

}
h2, h3 {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	color: #0c3;
}
h2 {
	font-size: 150%;
	margin-top: 20px;
}
h3 {
	font-size: 125%;
	margin: 10px 0 5px 0;
}
p {padding: 6px 0;}
ul {list-style-type: square;}

/* Layout Divs ****************/ 
#wrapper {
	width: 820px; 
	margin: 25px auto;  
	position: relative;
	border: 1px outset #6633FF; 
	background: #fff;
}
#banner {
	padding: 0;
	height: 160px; 
	background: #fff url(../images/banner.jpg) no-repeat right;
	border-bottom: medium solid #0c3;
}
span#tag {
	font: 1em Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #00F;
	padding: 8px 100px;
	border-top: 1px solid #0c3;
	margin-left: 60px;
}
#content {
	float: left;
	border-left: medium solid #0c3;
	width: 580px;
	padding: 10px 25px;
}
/****** Left Column */
#leftcol {  
	float: left;
	width: 160px;
	margin-bottom: 20px;/*adds some clearance below the column*/
	padding: 10px 5px 25px 2px;
}
/*- Navigation --------------------------- */

#nav_main ul {
	list-style: none;
}
#nav_main {
	width: 156px;
	margin: 8px;
}
#nav_main li a {
	font-size: .8em;
	text-decoration: none;
	color: #6633ff;
}
#nav_main li a:link, #nav_main li a:visited {
	color: #6633ff	;
	display: block;
	padding: 5px 5px 5px 10px;
}
#nav_main li a:hover, #nav_main li #current {
	color: #0c3;
	padding: 5px 5px 5px 10px;
	background: #ececec;
}/****** Footer */
#footer {
	clear: both;
	border-top: 1px solid #0c3;
	padding: 2px 10px 10px 20px;
	line-height: normal;
	margin:0;
	height: 120px;
	width: 95%;
}
#contact {
	float: left;
	font-size: 75%;
	width: 350px;
}
#siteInfo {
	float: right;
	font-size: 65%;
	width: 300px;
	text-align: right;
	margin: 25px 0 0 0;
}
p#italcent {
	text-align: center;
	font-size: 75%;
	font-style: italic;
	margin: 10px 0 3px 0;
}
/* Inner pages */
.topic {
	clear: both;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}
.topic h3 {
	padding: 20px 0px 5px 0px;
}
dt {
	font-size: 120%;
	font-weight: bold;
	padding-top: 1.2em;
}
div.left {
	clear: both;
	float: left;
	padding: 0px 20px 10px 30px;
	font-size: 80%;
	width: 42%;
}
div.right {
	float: right;
	padding: 0px 10px 10px 20px;
	font-size: 80%;
	width: 42%;
}
img.right {
	float: right;
	padding: 5px 0 5px 15px;
	border: none;
}
img.left {
	float: left;
	padding: 5px 15px 5px 0;
	clear: both;
	border: none;
}
.pt { /* styles the prices and times */
	text-align: right;
	padding-right: 25px;
	line-height: normal;
}
div.crumbs { 
	font-size: 65%;
	padding: 5px;
	clear: both;
}
/****** Newsletter */
blockquote#proverb {
	color:#6633FF;
	margin: 10px 25px 10px 75px;
	font-family:Papyrus, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
blockquote.signatures {
	color:#6633FF;
	font-family:Papyrus, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
img#newsimg {
	float: left;
	padding-right: 20px;
}
div#news p { /* styles the newsletter subtitle in the left column *** to be used when monthly newsletter included */
	font-size: 65%;
	line-height: normal;
	margin-bottom: 300px;
	text-align: center;
}
img {
	border: none;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
