/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */


/**************************/
/*    NO LEGAL NOTICE     */
/**************************/
#legal-notice {
  display: none;
}

/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 24px 14px 0 0;
  width: 253px;
}

body.layout-first-main #content-wrapper {
  margin: 34px 0 0 0;    /* LTR */
  width: 687px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 40px 20px 0 0;    /* LTR */
  width: 253px;
}

body.layout-first-main-last #content-wrapper {
  margin: 40px 0 0;
  width: 687px;
}

body.layout-first-main-last #content-wrapper #content-inner {
}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: #F4F7E7;
  margin: 0;
  padding: 0 0 0 20px;    /* LTR */
  width: 280px;
}

body.full-node.layout-first-main-last #sidebar-last {
  margin: 0;
}


/**************************/
/*   NEW ICONS IN BLOCKS  */
/**************************/

#block-views-binnenkort_verjaardagen-block_1 div.block-icon {
  background: transparent url('icons/cake.png') no-repeat left center;
}

#block-views-image_gallery_laatste-block_1 div.block-icon {
  background: transparent url('icons/photoalbum.png') no-repeat left center;
}

#block-block-12 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}

#block-quicktabs-1 div.block-icon {
  background: transparent url('icons/tnt_icon_10.png') no-repeat left center;
}

#block-quicktabs-2 div.block-icon {
  background: transparent url('icons/tnt_icon_12.png') no-repeat left center;
}

#block-views-laatste_bijdragen-block_1 div.block-icon {
  background: transparent url('icons/tnt_icon_07.png') no-repeat left center;
}

#block-poll-0 div.block-icon {
  background: transparent url('icons/tnt_icon_15.png') no-repeat left center;
}

#block-countdown-0 div.block-icon {
  background: transparent url('icons/Kenny.png') no-repeat left center;
}

#block-block-18 div.block-icon {
  background: transparent url('icons/clapperboard.png') no-repeat left center;
}

/******************/
/* HEADER REGIONS */
/******************/

#primary-menu-wrapper {
  margin: 0 auto;
  position: relative;
  width: 960px;
  z-index: 5;    /* fixes IE z-index bug */
}


/********************************************/
/* PRIMARY MENU              	            */
/* aanpassingen aan de breedte van het menu */
/********************************************/
#primary-menu ul.menu li ul {
    background: transparent url('images/drop-bottombreed.png') no-repeat 0 bottom;
	width: 154px;
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  width: 145px;
  }
  
 #primary-menu ul.menu li ul li ul.menu li a {
  width: 137px;
}

#primary-menu ul.menu li ul li {
  font-size: 0.95em;
}

#header-wrapper {
  height:85px;
}

#search-box {
  right: 8px;
}

/******************/
/* Postscript FIX */
/******************/
#postscript-wrapper.postscripts-3 div.column {
  float: left;    /* LTR */
  padding: 0 8px;
  width: 32%;
}


/******************/
/* Extra	  */
/******************/

h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
