/* foopee-style: plain, minimal, classic web */
body {
  font-family: Times New Roman, Times, serif;
  font-size: 12pt;
  background: #ffffff;
  color: #000000;
  margin: 8px 16px;
  line-height: 1.2;
}

u            { color: #0000cc; }
a            { color: #0000cc; text-decoration: underline; }
a:visited    { color: #551a8b; }
a:visited u  { color: #551a8b; }


h1, h2, h3 { font-family: Times New Roman, Times, serif; font-weight: bold; }
h1 { font-size: 24pt; margin: 0 0 4px 0; }
h1 a { color: #000000; }
h2 { font-size: 18pt; margin: 12px 0 4px 0; border-bottom: 1px solid #999; }
h3 { font-size: 12pt; margin: 0px 0 0px 0; }

/* Day/show layout */
dl.days { margin: 0; }
dt      { margin-top: 0px; font-size: 12pt; }
dd      { margin-left: 1.4em; }

ul           { list-style: disc;   margin: 0px 0; padding-left: 18pt; }
ul ul        { list-style: circle; margin: 0px 0; padding-left: 18pt; }
ul ul ul     { list-style: disc;   margin: 0px 0; padding-left: 18pt; }
li   { margin: 0px 0; padding: 0; font-size: 12pt; }

/* Week nav */
.weeknav {
  font-size: 12pt;
  line-height: 1.2em;
  margin: 0px 0;
}

/* Index page */
.datelist { font-size: 12pt; line-height: 1.2em; margin-bottom: 12px; }
.datelist div { display: block; margin: 0 0 0px 0; padding: 0; }

.bandlist {
  font-size: 12pt;
  line-height: 1.4em;
}

/* Venue page */
.jumplinks {
  font-size: 12pt;
  line-height: 2.0;
  margin: 6px 0 10px 0;
}

.footer { font-size: 12pt; margin-top: 0px; }

hr { border: none; border-top: 1px solid #999; margin: 10px 0; }
