body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
}

A:link { color: #FFF; }
A:visited { color: #888; }

A:hover
{
	color: #FFF;
	text-decoration: underline;
}

A:active
{
	color: #FFF;
	text-decoration: underline;
}

h2
{
	margin: 0.5em 0 1em 0.7em;
	clear:left;
}

h3
{
	margin: 0.5em 0 1em 0.9em;
	clear:left;
}

P
{
	margin: 0 1em 1.5em 1em;
	line-height: 1.4em;
}

.mainPage
{
	width: 55em;
	min-width: 600px;
	margin: 2em auto;
	padding: 0;
	border: double 3px #444;
	font-size: 0.8em;
	color: #FFF;
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.pageHeader
{
	background-color: #222;
	border-bottom: 1px solid #444;
	height: 54px;
	padding: 1em;
	clear:both;
}

.page-footer
{
	background-color: #222;
	border-top: 1px solid #444;
	height: 2em;
	padding: 0.5em 1em 0 0;
	text-align: right;
	font-size: 0.8em;
	color: #888;
	clear:both;
}

.itemBar
{
	margin: 1em 1em 0.5em 1em;
	padding: 1px 0 0 1em;
	height: 20px;
	background: black url("/img/navbar-bg-up.gif");
	background-repeat: repeat-x;
	font: normal 10px/18px Verdana, Lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	color: #f5d7b4;
	clear:left;
	
}

.DownloadStoreButton
{
	margin: 0px 10px 10px 20px;
	padding: 5px;
	width: 180px;
	height: 50px;
	background: #111; 
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 1em;
	color: #EEE;
	cursor: pointer;
}
		
#gcHomePageGallery
{
	float: left;
	/* border:1px solid #339900; */
	margin: 0.5em 1em 1em 1em;
}

dl.navCalItem  
{
	margin: 0.5em 1em 0.5em 1em;
}

dl.navCalItem .calItemAdditional
{
	/* We don't want this material blowing out the navbar... */
	display: none;
}

dl.navCalItem dt .calDateString
{
	border-top: 1px solid #333;
	font-weight: bold;
}


dl.navCalItem dd 
{
	margin: 0em 1em 1em 1em;
	font-size: 0.9em;
}

.lede
{
	font-size:1.1em;
}

.lede A
{
	color: #FFF;
	text-decoration: none;
}

.lede A:hover 
{ 
	color: #FFF;
	text-decoration: underline;
}



.rightCol
{
	float: right;
	width: 200px;
	margin: 0.5em;
	background: #222;
	font-size: 0.9em;
	line-height: 1.4em;
	height: 100%;
	overflow:hidden;
	/* background: black center url("img/CastleArmsFiddleVert.jpg");
	background-repeat: no-repeat;
	background-position: center 0%; */
}

#mailingListSignupForm BUTTON
{
	background: black url("/img/navbar-bg-up.gif");
	background-repeat: repeat-x;
	font: normal 10px/18px Verdana, Lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	color: #f5d7b4;
	border: 1px solid #222;
	margin-top: -1px;
}

#mailingListSignupForm BUTTON:hover
{
	color: white;
	border: 1px solid #f5d7b4;
}

.leftCol
{
	min-width:25em;
	margin: 0.5em 200px 0 0;
}

/* Holly Hack for main column, because IE/Win is lame */
/* Hides from IE5-mac \*/
* html .leftCol {height: 1%;}
/* End hide from IE5-mac */

/* --------MONTH CALENDAR --------------------- */

.gdCal
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #777;
	text-align: center;
	background: #262626;
	padding: 0.5em;
	border-spacing: 0;
	width: 90%;
	margin: auto 1em;
}
.gdCalTitleRow
{
	color: white;
	background: black;
	margin: 0.5em;
}
.gdCalWeekdays
{
	font-size: 0.75em;
}
.gdCalDayPrevMonth, .gdCalDayCurMonth, .gdCalDayNextMonth
{
	margin: 1em;
	padding: 4px;
}
.gdCalDayPrevMonth
{
	background: #111;
}
.gdCalDayNextMonth
{
	background: #111;
}

.gdCalDayCurMonth.gdCalDayToday
{
	border: solid 1px #666;
}

.gdCalDayCurMonth.gdCalDayContinuingGig,
.gdCalDayNextMonth.gdCalDayContinuingGig,
.gdCalDayPrevMonth.gdCalDayContinuingGig
{
	border-bottom: 1px solid #343; 
	border-top: 1px solid #343; 
	background: #162216; 
}


.gdCal  A
{
	color: #FFF;
	text-decoration: none;
}
.gdCal A:hover 
{
	text-decoration: underline;
}

.covid19 
{
	margin: 1em;
	background-color: rgba(255,64,64,0.4);
	padding: 1em 5em;
	line-height: 2.0em;
	font-size: 0.9em;
	border-radius: 1em;
	
}


/* ---------BEGIN HORIZONTAL BUTTONS -----------*/
#navcontainer
{
	margin: 0;
	padding: 0;
	height: 20px;
	background: black url("/img/navbar-bg-up.gif");
	background-repeat: repeat-x;
}

#navcontainer > ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 18px;
}

#navcontainer ul li a
{
	/* background: #fff; */
	/* background: #B63434; */
	width: 7.5em;
	height: 17px;
	/* border-top: 1px solid #f5d7b4; */
	/* border-left: 1px solid #f5d7b4; */
	/* border-bottom: 1px solid #f5d7b4; */
	/* border-right: none; */
	padding: 2px 0 0 0;
	/* margin: 0 0 10px 0; */
	margin; 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px Verdana, Lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#navcontainer ul li a:hover,
#navcontainer ul li ul li a:hover

{
	/* color: #930; */
	/* background: #f5d7b4; */

	/* Red
	color:#FC0;
	background: #DB3F3F;
	*/
	
	/* Green */
	color:#FF0;
	background: #090;

	
}   


#navcontainer + ul li#active a
{
	padding: 1px 0 0 0;

	/* background: #c60 url("/img/navbar-bg-down-red.gif"); 
	border: 1px solid #c60; */

	background: #FF0 url("/img/navbar-bg-down.gif");
	border: 1px solid #cc9; 

	background-repeat: repeat-x;
	color: #fff;
}

/*
    Drop downs, based on Son of Suckfish dropdowns
    http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

#navcontainer ul li ul

{
	position: absolute;
	list-style: none;
	display: block;
	list-style: none;
	width: 16.4em; /* 12.4em; */
	margin: 0;
	padding: 0;
	background-color: #333;
	border: solid 1px #555;
	left: -999em;
	z-index: 2000; /* keep out of the way of rotating gallery images */
}

/* #navcontainer li#active ul a*/

#navcontainer ul li ul a

{
	display: block;
	width: 20em; 
	border: none;
	text-align: left;
	padding: 0 0 0 1em;
}

#navcontainer li:hover ul
{
	left: auto;
}

#navcontainer li.sfhover ul
{
	left: auto;
}



/* --------- END HORIZONTAL BUTTONS -----------*/

