/*  Overrides for site specific items that appear on multiple pages.
 *  To override a specific page create a file named 'path-[page path].css'
 *  in the theme's css folder.
 *
 *  To override a specific block create a file named 'block-[block-description-with-dashes-for-spaces].css'
 *  in the theme's css folder or reference the class name 'block-description-with-dashes-for-spaces' 
 *  (case sensitive in some browsers).
 */


/* Sidebar logo block */
#sidebar-right .right-sidebar-logo-image{
  left: 0px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 210px;
}

/* Balle logo block */
#sidebar-right .block.balle-member-block{
  bottom: 1em;
  left: 0px;
  margin: 0;
  padding-left: 18px;
  position: absolute;
}

#sidebar-right .block.balle-member-block a{
  height: auto;
}

/* TBF address block */
.address-block, .address-block > .content{
  position: relative;
}

div.address{
  bottom: .5em;
  margin: 0;
  position: relative;
}

div.address span{
  color: #ffe894;
  border-right: solid 1px #ffe894;
  padding: 0 5px;
}

div.address span.first{
  padding-left: 0;
}

div.address span.last{
  border-style: none;
  padding-right: 0;
}


