/*
 * DJ site settings
 */

body {
	background-color: #000000;
	background-image: url('../Images/soundwaves.jpg'); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	margin: 0px; 
	padding-top: 200px;
	padding-bottom: 100px;
	padding-left: 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

body.setlist {
  	background-image: url('../Images/soundwaves.jpg'); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding-top: 200px;
	padding-left: 20px;
}

body.index {
	background-color: #000000;
	background-image: none;
	padding: 0; 
  /*overflow-y: hidden;*/
	margin: 0; 
	padding-top:0px;
	background-position: 0px 100px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

body.guest {
	background-color: #000000;
	background-image: url('../Images/soundwaves.jpg'); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	overflow-x: hidden;
	margin: 0; 
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

font {
  color: #ffffff;
  text-decoration: none;
}

/*
 * Site hyperlink styles
 */
a:active { 
    border: 0px;
    color: #ff00ff; 
}
a:hover {
    color: #008bff;
    text-decoration: underline;
    border: 0px;
}
a, a:link, a:visited {
    color: #008bff;
    text-decoration: none;
    border: 0px;
}

a.menu, a.menu:active, a.menu:hover, a.menu:link, a.menu:visited {
    color: #000000;
}

h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 18px;
    text-decoration: none;
}

h2 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #33adff;
}

h3 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

span.highlight{
    background-color: white;
    color: black;
}


ul {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 120%;
}

table.setlistInner { 
  width: 100%;
  border-width: 25px;
  border-style: solid;
  border-color: black;
  background-color: #000000;
  font-size: 14px;
  color: white;
}
table.setlistMiddle{ 
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #007aff; 
  background-color: #007aff;
}
table.setlistOuter { 
  width: 90%;
  border-width: 4px;
  border-style: solid;
  border-color: #66adff; 
  background-color: #66adff;
  /* test: #9e0093; */
}

.header {
  font-weight: bold;
  font-size: 14px;
  color: #8888FF;
}

font.request {
    text-decoration: none;
    color: #9a19f8;
    font-weight: bold;
}

.setlistTitle {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}

.residencies {
    width: 500px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    text-decoration: none;
    line-height: 200%;
    border-width: 0px;
    padding-left: 40px;
}

a.setlist, a.setlist.nav, a.setlist.link, a.setlist:visited {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

a.setlist:hover, a.setlist:active {
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
}