#left, #right {
  border: 1px solid #eeeeee;
  overflow: hidden;
  float: left;
  margin-top: 30px; }

#left {
  width: 75%;
  border-width: 0 1px 0 0;
  padding: 0 40px 0 12px; }

#right {
  border-width: 0 0 0 1px;
  width: 25%;
  padding: 0 12px 0 24px;
  margin-left: -1px; }

#right section {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee; }
#right #topics ul {
  list-style-type: none;
  padding-left: 0; }
#right #topics li {
  margin-bottom: 10px; }
#right #newsletter ul {
  margin-bottom: 0; }
#right .question, #right .offer {
  padding-top: 0; }
  #right .question img, #right .offer img {
    width: 100%; }
#right .demo img {
  width: 40%;
  float: right;
  margin: 10px -12px 20px 12px; }
#right #blog-overview p {
  font-size: 18px;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0 40px 0; }

article.list-item h1 {
  margin: 0 0 20px 0;
  line-height: 100%;
  font-family: proxima, Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 24px; }
article.list-item .read-more {
  position: absolute;
  bottom: 12px;
  right: 0; }

.post {
  display: block; }
  .post h1 {
    margin-left: 0;
    margin-top: 0;
    font-size: 45px; }
  .post #info {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 10px 0;
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase; }
  .post #related {
    padding: 20px 0;
    margin-bottom: 40px; }
  .post #comment {
    border-top: 1px solid #eeeeee;
    margin: 40px 0 40px 0;
    padding-top: 10px;
    font-size: 12px; }
    .post #comment h2 {
      font-size: 15px;
      margin-bottom: 5px; }

.list-item {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 60px 0 30px 0;
  position: relative; }
  .list-item h1 {
    margin: 0 0 20px 0;
    line-height: 100%;
    font-size: 34px; }
    .list-item h1 a {
      border: none;
      color: black; }
      .list-item h1 a:hover {
        background-color: #f0f5f7; }
  .list-item:first-child {
    padding-top: 0; }
  .list-item .info {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase; }

#pagination {
  color: #777777;
  padding-top: 20px; }
