<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*html  {width: 100%; position: relative}*/

body {
  background: #000000;
  background-image: url(../images/patterns/paisley-multicolor-dark.jpg);
/*   background-attachment: fixed; - removed 3/14/2016 because using this turns the background image into vertical lines on tablets */
  color: #bbbbbb;
  width: 100%}

#menu {
  z-index: 100;
  position: absolute; top: 0px; left: 0px;
  width: 90px; height: 100%}
/* #menuBackdrop {
  z-index: 99;
  position: absolute; top: 0px; left: 0px; 
  width: 90px; height: 100%} */

#topblock {
  position: relative; left: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center}

#content {margin-left: 100px}

p {font: 12px Verdana,Arial,Times New Roman,Helvetica; line-height: 16px}

/* table {width: 1400px; border: 0px; border-collapse: collapse; border-spacing: 0px; padding: 0px} */
table {width: 1400px; border: 0px; border-spacing: 2px; padding: 0px} /* border-collapse: collapse;  */
td {font: 12px Verdana,Arial,Times New Roman,Helvetica; line-height: 16px; vertical-align: top; padding-right: 8px; -webkit-text-size-adjust: 100%}
td.tour {padding-bottom: 8px} /*; color: #ccaa00*/
/* table, td {border: 1px solid #666666} activate this to see the borders while testing */

a:link {text-decoration: none; color: #5050ff; outline: none}
a:visited {text-decoration: none; color: #9966ff; outline: none}
a:active {color: #cccc00; outline: none}
a:hover {color: #cccc00; outline: none}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center}

h1 {font: bold 19px Lucida Sans Unicode, Lucida Grande, sans-serif; padding-top: 6px; padding-bottom: 6px}
h2 {font: bold 17px Lucida Sans Unicode, Lucida Grande, sans-serif; color: #ccaa00}

.title {font: 18px Lucida Sans Unicode, Lucida Grande, sans-serif}
.toplinks {font: bold 14px Lucida Sans Unicode, Lucida Grande, sans-serif}
.decades {font: bold 12px Lucida Sans Unicode, Lucida Grande, sans-serif}
.year {font: 15px Lucida Sans Unicode, Lucida Grande, sans-serif}
.yellow {color: #ccaa00}
.darkyellow {color: #847000}
.streamed {color: #99cc88}
.plain {font: 10px Verdana,Arial,Times New Roman,Helvetica; color: #888888}
.stunted {font: 11px Verdana,Arial,Times New Roman,Helvetica; color: #888888}
.stuntedem {font: italic 11px Verdana,Arial,Times New Roman,Helvetica; color: #888888}
.stuntedGray {font: 11px Verdana,Arial,Times New Roman,Helvetica; color: #505050}
.contact {font: bold 11px Lucida Sans Unicode, Lucida Grande, sans-serif}
.section {width: 1400px; margin-left: 10px; padding-bottom: 8px; padding-top: 6px; border-top: 2px solid #553333}
.soldout {font: bold 11px Verdana,Arial,Times New Roman,Helvetica; color: #00cc00}
.soldoutGray {font: bold 11px Verdana,Arial,Times New Roman,Helvetica; color: #008000}

.cancelled {color: #505050}/* used to have: text-decoration: line-through */
.cancelled2 {color: #7a7a7a}
a:link.cancelled {color: #2c2cbc}
a:visited.cancelled {color: #5F2FBD}
a:active.cancelled  {color: #8C8C00}
a:hover.cancelled  {color: #8C8C00}

img.bt {vertical-align: bottom}

.menuList {font: bold 15px Lucida Sans Unicode, Lucida Grande, sans-serif; text-align: center; margin-top: 8px; line-height: 22px}
.menuList a:link {color: #ccaa00; text-decoration: none; outline: none}
.menuList a:visited {color: #ccaa00; text-decoration: none; outline: none}
.menuList a:active {color: #cc0000; text-decoration: none; outline: none}
.menuList a:hover {color: #cc0000; text-decoration: none; outline: none}

.menuList2 {font: bold 15px Lucida Sans Unicode, Lucida Grande, sans-serif; text-align: center; margin-top: 8px; margin-bottom: 12px; line-height: 22px}
.menuList2 a:link {color: #cc8800; text-decoration: none; outline: none}
.menuList2 a:visited {color: #cc8800; text-decoration: none; outline: none}
.menuList2 a:active {color: #cc0000; text-decoration: none; outline: none}
.menuList2 a:hover {color: #cc0000; text-decoration: none; outline: none}

/* styles for setlist rollover date links that display the setlist in a pop-up box - created 5/25/15 */
.set {position: relative; z-index: 0; color: #0000cc}
.set:hover {background-color: transparent; z-index: 50}
.set span {position: absolute; visibility: hidden; background-image: url(../images/patterns/paisley-multicolor-light.jpg); padding: 10px 10px 20px 20px; border: 2px solid black; font: bold 13px Verdana,Arial,Helvetica; line-height: 18px; color: black; min-width: 400px}
.set:hover span {visibility: visible; z-index: 100; left: 57px; top: -73px}

/* styles for setlist rollover links that display the setlist in a pop-up box in a fixed position at the bottom of the screen - created 3/17/17 - See Steve Kilbey 2016 David Bowie Tribute Shows */
.set-fixed {position: relative; z-index: 0; color: #0000cc}
.set-fixed:hover {background-color: transparent; z-index: 50}
.set-fixed span {position: fixed; visibility: hidden; background-image: url(../images/patterns/paisley-multicolor-light.jpg); padding: 10px 10px 20px 20px; border: 2px solid black; font: bold 13px Verdana,Arial,Helvetica; line-height: 18px; color: black; min-width: 400px}
.set-fixed:hover span {visibility: visible; z-index: 100; left: 180px; bottom: 20px}
</pre></body></html>