/** elements **/
body {
  background: #fff;
  color: #000;
  font-family: georgia, "times new roman", serif;
  margin: 0 10% 0 10%;
}

a, a:active {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #333;
}

a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

a img {
  border: 0;
}

h1 {
  font-size: 22pt;
}

/** classes **/
.article {
  margin-bottom: 50px;
}

.article .details {
  font-size: smaller;
}

.article img {
  border: 1px solid #333;
}

.mem_list {

}

.mem_list h2 {
  padding-left: 0;
}

.mem_list li {
  list-style-type: square;
}

/** ids **/
#articles {
  clear: both;
  width: 525px;
  margin-bottom: 20px;
}

#comments {
   margin-top: 20px;
   padding-bottom: 30px;
   border-bottom: 1px solid #000;
}

#footer {
  margin: 20px 0 5px 0;
  padding-top: 2px;
  border-top: 1px solid #000;
  font-size: 8pt;
  text-align: right;
}

#header {
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
}

#header img {
  margin-right: 30px;
  padding: 0;
}

#nav {
  margin-top: -5px;
  font-size: 16pt;
}

#nav li {
  list-style-type: none;
  display: block;
}

#nav #home {
  font-size: 24pt;
}
