body {
  color: #333; background: #006f85;
  font-size: 82%;
  text-align: center;
  padding: 12px 0;
  margin: 0;
}

/* IE's default fonts are bigger */
* html body {font-size: 70%;}

h1 {font: italic bold 2em Arial,Verdana,Helvetica,sans-serif;}

h1 a {color: #bf3e17;}

h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}

h1,h2,h3 {
  color: #006f85; background: transparent;
  text-align: center;
}

p, div {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 1.05em;
  line-height: 1.3em;
}

hr {
  background: #999;
  height: 1px;
  width: 100%;
}

ul {list-style: none;}

ol {
  margin-left: 40px;
  list-style-position: inherit;
}

li {
  padding-left: 25px;
  padding-top: 0;
  /* background-image: url(/images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 10px 5px; */
}

acronym {
  color: #006f85; background: transparent;
  border-bottom: 1px dashed #c96;
  cursor: help;
}

acronym.linktoo {
  cursor: pointer;
}

blockquote {
  color: #333; background: #cfe;
  font: italic normal 1em 'Times New Roman',Times,serif;
  margin: 0 1em;
}

dl {
  margin-bottom: 1em;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd { }

.header {
  background: #fff url(/images/jgrimes_hdr2.jpg) repeat-x;
  margin: 0 0 10px 0;
  height: 220px;
  padding: 1px 0 3px 10px;
}

.logo {float: right; margin-right: 12px;}

#searchform {
  background: #f0f0f0;
  text-align: right;
  color: #fff;
  height: 40px;
  padding: 10px 10px 0 0;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

#postcard {
  width: 75%;
  color: #000; background: #faf7eb;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  line-height: 1.5em;
  padding: 7px;
  padding-right: 2em;
  border: 2px solid #e1d3c1;
}

#here {
  color: #006f85;
  font-weight: bold;
  font-size: 110%;
}

#sitemenu {
  width: 175px;
  margin-top: 1em;
  margin-right: 20px;
}

#sitemenu li {
  width: 100%;
  padding: 0 0 0 .25em;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff; /* for IE only */
}

a.mainlevel:link, a.mainlevel:visited {
  display: block;
  width: 100%;
  color: #333;
  padding: 4px 0 4px 10px;
  margin: 0 0 1px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

a.mainlevel:hover {
  width: 100%;
  color: #006f85; background: #ddd;
  border-bottom: 1px solid #999;
}

a:link, a:visited {
  color: #006f85;
  text-decoration: none;
}

a:hover {
  color: #006f85; background: #ddd none;
  border-bottom: 1px solid #999;
}
a.contentpagetitle:link, a.contentpagetitle:visited {
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #76c41d;
  text-align:left;
  text-decoration: underline;
}

a.contentpagetitle:hover {
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  }

.pagetext {
  visibility: hidden;
  display: none;
  position: relative;
  top: 0;
}
.content {
  width: 95%; 
  color: #333; background: #fff;
  border: 3px solid #ccc;
  margin: 10px auto;
  padding: 5px;
  text-align: left;
}

.toTop {
  height: 25px;
  float: right;
  font-size: 10px;
  line-height: .5em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: right;
  border-bottom: 0;
}

.toTop a {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  color: #006f85; background: transparent url('/images/up_tiny_teal_jeg.gif') 50% 50% no-repeat;
  text-decoration: none;
  margin: 0;
  padding: 1px;
  border-bottom: 0;
}

.toTop a:hover {
  color: #006f85; background: #cfe url('/images/up_tiny_teal_jeg.gif') 50% 0 no-repeat;  
  text-decoration: none;
}

ol.bulletpts, ul.bulletpts {margin-left: 0;}

ul.bulletpts {list-style: disc;}

ol.bulletpts li, ul.bulletpts li  {padding-left: .5em; margin-bottom: 1em;}

/* Special styles for IE lists */
* html ol,ul,li {
  margin-left: .5em;
  padding-left: 1em;
}

.left {
  float: left;
  margin: 0 0 10px 0;
}

.right {
  float: right;
  width: 82%;
  margin: 2px 0 10px 0;
}

.contentpane {
}

.contentpaneopen {
  /* color: #333; background: transparent; */
  margin: 0 2em 1em 225px;
  padding: 1px;
  border : 0px ridge #09c;
}

.contentheader {
  font: bold 1.3em Arial,Verdana,Helvetica,sans-serif;
  text-align: left;
  margin: 0 0 10px 0;
}

.bannerbottom {
  width: 450px;
  background: #fbf4ea none; /* #eee6db */
  font-size: 1em;
  margin-top: 1.5em;
  padding: 4px 0; 
  border: 2px solid #f00;
  clear: both;
}

.bannerbottom h3 {
  width: 450px;
  text-align: center;
  margin: 0;
}

.bannertop {
  float: right;
  background: transparent;
  text-align: right;
}

/* IE can't handle borders around inline elements */
* html .bannertop {border: 2px solid #f00;} 

.bannertop span {
  padding: 5px;
  color: #000;
  border: 2px solid #f00;
}

/* IE can't handle borders around inline elements */
* html .bannertop span {border: 0;}

.aside {
  color: #c17e27; background: transparent none;
  font-style: italic;
  font-size: 97%;
  text-align: center;
}

.opus {font-style: italic;}

#footer { 
  width: 95%; 
  clear: both; 
  font-weight: bold;
  text-align: center;
  color: #ccc; background: #fff;
  padding: 10px 0;
  border-top: 1px solid #eee;
  margin: 0 auto;
}

/* -------
Table styles */

table.disco {
  font-size: .95em;
  margin: 0 auto;
}

th {padding: 0 6px 0 0;}
td {padding: 0 0 0 12px;}

th.composer,th.position {
  font-weight: bold;  
  text-align: right;
}

td, td.opus, th {vertical-align: top;}
  

/* -------
Contact form styles */

#formbox {
  width: 450px;
  color: #336; background: #fbf4ea none; /* #eee6db */
  border: 1px solid #099;
  margin: 1em 0;
  padding: 12px 5px;
}

form#contactjeg table#contact {
  position: relative;
  margin: 7px auto;
}

form#contactjeg fieldset {display: none; border: 0;}

a.button:link,a.button:visited {
  display: block;
  width: 4em;
  color: #333; background: #eee6db none;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #fff;
  border-right: 2px solid #066;
  border-bottom: 2px solid #066;
  border-left: 2px solid #fff;
}

a.button:hover {
  display: block;
  color: #09c; background: #eee none;
  text-decoration: none;
  border-top: 3px solid #fff;
  border-right: 1px solid #066;
  border-bottom: 1px solid #066;
  border-left: 2px solid #fff;
}

a.button:active {
  display: block;
  color: #006f85; background: #ddd none;
  text-decoration: none;
  border-top: 1px solid #066;
  border-right: 2px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 1px solid #066;
}

input:hover,textarea:hover {color: #333; background: #eff none;} /* #eee6db */
