
/**
 * HTML Selectors
 */

a {
  color: #16a3b3;
  outline: 0;
  text-decoration: underline;
}

a:hover {
  color: #16a3b3;
}

body, html {
  background: #000;
}

body {
  color: #6f6f6f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
}

code, pre {
  font-family: 'Courier';
  font-size: 12px;
}

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

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

h1, h2, h3, h4, h5, h6 {
  color: #16a3b3;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 0;
  padding: 0;
}

h1 {
  font-size: 34px;
  font-weight: normal;
}

h2 {
  font-size: 22px;
  font-weight: normal
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #303030;
}

img, embed, object {
  border: 0;
}

input, select, textarea {
  margin: 0;
}

p, address {
  font-style: normal;
  margin: 15px 0;
}

th {
  text-align: left;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}


/**
 * Piped List
 */
 
ul.piped li {
  display: inline;
}

ul.piped li:before {
  content: ' | ';
}

ul.piped li:first-child:before {
  content: '';
}


/**
 * Utility
 */

#utility {
  background: #16a3b3;
  border-bottom: 1px solid #000;
  color: #fff;
  line-height: 24px;
}

#utility a {
  color: #fff;
}


/**
 * Utility
 *

#utility {
  background: #16a3b3;
  border-bottom: 1px solid #000;
  color: #000;
  height: 60px;
  padding: 15px 0;
}

#utility.login {
  display: none;
}

#utility strong {
  color: #fff;
  display: block;
  font-family: Tahoma;
  font-size: 15px;
  padding: 1px 0 5px 0;
}

#utility a {
  color: #fff;
}

#utility form {
  border-right: 1px solid #1494a4;
  float: left;
  height: 60px;
  width: 620px;
}

#utility form img {
  float: left;
  height: 55px;
  margin-right: 15px;
  width: 45px;
}

#utility form fieldset input {
  float: left;
}

#utility form fieldset dl {
  float: left;
  margin: 0;
  padding: 0;
}

#utility form fieldset dl dt {
  display: none;
  margin: 0;
  padding: 0;
}

#utility form fieldset dl dd {
  background: #5cbfca;
  float: left;
  margin: 0 9px 0 0;
  padding: 4px;
}

#utility form fieldset dl dd input {
  border: 1px solid #0f727d;
  color: #0f727d;
  float: none;
  font-size: 12px;
  padding: 4px;
  width: 192px;
}

#utility #need-an-account {
  border-left: 1px solid #5cbfca;
  float: left;
  height: 60px;
  padding-left: 40px;
  width: 280px;
}

#utility #need-an-account img {
  float: left;
  height: 72px;
  margin-right: 15px;
  width: 55px;
}

*/


/**
 * Main
 */
 
#main {
  background: #191919 url(../images/texture.gif);
  padding-top: 10px;
}


/**
 * Header
 */

#header {
  height: 60px;
  background: url(../images/header/background.gif) left top no-repeat;
  margin-bottom: 5px;
}

#header a img {
  float: left;
  width: 147px;
  height: 60px;
}

#header ul li {
  float: left;
  width: auto;
  height: 60px;
  border-left: 1px solid #030303;
}

#header ul li a {
  float: left;
  width: auto;
  height: 60px;
  border-left: 1px solid #0f0f0f;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  line-height: 60px;
  padding: 0px 23px;
  text-decoration: none;
}

#header ul li a:hover {
  color: #ffffff;
}

#header ul li.active a,
#header ul li.active a:hover {
  color: #16a3b3;
  background: url(../images/header/nav/active.gif) left bottom repeat-x;
}

#header form {
  float: right;
  width: 385px;
  height: 50px;
  overflow: hidden;
  background: url(../images/search/background.gif) left top no-repeat;
  margin: 5px;
}

#header form fieldset {
  padding: 10px;
}

#header form fieldset dl,
#header form fieldset dl dt,
#header form fieldset dl dd {
  margin: 0;
  padding: 0;
}

#header form fieldset dl dt {
  display: none;
}

#header form fieldset dl dd {
  float: left;
  background: #2f2f2f;
  padding: 4px;
  margin-right: 4px;
}

#header form fieldset dl dd input,
#header form fieldset dl dd select {
  border: 1px solid #999;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 1px;
}

#header form fieldset dl dd input {
  width: 145px;
  padding: 2px;
}


/**
 * Breadcrumbs
 */
 
#breadcrumbs {
  width: 960px;
  height: 22px;
  overflow: hidden;
  background: url(../images/breadcrumbs/background.gif) left bottom no-repeat;
  color: #999;
  font-size: 11px;
  line-height: 22px;
}

#breadcrumbs ul,
#breadcrumbs ul li {
  float: left;
}

#breadcrumbs ul li a {
  color: #666;
}

#breadcrumbs ul li a:hover {
  color: #999;
}


#breadcrumbs ul li img {
  margin: 4px 5px;
}

#breadcrumbs p {
  float: right;
  margin: 0 12px 0 0;
}

#breadcrumbs p strong {
  color: #16a3b3;
}


/**
 * Boxes
 */

div.box {
  background: url(../images/box/background.gif) center bottom no-repeat;
  margin: 10px;
  padding: 10px;
}
 
div.box div.padding {
  position: relative;
  background: #222 url(../images/box/padding/background.gif) left bottom repeat-x;
  border: 1px solid #2d2d2d;
  padding: 25px 25px 10px 25px;
}

div.box div.padding h1,
div.box div.padding h2 {
  margin: 0;
}

div.box div.padding div.photo {
  float: right;
}

div.box div.padding div.tl,
div.box div.padding div.tr,
div.box div.padding div.bl,
div.box div.padding div.br {
  position: absolute;
  z-index: 100;
}

div.box div.padding div.tl {
  width: 7px;
  height: 7px;
  background: url(../images/box/corners/tl.gif) no-repeat;
  top: -1px;
  left: -1px;
}

div.box div.padding div.tr {
  width: 7px;
  height: 7px;
  background: url(../images/box/corners/tr.gif) no-repeat;
  top: -1px;
  right: -1px;
}

div.box div.padding div.bl {
  width: 17px;
  height: 17px;
  background: url(../images/box/corners/bl.gif) no-repeat;
  bottom: -11px;
  left: -11px;
}

div.box div.padding div.br {
  width: 17px;
  height: 17px;
  background: url(../images/box/corners/br.gif) no-repeat;
  bottom: -11px;
  right: -11px;
}


/**
 * Footer
 */

#footer {
  background: #000;
  font-size: 12px;
  padding: 15px;
  text-align: center;
}

#footer ul {
  border-bottom: 1px solid #171717;
  height: 110px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 960px;
}

#footer ul li {
  float: left;
  width: 200px;
  color: #ccc;
  margin: 0 20px;
  display: inline;
}

#footer ul li h4 {
  font-size: 14px;
  margin: 0;
}

#footer ul li p {
  margin: 10px 0;
}

#footer ul li ul {
  border: none;
  color: #ccc;
  float: none;
  height: auto;
  margin: 10px 0;
  width: auto;
}

#footer ul li ul li {
  margin: 0;
}

#footer ul li ul li a {
  color: #ccc;
  text-decoration: underline;
}

#footer #copyright {
  height: 60px;
  color: #333;
  font-size: 11px;
  line-height: 60px;
  overflow: hidden;
  padding-right: 20px;
  text-align: right;
}

#footer #copyright a img {
  float: left;
  height: 60px;
  margin-top: -4px;
  width: 147px;
}

#footer #copyright a {
  color: #333;
}

#footer #copyright a:hover {
  color: #999;
}


/**
 * Utility Classes
 */
 
.wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/**
 * Floating Images
 */
 
img.left {
  margin-top: 3px;
  margin-right: 12px;
}

img.right {
  margin-top: 3px;
  margin-left: 12px;
}


/**
 * Flash Messenger
 */

.error, .info, .notice, .success, .warning {
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid;
  padding: 15px 10px 15px 50px;
}

.error {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url(/images/flashmessenger/error.png);
}

.info {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url(/images/flashmessenger/info.png);
}

.notice {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(/images/flashmessenger/notice.png);
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(/images/flashmessenger/success.png);
}

.validation {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(/images/flashmessenger/validation.png);
}

.warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(/images/flashmessenger/warning.png);
}


/**
 * Upcoming Shows Table
 */

table#upcoming-shows {
  width: 100%;
  border-collapse: collapse;
}

table#upcoming-shows caption,
table#upcoming-shows thead tr th,
table#upcoming-shows tbody tr td {
  color: #16a3b3;
}

table#upcoming-shows caption {
  border-bottom: 1px solid #16a3b3;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}

table#upcoming-shows thead tr th,
table#upcoming-shows tfoot tr td {
  padding: 8px 10px 6px 0;
}

table#upcoming-shows tbody tr td {
  padding: 2px 10px 2px 0;
}

table#upcoming-shows tbody tr.alt td,
table#upcoming-shows tbody tr.alt td a {
  color: #7ae6f2;
}

table#upcoming-shows tbody tr.alt td {
  padding: 2px 10px 2px 0;
}

