
/**
 * Home
 */

h1, h2, h3 {
  border-bottom: 3px solid #efeeeb;
  color: #6393b9;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 5px;
}

h2, h3 {
  margin-top: 25px;
}

h1.no-border, h2.no-border, h3.no-border {
  border: none;
}

hr {
  background: #fff;
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 15px 0;
}

#categories {
  background: #f3f2f1;
  border: 2px solid #efeeeb;
  padding: 16px;
}

#categories h2 {
  border: none;
  color: #6393b9; 
  font-size: 20px;
  line-height: normal;
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 0;
}

#categories ul {
  height: 235px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#categories ul li {
  float: left;
  width: 110px;
  height: 220px;
  background: #fff;
  border-top: 1px solid #e9e8e4;
  border-right: 2px solid #d5d3cb;
  border-bottom: 2px solid #d5d3cb;
  border-left: 1px solid #e9e8e4;
  margin: 0 8px 0 0;
  padding: 6px;
}

#categories ul li.last {
  margin: 0;
}

#categories ul li img {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px solid #e8e7e2;
  padding: 1px;
}

#categories ul li p {
  font-size: 11px;
  margin: 0;
  padding: 6px 2px;
}

#categories ul li strong {
  color: #623a94;
}
