/*
 * Header styles
 */
div.frontpage-header {
  position: absolute; }
  div.frontpage-header h1.title {
    height: 30px;
    background-color: #56211c;
    border-bottom-right-radius: 30px;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 40px;
    position: absolute;
    z-index: 100;
    color: #faf5ec;
    line-height: 33px; }
  div.frontpage-header img {
    display: block; }



div.frontpage-header.news_bb h1.title{
	background-color: #c69628;
	color: #FFF;
}




/*
 * Switch styles
 */
div.frontpage-switch {
  background: url('images/switch.png') repeat-y;
  overflow: auto;
  width: 275px;
  padding: 10px;
  padding-right: 5px;
  margin-bottom: 10px;
  cursor: pointer; }
  div.frontpage-switch img,
  div.frontpage-switch div.title-wrapper {
    display: block;
    float: left;
    max-width: 150px; }
  div.frontpage-switch img {
    border: 2px solid white; }
  div.frontpage-switch div.title-wrapper {
    margin-left: 15px; }
    div.frontpage-switch div.title-wrapper h4 {
      line-height: 1.1;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      margin-top: 5px;
      color: #56211c; }
      div.frontpage-switch div.title-wrapper h4 span.title {
        display: block;
        color: #56211c;
        font-family: DinWeb;
        text-transform: none;
        margin-top: 5px; }
  div.frontpage-switch.active {
    background-image: url('images/switch-active.png'); }
    div.frontpage-switch.active div.title-wrapper h4,
    div.frontpage-switch.active div.title-wrapper h4 span.title {
      color: #faf5ec; }

ul.frontpage-miniswitch-wrapper {
  padding: 0;
  position: absolute;
  z-index: 200;
  margin-top: 290px;
  margin-left: 20px; }
  ul.frontpage-miniswitch-wrapper li.frontpage-miniswitch {
    list-style: none;
    height: 15px;
    width: 15px;
    border-radius: 8px;
    background-color: white;
    float: left;
    margin-right: 10px;
    cursor: pointer; }
    ul.frontpage-miniswitch-wrapper li.frontpage-miniswitch.active {
      background-color: #56211c; }

div.frontpage-switch.news_bb.active{
	background-color: #364967;
	color: #FFF;
	background-image: none;
}



/*
div.frontpage-switch.news_bb div.title-wrapper h4,
div.frontpage-switch.news_bb div.title-wrapper h4 span.title,
*/
div.frontpage-switch.news_bb.active div.title-wrapper h4, 
div.frontpage-switch.news_bb.active div.title-wrapper h4 span.title{
	color: #FFF;
}


.baker-and-baker{
	display: block;
	margin-bottom: 20px;
	line-height: 0;
}
