/*
 * Home page Styles
 */

/*
 * General layout
 */

#home-main {
  float: left;
  margin-right: 10px;
  width: 400px;
}
#home-side {
  float: left;
  width: 187px;
}

/*
 / Central area
 */

#home-splash {
  margin-bottom: 15px;
}
#home-banner {
  margin-bottom: 15px;
}

/*
 / Side buttons
 */

.features {
  margin: 0 0 10px 0;
  padding: 0 8px 0 57px;
  height: 84px;
  overflow: hidden;
}
.features h2 {
  margin: 0 0 2px 0;
  padding: 5px 0 0 0;
  font-size: 110%;
  font-weight: bold;
}
.features h2 a {
  text-decoration: none;
}
.features h2 a:hover, .features h2 a:active {
  text-decoration: none;
}
.features a {
  text-decoration: none;
}
.features a:hover, .features a:active {
  text-decoration: underline;
}
#black-santa-link {
  background: url(/images/black-santa-sidebar.jpg) no-repeat #ffe584;
  color: #000;
}
#black-santa-link a {
  color: #000;
}
#virtual-tour-link {
  background: url(/images/virtual-tour-sidebar.jpg) no-repeat #39f;
  color: #fff;
}
#virtual-tour-link a {
  color: #fff;
}
#cathedral-music-link {
  background: url(/images/cathedral-music-sidebar.jpg) no-repeat #149f7d;
  color: #fff;
}
#cathedral-music-link a {
  color: #fff;
}

/*
 / News and events
 */

#news-events {
  background: url(/images/news-foot-curve.gif) no-repeat bottom left #d7e7ef;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
#news-events h2 {
  font-size: 120%;
  font-weight: bold;
  background: #4f90af;
  color: #fff;
  margin: 0;
  padding: 4px;
  border-bottom: 1px solid #fff;
}
#news-events ul {
  margin: 10px;
  padding: 0;
  font-weight: bold;
  list-style-image: url(/images/news-bullet.gif);
}
#news-events li {
  margin: 10px 15px;
}
#news-events a:link, #news-events a:visited {
  color: #4b5767;
  background: transparent;
  text-decoration: none;
}
#news-events a:hover, #news-events a:active {
  color: #4b5767;
  background: transparent;
  text-decoration: underline;
}