/* site-skin.css */
/* The current site-wide skin (colour scheme and typography) */

@import url("site-layout.css");

/* basic typography */

body, p, ul, ol, li, dl, dt, dd {
/*  font-family: Georgia, Times, "Times New Roman", serif; */
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

p {
  padding-bottom: 1em;
}

/* links */

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

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

a:hover {
  text-decoration: underline;
  font-weight: bold;
}
 
a img {
  border: 0;    
}

/* header styles */

#header {
  background: #d40000;
}

#header-logo {
  background: url("../img/hatdragon-100.png") 25px 0 no-repeat;
}

#header-title {
  background: url("../img/logo.png") no-repeat;
  height: 100px;
  width: 484px;
}

#header-title span{
  display: none;
}

/* main navigation styles */

#mainnav a {
  float: left;
  padding: 20px 0 0 0;
  overflow: hidden;
  height: 0px;
}

#mainnav a {
  background-position: 0 -40px;
}

#mainnav a:hover {
  background-position: 0 -20px;
}

#mainnav a:active, #mainnav a.selected {
  background-position: 0 0;
}

#mn-thesale a{
  margin-left: 155px;
  width: 90px;
  background: url("../img/mn-thesale-rollover-90.png") 0 -40px no-repeat;
}

#mn-beneficiaries a{
  width: 125px;
  background: url("../img/mn-beneficiaries-rollover-125.png") 0 -40px no-repeat;
}

#mn-getinvolved a{
  width: 135px;
  background: url("../img/mn-getinvolved-rollover-135.png") 0 -40px no-repeat;
}

#mn-contactus a{
  width: 120px;
  background: url("../img/mn-contactus-rollover-120.png") 0 -40px no-repeat;
}




/* secondary navigation styles */

#secnav {
  background: #ffffff;
  color: #000000;
  font-size: 80%;
}

#secnav div {
  font-weight: bold;
}

#secnav ul li {
  list-style: none;
  font-style: italic;
  padding-left: 1em;
} 

#sn-auctions {
}

#sn-prizes {
}  

/* content styles */

#page-content {
  color: #000000;
  background: #ffffff;
}

#page-content h2 {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 150%;
  color: #d40000;
}

/* news styles */

#newssection h2 {
    background: url("../img/nws-news-50.png") no-repeat;
    height: 50px;
    width: 124px;
  }
    
  #newssection h2 span {
      display: none;    
  }
  
  #newssection p {
    font-size: 80%;  
  }

/* footer styles */

#footer {
  font-size: 80%;
  text-align: center;
  background: #ffffff;
  padding-top: 1em;
}
