* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

p {
  margin-bottom: 1em;
}

html {
  min-height: 100%;
  padding-bottom: 1em;
}

body {
  font-family: Arial, sans-serif;
  font-size: small;
  color: #000000;
  background-color: #ffffff;
}

.forfadein {
	width: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.forfadeout {
	width: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

table {
  border-collapse: collapse;
}

table, tr, td {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom:1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

a {
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
}

table#navtable {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 20px;
}

table#navtable td {
  padding: 0px;
  margin: 0px;
}

.titleline1 {
  font-size: 100px;
  z-index:2;
}

.titleline2 {
  font-size: 32px;
  z-index:2;
}

.rnd_hlight {
  color: red;
  font-weight: bold;
}

input {
  border: 1px solid #000000;
}

/* used for old 'demo' page - now redundant */

.small_link {
  font-size: 10px;
  font-weight: normal;
}

.large-link {
  font-size: 2em;
}

.hover {
  cursor: pointer;
  font-weight: bold;
}

.hoverout {
  cursor: auto;
  font-weight: normal;
}

.playlist {
  height: 25px;
}

/* Positioning */

div#outer {
  overflow: visible;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  min-width: 60em;
  min-height: 30em;
}

div#nav {
  position: relative;
  left: 19.1%;
  height: 40px;
  width: 61.8%;  /*width and left should be same as container*/
  z-index: 9;
  background-color: #ffffff;
}

div#container {
  overflow: visible;
  position: absolute;
  top: 50px;
  left: 19.1%;
  width: 61.8%; /*golden ratio*/
  padding-bottom:10px;
  z-index: 1;
}

div#header{
  position: relative;
  width: 100%;
  min-height: 130px;
}

div#inner {
  position: relative;
  top: 0px;
  width: 100%;
}

div#sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10em;
}

div#main {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 10.5em;
}

div#leftmargin {
  overflow: visible;
  position: absolute;
  width: 19.1%;
  height: 100%;
  left:0px;
}

div#rightmargin {
  overflow: visible;
  position: absolute;
  width: 19.1%; 
  height: 100%;
  right:0px;
}

div.marginblock {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 20%;
  min-height: 40px;
}

div.leftcolumn {
  position:absolute;
  width:50%;
  top:0px;
  left:0px;
  margin-right:10px;
  overflow: hidden;
}

div.rightcolumn {
  position:absolute;
  width:50%;
  top: 0px;
  right: 0px;
  margin-left:10px;
  overflow: hidden;
}

.floatleft {
  float: left;
  margin: 0em 1em 0.2em 0em;
}

.floatright {
  float: right;
  margin: 0em 0em 0.2em 1em;
}

/*RED BORDERS */

.redbar-cnr-tl {
  width: 10px;
  height: 10px;
  background: url(images/redbar-cnr-tl.gif) top left no-repeat;
}

.redbar-cnr-bl {
  width: 10px;
  height: 10px;
  background: url(images/redbar-cnr-bl.gif) top left no-repeat;
}

.redbar-cnr-tr {
  width: 10px;
  height: 10px;
  background: url(images/redbar-cnr-tr.gif) top left no-repeat;
}

.redbar-cnr-br {
  width: 10px;
  height: 10px;
  background: url(images/redbar-cnr-br.gif) top left no-repeat;
}

.redbar-horiz {
  height: 10px;
  background: url(images/redbar-horiz.gif) top left repeat-x;
}

.redbar-vert{
  width: 10px;
  background: url(images/redbar-vert.gif) top left repeat-y;
}

.redbar-tjunc-l {
  width: 10px;
  height: 10px;
  background: url(images/redbar-tjunc-l.gif) top left no-repeat;
}

.redbar-tjunc-r {
  width: 10px;
  height: 10px;
  background: url(images/redbar-tjunc-r.gif) top left no-repeat;
}

.redbar-end-l {
  width: 10px;
  height: 10px;
  background: url(images/redbar-end-l.gif) top left no-repeat;
}

.redbar-end-r {
  width: 10px;
  height: 10px;
  background: url(images/redbar-end-r.gif) top left no-repeat;
}

/* GIGS PAGE*/

div.gig {
  position: relative;
  margin-top: 1.5em;  
}

div.gig a {
  font-weight: normal;
}

table.gig_toptable {
  width: 100%;
  margin-bottom: 0.5em;
}

td.gig_leftbox {
  text-align: left;
  vertical-align: top;
}

td.gig_rightbox {
  text-align: right;
  vertical-align: top;
}

div.gig span.date  {
  font-size: 1.2em;
  font-weight: bold;
}

div.gig span.v-name  {
  font-size: 1.2em;
  font-weight: bold;
}

div.gig div.act {
  margin: 0.25em 0em 0.25em 1em;
}

div.gig span.a-name  {
  font-weight: bold;
}

div.gig div.blurbbox{
  position: relative;
  margin: 0.5em 0em;
}

img.gigimage {
  float: right;
  max-width: 15em;
  max-height: 100%;
}

div.gig div.blurb {
}

div.gig div.giglinks {
}

div.gig div.giglinks img{
  margin-right: 5px;
}

