
/* $Id: darcy.css 3217 2025-07-19 12:22:50Z darcy $ */
/* Style sheet for Vybe Networks */

@import "https://CSS.VybeNetworks.com/base.css";
@import "https://CSS.VybeNetworks.com/nav_horiz.css";

BODY, HTML {
  background-color: #d0b0a8;
  font-size: 12pt;
  color: #300020;
}

MAIN {
  width: 1060px;
}

HEADER {
  padding-top: 20px;
}

NAV {
  background-color: black;
  color: white;
  height: 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 1060px; /* Note: same as MAIN */
}
NAV LI A {
  color: white;
  float: unset;
}
NAV UL LI { 
  margin: 5px;
  text-align: center;
  width: 120px;
  float: left;
}
NAV A, NAV A:visited {  
  color: white;
}
NAV A:hover {
  color: white;
  font-style: italic;
}

SECTION {
  text-align: justify;
}

FOOTER {
  height: 40px;
  padding: 24px 3px;
  text-align: center;
  width: 100%;
}
FOOTER, FOOTER A {
  color: black;
}
FOOTER DIV {
  float: left;
  width: 30%;
}

H1, H2, H3, H4, H5, H6 {
  font-weight: normal;
}
H1 {
  font-size: 36px;
  line-height: 36px;
}
H2 {
  margin: 0;
  font-size: 24pt;
}
H3 {
  font-size: 16pt;
  padding: 10px 0 5px 0;
  margin: 0;
}

.dorian {
  width: 271px;
  height: 284px;
  background-image: url(darcythen.jpg);
  background-repeat: no-repeat;
  float: left;
  padding-right: 10px;
}
.dorian:hover {
  background-image: url(darcynow.jpg);
}
 
.photoframe {
  float: left;
  padding-right: 10px;

}
.photoframe IMG {
  border-color: #663322;
  border-style: ridge;
  border-width: 10px;
}

.giglist {
  width: 100%;
  margin: auto;
}
.giglist TABLE {
  border-style: solid;
  border-width: 1px;
}
.giglist TD {
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
}

.songlist UL {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-table;
}
.songlist LI {
  font-size: 9pt;
}

.journal-info LI {
  font-size: 11pt;
}

@media print {
  H2 { font-size: 24pt; }
  H3 { font-size: 16pt; }

  MAIN {
    box-shadow: none;
    width: 640px;
  }

  HEADER {
    margin-top: 0;
    height: 100%;
  }
  FOOTER SPAN:last-child {
    text-align: center;
  }

  .journal-info {
    display: none;
  }
  .journal-journal {
    width: 640px;
  }
}
