* {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 13px;
  text-align: left;
}
.cl {
  line-height: 0;
  font-size: 0;
  width: 100%;
  clear: both;
  height: 0;
}
p, li {
  line-height: 2em;
  font-family: "Times New Roman", Times;
  font-size: 12px;
}
ul, ol {
  list-style-position: inside;
  margin-left: 1em;
}
strong, b {
  line-height: inherit;
  font-size: 1.2em;
}
p.centered-list {
  text-align: center;
  font-size: large;
}
span.caps {
  font-size: inherit;
}
h2.centered {
  text-align: center !important;
  margin-top: 15px;
}
p.note {
  text-align: center;
  font-style: italic;
  margin: 5px 0 0 0;
}

body {
  background-color: #000;
  text-align: center;
}
#wrapper {
  width: 785px;
  margin: 0 auto 0 auto;
  border: 3px solid #ee3a43;
  background-color: #fff;
  background-image: url(http://c0194981.cdn.cloudfiles.rackspacecloud.com/eventcenterdowntown/assets/2/original.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  position: relative;
}

/* Header */
#header {
  width: 100%;
  border-bottom: 99px solid #ee3a43;
  text-align: center;
  position: relative;
  margin-bottom: 208px;
}
#header img.header-image {
  position: absolute;
  top: 38px;
  left: 70px;
  z-index: -1;
}
#header img.header-image.active {
  z-index: 10;
}

/* Navigation */
#navigation {
  width: 646px;
  margin: 27px auto 39px auto;
}
#navigation a {
  display: block;
  float: left;
}

/* Content */
#content {
  min-height: 85px;
  margin: 0 105px 230px 105px;
}
#content h1 {
  margin-left: -10px;
}
#content h2 {
  font-size: 1.5em;
}
#content p, #content ul, #content ol {
  margin: 30px 0 30px 0;
}
#content a { font-size: inherit; }

/* Content Footer */
#content-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
}
#content-footer #logo {
  float: left;
  margin: 0 2px 0 65px;
}
#content-footer #address {
  float: left;
  margin: 125px 0 0 0;
}
#content-footer #footer-navigation {
  float: right;
  margin: 139px 0 0 0;
}
/* Footer */
#footer {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 10px 0 10px 0;
}

/* Photo Gallery */
.photo-gallery a {
  display:block;
  width: 170px;
  height: 170px;
  float: left;
  margin: 8px 7px 8px 8px;
  border: 3px solid #ee3a43;
}
.photo-gallery a:hover {
  border-color: #aaa;
}

/* Sponsors */
.sponsors a {
  width: 266px;
  height: 266px;
}


/* Tables */
table {
  width: 575px;
  border-collapse: collapse;
}
thead th {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 2em;
}

td p, th p {
  margin: 0 !important;
}
td, th {
  padding: 3px !important;
  border: 2px solid black;
}

/* Forms */
input, textarea {
  border: 1px solid #000;
  padding: 2px;
  width: 265px;
  margin-top: 4px;
}
textarea {
  width: 99%;
  height: 100px;
}
label {
  font-weight: bold;
  font-size: 1.2em;
}
input.submit {
  width: 75px;
  text-align: center;
}
form p {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* Recaptcha */
#recaptcha_image img {
  margin: 5px 0 0 5px;
}

#contact-form .width-50 { width: 47%; }
#contact-form .left     { float: left; }
#contact-form .right    { float: right; }

/* Current Events */
#footer-current-events {
  position: absolute;
  top: 20px;
  right: 80px;
}
#content.events h1 {
  text-align: center;
  font-size: 2.5em;
  color: #EE3A43;
  font-weight: bold;
  margin: 5px auto 20px auto;
}
#content.events h2 {
  text-align: left;
  font-size: 1.5em;
  color: #EE3A43;
  font-weight: bold;
  margin: 5px auto 10px auto;
}
#content.events p, #content.events li { line-height: 1.3em; }
#content.events p, #content.events ul, #content.events ol { margin: 10px 0; }
#content.events p a, #content.events li a { line-height: inherit; }

#content #events-list {
  float: left;
  width: 203px;
  height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #000;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 5px;
  margin-left: -33px;
}
#content #events-list p {
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#content #events-list h3 {
  line-height: 1.2em;
}
#content #main {
  float: right;
  width: 375px;
}
