﻿/*Color Usage*/
body {
  background-color: #202020;
  color: white;
}
/*MasterPage*/
.topBG {
  background-image: url(/images/topbackground2.png);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 1080px;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center;
}
.redBar {
  background-image: url(/images/6.png);
  height: 100%;
  min-height: 178px;
  color: white;
}
.redBar p {
  margin: auto auto auto auto;
  text-align: center;
  font-size: 52px;
  margin-top: 30px;
}
.happyHour {
  margin: auto auto;
  text-align: center;
}
.happyHour img {
  width: 100%;
  max-width: 525px;
}
#clubIntro p {
  width: 100%;
  max-width: 400px;
  margin: auto auto;
  color: white;
  text-align: justify;
  margin-top: 60px;
}
#brandImg {
  width: 100%;
  max-width: 501px;
}
.socialUL {
  width: 200px;
  margin: auto auto;
}
.socialUL li {
  display: inline;
  list-style-type: none;
}
#socialHeader {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 10px;
}
/*Gallery*/
.galleryContainer {
  padding-top: 50px;
}
.galleryContainer img {
  padding-bottom: 25px;
}
/*Careers*/
.career h1 {
  text-align: center;
  color: red;
  margin: 25px 0 25px 0;
}
.career a {
  color: red;
}
/*Events.aspx & Event.aspx*/
#eventDetailsMain {
  display: table;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 25px;
}
#eventDetailsImage {
  float: left;
  text-align: center;
}
#eventDetailsImage div {
  font-weight: bold;
  text-align: center;
}
#eventAllEvents a {
  color: red;
  font-size: 16px;
}
#eventAllEvents a:hover {
  font-weight: bold;
}
.ClubEventTitle h1 {
  color: red;
  margin-top: -15px;
  font-family: 'Oswald';
  font-size: 36px;
  margin-top: 40px;
  text-align: left;
}
.ClubEventTitle h2 {
  color: white;
  font-family: 'Oswald';
  margin: 8px 0 0 4px;
  text-align: left;
}
.ClubEventTitle div {
  color: #fff;
  margin: 10px auto 10px 4px;
}
#ical a {
  color: red;
  font-size: 16px;
}
#ical a:hover {
  font-weight: bold;
}
/*Footer*/
.copyRight {
  border-top: solid 1px #333;
  color: #666;
  display: block;
  font-size: 16px;
  margin: 0 auto 40px auto;
  padding-top: 10px;
  text-align: center;
  max-width: 1000px;
  width: 100%;
}
footer {
  width: 100%;
  background-image: url(/images/bg_footer.jpg);
  height: 341px;
  position: relative;
  margin-bottom: 15px;
  clear: both;
}
#footerContainer {
  width: 1000px;
  margin: auto auto;
  height: 341px;
}
#footerSubscribe {
  height: 300px;
  padding-left: 15px;
  float: left;
  position: relative;
}
.footerHeader {
  text-align: center;
}
#footerSubscribe h2 {
  color: red;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  margin-top: -20px;
}
#footerSubText {
  color: red;
  font-size: 14px;
  margin-top: -15px;
}
.footerLeftTextBox {
  width: 200px;
  background-color: #000509;
  border: 1px;
  border-color: red;
  color: white;
  border-style: solid;
  margin-bottom: 3px;
  font-size: 12px;
  height: 25px;
}
.footerLeftButton {
  border-style: none;
  background-color: red;
  color: white;
  height: 25px;
  margin-left: 5px;
}
.footerDivider {
  border-right: 1px solid red;
  height: 250px;
  width: 3px;
  position: relative;
  float: left;
  margin-top: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
#footerVisit {
  height: 300px;
  padding-left: 15px;
  position: relative;
  color: white;
  text-align: center;
}
#footerVisit h2 {
  color: red;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  margin-top: 35px;
}
#footerPhone {
  font-size: 24px;
  margin-top: -10px;
}
#footerHours {
  height: 300px;
  padding-left: 15px;
  position: relative;
  color: white;
}
.hoursTable {
  margin: auto auto;
}
#footerHours h2 {
  color: red;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  margin-top: 35px;
}
#footer2 nav {
  display: table;
  margin: 60px auto 10px auto;
  text-align: center;
  width: 1000px;
  /*  end - nav  */
}
#footer2 nav div {
  color: #fff;
}
#footer2 nav ul {
  clear: both;
  display: table;
  list-style: none;
  margin: 14px auto;
  padding-left: 0;
  /*  end - li  */
}
#footer2 nav ul li {
  display: inline;
  margin: 0 6px;
  padding: 0;
  /*  end - a  */
}
#footer2 nav ul li a {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#footer2 nav ul li a img:hover {
  border: solid 1px #666666;
}
#footer2 nav ul li a:hover {
  color: #ffffff;
}
footer2 #copyright {
  border-top: solid 1px #333;
  color: #666;
  display: block;
  font-size: 10px;
  margin: 0 auto 40px auto;
  padding-top: 10px;
  text-align: center;
  width: 1000px;
}