/* only used in this stylesheet */
.ornament { display: none; }

#image-window { margin: 5px 10px; }
#image-window button { display: none; }


/* Main.css */
body {
	background: White url(img/Background-handheld.jpg) repeat-y fixed center;
	font-size: medium;
}

p, li { font-size: medium; }
p { text-indent: 0; }

h1 {
	margin: 10px 0 15px;
	font-size: 1.6em;
}

h2 {
	margin: 10px 0;
	font-size: 1.4em;
}

h3 {
	margin: 7px 0;
	font-size: 1.2em;
}

h4 {
	margin: 10px 0 10px;
	font-size: medium;
}

hr {
	width: 100%;
	margin: 10px auto;
}

hr.bottom { margin: 0 auto 10px; }

#top {
	position: static;
	height: auto;
	width: auto;
	background-image: none;
}

#top-title {
	position: static;
	height: auto;
	padding: 0 0 2px 5px;
	font-size: 1.3em;
	background-image: none;
}

#top-subtitle { font-size: medium; }

#menu {
	position: static;
	width: auto;
	height: auto;
	margin: 0 5px 10px 5px;
	background-image: none;
	background-color: transparent;
}

#menu a {
	display: block;
	position: static;
	z-index: 5;
	width: 105px;
	height: auto;
	margin: 3px 5px;
	padding: 2px 4px;
	background: khaki;
	float: left;
	text-indent: 0;
	font-size: medium;
	font-weight: bold;
}

#go-menu {
	display: block;
	position: static;
	width: auto;
	height: auto;
	padding: 3px 5px;
	background: Khaki;
}

#menu hr {
	display: block;
	clear: both;
}


#container {
	position: static;
	width: auto;
	background-image: none;
	clear: both;
}

#main {
	margin: 0;
	padding: 0 5px 10px;
}

.program {
	width: auto;
	margin: 15px 10px 20px;
}
#program h2 {
	margin: 0;
	font-size: 2em;
	letter-spacing: 0;
}

#program h3 { margin: 15px 0 5px; }

.photos-left, .photos-right { margin: 0; float: none; }

.instrument { font-size: small; }


/* ***** Index.css ***** */
#title h1 {
	width: 175px;
	height: 65px;
	padding: 0;
	background: transparent url(img/Title-handheld.gif) no-repeat center bottom;
	font-size: 1px;
	color: WhiteSmoke;
}

div#title {
	margin: 0 0 5px 15px;
	background-image: none;
}

#subtitle {
	margin: 0;
	font-size: 1.1em;
}

#cite, #author { font-size: small; }

#news-box { margin: 5px 15px 15px; }

div.crew { width: auto; }

p.crew {
	width: auto;
	margin: 0 25px 0 0;
	text-align: left;
}

#poster {
	display: none;
	float: none;
}
