
/****** FIREFOX PERSISTANT SCROLLBAR ******/

:root{
  overflow-y: scroll;
}


/****** HTML TAGS ******/

A, A:link, A:active, A:visited, A:hover {
  color: #c17515;
  text-decoration: underline;
}

A.red, A.red:link, A.red:active, A.red:visited, A.red:hover {
  color: #b8292f;
  text-decoration: none;
}

A.icon {
  float: left;
  width: 149px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}

A.icon IMG {
  margin: 12px 0px;
}

BODY {
  margin: 0px;
  background-color: #ffffff;
  text-align: left;
}

BODY, P, TD, TH {
  color: #666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 14px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6, .header {
  color: #c17515;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 19px;
}

HR {
  height: 1px;
  border: 0px none;
  border-top: 1px solid #999999;
}

IMG {
  border: none;
}

P {
  margin-top: 14px;
  margin-bottom: 14px;
}

B {
  color: #c17515;
}

TH {
  text-align: left;
}


/****** IDENTITIES ******/

#header_shade {
  width: auto;
  height: 98px;
  background: url('/images/bgs/top.gif') repeat-x;
}

#header {
  position: relative;
  width: 1000px;
  height: 98px;
}

#logo {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 350px;
  height: 72px;
  z-index: 10;
}

#wrapper {
  position: relative;
  width: 1000px;
}

#utility {
  float: right;
  padding: 15px 25px;
  color: #003366;
}

#utility A, #utility A:link, #utility A:active, #utility A:visited {
  color: #003366;
}

#utility A:hover {
  color: #ffffff;
}


/****** GOLD BOX ******/

.goldbox {
  float: right;
  margin: 5px;
  background: #c17515;
}

.goldbox_contents {
  margin: 3px;
  border: 1px solid #c8a155;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.goldbox_contents A, .goldbox_contents A:link, .goldbox_contents A:active, .goldbox_contents A:visited {
  color: #dfc99e;
  text-decoration: none;
}

.goldbox_contents A:hover {
  color: #ffffff;
  text-decoration: none;
}


/****** ARTIST SEARCH ******/

TABLE#artistsearch {
  height: 38px;
  margin: 0px 10px;
  background: #9f6d0b url('/images/bgs/artistsearch.gif') top left no-repeat;
}

TABLE#artistsearch TD {
  color: #dfc99e;
}

TABLE#artistsearch TD STRONG {
  color: #ffffff;
}


/****** TABLE GRID ******/

TABLE.grid {
  border-collapse: collapse;
}

TABLE.grid TD {
  border: 1px solid #cccccc;
  padding: 4px;
}


/****** PRIMARY NAVIGATION TABS ******/

#tabs {
  position: absolute;
  width: 1000px;
  top: 70px;
  z-index: 5;
}

#tabs UL {
  float: right;
  margin: 0px;
  padding: 0px;
}

#tabs UL LI {
  display: inline;
}

#tabs UL LI A {
  float: left;
  margin-right: 0px;
  padding: 5px 10px;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#tabs UL LI A:hover {
  color: #c17515;
}

#tabs UL LI A.active, #tabs UL LI A.active:hover {
  color: #c17515;
}


/****** FOOTER ******/

#footer {
  clear: both;
  width: 1000px;
  height: 70px;
  color: #666666;
  font-size: 10px;
}

#footer_links {
  float: left;
  padding: 4px 10px;
  white-space: nowrap;
}

#footer_links B, #footer_links STRONG {
  color: #666666;
}
  
#copyright {
  float: right;
  padding: 4px 10px;
  color: #999999;
  text-align: right;
  white-space: nowrap;
}


/****** CLASSES ******/

.arrow {
  position: relative;
  top: 1px;
}

.bullet {
  background: url('/images/bullet.gif') 0px 4px no-repeat;
  padding-left: 15px;
}

P.bullet {
  margin: 0px;
}

.clear {
  clear: both;
}

.currentissue {
  float: left;
  padding: 3px 15px 3px 3px;
  background: url('/images/bgs/dropshadow.gif') no-repeat;
}

.coverimageleft {
  float: left;
  margin: 17px 15px 7px 15px;
  padding: 3px 7px 3px 3px;
  background: url('/images/bgs/dropshadow.gif') no-repeat;
}

.coverimageright {
  float: right;
  margin: 7px 0px 0px 10px;
  padding: 3px 7px 3px 3px;
  background: url('/images/bgs/dropshadow.gif') no-repeat;
}

.coverimageleft IMG,.coverimageright IMG {
  margin-bottom: 6px;
}

.error, .red {
  color: #b8292f;
}

.partition {
  border-top: 1px solid #c17515;
}

.padding {
  padding: 4px 16px;
}

.userinput {
  width: 240px;
}
