
/* COLOR KEY 
new reddish = #953C2C
END COLOR KEY */

/* BEGIN GENERAL PAGE FORMATTING */
body {
	background: url(images/PM-bg.jpg) 50% 100% repeat-y #7e1f0e;
	text-align: center;
	min-width: 560px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
}

*html body {
	overflow: auto;
}

#container {
	position: relative;
	width: 560px;
	padding: 0;
	margin: 0 auto;
	background: #fff;	
}
/* END GENERAL PAGE FORMATTING */


/* BEGIN HEADER */
#header {
	float: left;
	padding-top: 41px;
	width: 560px;
	height: 86px;
	background: url(images/name.jpg) 50% 100% no-repeat;
}

.spacer {
	float: left;
	width: 560px;
	height: 7px;
	background: url(images/horizontal_line.jpg) 0 0 no-repeat;
}

#content {
	float: left;
	width: 560px;
}	

*html #content {
	margin-top: -10px;
}
	
/* BEGIN NAVIGATION */
#nav{
	float: left;
	list-style: none;
	margin: 0;
	padding: 2px 19px 3px 20px;
	height: 54px;
	display: inline;
	overflow: hidden;
	width: 521px;
}

*html #nav {
	padding-top: 0px;
	margin-top: -10px;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	margin: 1px 1px 0 0;
	padding: 26px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:26px; /* for IE5/Win */
}
	
#nav a:hover {
	background-position: 0 -26px;
}

#nav a:active {
	background-position: 0 -26px;
}

#nav a:hover#selected, #nav a#selected {
	background-position: 0 -26px;
}
#ndummy {
	width: 30px;
	background: url(images/nav_home.jpg) top left no-repeat;
}
#nhome a {
	width: 65px;
	background: url(images/nav_home.jpg) top left no-repeat;
}

#nbio a {
	width: 42px;
	background: url(images/nav_bio.jpg) top left no-repeat;
}

/* #nperformances a {
	width: 131px;
	background: url(images/nav_performances.jpg) top left no-repeat;
} */

#nschedule a {
	width: 95px;
	background: url(images/nav_schedule.jpg) top left no-repeat;
}

#nsupermarimba a {
	width: 144px;
	background: url(images/nav_supermarimba.jpg) top left no-repeat;
}

#npress a {
	width: 61px;
	background: url(images/nav_press.jpg) top left no-repeat;
}

#ncomplist a {
/* !!! with presskit link, margin-left: 22px; !!! */
	margin-left: 37px;
	width: 238px;
	background: url(images/nav_compsf.jpg) top left no-repeat;
}

#nrecordings a {
	width: 108px;
	background: url(images/nav_recordings.jpg) top left no-repeat;
}

#nrelatedlinks a {
	width: 127px;
	background: url(images/nav_relatedlinks.jpg) top left no-repeat;
}

#ncontact a {
	width: 82px;
	background: url(images/nav_contact.jpg) top left no-repeat;
}

#npresskit a {
/* !!! with presskit link, delete display: none; !!! */
	display: none;
	width: 141px;
	background: url(images/nav_presskit.jpg) top left no-repeat;
}
/* END NAVIGATION */

/* BEGIN TEXT FORMATTING */
p {
	color: #000;
	font-family: Times New Roman, serif;
	text-align: left;
	font-size: 1em;
	margin: 16px 0 16px 0;
}	

h1 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 12px 0 3px 0;
}

h2 {
	font-size: 1.2em;
	font-family: Verdana;
	font-weight: normal;
	color: #953C2C;
	padding-bottom: 0;
	margin-bottom: -13px;
	margin-top: 20px;
}
	
.t {
	font-style: italic;
}

table {
	text-align: left;
	border-collapse: collapse;
	margin-top: 17px;
}

a img {
	border: none;
}

a {
	outline: none;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h2 a {
	color: #953C2C;
	text-decoration: none;
}
/* END TEXT FORMATTING */

/* BEGIN COMPOSITIONS PAGE FORMATTING */
.complist {
	width: 560px;
}

.complist tr {
	border-bottom: #9b9b9b 1px dashed;
	border-top: #9b9b9b 1px dashed;
}

*html .complist td {
	border-bottom: #9b9b9b 1px dashed;
	border-top: #9b9b9b 1px dashed;
}

.complist td {
	padding: 2px;
}

.gray {
	background-color: #ccc;
}

.notes {
	width: 51px;
}

.listen {
	width: 55px;
}

.group_notes {
	text-align: right;
	padding: 0px 0 0 0;
	margin: 0;
}

.group_notes img {
	margin: 3px 5px -3px 0;
}

#compheaders {
	list-style: none;
	padding: 3px 0 5px 0;
	margin: 10px 30px 0 30px;
	width: 500px;
	border: 1px solid #953C2C;
}

#compheaders li {
	display: inline;
}
/* END COMPOSITION LIST PAGE FORMATTING */

/* BEGIN RECORDINGS PAGE FORMATTING */
.records {
	width: 560px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.records tr {
	height: 110px;
	border-bottom: #9b9b9b 1px dashed;
	border-top: #9b9b9b 1px dashed; 
}

*html .records td {
	border-bottom: #9b9b9b 1px dashed;
	border-top: #9b9b9b 1px dashed;
}

.records td {
	padding: 5px;
}

.records img {
	border: 1px solid #9b9b9b;
}

.records .t {
	font-weight: bold;
}

td.image {
	width: 102px;
	text-align: left;
}
/* END RECORDINGS PAGE FORMATTING */

/* BEGIN RELATED LINKS PAGE FORMATTING */
h2.links {
	text-align: left;
	margin-bottom: -13px;
}
/* END RELATED LINKS PAGE FORMATTING */

/* BEGIN HOME PAGE FORMATTING */
table#homemenu {
	margin-top: 22px;
	margin-bottom: 12px;
}
/* END HOME PAGE FORMATTING */

/* BEGIN SUPER MARIMBA PAGE FORMATTING */
.supmapics {
	width: 560px;
	text-align: center;
	margin-top: 10px;
	border-top: 0px;
}

.supmapics a img, .supmapics a:link img, .supmapics a:visited img {
	border: 2px solid #000;
	margin: 2px;
}

.supmapics a:active img, .supmapics a:hover img {
	border: 2px solid #953C2C;
	margin: 2px;
}
/* END SUPER MARIMBA PAGE FORMATTING */

/* BEGIN SUPER MARIMBA 2008 PAGE FORMATTING */
p#paybox {
	width: 500px;
	border: 10px solid #953C2C;
	padding: 10px;
	margin: 20px 10px;
	/*font-style: italic;*/
}

#paybox img {
	float: right;
	margin: 0px 0 0px 8px;
}

#recordhighlight {
	width: 400px;
	margin: 0 70px;
	padding: 0 10px;
}

#recordhighlight ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #9b9b9b;
	text-align: left;
}

#recordhighlight a {
	border-top: 1px solid #9b9b9b;
	padding: 5px 5px 5px 100px;
	height: 22px;
	width: 295px;
	display: block;
	text-decoration: none;
	background: url(images/listen.jpg) 20px 50% no-repeat;
}

#recordhighlight a:hover, #recordhighlight a:focus {
	background: url(images/listen_gray.jpg) 27px 50% no-repeat #ccc;
	color: #953C2C;
	/*font-style: italic;*/
}

#recordhighlight p {
	font-size: .85em;
	/*font-style: italic;*/
}

p.message {
	border-top: 2px solid #953C2C;
	padding-top: 10px;
}

.right {
	text-align: right;
	padding-right: 35px;
}

/* END SUPERMARIMBA 2008 PAGE FORMATTING */

/* BEGIN CONTACT PAGE FORMATTING */
#email {
	margin: 50px 0;
	text-align: center;
}

#return {
	margin-top: 0;
	padding-top: 0;
	width: 560px;
	height: 30px;
}
/* END CONTACT PAGE FORMATTING */