#highlight_img{
  height:354px;
  background:url(/layout_imgs/home_highlight_img.jpg) no-repeat;
}
  #highlight_img div{
    position:absolute;
    top:90px; left:530px;
    right:50px;
    font-size:1.1538em;
    line-height:1.333em;
    color:#fff;
  }
  #highlight_img p{
    margin-bottom:10px;
  }
  #highlight_img a{
    color:#f2edcc;
    font-weight:bold;
  }
  #highlight_img a:hover{ color:#fff; }

  #highlight_img a.arrow{
    font-size:1.0667em;
  }
  #highlight_img a.arrow:before{
    width:22px;
    height:22px;
    background-position:0 -37px;
  }


aside{
  width:270px;
  padding:30px 20px 45px 20px;
}
  aside section{
    padding:0 0 20px 0;
  }
  aside .about h1{
    font-size:1.3846em;
    color:#a1421f;
    margin-bottom:12px;
    text-transform:none;
  }
  aside .about p{
    font-size:1.1538em;
  }
  aside .about a.arrow{
    color:#a1421f;
  }
  aside .about a.arrow:before{
    width:19px;
    height:19px;
    background-position:0 -18px;
  }

article{
  float:none;
  margin-left:340px;
  margin-right:30px;
}
  article h1{
    font-size:1.2307em;
    color:#b2421a;
  }

  article .left, 
  article .right{
    position:relative;
    top:30px;
  }
  article .left.events{
    width:265px;
    padding-right:9px;
    margin-right:20px;
    border-right:1px solid #ebe7e5;
  }
  article .right.highlight{
    width:250px;
  }
  article .highlight img{
    margin:0 0 10px 0;
  }

  article .highlight a.arrow{
    color:#574537;
  }
  article .highlight a.arrow:before{
    content: '>>';
    background:none;
    margin-right:2px;
  }


/*--- BOOK CLUB EVENT LISTING ---*/
.events .event.listing .book img{
  width:25%;
  margin:5px 5px 5px 0;
  float:left;
  border:1px solid #574537;
}


