@import "scym_base.css";

h2 {
    color: #057A60;
}


#headerTitle {
    margin-left: 10px;
}


#headerTitle h1 {
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 182%;
}

#calendar h3 {
    color: #33593F;
    margin-bottom: 0px;

}


#calendar table td {
    border: 0;
    vertical-align: top;;

}

td.calendarDate {
    font-weight: bold;
    color: #993333;
}




#headerTitle h2 {
    margin-top:2px;
}

#menuColumn {
}

#menuColumn p {
      padding-left: 5px;
      padding-right: 3px;
}

#sideMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-left: 2px;
}
* html #sideMenu ul
{
  margin-top: 3px;
}
#sideMenu li {
    background-color: #DDE6E2;
    list-style: none;
    font-size: 93%;
    font-family: Comic Sans MS, Comic Sans MS5, cursive;
    border: #336633 solid 1px;
    border-right: #336633 solid 2px;
    border-bottom: #336633 solid 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}
/* Fixes for IE 6 */
* html #sideMenu li
{
    height: 1em;
    margin-bottom: 0px;
    margin-top: 0;
}


#sideMenu  a,
#sideMenu  a:visited,
#sideMeu  a:link  {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #33593F;
}
#sideMenu  a:hover {
    background-color: #057A60;
/*
    #33593F;
    background-color: #666600; */
    color: white;
}

#memberInfo {
  border: #336633 groove 2px;
  margin: 5px;
  margin-left: 5px;
  margin-right: 2px;
  margin-top: 10px;
  background-color: #D5D580;
  padding: 2px;
}
#memberInfo ul {
  margin-top: 2px;
  padding: 0;
}
#memberInfo p {
  margin-bottom: 2px;
}


#memberInfo li {
    margin-bottom: 3px;
}

.featureArticle {

}

.leadArticle h1 {

}


.featureArticle h1 {
  margin-top: 5px;
  margin-bottom: 3px;
  font-family: Comic Sans MS, Comic Sans MS5, cursive;
  color: #993333;

}
.featureArticle h2 {
  color: #33593F;
  font-size: 108%;
  margin-top: 3px;
  margin-bottom: 2px;

}

/* "voice-family" hack used to correct positioning on IE 6 */
#quiltImage {
  width: 200px;
  float: right;
  margin-left: 1em;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-right: .5em;
  margin-top: .5em;
}
html > body #quiltImage {
  margin-right: -0.5em;
  margin-top: -6.5em;
}

#quiltImage img {
  border: 2px solid black;
  clear: left;

}
#quiltImage a {
  display: block;
  font-size: 77%;
  font-style: italic;
  text-align: center;;
}

#quiltcaption {
    padding-left: 1em;
    padding-right: 1em;
}

#rightColumn .topheading {
    padding-top: 4px;
    clear: right;
}

#newshead h1 {
    margin-bottom: 1px;
}

#newshead h2 {
    margin-top: 1px;
    margin-bottom: 4px;

}
#newshead h3 {

    margin-top: 1px;
    padding-top: 0px;
    font-style: italic;
}

#recentstuff a {
    font-size: 110%;
    font-weight: bold;
}


