/* General styles */

* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

body {
  background-image: url("mainbg.png");
  color: black;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


h1 {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
}

h2 {
  font-family: "PT Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 0.5em;
}

a {
  color: rgb(20, 40, 80);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* For the logo area */

.logoarea {
  width: 100%;
  min-width: 600px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* For the header area */

.headerarea {
  width: 100%;
  min-width: 600px;
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* For the button bar */

.buttonbar {
  width: 75%;
  min-width: 600px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Special Style for Buttons */

.button {
  display: inline-block;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  text-indent: 0px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.button:active {
  position: relative;
  top: 1px;
}

.tktbtn {
  -moz-box-shadow: inset 0px 1px 0px 0px #F5978E;
  -webkit-box-shadow: inset 0px 1px 0px 0px #F5978E;
  box-shadow: inset 0px 1px 0px 0px #F5978E;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F24537), color-stop(1, #C62D1F) );
  background: -moz-linear-gradient( center top, #F24537 5%, #C62D1F 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F24537", endColorstr="#C62D1F");
  background-color: #F24537;
  border: 1px solid #D02718;
  width: 80px;
  text-shadow: 1px 1px 0px #810E05;
}

.tktbtn:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C62D1F), color-stop(1, #F24537) );
  background: -moz-linear-gradient( center top, #C62D1F 5%, #F24537 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C62D1F", endColorstr="#F24537");
  background-color: #C62D1F;
}

.spbtn {
  -moz-box-shadow: inset 0px 1px 0px 0px #F5978E;
  -webkit-box-shadow: inset 0px 1px 0px 0px #F5978E;
  box-shadow: inset 0px 1px 0px 0px #F5978E;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F24537), color-stop(1, #C62D1F) );
  background: -moz-linear-gradient( center top, #F24537 5%, #C62D1F 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F24537", endColorstr="#C62D1F");
  background-color: #F24537;
  border: 1px solid #D02718;
  width: 150px;
  text-shadow: 1px 1px 0px #810E05;
}

.spbtn:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C62D1F), color-stop(1, #F24537) );
  background: -moz-linear-gradient( center top, #C62D1F 5%, #F24537 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C62D1F", endColorstr="#F24537");
  background-color: #C62D1F;
}

.itmbtn {
  -moz-box-shadow: inset 0px 1px 0px 0px #F5978E;
  -webkit-box-shadow: inset 0px 1px 0px 0px #F5978E;
  box-shadow: inset 0px 1px 0px 0px #F5978E;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F24537), color-stop(1, #C62D1F) );
  background: -moz-linear-gradient( center top, #F24537 5%, #C62D1F 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F24537", endColorstr="#C62D1F");
  background-color: #F24537;
  border: 1px solid #D02718;
  width: 110px;
  text-shadow: 1px 1px 0px #810E05;
}

.itmbtn:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C62D1F), color-stop(1, #F24537) );
  background: -moz-linear-gradient( center top, #C62D1F 5%, #F24537 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C62D1F", endColorstr="#F24537");
  background-color: #C62D1F;
}

.ctbbtn {
  -moz-box-shadow: inset 0px 1px 0px 0px #F5978E;
  -webkit-box-shadow: inset 0px 1px 0px 0px #F5978E;
  box-shadow: inset 0px 1px 0px 0px #F5978E;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F24537), color-stop(1, #C62D1F) );
  background: -moz-linear-gradient( center top, #F24537 5%, #C62D1F 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F24537", endColorstr="#C62D1F");
  background-color: #F24537;
  border: 1px solid #D02718;
  width: 95px;
  text-shadow: 1px 1px 0px #810E05;
}

.ctbbtn:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C62D1F), color-stop(1, #F24537) );
  background: -moz-linear-gradient( center top, #C62D1F 5%, #F24537 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C62D1F", endColorstr="#F24537");
  background-color: #C62D1F;
}

/* For the content area */

.content {
  width: 75%;
  min-width: 600px;
  background-color: white;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Footer */

.footer {
  width: 75%;
  min-width: 600px;
  background-color: rgb(20, 40, 80);
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: white;
  text-align: center;
}

.sponsors {
  text-align: center;
  margin-top: 2em;
}

.ticketing {
  font-size: 12px;
  text-align: center;
  margin-top: 2em;
}
