/* Copyright(C) GHTV */

#BlogPage {
  color: #252525;
}

h1 {
  margin: 30px 50px 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #AAA;
  font-size: 1.6em;
}

#BlogsList {
  margin-bottom: 45px;
  margin-left: 35px;
  list-style-type: none;
}
#BlogsList li {
  float: left;
  width: 240px;
  padding-top: 50px;
  padding-left: 50px;
}
#BlogsList li.clear {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  float: none;
}

#BlogsList .blog-title {
  padding-top: 7px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

#BlogsList .article {
  padding-top: 10px;
  font-size: 1.1em;
}
#BlogsList .article .date {
  color: #F16C65;
  font-weight: bold;
}
#BlogsList .article .title {
  padding-top: 2px;
}
#BlogsList .article .title a {
  color: #252525;
  text-decoration: none;
}
#BlogsList .article .title a:hover {
  text-decoration: underline;
}