/* COLOR DARKRED 8B0000 */
/* COLOR palegoldenrod(SVG) #EEE8AA */
/* COLOR ash #C6C3B5 */
/* COLOR darkest red #330000 */


body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #370000;
	background:#000 url(../images/redcurtain.jpg) fixed top left repeat;
	font: normal 12px Verdana, Serif;
}


a:link, a:visited, a:hover, a:active { color: #ccc; }

.HotNews {
	font-size: 8pt;
	text-align: left;
	color:#333333;
	margin: 5px;
	padding: 5px;
	border: ridge;
	overflow: scroll;
	position: absolute;
	top: 564px;
	right: 7px;
	height: 250px;
	width: 139px;
	background-color:#f8fae2;
}

.HotLFNews a:link { color: #333; } 
.HotLFNews a:visited { color: #333; } 
.HotLFNews a:hover { color: #000; }
.HotLFNews a:active { color: #333; }

.SansBorder img {
border:none;
vertical-align:bottom;
}

#container {
    position:relative;
    margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	padding: 0;
	text-align: center;
	width:740px;
	background-color: #000000;
	border-left: #996600  1px solid;
	border-right: #996600 1px solid;
}

#box
{
	height: 435px;
	width: 728px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#marquee {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#logo { 
	position: relative;
	float: right;
	top: -15px;
	z-index: 90;
}

#logo a, #logo img { text-decoration: none; border:none; }

#oval {
	z-index: 2;
	position: absolute;
	left: 98px;
	top: 185px;
	margin: 0;
	padding: 0;
	border: none;
}

#oval img, #oval a { border: none; cursor: pointer; }

.featuring {
	position: absolute;
	padding: 0; margin: 0;
	top: 0;
	left: 0;
	border: none;
	cursor: pointer;
}

#message {
	z-index: 3;
	position: absolute;
	top: 162px;
	left: 71px;
	margin: 0;
	padding: 0;
	border: none;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 612px;
	margin-top: 10px;
	text-align: center;
}
#content p { text-align: justify; }

#description {
	text-align: center;
	margin: 0 auto;
	width: 660px;
}

#about {
	float: left;
	width: 520px;
	text-align: justify;
	color: #bbbb96;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.first {
	border-top: 1px solid gray;
	padding-top: 5px;
}

.Headline {
	text-align: center;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.EventTitle {
    font-weight: bold;
}

.last {
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
	margin-bottom: 10px
}

.hide { visibility: hidden; display: none; }


/* FOOTER */

.footer {
	padding: 0;
	font-size: 11px;
	color: #8B0000;
	text-align: center;
	clear: both;
	padding: 20px 5px 0 5px;
	margin: 0 auto;
}

.footer a {
	text-decoration: none;
	color: #8B0000;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .divider {
	padding: 0px 4px 0px 4px;
}

div.webring {
	padding-top: 30px;
	clear: both;
}

div.CthulhuWebring {
	padding-top:20px;
}

div.CthulhuWebring table,
div.CthulhuWebring table td,
div.CthulhuWebring table td a img {
    border-collapse:collapse;
	padding:0px;
	margin: 0px;
	border: 0px;
	
}


div.MainPageFooterLinks {
	text-align: center;
	font-size: 12px;

}


/* BALLOON */

#balloon {
	position: absolute;
	bottom: 120px;
	left: -235px;
	z-index: 199;
	width: 300px;
}

#balloontop {
	position: relative;
	width: 300px;
	border: none;
	margin: 0;
	background: transparent url(../images/balloon-top.png) bottom right no-repeat;
	height: 28px;
}

#balloonmsg {
	position: relative;
	width: 300px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent url(../images/balloon-mid.png) repeat-y;
	font-size: larger;
}

#balloonbot {
	position: relative;
	width: 300px;
	border: none;
	margin: 0;
	background: transparent url(../images/balloon-bot.png) top left no-repeat;
	height: 48px;
}

#balloonmsg p {
	padding: 0 5px 0 10px;
	margin: 0 15px 0 20px;
	text-align: justify;
} 

#balloonmsg blockquote {
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
	margin: 0 15px 0 27px;
	padding: 5px 10px 5px 10px;
	color: #370000;
}

#balloonmsg .byline {
	font-size: 11px;
	line-height: 1.5em;
	font-family: georgia, book antiqua, garamond, palatino, times new roman, serif;
	font-style: normal;
	text-align: right;
	color: #330033;
	font-weight: bold;
}

.date { color: #330000; border-bottom: 1px dotted #330000;}
