body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  font-family: Tahoma, Geneva, sans-serif;
}

body {
  font-size: 14px;
}

h1, h2, h3 {
  font-family: "Times New Roman", Times, serif;
  color: #ab432e;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
  color: inherit;
} 

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
} 

h1 {
  font-weight: bold;
  letter-spacing: 2px;
  font-family: inherit;
}

h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.2em;
}

strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

dt {
  margin-top: 1em;
  font-weight: bold;
}
dt a {
  text-decoration: none;
  color: inherit;
}
dt a:hover {
  text-decoration: underline;
}

body {
  background: url(images/background-slice.jpg) repeat-x top left;
  min-height: 770px;
}

.head {
  position: absolute;
  height: 161px;
  z-index: 1;
  background: url(images/logo.png) no-repeat top left;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 153px;
  color: #ab432e;
}

.head .column {
  float: left;
  width: 390px;
}

.head .column.two {
  padding-top: 62px;
}

.head .column.two p {
  margin-bottom: 8px;
  color: #ab432e;
  text-align: right;
}

.head a {
  color: inherit;
}

.head .column.two .address {
  color: #333;
}

.head .subhead {
  width: 700px;
  z-index: 1;
  margin-left: 19px;
  margin-top: 14px;
}
.head a.home {
  display: block;
  margin-top: 19px;
  width: 342px;
  height: 84px;
  background: url(images/title.png) no-repeat top left;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}

.outer {
  width: 950px;
  margin: 0px auto;
}

.main {
  width: 630px;
  float: left;
  margin-top: -1em;
  min-height: 500px;
}

#sidebar {
  float: right;
  left: 680px;
  width: 250px;
}

#sidebar .sidebox {
  margin-bottom: 20px;
}

#sidebar .sidebox h2, #sidebar .sidebox h3 {
  font-family: inherit;
  font-size: inherit;
}
#sidebar .sidebox h2 {
  background-color: #8aabaa;
  padding: 10px 11px;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
#sidebar .sidebox .body {
  padding: 10px;
  border-left: 1px solid #e4e1dd;
  border-bottom: 1px solid #e4e1dd;
  border-right: 1px solid #e4e1dd;
  font-size: 12px;
}

#sidebar .sidebox.category .body {
  height: 300px;
  overflow: scroll;
}



#sidebar .sidebox .body li, #sidebar .events .event {
  margin-bottom: 5px;
}

#sidebar .events .event h3, #sidebar .sidebox .body li a {
 display: inline;
 padding-right: 12px;
 color: #ab432e;
 text-decoration: none;
}

#sidebar .sidebox .body li a:hover {
  text-decoration: underline;
}

#sidebar .events .event .comments {
  display: none;
}

.nav {
  padding-top: 137px;
}

.page_list {
  height: 40px;
  background: #ab432e;
  color: #eddcc0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
.page_list a {
  color: inherit;
  text-decoration: none;
}


.page_list a:hover, .page_list span {
  color: white;
}
.page_list a.current {
  color: white;
  text-decoration: underline;
}
.page_list a:hover {
  text-decoration: underline;
}

.page_list ul {
  margin-left: 20px;
  margin-top: 7px;
}

.page_list ul li {
  float: left;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 10px 30px 4px 0;
}

.content {
  background: white;
  padding: 20px;
  min-height: 800px;
}

.post {
  padding: 1em 0em;
  border-bottom: 1px solid #e1a59b;
}

.content.events .post, .content.community .post {
  border-bottom: none;
}
.entry p, .entry li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry ul li {
  list-style-type: disc;
  margin-left: 20px;
}

a.more-link {
  display: block;
  float: right;
  color: #ab432e;
}

.event {
  margin-bottom: 1em;
}