body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, p, form,
fieldset, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 75%;
  font-family: "Helvetica Neue", "Candara", Arial, Helvetica;
  background-color: #f90;
  padding-bottom: 2em;
}

html>body {
  font-size: 16px;
}

p, fieldset {
  line-height: 1.5em;
  font-size: 1em;
  margin: 0.75em 0 0.75em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, "Geneva", sans-serif;
}

h1 {
  font-size: 2.25em;
  padding: 55px 0 0 200px;
  color: #1d1b3b;
  background-color: #fff;
}

h2 {
  line-height: 1.33333;
  font-size: 1.25em;
  padding: 0 0 55px 200px;
  color: #0a50a1;
  background-color: #fff;
}

h3 {
  color: #1d1b3b;
  font-size: 1.4em;
  margin: 0.15em 0;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
  margin: 0 0 0.25em 0;
}

input[type=submit] {
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, "Geneva", sans-serif;
}

label {
  font-weight: bold;
}

a {
  color: #1d1b3b;
}

h4 a {
  color: #000;
}

a:hover {
  color: #000;
}

span.and {
  font-family: Georgia, "Times New Roman", serif;
  color: #333;
  font-size: 130%;
}

.float-hack {
  clear: both;
}

#main {
  padding: 0.75em 280px 0.75em 150px;
  background-image: url(../images/partition_bg.jpg);
  background-repeat: repeat-x;
  height: 300px;
}

#hat {
  position: absolute;
  top: 84px;
  right: 0;
}

#logo {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}

#nav {
  position: absolute;
  top: 166px;
  left: 0;
  margin: 0.75em 0.25em;
}

ul#menu {
  list-style-type: none;
  width: 8em;
}

ul#menu li {
  line-height: 1.75em;
  font-size: 0.85em;
  padding-left: 0em;
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, "Geneva", sans-serif;
}

ul#menu li.user {
  margin-top: 1.75em;
}

ul#menu a {
  color: #000;
  display: block;
}

ul#menu li:hover {
  background-color: #ffa12b;
}

body > ul#menu li:hover {
  background-color: transparent;
  background-image: url(../images/translucent.png);
}

.notice {
  font-weight: bold;
}

ul.notice {
  margin: 0.75em 1em;
}

ul.notice li {
  margin: 0.25em 0;
}

.partition {
  padding: 0.8em;
  margin: 0 0 0.75em 0;
  background-color: #ffa12b;
  clear: both;
}

#main > .partition,
body >  .partition  {
  background-color: transparent;
  background-image: url(../images/translucent.png);
}

.partition table {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}

.partition table th {
  text-align: left;
  border: 1px solid #dc5808;
  background-color: #dc5808;
  padding: 0.2em;
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, "Geneva", sans-serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05em;
}

.partition table th a {
  color: #fff;
}

.partition table td {
  border: 1px solid #dc5808;
  border-left:  1px solid #dc5808;
  padding: 0.2em;
  vertical-align: top;
}

.partition table .date {
  text-align: center;
}

.partition table .count {
  text-align: center;
}

.partition table .unread {
  font-weight: bold;
  background-color: #0a50a1;
  color: #fff;
  width: 3em;
}

.centre {
  text-align: center;
}

.small {
  line-height: 1.5;
  font-size: 0.8em;
  margin: 0.25em 0 0.75em 0;
}

.anti-list {
  list-style-type: none;
  margin: 0.75em 0;
}

.anti-list li {
  line-height: 1.5;
}

.anti-list label {
  float: left;
  width: 8em;
  line-height: 1.5;
}

#events .anti-list label {
  width: 5em;
}

.anti-list blockquote {
  clear: left;
  padding: 0.75em 1em;
}

.anti-list blockquote p {
  font-size: 14px;
  line-height: 1.7143;
}

#breadcrumb {
  margin: 0 0 0.75em 0;
  padding: 0.8em;
}

#breadcrumb li {
  display: inline;
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.875em;
  padding: 0.3em 0 0.3em 0;
}

a.admin {
  float: right;
  line-height: 1.5;
  font-size: 0.8em;
  padding-left: 1em;
}

img.avatar {
  float: right;
}

.news-article,
.event-listing {
  border-bottom: 2px solid #f90;
  padding: 0.75em 0;
}

.news-article ul {
  margin-left: 2em;
}

.news-article cite {
  font-style: normal;
  line-height: 1.5;
  font-size: 0.8em;
  margin: 0.25em 0 0.75em 0;
}

.news-article cite a {
  font-weight: bold;
}

#events .anti-list li a {
  margin-left: 5em;
}

.event li a {
  margin-left: 8em;
}

#page_content {
  width: 100%;
  height: 30em;
}

ol.posts {
  list-style: none;
  clear: both;
}

ol.posts li.post {
  clear: left;
  border-bottom: 2px solid #f90;
  margin: 0.5em 0;
}

ol.posts li.post .user {
  float: left;
  width: 150px;
  font-size: 80%;
  margin-bottom: 1em;
}

ol.posts li.post .user img {
  margin-top: 0.5em;
}

ol.posts li.post .user ul {
  list-style: none;
}

ol.posts li.post .user ul label {
  font-weight: bold;
}

ol.posts li.post .content {
  font-size: 90%;
  margin-left: 160px;
}

ol.posts li.no-detail .content {
  margin-left: 0px;
}

ol.posts li.post .content ul,
ol.posts li.post .content ol {
  margin-left: 1.2em;
}

ol.posts li.post .sig,
ol.posts li.post .edit {
  font-size: 75%;
  margin-left: 160px;
  border-top: 1px dotted #0A50A1;
}

ol.posts li.post .sig {
  font-style: italic;
}

ol.posts li.post .edit {
  text-align: right;
  padding-top: 0.5em;
}

h3.subject {
  font-size: 1.4em;
}

.pagination {
  text-align: right;
  margin: 0.5em 0 1em 0;
  white-space: nowrap;
  float: right;
  clear: both;
}

.pagination a {
  padding: 4px 7px 5px 7px;
  border: 1px solid #dc5808;
  text-decoration: none;
  color: #1d1b3b;
  font-size: 90%;
}

.pagination a:hover {
  color: #fff;
  background-color: #0a50a1;
}

.pagination .current {
  padding: 5px;
  font-weight: bold;
}

.pagination .disabled {
  display: none;
}

.styling_help ul {
  list-style: none;
}

.styling_help ul li {
  display: inline;
  padding: 0 0.5em;
}

#post_content {
  width: 95%;
  height: 15em;
}

#user_signature {
  width: 95%;
  height: 5em;
}

form.mini {
  float: right;
}

form.mini input[type="submit"] {
  margin: 0.3em 0;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.8em;
}

#new_topic_link {
  float: right;
  clear: right;
  margin-bottom: 0.3em;
}

#rss {
  clear: right;
  float: right;
  padding: 0.2em;
}

#rss img {
  border: 0;
}

.page ul,
.page ol {
  margin-left: 1.5em;
}

.last_page_link {
  float: right;
  text-decoration: none;
}

#legalese {
  margin-top: 3.3333em;
  width: 13.3333em;
  font-size: 0.6em;
}

#member_post_code {
  width: 6em;
}

#member_diet_requirements,
#member_other_requirements,
#member_how,
#member_notes {
  width: 32em;
}

table#members {
  font-size: 0.85em;
}

table#members td {
  line-height: 1.2;
}

table#members th {
  text-align: center;
}

dt {
  float: left;
  text-align: left;
  display: block;
  font-weight: bold;
  width: 200px;
  line-height: 1.5
}

dd {
  line-height: 1.5;
  margin-left: 12.5em;
/*  margin-bottom: 0.1em;*/
}

.payment ol, .payment ul {
  margin-left: 1.5em;
}

.payment ol dl {
  margin-left: 1.5em;
}

.payment li {
  line-height: 1.5;
}

.payment ul li {
  list-style-type: disc;
}

form.review fieldset li {
  padding-bottom: 0;
  line-height: 1.5;
}

#main form.new_member fieldset {
  border-bottom: 2px solid #FF9900;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

#main form.new_member fieldset fieldset {
  border-bottom: none;
  margin-bottom: -2.5em;
  margin-top: 0;
}

ul.members li {
  float: left;
  list-style: none;
  width: 300px;
  line-height: 1.5;
}

ul.members li span {
  padding: 0 10px 0 0;
  float: left;
  display: block;
}

ul.members li span.id {
  color: #1D1B3B;
  width: 30px;
  text-align: right;
}

ul.members li .name {
  float: left;
  width: 250px;
}

ul#how li {
  margin-left: 1.5em;
}

table.programme {
  margin: 1.5em 0;
}

table.programme tr td.time {
  text-align: right;
}

ul {
  margin: 0.75em 1em;
}

div.video {
  padding: 0.5em;
  text-align: center;
}

form.volunteer li label strong {
  left: 41em;
  margin-top: 0;
}

ul.tandc {
  font-size: 0.9em;
  margin-left: 2.5em;
}
