

/* generic tag styling */

html, body {
	height: 100%;
}

body {
	background: url('/images/backgrounds/fear-650x882.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;	
}


a {
	color: #DBB610;	
	text-decoration: none;
	border-bottom: 1px dotted #DBB610;	
}

a:hover {
	border-bottom: 1px dashed #DBB610;
}

#AboutToggler a:active {
	color: white;
}

a:hover {
	color: #8b8a89;
}

a:visited {
	color: #DBB610;
}


img {
	border: none;
}


p {
	margin: 10px 0px 20px;
	text-align: justify;
	line-height: 14px;
}

li {
	margin-bottom: .2em;
}


caption { font-size: 1.2em; font-weight:bold; background-color: maroon; color:white; }

tr th { background-color: black; font-weight:bold; text-align:center }


/* specific element styling */

.packagesTable {background-color: black }
.packagesTable td { border: 1px solid blue; text-align:center; font-size: .8em }

#PageContainer {
	width: 950px;
	margin: 0 auto;	
}


/* Header Navigation Menu */

#MainNavigation {	
	width: 950px;	
	text-align: right;
}


#MainNavigation ul {	
	font-weight: bold;
	list-style-type: none;
	margin: 0;	
}

#MainNavigation li {	
	border: 1px solid gray;	
	margin: .5em;	
	padding: .4em;	
	width: 70px;	
	
  display: -moz-inline-box;
 	display:inline-block;
  text-align: left;	
  background: url('/images/backgrounds/button-flare.jpg');
  background-repeat: repeat-x;
}

#MainNavigation li:hover {	
  background: url('/images/backgrounds/button-flare-hover.jpg');
  background-repeat: repeat-x;
}

#MainNavigation li a {		
	text-decoration: none;	
	width: 70px;
	border-bottom: 0;
}
#MainNavigation li a:hover {
	color: white;
}


#LeftSidebar {	
	min-height: 600px;
	height:auto !important;
	height: 600px;		
	margin-top: -40px;
	color: #DBB610;	
}

#SocialNetworkLinks {
	text-align:center;
	width:100%;
	margin-top:3em;
}

#SocialNetworkLinks a {
	border:none;
}


#FriendsOfMno {
	margin-top:1em;
	border:2px inset #DBB610;
}

#MainContent {
	padding-top: 1.4em;	
	color: silver;	
}

h1,h2,h3,h4,h5,h6 {
	color: silver;	
	font-weight:bold;
}

h1 {
		font-size:1.8em;
		line-height:1;
		float:right;
		text-transform: uppercase; 
		color: #DBB610; 
		font-style: italic;		
		border-left: 1px inset #DBB610;
		border-top: 1px inset #DBB610;
		padding: .4em;
		min-width: 200px;
		text-align: right;
		margin-left: 30px;
		margin-bottom: 30px;		
}

h2 {font-size:1.6em;margin-bottom:0.75em;color:#DBB610;}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}



#FaqContent h2{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #DBB610;
}

blockquote {
	color: #DBEEEE;
}


#Footer {	
	border-top: 1px inset #DBB610;
	border-right: 1px inset #DBB610;	
	text-align: center;	
	color: gray;
	font-size: .7em;
}


.event {
	margin: 2em;
	padding: 1em;
	border: 2px inset blue;
	background-color: black;	
}

.event p {
	line-height: 1.8em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}


.venue {
	font-weight: bold;
	font-family: "Times New Roman", serif;
	font-size: 1.4em;
	text-decoration: none;
}


.debug {
	background-color: red;
}

.hidden {
	display: none;
}

#AudioPlayer {
	border:0;
}

.pageGreeting {
	font-weight: bold;
	font-style:  italic;
	color: gold;
}


#FinePrint ul li {
	margin-bottom: 1.2em;
}



