/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Module:			dark.css
  Description:		Alternative Style sheet for the
  						18mmw.com web site
  Author			dkm, 2003 September
  Last Modified:	
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Style the page structure
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
body {
	margin: 0;
	padding: 0;
	background: #fff url(../i/bg_dark.gif) repeat-y;
}
#brand {
	position: relative;
	top: 15px;
	left: 525px;
	margin: 0;
	padding: 10px 0 5px 7px;
	background: transparent;
	border-top: 5px solid #fff;
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Navigation
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#right {
	/*
	margin-top: 33px;
	margin-left: 575px;
	Eh? Try absolute positioning */
	position: absolute;
	top: 143px;
	left: 728px;
	padding: 0;
	font-family: lucida, 'lucida grande', 'lucida sans unicode', verdana, geneva, sans-serif;
	background: transparent;	/* Hold this thought: #d9e0da */
	border-top: 5px solid #fff;
	width: 245px;
}
.navlinks h4 {
	margin: 0;
	padding: 5px 10px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: #1D2F3E;	/* #f28000; */
	/* False value for MSIE 5.x */
	width: 245px;
	/* Start the box-model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* Show the correct value for compliant browsers */
	width: 225px;
}
/* Be nice to Opera */
html>.navlinks h4 {
	width: 225px;
}
.navlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #586066;
}
.navlinks li a:link, .navlinks li a:visited {
	display: block;
	margin: 0;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #fff;
	/* False value for MSIE 5.x */
	width: 245px;
	/* Start the box-model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 235px;
}
/* And of course, be nice to Opera */
html>.navlinks li a:link, html>.navlinks li a:visited {
	width: 235px;
}
.navlinks li a:hover {
	color: #545454;
	background: #c9c9c9;
}

/* Subnavigation links */
#subnav li a:link, #subnav li a:visited {
	margin: 0;
	padding: 3px 0 3px 20px;
	font-size: 10px;
	border-bottom: 1px dashed #fff;
	background: #949a9f;
	/* False value for MSIE 5.x */
	width: 245px;
	/* Start the box-model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 225px;
}
/* Be nice to Opera */
html>#subnav li a:link, #subnav li a:visited {
	width: 225px;
}
#subnav li a:hover {
	color: #545454;
	background: #c9c9c9;
}

/* News items on the Home page */
#newscontainer {
	margin: 0;
	padding: 0;
	font-family: georgia, palatino, 'new century schoolbook', serif;
	background: transparent; 	/* url(../i/michael_greetings.gif) no-repeat top; */
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	min-height: 400px;
}
#newscontainer h4 {
	margin: 0;
	padding: 5px 10px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: transparent;
	/* False value for MSIE 5.x */
	width: 245px;
	/* Start the box-model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* Show the correct value for compliant browsers */
	width: 225px;
}
/* Be nice to Opera */
html>#newscontainer h4 {
	width: 225px;
}
.newsitem {
	margin: 5px 8px;
	padding: 5px;
	color: #fff;
	background: transparent;
	border: 1px dashed #fff;
}
.newsitem h5 {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 3px 5px;
	background: transparent;
}
.newsitem p {
	margin: 0;
	padding: 0.25em 5px;
	font-size: smaller;
	line-height: 1.25em;
	background: transparent;
 }
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Content areas
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#contentcontainer {
	position: absolute;
	top: 27px;
	left: -2px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	width: 525px;
}
/* Top graphic */
#splashy {
	margin: 0 0 0 25px;
	padding: 0;
	/* Force MSIE 5.x to center the damn thing... */
	text-align: center;
	background: #000;
	border-right: 3px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
}
/* Main content */
.main {
	margin: 0 0 0 25px;
	padding: 15px;
	font-family: lucida, 'lucida grande', 'lucida sans unicode', verdana, geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.75em;
	background: transparent;
}
/* The footer */
#footer, #geek {
	margin: 0 0 0 25px;
	padding: 3px 15px;
	font-family: lucida, 'lucida grande', 'lucida sans unicode', verdana, geneva, sans-serif;
	font-size: 9px;
	color: #fff;
	background: transparent;
	border-top: 5px solid #fff;
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  General elements
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
h1, h2, h4 {
	margin: 0;
	padding: 0;
	font-family: lucida, 'lucida grande', 'lucida sans unicode', verdana, geneva, sans-serif;
	color: #fff;
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Specific elements
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.hide {
	display: none;
}
.present {
	margin: 5px 0;
	background: transparent;
}
.whitealbum {
	margin: 1em 0;
	padding: 0 15px;
	font-family: georgia, palatino, serif;
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	background: transparent;
}
.thesmallprint {
	font-size: smaller;
	line-height: 1.25em;
}
.thedetails {
	font-weight: bold;
}
.main a:link, .main a:visited, #footer a:link, #footer a:visited, .newsitem a:link, .newsitem a:visited, #geek a:link, #geek a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffe461;
	border-bottom: 1px dashed #ffe461;
	background: transparent;
}
.main a:hover, #footer a:hover, .newsitem a:hover, #geek a:hover {
	color: #edebbd;
	border-bottom: 1px dashed #edebbd;
	background: transparent;
}
.showinfo li {
	list-style-type: none;
}
.biolist {
	list-style-type: none;
}

/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Past schedule link boxes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#pastlinks ul {
	margin: 3px 0;
	padding: 0;
	list-style: none;
	background: transparent;
}
#pastlinks li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background: transparent;
}
#pastlinks a:link, #pastlinks a:visited {
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #949a9f;
	border: 2px solid #fff;
}
#pastlinks a:hover {
	color: #586066;
	background: #c9c9c9;
}

#pastlist {
	margin: 0;
	padding: 0;
	background: transparent;
}
#pastlist h3 {
	margin-top: 1.35em;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 3px solid #949a9f;
}
#pastlist p {
	padding: 0;
	line-height: 1.35em;
}
#pastlist h4 {
	margin-top: 1em;
	margin-bottom: 0;
}
.skittitle {
	font-weight: bold;
	font-style: italic;
}
.skitinfo {
	margin: 15px;
	padding: 0;
	background: transparent;
}
	
