/*
 * News Styles - List
 */

div#events {
  list-style: none;
}
div#events ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#events li {
  overflow: hidden;
  padding: 0px 0px 20px 0px;
  margin: 0 0 1.3em 0;
  border-bottom: 1px dotted #cccccc;
  height: 100%;
}
div#events li.with-image {
  padding-left: 112px;
}
div#events li p {
  margin: 0;
}
div#events li p.date {
  margin: 0px 0px 10px 0px;
}
div#events li p.venue {
  margin: 0px 0px 10px 0px;
}
div#events li img {
  float: left;
  border: 1px solid #000;
  margin-left: -112px;
}
div#events li h3 {
  font-size: 1.4em;
  border: 0 !important;
  padding: 0;
  margin: 0 0 10px 0;
}


/*
 * Events Styles - Item
 */

span.days {
  color: #ff0000;
}

div#event-item p.main-image {
  float: right;
  margin: 0 0 12px 12px;
}
div#event-item p.main-image img {
  border-radius: 4px;
  display: block;
}
div#event-item h3.date {
  font-size: 1em;
  margin: 0 0 1em 0;
}
div#event-item p.summary {
  font-style: italic;
}

div#justgiving {
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}
div#justgiving ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
div#justgiving ul li {
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  padding: 0px;
}
div#justgiving ul li.fundraise {
  width: 350px;
}
div#justgiving ul li.donate {
  width: 300px;
}


/*
 * Registration Form
 */

/*
 * Registration Options
 */
#registration-form {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#registration-form div.form-element {
  padding: 0px 0px 10px 0px;
}
#registration-form fieldset {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}
#registration-form fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  color: #007580;
  margin: 4px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
}
#registration-form div.form-element {
  overflow: hidden;
}
#registration-form div.form-element label {
  display: block;
  float: left;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  width: 200px;
}


#registration-form div#race-entries label {
  width: 300px !important;
}

#registration-form input.text {
  padding: 5px;
  width: 300px;
}
#registration-form select {
  padding: 5px;
  width: 190px;
}
#registration-form input.checkbox {
  width: 20px;
}

#registration-form #dob-element select {
  width: 100px;
}
#registration-form textarea {
  width: 550px;
  height: 175px;
}


#registration-form div.error {
  border: 1px solid #ff0000;
  background: #f0f0f0;
  color: #ff0000;
  border-radius: 10px;
  padding: 5px;
  margin: 0px 0px 5px 0px;
  overflow: hidden;
}

#registration-form input#register-submit {
  margin: 10px 0px 0px 0px;
}

/*
 * Submit Button
 */

#submit-button {
  text-align: center;
}
#submit-button #register-submit {
  font-size: 1.4em;
}


p.thanks {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
