/* general utility */

html {
  color: black;
  background-color: #539dfc;
  font-family: arial, sans-serif;
  font-size: 12pt;
}

body {
  margin: 0;
  padding: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #722;
}

a:active {
  color: #943;
}

a:hover, a:active {
  text-decoration: underline;
}

hr {
  background-color: black;
  border: 0;
  height: 2px;
  width: 50%
}

#banner {
  margin: 20px 40px 0 auto;
  background: url(/img/banner) no-repeat top right;
  height: 217px;
  width: 744px;
}

#banner.small {
  /* override image details */
  background: url(/img/banner-small) no-repeat top right;
  height: 80px;
  width: 748px;
}

.banner-text {
  display: none;
}

#footer {
  text-align: center;
  font-size: 75%;
  font-style: italic;
}

.wc3icon {
  height: 31px;
  width: 88px;
  margin: 0;
  padding: 0;
  border: 0;
}

a img { color: #539dfc; }

.work { font-style: italic; }

/* Main page "Upcoming Events" */

#event-list {
  margin: 0 330px 0 80px;
}

#event-list h1 {
  color: white;
  margin: 30px 0 30px -60px;
  font-size: 300%;
}

.event {
  margin-bottom: 50px;
  border: 2px solid white;
  padding: 1em 2em;
  background-color: #d99;
}

.event h2 {
  margin: 0 0 0.5em 0;
  font-size: 150%;
}

.alternate {
  margin: 0 0 0 0;
  font-size: 75%;
  text-align: right;
}

.field {
  margin: 0 0 0 1em;
}

.field-title {
  font-weight: bold;
}

.event p {
  margin: 1em;
}

/* Main page "Site News" */

#site-news-list {
  margin: 0;
  position: absolute;
  top: 245px;
  right: 20px;
  font-size: 75%;
  text-align: right;
  width: 240px;
}

#site-news-list h1 {
  font-size: 200%;
  margin: 10px 0;
  color: white;
}

#site-news-list table {
  margin: 0;
  position: absolute;
  top: 32pt;
  right: 20px;
  border: 2px solid white;
  padding: 0.25em;
  background-color: #cb9;
  width: 100%
}

#site-news-list td {
  vertical-align: top;
  border-style: none;
  padding: 0;
}

.news-stamp {
  font-style: italic;
}

/* To do list task block */

#task-block {
  margin: 0 40px 50px 80px;
}

#task-block h1 {
  color: white;
  margin: 30px 0 10px -60px;
  font-size: 300%;
}

#task-block p {
  color: white;
  margin: 0 0 20px -20px;
}

#task-list {
  margin: 0;
  border: 2px solid white;
  padding: 1em 2em;
  background-color: #d99;
  list-style-type: none;
}

#task-list .task-title {
  font-weight: bold;
  margin-bottom: 0.25em;
}

#task-list .task-detail {
  margin-left: 3em;
  margin-bottom: 1em;
  font-style: italic;
}

/* Event detail */

#event-detail {
  margin: 30px 40px 50px 80px;
  border: 2px solid white;
  padding: 1em 2em;
  background-color: #d99;
}

#event-detail h2 {
  margin: 0;
}

/* News detail page */

#site-news-detail {
  margin: 30px 40px 50px 80px;
  border: 2px solid white;
  padding: 1em 2em;
  background-color: #d99;
}

#site-news-detail h2 {
  margin: 0;
}
