/* -----------------------------------------------------------------------------------------
  ATTRIBUTE SELECTOR RULES
  --------------------------------------------------------------------------------------- */

a[href^="http"] {
  background: transparent url(../img/ico-external.gif) no-repeat 100% 0.25em;
  padding-right: 15px;
}  


/* -----------------------------------------------------------------------------------------
  TYPE SELECTOR RULES
  --------------------------------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

a:link {
  color: #884809;
  text-decoration: underline;
}
a:visited {
  color: #884809;
}
a:hover, a:active {
  color: black;
}
body {
  background: transparent url(../img/bg-body.jpg) no-repeat 50% 0;
  color: #26231a;
  font-size: 80%;
  font-family: Georgia, "Times New Roman", Tahoma, serif;
}
img {
  border: 0;
}
h1 {
  margin-left: -2000px;
}
h2 {
  font-size: 130%;
  margin: 5px 0 10px 0;
}
h3 {
  font-size: 120%;
  margin: 1em 0 10px 0;
}
html {
  background: #c5b26e url(../img/bg-repeat.jpg) repeat-y 50% 0;
  margin: 0 auto;
  width: 100%;
}
p {
  padding: 0.5em 0;
  line-height: 1.6em;
}
table {
  background-color: inherit;
  border-bottom: 1px solid #b8a04c;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 600px;
}  
table th {
  border-top: 1px solid #b8a04c;
  border-bottom: 1px solid #b8a04c;
  text-align: left;
  vertical-align: top;
  padding: 0.5em 0.3em;
}
table th.subhead {
  background: transparent url(../img/bg-half.gif) repeat 0 0;
  border-bottom: 1px solid #b8a04c;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0.5em 0.3em;
}
table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #b8a04c;
  padding: 0.5em 0.3em;
}

/* -----------------------------------------------------------------------------------------
  ID SELECTOR RULES
  --------------------------------------------------------------------------------------- */

#col-left {
  float: left;
  width: 100px;
}
#col-right {
  background: transparent url(../img/line-vertical.gif) repeat-y 0 0;
  float: right;
  width: 460px;
  padding-left: 20px;
  margin-bottom: 40px;
}
#container-all {
  margin: 0 auto;
  width: 951px;
  position: relative;
}
#container-background {
  background: transparent url(../img/bg-container.jpg) no-repeat 50% 0;
  margin: 0 auto;
  width: 951px;
  min-height: 900px;
}
#container-content {
  margin: 0 auto;
  position: absolute;
  left: 175px;
  top: 130px;
  width: 600px;
}
#container-content ul.content {
  list-style-type: none;
}
#container-content ul.content li {
  background: transparent url(../img/bullet.gif) no-repeat 0 0.7em;
  padding: 0.4em 0 0.4em 30px;
}
#container-content ol.content {
  padding: 0.4em 0 0.4em 30px;
}
#container-content Ol.content li {
  padding: 0.2em 0 0.2em 0;
}
#footer {
  background: transparent url(../img/bg-bottom.jpg) no-repeat 50% 100%;
  clear: both;
  height: 136px;
  margin: 0 auto;
  width: 955px;
  text-align: center;
  margin: 20px -176px 0 -176px;
}
#footer a,
#footer a:link,
#footer a:visited {
  color: #61532b;
  text-decoration: underline;
}
#footer a:hover {
  color: black;
}

#logo-home {
  background: transparent url(../img/logo-home.jpg) no-repeat 50% 0;
  margin: 0 auto;
  width: 951px;
  height: 58px;
  position: absolute;
  top: 62px;
  left: 0;
}

/* Nav boxes
----------------------------------------------- */
ul#nav {
  clear: both;
  height: 126px;
  list-style-type: none;
  position: relative;
}
ul#nav li a:link,
ul#nav li a:visited {
  height: 126px;
  width: 86px;
  position: absolute;
  top: 0;
}
ul#nav li a:link span,
ul#nav li a:visited span {
  display: none;
}

/* home */
ul#nav li.nav-home a,
ul#nav li.nav-home a:link,
ul#nav li.nav-home a:visited {
  background: transparent url(../img/nav-home.jpg) no-repeat 0 0;
  left: 0;
}
ul#nav li.nav-home a:hover {
  background: transparent url(../img/nav-home.jpg) no-repeat 0 -127px;
}

/* about */
ul#nav li.nav-about a:link,
ul#nav li.nav-about a:visited {
  background: transparent url(../img/nav-about.jpg) no-repeat 0 0;
  left: 102px;
}
ul#nav li.nav-about a:hover {
  background: transparent url(../img/nav-about.jpg) no-repeat 0 -127px;
}
ul#nav li.nav-about-on a:link,
ul#nav li.nav-about-on a:visited {
  background: transparent url(../img/nav-about.jpg) no-repeat 0 -127px;
}

/* music */
ul#nav li.nav-music a:link,
ul#nav li.nav-music a:visited {
  background: transparent url(../img/nav-music.jpg) no-repeat 0 0;
  left: 204px;  
}
ul#nav li.nav-music a:hover {
  background: transparent url(../img/nav-music.jpg) no-repeat 0 -127px;
}
ul#nav li.nav-music-on a:link,
ul#nav li.nav-music-on a:visited {
  background: transparent url(../img/nav-music.jpg) no-repeat 0 -127px;
}

/* photos */
ul#nav li.nav-photos a:link,
ul#nav li.nav-photos a:visited {
  background: transparent url(../img/nav-photos.jpg) no-repeat 0 0;
  left: 306px;
}
ul#nav li.nav-photos a:hover {
  background: transparent url(../img/nav-photos.jpg) no-repeat 0 -127px;
}
ul#nav li.nav-photos-on a:link,
ul#nav li.nav-photos-on a:visited {
  background: transparent url(../img/nav-photos.jpg) no-repeat 0 -127px;
}

/* contact */
ul#nav li.nav-contact a:link,
ul#nav li.nav-contact a:visited {
  background: transparent url(../img/nav-contact.jpg) no-repeat 0 0;
  left: 408px;
}
ul#nav li.nav-contact a:hover {
  background: transparent url(../img/nav-contact.jpg) no-repeat 0 -127px;
}
ul#nav li.nav-contact-on a:link,
ul#nav li.nav-contact-on a:visited {
  background: transparent url(../img/nav-contact.jpg) no-repeat 0 -127px;
}

/* links */
ul#nav li.nav-links a:link,
ul#nav li.nav-links a:visited {
  background: transparent url(../img/nav-links.jpg) no-repeat 0 0;
  left: 510px;
}
ul#nav li.nav-links a:hover {
  background: transparent url(../img/nav-links.jpg) no-repeat 0 -127px;
}
ul#nav li.nav-links-on a:link,
ul#nav li.nav-links-on a:visited {
  background: transparent url(../img/nav-links.jpg) no-repeat 0 -127px;
}



/* Contact form container
----------------------------------------------- */
#contact .aster {
  color: #A04C00;
}
#contact .aster-text {
  font-style: italic;
  font-size: 90%;
}
#contact input,
#contact textarea {
  background: transparent url(../img/bg-half.gif) repeat 0 0;
  border: 1px solid #9C8851;
  padding: 2px; 
  width: 95%;
  text-overflow: clip; 
  overflow: hidden;
}
#contact input.submit {
  overflow: hidden;
  background: #7b3400 url(../img/bg-input-submit.gif) repeat-x 0 0;
  border-bottom: 1px solid #2f1400;
  border-left: 1px solid #994100;
  border-right: 1px solid #2f1400;
  border-top: 1px solid #994100;
  color: white; 
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px; 
  width: auto;
} 
#contact input.reset {
  background: #414141 url(../img/bg-input-clear.gif) repeat-x 0 0;
  border-bottom: 1px solid #241111;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #241111;
  border-top: 1px solid #4c4c4c;
  color: #ccc; 
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px; 
  width: auto;
} 

.clear {
  clear: both;
}
.floatleft {
  float: left;
  margin: 5px 20px 5px 0;
}
.floatright {
  float: right;
  margin: 5px 0 5px 15px;
}
.hidden {
  display: none;
}

/* Tabs on photos page
----------------------------------------------- */
ul#tabs {
  background: transparent url(../img/bg-tabs.gif) repeat-x 0 30px;
  clear: both;
  height: 35px;
  list-style-type: none;
  position: relative;
  margin-bottom: 1em;
}
ul#tabs li,
ul#tabs li a:link,
ul#tabs li a:visited {
  height: 35px;
  width: 160px;
  position: absolute;
  top: 0;
} 
ul#tabs li span,
ul#tabs li a:link span,
ul#tabs li a:visited span {
  display: none;
}

/* tab1 */
ul#tabs li.tab1 {
  background: transparent url(../img/tab1-on.gif) no-repeat 0 0;
  border-bottom: 1px solid #DCD0A7;
}
ul#tabs li.tab1 a,
ul#tabs li.tab1 a:link,
ul#tabs li.tab1 a:visited {
  background: transparent url(../img/tab1.gif) no-repeat 0 0;
  left: 0;
}
ul#tabs li.tab1 a:hover {
  background: transparent url(../img/tab1.gif) no-repeat 0 -39px;
}

/* tab2 */
ul#tabs li.tab2 {
  background: transparent url(../img/tab2-on.gif) no-repeat 0 0;
  border-bottom: 1px solid #DCD0A7;
  left: 164px;
}
ul#tabs li.tab2 a,
ul#tabs li.tab2 a:link,
ul#tabs li.tab2 a:visited {
  background: transparent url(../img/tab2.gif) no-repeat 0 0;
}
ul#tabs li.tab2 a:hover {
  background: transparent url(../img/tab2.gif) no-repeat 0 -39px;
}
ul#tabs li.tab2-on a:link,
ul#tabs li.tab2-on a:visited {
  background: transparent url(../img/tab2-on.gif) no-repeat 0 -39px;
}


#elfshot {
  height: 28px;
  width: 81px;
  position: relative;
  margin: 10px auto 0 auto;
}
#elfshot p a,
#elfshot p a:link {
  background: transparent url(../img/elfshot.gif) no-repeat 0 0;
  height: 28px;
  width: 81px;
  position: absolute;
  margin-left: -40px;
  top: 0;
}
#elfshot p a:hover {
  background: transparent url(../img/elfshot.gif) no-repeat 0 -28px;
}
#elfshot span {
  display: none;
}

.towncountry {
  font-family: Verdana, Tahoma, Arial;
  text-transform: uppercase;
  font-weight: normal;
}
.towncountry span {
  color: #b34400;
}


/* Level 2 H2 image replacements
----------------------------------------------- */
#floatingheading {
  position: absolute;
  left: 10px;
  margin-top: 10px;
  width: 100px;
}
.heading-about {
  background: transparent url(../img/heading-about.gif) no-repeat 0 0;
  height: 30px;
  width: 90px;
}
.heading-about h2 {
  display: none;
}
.heading-music {
  background: transparent url(../img/heading-music.gif) no-repeat 0 0;
  height: 30px;
  width: 90px;
}
.heading-music h2 {
  display: none;
}
.heading-photos {
  background: transparent url(../img/heading-photos.gif) no-repeat 0 0;
  height: 30px;
  width: 90px;
}
.heading-photos h2 {
  display: none;
}
.heading-contact {
  background: transparent url(../img/heading-contact.gif) no-repeat 0 0;
  height: 30px;
  width: 90px;
}
.heading-contact h2 {
  display: none;
}
.heading-links {
  background: transparent url(../img/heading-links.gif) no-repeat 0 0;
  height: 30px;
  width: 90px;
}
.heading-links h2 {
  display: none;
}



/* Home page heading image replacements
----------------------------------------------- */
.heading-news {
  background: transparent url(../img/heading-news.gif) no-repeat 0 0;
  clear: both;
  height: 20px;
  margin: 15px 0;
  width: 42px;
}
.heading-news h2 {
  display: none;
}
.heading-gigs {
  background: transparent url(../img/heading-gigs.gif) no-repeat 0 0;
  clear: both;
  height: 25px;
  margin: 15px 0;
  width: 33px;
}
.heading-gigs h2 {
  display: none;
}

.portrait {
  background: transparent url(../img/photo-donal.jpg) no-repeat 0 0;
  float: left;
  margin: 5px 20px 5px 0;
  width: 283px;
  height: 273px;
}  
#ie6warning {
  border: 1px solid #7e6e33;
  background: transparent url(../img/bg-half.gif) repeat 0 0;
  padding: 5px 15px;
  margin-bottom: 15px;
}
#ie6warning p {
  background: transparent url(../img/warning.gif) no-repeat 0 0.6em;
  padding-left: 25px;
}

.photo-left {
  background: transparent url(../img/bg-half-light.gif) repeat 0 0;
  border: 1px solid #5B4B1B;
  color: #5B4B1B;
  float: left;
  font-size: 85%;
  margin-bottom: 1em;
  padding-top: 0;
  text-align: center;
  width: 220px;
}
.photo-right {
  background: transparent url(../img/bg-half-light.gif) repeat 0 0;
  border: 1px solid #5B4B1B;
  color: #5B4B1B;
  float: right;
  font-size: 85%;
  margin-bottom: 1em;
  padding-top: 0;
  text-align: center;
  width: 220px;
}
.top {
  background: transparent url(../img/ico-top.gif) no-repeat 0 1em;
  clear: both;
  float: right;
  font-size: 90%;
  margin-right: 10px;
  padding-left: 10px;
}  

/* Separator designs
----------------------------------------------- */
.sep-bars {
  background: transparent url(../img/sep-bars.gif) no-repeat 50% 0;
  clear: both;
  width: 598px;
  height: 10px;
  margin: 30px 0;
}
.sep-bow {
  background: transparent url(../img/sep-bow.gif) no-repeat 50% 0;
  clear: both;
  width: 598px;
  height: 25px;
  margin: 30px 0;
}
.sep-design {
  background: transparent url(../img/sep-design.gif) no-repeat 50% 0;
  clear: both;
  width: 600px;
  height: 91px;
  margin: 40px 0;
}
.sep-bullet {
  background: transparent url(../img/sep-bullet.gif) no-repeat 7px 5px;
  width: 10px;
  height: 7px;
  margin: 0 10px;
  padding: 0 10px;
}