/*
These styles apply across most pages on the website. Styles
specific to particular layouts are in additional style files.
*/

/*------------------------------
Regular block level elements
------------------------------*/
body {
  font-family: arial, helvetica, sans-serif;
  position: relative; /* allow for absolute positioning relative to the body */
  font-size: 81%;
  width: 950px;
  color: #555;
  background: white;
  min-width: 46em;
  padding: 0;
  margin: 0 auto;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}

p, h1, h2, h3, h4, li, dt, dd, pre {
  text-align: left; /* avoid IE6 bug */
}

p, dt, dd, li { line-height: 1.5; }

h1 {
  font-family: arial, helvetica, sans-serif;
  color: #c25600;
}
h2, h3, h4, blockquote {
  font-family: arial, helvetica, sans-serif;
  color: #7f6958;
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0 0 0;
  padding: 0;
}

h2 {
  font-size: 1.1em;
  margin: 0.5em 0 0 0;
}

h3 {
  font-size: 1em;
  margin: 0.6em 0;
}


p { margin: 0.4em 0 0.8em 0; }

ul { margin-top: 0.zem; margin-bottom: 0.5em; }

form, fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

/*------------------------------
Links
------------------------------*/
a {
  color: #386cbc;
  text-decoration: underline;
}

/* Use standard link colours */
a:link {}
a:visited {}
a:hover {}
a:active {}


/*------------------------------
Page lagout blocks
------------------------------*/
#header {
  background: #fff;
  padding: 0;
  height: 130px;
}

#content {
  background: #fff;
  padding: 1.2em 0 0 0;
  margin-top: 0;
  margin-bottom: 1em;
}

#topic-menu {
  background: #fff;
  padding: 1.3em 0 0 0;
  margin: 0 0 0 10px;
}

#panel {
  background: #eee4db;
  padding: 0 10px 10px 10px;
  margin: 10px 10px 0 0 ;
  border: solid 1px #ccc;
}

#footer {
  text-align: left;
  background:  #fff;
  clear: both;
  position: relative;
  border-bottom: solid 1px #999;
}


/*------------------------------
Branding
------------------------------*/
#branding {
  height: 130px;
}

/*------------------------------
Section menu
------------------------------*/
#section-menu {
  background: #4f473d;
  clear: left;
  width: 100%;
  margin: 1px 0 0 0;
}

#section-menu ul , #topic-menu ul {
  list-style: none;
  padding: 0; margin: 0;
}

#section-menu li a {
  white-space: nowrap;
}

#section-menu a:hover, #topic-menu a:hover {}

#section-menu ul {
  margin: 0 0 0 55px;
  background: #218114;
}

#section-menu li {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.1em;
  float: left;
  margin: 0;
  padding: 5px 0 5px 0;
  border-left: solid 1px #fff;
  text-align: center;
}

#section-menu li a {
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 20px 0 20px;
  margin: 0;

}

#section-menu a:hover { text-decoration: underline; }
#section-menu li.current a {
  font-weight: bold;
  color: #fff;
}
#section-menu li.return-music {
  margin-left: 100px;
  border-right: solid 1px #fff;
}

#section-menu li.endmenu, #section-menu li.endmenucurrent {
  border-right: solid 1px #fff;
}
#section-menu li.endmenucurrent a {
  font-weight: bold;
  color: #fff;
}


#section-menu:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/*------------------------------
Content
------------------------------*/

#topic-menu p {
  margin: 20px 0 20px 0;
}

#topic-menu img {
  margin: 0 10px 5px 0;
}

#content li {
  padding: 1em 0 0 0;
  margin: 0;
}



/*------------------------------
Panel
------------------------------*/
#panel ul {
  list-style: disc;
  padding: 0 0 1em 2em;
  margin: 0;
}

#panel li {
  padding: 0.1em 0 0.1em 0.1em;
  margin: 0;
}


/*------------------------------
Footer
------------------------------*/
#footer p {
  color: #000;
  text-align: center;
}

#footer ul {
  color: #666;
  font-size: 0.85em;
  list-style: none;
  padding: 0; margin: 0;
  white-space: nowrap;
}
#footer li {
  white-space: nowrap;
}

#footer #link-copyright {
  text-align: left;
  padding: 5px 5px 5px 20px;
}



/*------------------------------
Other
------------------------------*/
#skip { display: none; }

img {
  border: 0;
}

#content img.rightpic, #panel img.rightpic {
  padding: 0 0 0 10px;
}

#content img.leftpic, #panel img.leftpic {
  padding: 5px 10px 0 0;
}

#content img.contactpic {
  padding: 0 50px 0 0;
}


table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
td {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

td.artistleft {
  width: 50%;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}


#sponsor-table td {
  border: 0;
  padding-top: 30px;
  width: 260px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
