img{ 
border:none;
}

.entry-header {
    background-color: #d7e3f4;
    padding: 5px;
}
.entry-body {
    padding: 5px;
}
.nav {
    margin-bottom: 1em;
    float: right;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    color: #999999;
}
.entry-footer {
font-size: 75%;
    padding: 5px;
}

#wrap{
  position: absolute;
  top: 0px;
  left: 28px;
  width: 950px;
  background: none;
}

.feed-title {
    border: 1px solid #aaa;
    margin: 2em;
    padding: 1em;
    background-color: #fbffd5;
    font-family:arial;
    font-weight:bold;
    font-size: x-large;
}


#members-list{
border:8px solid #D7E3F4;
}

.entry-tag, .entry-author {
    font-style: italic;
}

.member-link,
.entry-source-link,
.entry-link{
color:#2c5aa0;
}
.member{
padding:5px;
}

#header-left {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/top_left.png) no-repeat;
  width: 161px;
  height: 121px;
  border-left: 8px solid #d7e3f4;
}

#header-middle {
  position: absolute;
  top: 0px;
  left: 80px;
  background: url(../images/top_middle.png) repeat-x;
  width: 862px;
  height: 121px;
  border-right: 8px solid #d7e3f4;
}

#header-text {
  position: absolute;
  top: 45px;
  left: 60px;
  background: none;
  width: 870px;
  height: 49px;
}

#main {
  position: absolute;
  display: block;
  top: 116px;
  left: 28px;
  width: 934px;
  padding: 0px;
  background: #ffffff;
  border-left: 8px solid #d7e3f4;
  border-right: 8px solid #d7e3f4 ;
}

div.entry-body h1,
div.entry-body h2,
div.entry-body h3,
div.entry-body h4 {
  font-weight: bold;
  font-size: 100%;
  color: black;
  margin: 0px;
}

