/* SOCIAL MEDIA BLOCKS, ETC */

.sidebar_second { }
#sidebar_second { }
.sidebar_second aside.section { }

/* INSTAGRAM BLOCK
 *
#block-simpleinstagramfeed
  h2
  .content
    #simple-instagram-block
      .instagram_gallery
 */

#block-simpleinstagramfeed {
  margin-top: 20px;
  border: 1px solid black;
}
#block-simpleinstagramfeed h2 {
  font-family: 'Gill Sans', sans-serif;
  font-size: 125%;
  font-weight: bold;
}
.instagram_gallery a {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}



/* TWITTER BLOCK
 *
#block-ogetwitterfeed
  h2
  .content
    iframe 
 */

#block-ogetwitterfeed {
  margin-top: 20px;
  border: 1px solid black;
}
#block-ogetwitterfeed h2 {
  font-family: 'Gill Sans', sans-serif;
  font-size: 125%;
  font-weight: bold;
}
