body {
    font-family: sans;
    width: 800px;
    background-color: white;
    border: 1px solid #6D0C0C;
}

div.header {
    background-color: #9c1111; 
    padding-left: 30px; 
    border-bottom: 3px solid black; 
    margin-bottom: 0px;
}

div.head-menu {
    margin: 0;
    padding: 0;
    background-color: #6D0C0C;
    padding-right: 30px;
}

ul.menu {
    padding-left: 30;
    margin-left: 0;
    background-color: #6D0C0C;
    display: inline;
}

ul.menu li.menu-item-first {
    margin-left: 0;
    padding: 3px 15px;
    padding-left: 0px;
    list-style: none;
    display: inline;
    color: white; 
    font-family: sans; 
    font-size: 80%;
}

ul.menu li.menu-item {
    margin-left: 0;
    padding: 3px 15px;
    list-style: none;
    display: inline;
    color: white; 
    font-family: sans; 
    font-size: 80%;

}

.menu a:link {
	color:white;
	font-family: sans;
	text-decoration: none;
}

.menu a:visited {
	color:white;
	font-family: sans;
	text-decoration: none;
}

.menu a:hover {
	background-color: #ddd;
	font-family: sans;
	text-decoration: underline;
	color: #6D0C0C;
}

div.main {
    padding: 20px 30px;
}

div.main h1 {
   font-size: 130%;
}

div.main h2 {
   font-size: 120%;
}

div.main h1 {
   font-size: 115%;
}

div.footer {
   color: white;
   font-style: italics;
   font-size: 80%;
   background-color: #9c1111; 
   padding-bottom: 8px;
   padding-top: 3px;
   padding-left: 30px;
   border-top: 2px solid #6D0C0C;
   text-align: center;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#flash {
  padding: 3px;
  background-color: #ffffcc;
  width: "100%";
}

label {
  font-weight: bold;
}

.graylayer {
  color: #cccccc;
}

.indent {
  margin-left: 1em;
}

.file_summary {
  margin-left: 2em;
}

.song_title {
  font-size: 110%;
}

a:link.song_title {
  text-decoration: underline;
  color: black;
}

a:visited.song_title {
  text-decoration: underline;
  color: black;
}
a:hover.song_title {
  text-decoration: underline;
  color: white;
}

.tags a:link {
  text-decoration: none;
  color: black;
}

.tags a:visited {
  text-decoration: none;
  color: black;
}
.tags a:hover {
  text-decoration: underline;
  color: white;
}
