@charset "iso-8859-1";      

body {
  background: #000;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
} 

table{
  border-collapse: collapse;
} 
table td{
  padding: 0;
  margin: 0;
}
fieldset{
  background-color: black;
}

p {
  text-align: justify;
  text-indent: 2em;
}

body ul>li{
  list-style-type: circle;
  list-style-image: url('../images/misc/blueglow_dot.gif');
  margin: 0;
}


a{
  color: #6165cc;
}
a:hover{
  color: #ff4b24;
}

h1,h2,h3,h4,h5,h6{
  display: inline;
}

h6{
  font-size: 1.2em;
}
h4{
  font-size: 1.15em
}
h6.interview_name{
  padding: 0 5px;
  color: #99f;
}



div{
  width: 100%; 
  padding: 0;
}

div.error{
  width: 90%!important;
  margin: 20px 5%;  
  border: #f00 solid 2px;
  color: #f00;
}
div.message{
  width: 90%!important;
  margin: 20px 5%;  
  border: #99f solid 2px;
  color: #fff;
}
.error ul{
  text-align: left;
}

table.mail_form{
  width: 90%;
  margin: 10px 5%;
}

blockquote{
  border:  #777 solid 1px ;
  padding: 10px; 
  margin: 7px;
}
blockquote p{
  font-style: italic;
}
blockquote p:before{
  content: url('../images/misc/open_quote.gif');
}
blockquote p:after{
  content: url('../images/misc/close_quote.gif');
} 

input{
  background: #111;
  color: #ddd;
  border-color: #555;
}
input:active{
  background: #113;
}  
textarea{
  background: #111;
  color: #ddd;
}
fieldset{
  border-color: #222;
}
img.biog-left{
  margin: 2px 7px;
  float: left;
  border: #ccc solid 2px;
}

img.biog-right{
  margin: 2px 7px;
  float: right;
  border: #ccc solid 2px;
}

div#banner{
  background-image: url('../images/misc/Banner9.jpg');
  background-repeat: no-repeat;
  height: 90px;
  width: 100%;
}
div#header{
  width: 100%;
  height: 16px;
  background: transparent url('../images/misc/header-border.gif') repeat-x;
  background-position: bottom;
}

td#navigation{ 
  vertical-align: top;
  width: 30%;
  padding: 0 10px 0 10px;
} 


div>#navbar1stripe {
  width: 100%;
  background: transparent url('../images/tabs/tab_bottom_stripe.gif') repeat-x;
  height: 61px;
}
#navbar1 {
  background: transparent url('../images/tabs/tab_bottom_stripe.gif') repeat-x;
}

#navbar1 .w1 {
  background: transparent url('../images/tabs/tab_start_cap.gif') no-repeat 0% 0%;
  width: 31px;
  height: 61px;
  float: left;
}
#navbar1 .w2 {
  background: transparent url('../images/tabs/tab_end_cap1.gif') no-repeat 0% 0%;
  width: 33px;
  height: 61px;
  float: left;
}
#navbar1 ul {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}
#navbar1 li {
  list-style-type: none;
  display: block;
  float: left;
  padding: 0px 0px 0px 13px;
  margin: 0px;
  height: 61px;
  line-height: 61px;
  background: url('../images/tabs/tab_div.gif') no-repeat 0px 0px;
}
#navbar1 a {
  font-size: 14px;
  display: block;
  _width: 0px;
  white-space: nowrap;
  padding: 0px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  height: 61px;
  background: url('../images/tabs/tab_background.gif') repeat-x 50% 0px;
}
#navbar1 a.active {

}
#navbar1 a:hover {
  color: #ff4b24;
}

.tabs {
  margin: 15px 0 15px 0;
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px;
  white-space: nowrap;
  margin: 0 0 0 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #535252;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px 3px 10px;
  background: #fff url('../images/tabs/tabs-off1.png') left top no-repeat;
  border-color: #b6b3b3;
  border-width: 2px;
  border-style: none solid none none;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a {
  background: #336699 url('../images/tabs/tabs-on1.png') left top no-repeat;
  border-right: 2px solid #535252;
  color: #fff;
}
.tabs ul.primary li a:hover {
  background-color: #fffaf0;
  color: #c33;
}

td#main_content{
  vertical-align: top;
}
td#main_content div.main_content{ 
  text-align: justify;
  font-size: 12px;
  width: 80%;
  background: #000 url('../images/misc/bg_check_stripe.gif') no-repeat;
  background-position: 100% 0px;
  margin: 10px 10px 0px 10px;
  padding: 0 55px 0 0;
}

div.main_content div{
  width: 100%;
  text-align: center;
}


table#main{
  width: 100%;
}

#CD-info{
  width: 94%;
  margin: 0 3%;
  border: #444 solid 1px;
}


#CD-info .Title{
  width: 94%;
  margin: 0 2%;
  padding: 5px;
  line-height: 2em;
  text-align: left;
  border-bottom: #666 dotted 1px;
}                   

#CD-info .Author{
  float: right;
  vertical-align: top;

}

.download{
  color: #99f;
}
.artist{
  text-align: center;
  height: 300px;
  margin: 5px;
  float: left;
  display: inline;
}
.artist a{
  color: #fff;
}
.artist a:hover{
  color: #99f;
}
.artist a img  {
  border: #ccc solid 2px;
}
.artist a:hover img {
  border: #99f solid 2px;
}
.artist td a:visited img{
  border: #555 solid 2px;
}
div.box{
  height: 500px;
}

span.fuego{
  font-family: georgia, serif;
  font-weight: bolder;
}
span.koori{
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bolder;
}

table.navigation{
  margin: 0 20px 0 20px;
  width: 200px;
}

table.navigation #content{
  margin: 0;
  background: #000;
  text-align: left;
  vertical-align: middle;
  width: 250px;
}

td#nav-border-01{
  background: #000 url('../images/nav_border3/nav_border3_01.gif') no-repeat;
} 
td#nav-border-01 div{
  height: 34px;
  width: 36px;
}

td#nav-border-02{
  height: 34px;
  width: 100%;
  background: #000 url('../images/nav_border3/nav_border3_02b.gif') repeat-x;
}

td#nav-border-03{
  background: #000 url('../images/nav_border3/nav_border3_03.gif') no-repeat;
}
td#nav-border-03 div{
  height: 34px;
  width: 34px;
}
td#nav-border-04{
  width: 36px;
  height: 100%;
  background: #000 url('../images/nav_border3/nav_border3_04b.gif') repeat-y;
}

td#nav-border-06{
  width: 34px;
  height: 100%;
  background: #000 url('../images/nav_border3/nav_border3_06b.gif') repeat-y;
}
td#nav-border-07{
  background: #000 url('../images/nav_border3/nav_border3_07.gif') no-repeat;
}
td#nav-border-07 div{
  width: 34px;
  height: 37px;
}
td#nav-border-08{
  height: 37px;
  width: 100%;
  background: #000 url('../images/nav_border3/nav_border3_08b.gif') repeat-x;
}      
td#nav-border-09{
  background: #000 url('../images/nav_border3/nav_border3_09.gif') no-repeat;
}      
td#nav-border-09 div{
  height: 37px;
  width: 34px;
}      

div#navigation-links{
  width: 200px;
}
div#navigation-links a{
  width: 100%;
  text-decoration: none;
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
}
  
div#navigation-links a:hover{
  color: #ff4b24;
}
div#navigation-links a:active{
  background: #333;
}



div#wrapper{
  width: 100%;
  text-align: center;   
}

div#footer{
  text-align: center;
  width: 100%;
  padding: 40px 0 0 0;
}

div#footer a{
  color: #999;
} 

div#footer a:hover{
  color: #99f;
} 
div#footer a:visited{
  color: #666;
}

div#footer .content{
  font-size: 9px;
  color: #666;
  width: 80%;
  margin: 0 10% 0 10%;
}

ul.links li a{
  line-height: 1.5em;
}