﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
/*
	background-position: left top;
	background-image: url('../images/sheetmusic.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	*/
}
#container {
	width: 800px; /*
	width: 90%;
	min-width: 750px;
	max-width: 950px;
	*/;
	height: auto;
	margin: 2em auto 0px auto;
	font-size: 90%;
	line-height: 1.3em;
	border-width: 0px 1px;
	border-style: none solid;
	border-color: #000080;
	background-position: 0px 30px;
	background-image: url('../images/sheetmusic.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 0;
	padding: 0;
	background-color: #b5bdcd;
	border-bottom: 1px #000000 solid;
}
#masthead h1 {
	margin: 0;
	padding: .4em 0 .4em .5em;
	font-size: 1.5em;
	font-weight: normal;
}
#navcontainer {
	background: #7A849A;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
}
#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: auto;
}
#navlist li {
	display: inline;
	float: left;
	width: 15%;
	margin: 0;
	padding: 0;
}
#navlist li a {
	display: block;
	width: 100%;
	padding: 0.25em 0em 0.25em 0.5em;
	border-width: 1px;
	border-color: #fff #aaab9c #ccc #fff;
	border-style: solid;
	color: #000080;
	text-decoration: none;
	background-color: #b5bdcd;
}
#navcontainer.mnu1 #navlist li.mnu1 a, #navcontainer.mnu2 #navlist li.mnu2 a, #navcontainer.mnu3 #navlist li.mnu3 a, #navcontainer.mnu4 #navlist li.mnu4 a, #navcontainer.mnu6 #navlist li.mnu6 a, #navcontainer.mnu5 #navlist li.mnu5 a {
	display: block;
	padding: 0.25em 0em 0.25em 0.5em;
	text-decoration: none;
	border-style: inset;
	border-width: 1px;
	background: #7a849a;
	color: #FFFFFF;
	border-color: #aaab9c #fff #ccc #ccc;
	cursor: default;
}
#navcontainer ul#navlist li a {
	width: auto;
}
#navlist li a:hover {
	color: #FFFFFF;
	background: transparent;
}
#navlist li a:active {
	border-style: inset;
	border-width: 1px;
	background: #7a849a;
	color: #ffffff;
	border-color: #aaab9c #fff #fff #ccc;
}
#content {
	position: relative;
	margin: 0;
/*	min-width: 750px; */	padding: 1px;
	min-height: 600px;
	width: 100%;
	overflow: auto;
}
#footer {
	padding: 0px;
	font-size: .7em;
	text-align: center;
	border-style: solid none;
	border-width: 1px 0px;
	border-color: #000000;
	margin: 2em 0em 0em 0em;
	clear: both;
	background-color: #b5bdcd;
}
#footer p {
	padding: 0;
	margin: 0;
}
#navsub {
	background-color: transparent;
	margin: 0.25em 0;
	padding: 2px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	line-height: normal;
}
#navsub ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#navsub ul li {
	display: inline;
}
#navsub ul li a {
	padding: 0px 10px;
	color: #000080;
	text-decoration: none;
	border-right: 1px solid #000;
	outline: white none 0;
}
#navsub.mnu1 ul li.mnu1 a, #navsub.mnu2 ul li.mnu2 a, #navsub.mnu3 ul li.mnu3 a, #navsub.mnu4 ul li.mnu4 a, #navsub.mnu5 ul li.mnu5 a, #navsub.mnu6 ul li.mnu6 a {
	border-top: thin #000080 dotted;
	border-bottom: thin #000080 dotted;
	cursor: default;
}
#navsub ul li a#dummy {
	padding: 0;
	width: 0;
	text-decoration: none;
	border-right: 1px solid #000;
	cursor: default;
	outline: white none 0px;
}
#navsub ul li a:hover {
	background-color: #b5bdcd;
	color: #000080;
}
#navsub ul li a#dummy:hover, div#navsub ul li.selected a:hover {
	background-color: transparent;
}
#leadimg {
	margin: 2em 1em 0 1em;
	float: left;
}
/*inline*/
.ital {
	font-style: italic;
}
.norm {
	font-variant: normal;
	text-transform: none;
}
/*elements */
h1 {
	font-size: 1.25em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}
ul {
	margin-top: 0px;
}
ul ul li {
	list-style-type: circle;
}
hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
	color: #003399;
	background-color: #003399;
	height: 1px;
	width: 100%;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color : #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0000FF;
}
:hover.transparent {
	background-color:transparent;
}
:link.transparent {
	background-color: transparent;
	color: #FFFFFF;
}
:visited.transparent	{
	background-color: transparent;
	color: #FFFFFF;
}
:link.transparent	{
	background-color: transparent;
	color: #FFFFFF;
}

a:active {
	font-weight: bold;
}
/*block */
.col2 {
	float: left;
	margin-left: 2em;
	width: 60%;
	margin-top: 0px;
	margin-bottom: 1em;
}
.floatleft {
	float: left;
	display: inline;
}
.leftblock {
	float: left;
	margin-left: 2em;
	width: 25%;
	display: inline;
	margin-top: 0px;
}
div.leftblock h2 {
	text-align: right;
}
.narration {
	margin: 1em 2em;
}
.screenshot {
	margin: 2em auto;
	width: 735px;
}
.text {
	margin: 3.2em 1em 0 1em;
}
div.text h1 {
	text-align: center;
}
div.text p {
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
}
/* Xi home page */
.main {
	margin: 150px auto;
	width: 650px;
	padding: 1px;
}
#description {
	padding: 100px 0 0 0;
	float: left;
	width: 17.4em;
	text-align: center;
}
/* dead tracks */
#deadtracks {
	position: relative;
	padding: 1px;
	height: auto;
	overflow: auto;
	margin-top: 1em;
	margin-right: inherit;
	margin-bottom: 1em;
	margin-left: 2em;
}
#deadtracks img {
	float: left;
	display: inline;
	margin-right: 2em;
}
#deadtracks p {
	margin: 10% 1em 0 1em;
}
.box {
	padding-right: 1em;
	padding-left: 1em;
	margin: 0em 0em 1em 0em;
	border-style: double;
	border-color: #000080;
	width: 75%;
}
p.box {
	margin-left: 2em;
}
.clear {
	clear: both;
}

.new {
   border-style: none;
   padding: 6px 8px 6px 8px;
   text-transform: uppercase;
   background-color: #fbf800;
   font-weight: bold;
   font-size: 0.62em;
}

