/* li, 10/03 for liztoffey.com - adapted 2/07 for bobmills.org

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;    
	background-color: #dcdcdc;   
    background: #dcdcdc url(/images-working/wp_mottled_193.jpg) repeat top left;  
*/
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

/*  for colored background */
#container {
        background: white;
        width: 720px;
        padding-top: 10px; 
        padding-bottom: 10px;
/*        margin-top: 5px; */
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0px;
	
/*	min-height: 600px; */

}

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

#banner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#banner img {
	border:0;
}

#banner .tag {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	padding-left: 20px;

}

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

div#navbar {
	width: 700px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #990000;  /* (not used when pages use 'this' link... which breaks sporadically in IE) */
	background-color: #fff;  /* #fff;  deep blue #039;  */
	border-top: 6px solid #dcdcdc; /* bright blue #1463ff; */
	border-bottom: 6px solid #dcdcdc;  /* green #00991a; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	line-height: 24px;
	display: block;
}
div#navbar a:link, div#navbar a:visited {
	color: #039;  /* blue #039;  yellow #ffb114; */
	background-color: #fff; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
div#navbar a:hover {  /* colors work in mozilla _if_ you say "div#" */
	color: #039;  /* yellow #ffb114; */
	background: #fff;  /* magenta  #990080; */
	text-decoration: none;
	border-top: 6px solid #00991a;  /* gold ffb114 */
	border-bottom: 6px solid #00991a;
}
div#navbar a.this {
	color: #990000;  /*  dark red #990000; magenta  #990080; */
	background: #fff;  /* yellow #ffb114; */
	border-top: 6px solid #990000;  /* green #00991a;  dark red #990000; magenta  #990080; */
	border-bottom: 6px solid #990000;  /* green #00991a;  dark red #990000; magenta  #990080; */
	font-weight: 800;
}

div#navbar .this {  /* test: switch away from using a.this for IE? */
	color: #990000;
	background-color: #fff; 
	font-weight: 800;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 6px solid #990000;
	border-bottom: 6px solid #990000;
}



div#nav2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #000;
	background-color: #fff;  /* #fff;  deep blue #039;  */
	border-bottom: 6px solid #dcdcdc;  /* green #00991a; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	line-height: 24px;
	display: block;
	margin-top: 2px;
	margin-bottom: 10px;
}
div#nav2 a:link, div#nav2 a:visited {
	color: #039;  /* yellow #ffb114; */
	background-color: #fff;  /* #fff;  deep blue #039;  */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
/*	padding: 0px 3px 0px 3px;  */
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
/*	border-top: 4px solid #fff; */
}

div#nav2 a:hover {  /* colors work in mozilla _if_ you say "div#" */
	color: #039;  /* yellow #ffb114; */
	background: #fff;  /* magenta  #990080; */
	text-decoration: none;
	border-bottom: 6px solid #00991a;
}
div#nav2 a.this {
	color: #990000;  /* dark red #990000; magenta  #990080; */
	background: #fff;  /* yellow #ffb114; */
	border-bottom: 6px solid #990000;  /* green #00991a;  dark red #990000; magenta  #990080; */
}

div#nav2 .this {  /* test: switch away from using a.this for IE? */
	color: #990000;
	background-color: #fff; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 6px solid #990000;
}

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

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

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

div.frontpage h1 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
	color: #990000;        /* deep blue #003399;  dark red #990000 */
	background-color: #fff;
/*	padding-left: 15px;
	background-image: url(/images/blue-talldot.png); 
	background-repeat: no-repeat; */

}
div.frontpage h1 a {  
	font-size: 16px;
	color: #990000;        /* deep blue #003399;  dark red #990000 */
	background-color: #fff;
	text-decoration: none;
}
div.frontpage h1 a:hover {  
	text-decoration: underline;
	border-bottom: 1px solid #00991a;
}

div.frontpage p {
	margin-left: 20px;
	margin-top: 4px;
}



     /*-----------------------------------------------------------------
          clients list - CD covers
     -----------------------------------------------------------------*/

div.cd {
	padding-left: 10px;
	margin-bottom: 25px;
	float: left;
	width: 160px;
}
p.cd-yr {
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
p.cd-title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

p.cd-descr {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

div.photocredits p {
	background-color: #fff;
	color: #999;
	font-size: 10px;
	font-style: italic;
	margin-bottom: -20px;
	text-align: center;
}

     /*-----------------------------------------------------------------
          all mixed up
     -----------------------------------------------------------------*/

.amu-title {
	font-size: 30px;
	font-weight: bold;
	margin-top: 8px;
}
.amu-subtitle {
	font-size: 22px;
	font-weight: bold;
}
.amu-slogan {
	font-size: 18px;
}


p.qrhead {  /* amu qr label */
	font-family: Verdana, sans-serif; 
	color: #fff;
	background-color: #dcdcdc;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: -2px;
	margin-bottom: -2px;
}

ul.unlabeled, ul.unlabeled1 { 
	list-style-type: none;
}
ul.unlabeled1 li {
	margin-left: -25px;
}
ul.unlabeled {
	margin-left: -12px;
}

li.this {  /* amu */
	list-style-type: square;  
	list-style-image: url(/images/darkred-dot.png);  /* magenta-dot.png */
	color: #990080;
}
li.this a {
	text-decoration: none;
	color: black;
}

a.Head2 {  /* amu */
	color: black;
	text-decoration: none;
}


     /*-----------------------------------------------------------------
          musician
     -----------------------------------------------------------------*/

div.cdbig {
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

table.bands {
	margin-left: 15px;
}

table.tracks td {
	padding-left: 4px;
	padding-right: 4px;
}

tr.color1 {
	background-color: #eee;
}
tr.color2 {
	background-color: #fff;
}

th {
}

td.tracknum {
	text-align:right;
}

table.tripping {
	margin-left: 15px;
}
table.tripping td.bandmember {
	text-align: right;
}

     /*-----------------------------------------------------------------
          images
     -----------------------------------------------------------------*/

img.border {
	border: 3px solid #ccc;
}
img.noborder {   /* mills wav icons */
	border:0;
}

img.floatleft {  /* 28jan08: used for musician/about */
	float: left;
	margin-right: 15px;
}
img.floatright {
	float: right;
	clear: both;
	margin-left: 20px;
}



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

h1 {
	font-size: 19px; 
	margin-top: 2px;
}
h2 {
	font-size: 14px; 
}
h3 {
	font-size: 12px;
	margin-bottom: 4px;
}
p {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px; 
}
p.quote {    /* testimonials, amu + whatever */
	margin-left: 25px;
	font-style: italic;
	color: #609;
	background-color: #fff;
}
.attrib {  /* testimonials */
	color:#000;
	background-color: #fff;
}
p.indent {  /* mills contact */
	margin-left: 20px;
}


emph {
	font-style: italic; 
}

ul { 
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 15px;
   list-style-type: square;   /* solid in mozilla, hollow in opera */
   list-style-image: url(/images/sdi_rd.gif); 
}

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

.smallcaps {   /* (30jan08: not used) */
	font-variant: small-caps;
}

     /*-----------------------------------------------------------------
          tables
     -----------------------------------------------------------------*/

table {
}

table.amuframe {
	width: 100%;
	border-top: 6px solid #dcdcdc; /* nav gray #dcdcdc, magenta #990080 */
	border-bottom: 6px solid #dcdcdc; /* nav gray #dcdcdc, magenta #990080 */
	border-left: 2px solid #dcdcdc; /* nav gray #dcdcdc, magenta #990080 */
	border-right: 2px solid #dcdcdc; /* nav gray #dcdcdc, magenta #990080 */
	margin-top: -10px;
}
table.amuframe td {
	padding: 4px 4px 4px 4px;
}


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

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

a.subtle {  /* link to infotamers */
	background-color: #fff;
	color: #999;
}

a.Head2 {  /* amu */
	color: black;
	text-decoration: none;
}

/*  (contact page) 
a.mailto { 
	color: #630;
	background-color: #333;
	text-decoration: none; 
}*/

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

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

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

.edit {
	color: #f36;
	background-color: #ccc;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
div#admin {
	color: #f36;
	background-color: #ccc;
	border: 1px solid #f36;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
