body {
  margin: 0px 0px 0px 0px;
  background-color: #CFD4E6;
  text-align: center;
  background-image: url(/pics/background1.gif);
  }

a {
  color: #69A44A;
  text-decoration: none;
  
  
  }

a:link {
  color: #69A44A;
  }

a:visited {
  color: #69A44A;
  }

a:active {
  color: #69A44A;
  }

a:hover {
  color: #35A63A;
  text-decoration: underline;
  }
a.yelpLink {
  background: #FFF url(http://www.shusta.org/css/images/yelpLink.png) no-repeat right;
  padding-right: 22px;
  }
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  color: #000000;
  }

#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 700px;
  
  background-color: #DDDDDD;
  border: 1px solid #000000;
  }

#banner {
  font-family: 'MS Trebuchet', Verdana, Arial, sans-serif;
  color: #000000;
  
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #000000;
  }

#banner-img {
  display: none;
  }


#banner h1 {
  font-size: xx-large;
  color: #000000;
  }

#banner h2 {
  font-size: small;
  color: #000000;
  }
  
#banner a {
  color: #000000;
  }

#center {
  float: left;
  width: 500px; 
  overflow: hidden;
  }

.content {
  padding: 15px 15px 5px 15px;
  background-color: #ffffff;
  color: #000000;
  font-family: 'MS Trebuchet', Verdana, Arial, sans-serif;
  font-size: x-small;
  }

#right {
  float: left;
  
  
  width: 200px;
  background-color: #D9B837;
  
  overflow: hidden;
  }

.content p {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
  }

.content blockquote {
  line-height: 150%;
  }

.content li {
  line-height: 150%;
  }

.content h2 {
  color: inherit;
  font-family: 'MS Trebuchet', Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  }

.content h3 {
  background: #ffffff;
  font-weight: bold;
  color: #000000;
  margin: 5px 0px 0px 0px;
  height: 19px;
  width: 401px;
  cursor: pointer;
  font-size: 0.99em;
  vertical-align: middle;
  }
  
.content h3 a:link, .content h3 a:visited {
  color: #000000;
  text-shadow: 2px 2px 1px #8dc036;
  padding: 2px 8px 4px;
  -moz-outline-style: none;
  display: block;
  height: 14px;
  width: 330px;
  text-decoration: none;
  vertical-align: middle;
}

.content p.posted {
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border-top: 1px solid #999999;
  text-align: left;
  margin-bottom: 25px;
  line-height: normal;
  padding: 3px; 
  }

.content img {
  border: 1px solid #000000;
}

.sidebar {
  padding: 15px;
  }



#calendar {
    line-height: 140%;
  color: #000000;
  background-color: #D9B837;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border: 1px solid #000000;
    padding: 2px;
  text-align: center;
  margin-bottom: 30px;
  }

#calendar table {
  padding: 2px;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
  }

#calendar caption {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  
  text-align: center;
  font-weight: bold;
  
  text-transform: uppercase;
  
  letter-spacing: .3em;
  }

#calendar th {
  text-align: center;
  font-weight: normal;
  }

#calendar td {
  text-align: center;
  }

.sidebar h2 {
  color: inherit;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  
  text-align: center;
  font-weight: bold;
  
  text-transform: uppercase;
    
  letter-spacing: .3em;
  }

.sidebar ul {
  padding-left: 5px;
  margin: 0px;
  margin-bottom: 30px;
  border: 1px solid #000000;
  background-color: #D9B837;
  }

.sidebar li {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  
  
  
  margin-top: 10px;
  list-style-type: none;
  }

.sidebar img {
  border: 3px solid #FFFFFF;
  }

.photo {
  text-align: left;
  margin-bottom: 20px;
  }

.link-note {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 15px;
  }

#powered {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #999999;
  margin-top: 50px;
  }

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
  }

textarea[id="comment-text"] {
  width: 80%;
  }
