body {
  color: #444444;
  background: #000 url(../img/bg.jpg) top center no-repeat;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

a {
  color: #a61a00;
  text-decoration: none;
}

a:hover {
  color: #c4c3b7;
}

#site {
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  margin-top: 490px;
  text-align: center;
  width: 550px;
  height: 575px;
  padding-bottom: 200px;
}

.media {
  height: 160px;
  text-align: left;
  margin-left: 0px;
}

.media h4 {
  color: #c4c3c1;
  text-align: center;
  margin: 12px 0 8px;
}

.media a {
  color: #c4c3c1;
  text-transform: uppercase;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
}

.media p.facebook a {
  display: block;
  background: url(../img/facebook.gif) top left no-repeat;
  padding-left: 24px;
}

.media p.twitter a {
  display: block;
  background: url(../img/twitter.gif) top left no-repeat;
  padding-left: 24px;
}

.media p.facebook {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0px;
}

.media p.twitter {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0px;
}

.media p.myspace {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0px;
}

.media p.myspace a {
  display: block;
  background: url(../img/myspace.gif) top left no-repeat;
  padding-left: 24px;
}

.media .left {
  float: left;
  width: 218px;
  margin-top: 15px;
}

.media .right {
  margin-top: 20px;
  width: 255px;
  float: left;
  left: 218px;
}

.media .right .shim {
}

.mail {
  overflow: hidden;
  height: 83px;
  text-align: left;
  color: #c4c3c1;
  font-weight: bold;
}

.mail .left, .mail .right {
  text-align: left;
  float: left;
  width: 245px;
}

.mail h4 {
  color: #444444;
  padding: 10px 0 5px;
}

.mail .right {
    margin-left: 60px;
}

.mail .input_wrapper {
  width: 178px;
  height: 25px;
  background: url(../img/input_bg.jpg);
  float: left;
}

.mail .input_wrapper input {
  border: 0;
  background: transparent;
  width: 168px;
  height: 16px;
  margin: 5px 0 0 5px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: bold;
  color: #333;
}

.mail .input_wrapper input.on {
  color: #666;
}

h3 {
  color: #c4c3b7;
  text-align: left;
  margin-top: 15px;
  line-height: 25px;
  font-size: 21px;
  font-weight: bold;
}

h4 {
  text-align: left;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}

p.disclaimer {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}

table.dates {
  width: 550px;
  margin-top: 25px;
}

table.dates td {
  line-height: 40px;
  border-bottom-color: #333333;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  margin-bottom: 5px;
  height: 30px;
  text-align: left;
  color:white;
}

table.dates.rule {


	line-height: 15px;


}

table.dates td.buy { text-align: left; width: 50px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
table.dates td.date {}
table.dates td.city { text-overflow: auto; line-height: 15px; padding-left: 25px; color: white;}
table.dates td.venue { text-align: right; color: #666666; text-overflow: auto; line-height: 15px; }

table.dates td span.alert {
  color: #ff6600;
}

.hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.dottedRule{
		border-top-color: #333333;
		border-top-width: 1px;
		border-top-style: dotted;
		width: 550px;
		height: 10px;
		margin-left:0px;
	}


