/* Cascading Style Sheet for Mono Ensemble Web pages. See comments for notes, instructions, etc.
Last updated: 02/08/2007 11:55 PM */

/* BASIC HTML ELEMENTS AND VARIATIONS */
body { 
	font-family: sans-serif; 
	background-color: #000000; 
	margin: 25px; 
	}
p { 
	font-family: sans-serif; 
	font-size: 12pt;
	margin-top: 12px; 
	text-align: left;
	color: #FFFFFF;
	}

p.note {
	font-family: sans-serif; 
	font-size: 12pt;
	margin-top: 0px; 
	text-align: center;
	color: #FFFFFF;
	}

h1 { 
	font-family: sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FFFFFF;
	text-align: center;
	}

h2 { 
	font-family: sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FFFFFF;
	}

h3 { 
	font-family: sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FFFFFF;
	}

li {
	font-size: 12pt;
	list-style-type: none;
	color: #FFFFFF;
	}

li.space {
	text-align: center;
	line-height: 36pt;
	}

a:link { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}

a:hover, a:active { 
	text-decoration: none;
	color: #FFFF00;
	}


/* CONTAINER DIVISION STYLE */
#container { 
	height: 90%;
	width: 70%;
	padding: 20px;  
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

/* NAVBAR DIVISION STYLE  */
#navbar {
	height: 30px;
	padding: 0px;
	border: 0px;
	position: relative;

	/* Added these attributes 3/26/2007 to correct off-center navbar */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	white-space: nowrap;
	}

#navbar li {
	list-style-type: none;
	display: inline;
	}

#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
	}

#navbar a:link { 
	font-weight: bold; 
	text-decoration: none;
	}
#navbar a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	}

			/*
			#navbar a:hover, a:active { 
				text-decoration: none;
				padding: 7px 25px;
				color: #FFFF00;
				}
			*/

/* INDEX DIVISION STYLE */
#index {
	height: 100%;
	background: #000000 url(monoensemble.jpg) no-repeat center;
	top: 0px;
	text-align: center;
	}

/* ABOUT DIVISION STYLE */
#about {
	height: 100%;
	background: #000000 url(monomusic4.jpg) no-repeat center;
	text-align: center;
	}

/* NEWS DIVISION STYLE */
#news {
	height: 100%;
	background: #000000;
	text-align: center;
	}

/* MUSIC DIVISION STYLE */
#music {
	height: 100%;
	background: #000000 url(dresden_red.jpg) no-repeat center; 
	text-align: center;
	}

/* PHOTO DIVISION STYLE */
#photos {
	height: 100%;
	background: #000000 no-repeat center;
	text-align: center;
	}

/* GALLERY DIVISION STYLE */
/* Note that the gallery page requires images and thumbnails. Thumbnails are standard size: height=100px, width=100px.  
2/12/2007: Commented out some attributes of gallery section unneccessary to new photos page. */

/* #gallery {
	position: relative;
	height: 600px;
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	} */
#gallery li {
	list-style-type: none;
	display: inline;
	}

#gallery li img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
	}

#gallery li a:hover {
	background-color: transparent; 
	}

#gallery li a:hover img {
	border: 1px solid blue;
	}

/*
#gallery li span {
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -50px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	} 
*/

#gallery li span img {
	border-width: 0;
	padding: 2px;
	}

/*
#gallery li a:hover span {
	visibility: visible;
	top: 320px;
	left: 25px;
	z-index: 50;
	}
*/

/* MERCHANDISE DIVISION STYLE */
#merchandise {
	height: 100%;
	background: #000000 url(reed.jpg) no-repeat center;
	text-align: center;
	}

/* LINKS DIVISION STYLE */
#links {
	height: 100%;
	background: #000000 url(galway.jpg) no-repeat center;
	text-align: center;
	}

#links li {
	text-align: center;
	}
