/* style sheet for new fendragon web site */

/* general */
body, table
{
  font-family: verdana,sans-serif;
  font-size: 14px;
  background: #efd;
  width: 800px;
}

i
{
  font-family: serif,'Times Roman';
}

img.floatingdragon
{
  position: fixed;
  left: 20px;
  bottom: 10px;
  z-index: 1;
}

/* left and right columns */
div.leftcol
{
  width: 48%;
  float: left;
  padding-right: 1%;
}

div.rightcol
{
  width: 48%;
  padding-left: 2%;
  border-left: thin solid #999;
  float: left;
}

p
{
  margin-top: 10px;
  margin-bottom: 0;
}

/* header */

div.header
{
  width: 760px;
  background: #9f9 url(images/head-bg.jpg) repeat-x bottom;
  color: black;
  padding: 20px;
  
}

div.header h1
{
  color: yellow;
  background: #900;
  border: thick outset #900;
  font-family: georgia,serif;
  font-size: 40px;
  padding: 10px;
  margin: 0;
}

h2
{
  margin-top: 0;
}

h3, h4, h5
{
  margin: 5px 0 0;
}


/* main content part (below header) */

/* navigation panel on left */
div.navpanel
{
  width: 150px;
  height: 1000px;
  float: left;
  padding: 5px;
  background: #363;
  color: white;
}

div.navmenu
{
  width: 150px;
  position: fixed;
  top: 130px;
}

img.navbutton
{
  vertical-align: middle;
  z-index: 2;
  border: none;
}

div.navpanel a
{
  color: #bbf;
  z-index: 2;
}

div.content
{
  width: 640px;
  float: left;
  margin: 0;
  padding: 0;
}

div.content_text
{
  margin: 0;
  padding: 0 1em;
  background: url(images/fdgvh-bg.jpg) repeat-y #efd;
  color: black;
  font-size: 14px;
  font-family: Verdana,sans-serif;
}

/* people.html */

div.people
{
  clear: right;
}

div.people_sep
{
  width: 100%;
  clear: all;
  height: 0;
  background: none;
  float:right;
  padding-bottom: 2px;
  border-bottom: thin solid green;
  margin-bottom: 5px;
}

div.people_txt
{
  width: 350px;
}

/* gigs page */

table.gigs
{
  border-collapse: collapse;
  width: 100%;
}

table.gigs tr td
{
  border-bottom: thin solid #99c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  background: #dfd;
  color: #600;
}

table.gigs tr td.past
{
  background: #ccc;
  color: #666;
  font-size: 90%;
  padding-bottom: 2px;
}

table.gigs tr td.public
{
  background: #ffd;
  color: #300;
}

/* news and quotes page */

div.quotebox
{
  background: white;
  color: black;
  margin-top: 10px;
  border-top: 1px solid green;
  border-left: 1px solid green;
  border-right: 2px solid green;
  border-bottom: 2px solid green;
  padding: 3px;
}

div.quotebox i
{
  color: #603;
}

/* photos page */

img.picright
{
  float: left;
  clear: right;
  margin-bottom: 5px;
  border: none;
}

div.photos
{
  width: 200px;
  min-height: 220px;
  padding: 1px 1px 20px;
  background: white;
  color: black;
  float: left;
  border: 1px solid #666;
}

div.photocaption
{
  clear: both;
  font-size: 90%;
}
