/*  Basic Style for the content of the page */
html { font-family:Verdana,Arial,Sans-Serif; color: #333333; font-size:80%; }

/*  Instructions for the body tag */
body { height: 100%; margin: 10px auto 0px auto; padding: 0; background:#753116 url(img/bg.gif); }

/*  Style for a link, and when you rollover a link */
a { color: #777; text-decoration:none; }
a:hover { color: #999; text-decoration:underline; }

/*  Style for h1 and h2 */
h1 { color:#753116; font-family:verdana, arial,sans-serif; font-weight:bold; font-size:18px; margin:0 0 5px 0; }
h2 { color:#753116; font-family:verdana, arial,sans-serif; font-weight:bold; font-size:14px; margin:0 0 5px 0; }

/*  Content Box */
#content { background-color: #fffaf0; border: 2px solid #c08d5a; width:696px; margin:-2px auto 0 auto; }

/*  Navigation Bar Code */
#nav { background: url(img/header.gif); height:102px; width:700px; margin:0 auto; padding: 0;}

#nav1 ul { border: 0; margin: 0px auto; padding:78px 0 0 2px; list-style-type: none; text-align: center; }
#nav1 ul li { display:inline; float:left; text-align:center; padding:0; margin:0; }
#nav1 ul li a { padding:0px 7px 0px 9px; margin:0px auto; color: #c08d5a; text-decoration: none; font: bold 14px "Times New Roman", Times, verdana, arial, serif; }
#nav1 ul li a:hover { color: #cccccc; }
#nav1 ul li a.selected { color:#cccccc; }

#nav2 ul { border: 0; margin: 0px auto; padding:78px 2px 0 0; list-style-type: none; text-align: center; }
#nav2 ul li { display:inline; float:left; text-align:center; padding:0; margin:0;  }
#nav2 ul li a { padding:0px 9px 0px 7px; margin:0px auto; color: #c08d5a; text-decoration: none; font: bold 14px "Times New Roman", Times, verdana, arial, serif; }
#nav2 ul li a:hover { color: #cccccc; }
#nav2 ul li a.selected { color:#cccccc; }

/*  Calendar by Jay Eckles check out his page at: www.jayeckles.com */
/*
 * $Id: calendar.css,v 1.6 2005/04/19 02:47:56 ecklesweb Exp $
 * Derived from a style sheet Copyright Isaac McGowan, used under GPL.
 * This file is licensed under the GPL version 2 and is provided without warranty.  
 * See http://www.gnu.org/copyleft/gpl.html for license details.
 */
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

/**** month and year header at top of calendar ****/
.date_header	{ font-size:16px; font-family:font-family:Verdana,Arial,Sans-Serif; font-weight:bold; text-align:left; color:#753116; }

/**** color and size of calendar cells.  ****/
.day_cell		{ background-color:#aba89a; height:83px; width: 93px; }
.empty_day_cell	{ background-color:#aba89a; height:83px; width: 93px; }
.today_cell		{ background-color:#aba89a; height:83px; width: 93px; }
.populated_day_cell  { background-color:#d8d5c8; } 

/**** day number in upper left corner of each cell ****/
.day_number			{ font-size:10px; font-weight:bold; font-family:verdana, arial, Sans-Serif; color:#333333; padding:0 2px; text-align:left; }
.day_number a:link		{ color:#333333; text-decoration:underline; }
.day_number a:active		{ color:#333333; text-decoration:underline; }
.day_number a:visited	{ color:#333333; text-decoration:underline; }
.day_number a:hover		{ color:#333333; text-decoration:underline; }

/**** title_txt is the text for each post on main page ****/
.title_txt		{ font-size:10px; line-height:16px; font-family:verdana, arial, Sans-Serif; color:#753116; }
.title_txt a:link	{ color:#753116; text-decoration:underline; }
.title_txt a:active	{ color:#753116; text-decoration:underline; }
.title_txt a:visited	{ color:#753116; text-decoration:underline; }
.title_txt a:hover	{ color:#753116; text-decoration:underline; }

/**** time line under title text when event time given ****/
.time_str	{ font-size:9px; font-family:verdana, arial, Sans-Serif; color:#753116; }

/**** column headers or days of the week ****/
.column_header	{ background-color:#753116; font-size:12px; font-family:verdana, arial, Sans-Serif; color:#c08d5a; font-weight:bold; text-align:center; }
.column_header2	{ background-color:#753116; font-size:12px; font-family:verdana, arial, Sans-Serif; color:#c08d5a; font-weight:bold; padding:0 6px; text-align:right; }

/**** footprint text ****/
.footprint	{ font-size:10px; font-family:verdana, arial, Sans-Serif; color:#666; font-weight:bold; margin-top:5px; }
.footprint a	{ font-size:10px; font-family:verdana, arial, Sans-Serif; color:#999; font-weight:bold; margin-top:5px; }

/*  Instructions for the footer text */
#footer { height:16px; width:640px; padding:3px 10px 0px 10px; background-color:#fffaf0; margin:-2px auto 20px auto; border-left: 2px solid #c08d5a; border-right: 2px solid #c08d5a; border-bottom: 2px solid #c08d5a; color:#996633; font-size:0.9em; }
#footer a { color:#996633; text-decoration:none; font-weight:bold; }
#footer a:hover { color: #996633; text-decoration:underline; font-weight:bold;}

/*  This class clears the alignment of div tags */
.clear { clear:both; }

/* Contact Styles */
#form { font-size:90%; margin: 10px 0 0 0; padding:0px; float:left; }
#form ul { border: 0; margin: 0; padding: 0; list-style-type: none; }
#form ul li { display: block; padding: 0; margin: 0; width:100px; }
.space { margin: 10px; padding:10px; }