@charset "UTF-8";

/* content classes */

#content,
#info {
  letter-spacing: 0.3px;
}
#content p,
#info p {
  padding-bottom: 1em;
}

#content a,
#info a {
  color: #666;
}
#content a:hover,
#info a:hover {
  color: #999;
}

#content h1,
#content h2,
#content h3,
#info h1,
#info h2,
#info h3 {
  color: #333;
  font-weight: normal;
  font-family: 'T-Star Headline', Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.45em;
}

#content ul,
#content ol,
#info ul,
#info ol {
  margin-left: 10px;
  padding-left: 1em;
  padding-bottom: 1em;
}

/* layout */

/* grid view item */
.layout-4 {
  border: 1px solid #eee;
  float: left;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 150px;
}
.layout-4 h1 {
  font-family: "T-Star regular", T-Star, TStar, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.layout-4 a {
  text-decoration: none;
}
.layout-4 a:hover {
  text-decoration: underline;
}
