/* li, 9/04 for umich music ; derived from infoTamers 
   as of 1/10 it is a total hodgepodge

known bugs: 
 NN4 navbar width, footer border, photo margin, strange printing for navbar, 
 		extra space btw navbar & content, map border creates extra empty box,
 		map imgs won't load next to each other,
 		14px bold appears as 12px bold (highlight, listhead, contrast)
 NN4 doesn't support content centering or list-style-image
 NN4 & IE5 don't support a:hover or a:active
 IE5 ul>li margin doesn't work
 
*/

body {
	background-color: #fff;
	color: #000;    
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 10px;
}

/* for nancy's CD liner notes 
  (which i printed from IE, landscape, no header/footer, shrink to fit page)
*/
div#page {
	width: 950px;
}
div#side {
	width: 455px;
	float: left;
	padding: 10px;
}
ol.marker {
	font-family: Marker Felt, sans-serif;
	font-size: 12px;
}
p.title {
	margin-top: 0px;
	margin-bottom: 0px;
}
.tune {
	font-family: Marker Felt, sans-serif;
	font-size: 12px;
}
.composer {
	font-family: Verdana, sans-serif;
	font-size: 10.5px;
/*	letter-spacing: -1px; */
	margin-left: 3px;
}
p.descr {
	font-family: Verdana, sans-serif;
	font-size: 10.5px;
	margin-top: 0px;
	margin-bottom: 2px;
}

hr.tune {
	width: 100%;
	margin-top: 20px;
	border: 0;
	color: #066;
	background-color: #066;
	height: 1px;
}

/*----------------------------------------------------------------------
     lydiamusic, 1/10 
----------------------------------------------------------------------*/

div.album {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
h2.albumtitle {
	margin-top: 0;
	padding-top: 0;
}
span.releasedate {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}
img.albumcover {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


/*----------------------------------------------------------------------
     banner 
----------------------------------------------------------------------*/

#banner {
	text-align:left;
	background-color: #969;
	color: #ccc;
	padding-left: 12px;
}

#banner img {
	border:0;
}

h1.banner {
	font-size: 36px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}
h2.tagline {
	font-size: 12px;
	color: #fff;
	margin-top: 0px;  /* was -30, ok in mozilla but seriously wacky in both IE6win & opera6mac */ 
	margin-bottom: 0px;
	padding-bottom: 8px;
}

/*----------------------------------------------------------------------
     navigation
----------------------------------------------------------------------*/

div#navbar {
	text-align: right;
	color: #fff;  /* (not used anymore) */
	background-color: #636;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#navbar a:link, div#navbar a:visited {
	color: #fff;
	background-color: #636;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#navbar a:hover {  /* colors work in mozilla _if_ you say "div#" */
	color: #fff;
	background-color: #969;
	text-decoration: none;
	border-bottom: 1px solid #636;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#navbar a.this {
	color: #fff;
	background-color: #969;
	border-left: 1px solid #636;
	border-right: 1px solid #636;
	border-bottom: 1px solid #636;
	padding-top: 2px;     /* padding needed for opera6mac */
	padding-bottom: 2px;
}
/*
div#navbar a.this:hover {     ***   use a slighly brighter color? 
}
*/

/*
div#nav2 {
	padding-top: 5px;
	text-align: left;
	color: #000;
	background-color: #666; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	line-height: 16px;
	display: block;
}
div#nav2 a:link, div#nav2 a:visited {  
	color: #000;
	border-top: 1px solid #000;
	background-color: #666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div#nav2 a:hover { 
	color: #6c0;
	background: #666;
	text-decoration: none;
}
div#nav2 a.this {
	color: #6c0;
	border-top: 1px solid #6c0;
	background: #666;
}
div#nav2 a.this:hover {
}
*/

/* these from eric meyer 
div#links a {display: block; text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #444;
   border-right: 5px solid #505050;}
div#links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}
div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 180px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}
*/

/* this is for the mouseover popup trick 
div#navbar a span {
	display: none;
}
div#navbar a:hover span {
	display: block;
	position: absolute; 
	top: 65px;
	width: 690px;
	margin-top: 20px;
	margin-right: auto;
	padding: 5px; 
	color: #6c0; 
	background: #666;
	font: 10px Verdana, sans-serif; 
	text-align: center;
}
*/



div#leftnav {    /* 20031211: not currently in use */
	width: 200px; 
	/*float:left; */
	height: auto;
	text-align: left;
	margin-right: 15px;
	border:1px solid #c96;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
}

/*----------------------------------------------------------------------
     main content div
----------------------------------------------------------------------*/

div#content {
/*	width: 700px;
	margin-left: auto;
	margin-right: auto; */
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
/*	margin-bottom: 30px; */
	text-align: left;
}

     /*-----------------------------------------------------------------
          front page 
     -----------------------------------------------------------------*/


     /*-----------------------------------------------------------------
          top level of section (Artist, Gardener, &c)
     -----------------------------------------------------------------*/

div#firstimgrow {
	text-align: left;
	clear: left;
}
div#imgrow {
	text-align: left;
	clear: left;
	padding-top: 10px;
}
/* (tried this for Gardener top page but didn't help
#lastimgrow {
	text-align: left;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
} */

img.border {
	border: 3px solid #ccc;
}


h2.sectionlink img {
/*	border:0; */
	border: 3px solid #ccc;
}

div#leftcol {
/*	float: left; */
	margin-bottom: 20px;
/*	clear: left; */
}

div#leftcol img {
/*	border:0; */
	border: 3px solid #ccc;
}

/*
#midcol {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}*/

div#rightcol {
/*	margin-left: 170px; */
}
.righttest {
/*	margin-left: 200px;
	margin-top: 10px;
	padding-top: 20px;
	display: block; */
}

/*
#rightcol img {
	margin-bottom: 10px;
	
}
*/

     /*-----------------------------------------------------------------
          top level of section
     -----------------------------------------------------------------*/

.indent { 
	margin-left: 30px;
}


     /*-----------------------------------------------------------------
          common elements
     -----------------------------------------------------------------*/

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #066;
}
.smaller {
	font-size: 14px;
	color: #000;
}
h3 {
	color: #066;
	font-size: 14px;
}

p {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px; 
}

ul { 
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
   font-size: 12px;
   list-style-type: square;    /* solid in mozilla, hollow in opera */
   list-style-image: url(/images/0024_chevrons.png); 
}
/* note gifs from http://icons.primail.ch/index.php?page=iconset_sound */


/*
p.contactbold { 
	padding-left:20px;
	font-weight: bold;
}

p.contact { 
	padding-left:20px;
}



ol { 
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
   font-size: 12px;
}

ul>li {
	margin-bottom: 3px;
}*/

dl { 
	margin-left: 30px;
	margin-right: 30px;
}
dt {
	color: #636;  /* purple 636 ; teal 066 */
	font-weight: bold;
	padding-top: 4px;
}

table.contact {
	margin-left: 30px;
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
caption {  /* slight misuse of caption for tunes */
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top: 20px;	
}

th {
	font-size: 12px; 
	text-align:left;
	padding-bottom: 10px;
}
td {
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 15px;
	vertical-align: top;	
}
td.label {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	color: #636;  /* purple 636 ; teal 066 */
}

tr.color {
	background-color: #ccc;
}
tr.color>th {
	vertical-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}



/*
.smallcaps {
	font-variant: small-caps;
}
*/

     /*-----------------------------------------------------------------
          links
     -----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #066;
}

a.subtle {  /* link to infotamers */
	background-color: #fff;
	color: #666;
/*	text-decoration: none; */
}
div#banner a { /* temp while waiting for img banner */
	text-decoration: none;
	color: #fff;
}

     /*-----------------------------------------------------------------
          copyright
     -----------------------------------------------------------------*/

div#copyright { 
	clear: both;   /* affects spacing in opera */
	border-top: 1px solid #666;
	margin-top: 30px; 
	padding-top: 2px;
	text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	background-color: #fff;
	color: #666;
}

/*----------------------------------------------------------------------
     admin 
----------------------------------------------------------------------*/

.admin {
	color: #f36;
	background-color: #ccc;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
}

.cancelled {
	text-decoration: line-through;
	color: #666;
}
.cancelnotice {
	color: #666;
	font-style: italic;
}