/* $Id: html-elements.css,v 1.1.2.2 2009/02/13 19:42:10 johnalbin Exp $ */

/****
 **** HTML ELEMENT STYLING
 ****/


/** fonts **/
  /*
   * Our font size and line height declarations are based on the following ALA
   * article:
   *   http://www.alistapart.com/articles/howtosizetextincss
   *
   * All modern browsrs use a 16px default font size. Specifying the font-size
   * and line-height in ems (relative to the 16px default font) allows the user
   * to resize the font in the browser and produces the most consistent results
   * across different browsers.
   */
  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	font-family:Arial, Helvetica, sans-serif;
	color:#003333;
	background:url(/sites/default/files/images/body-bg.jpg) no-repeat center top fixed;
  }

  #page
  {
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */

    /* Use a 12px base font size with a 16px line height */
    font-size: 0.8em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */

   
  }
  
    #content-inner
  {	font-size:1.0em;
  }
  
#content-inner .node li
  { list-style-image:url(images/bullet-list-arrow.png);
  	margin-bottom:0.5em;
	margin-left:20px;
	line-height:1.2em;
  }
  
#content-inner .node ol li {
list-style:decimal;
list-style-image:none;
margin-bottom:0.5em;
margin-left:35px;
line-height:1.2em;
  }
  
      #main-inner
  {
  background-color:#fff;
  }


  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
  }



h1.title {
display:block;
color:#036;
font-size:1.6em;
font-weight:normal;
border-bottom:dashed 1px;
}

h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }
  


h3
  {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
  }

h4, h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

#content-inner a,#content-inner a:link,#content-inner a:visited,#content-inner a:active {
color:#069;
text-decoration:underline;
line-height:0.85em;
}

#content-inner a:hover, #content-inner a:focus {
color:#cb1f1f;
}


img {
padding-right:5px;
margin-right:5px;
margin-bottom:2px;
border:none;
}


/** user login **/

#headerlinks {
display:block;
float:right;
margin:0;
padding:0;
width:auto;
}

#headerlinks ul.user {
margin:0;
padding:0;
}

#headerlinks li {
list-style:none;
list-style-image:none;
display:block;
float:left;
height:0.85em;
line-height:0.5em;
padding-right:12px;
padding-left:12px;
border-right:solid #cb1f1f 1px;
}

#headerlinks li.last {
border:none;
}

#headerlinks a, #headerlinks a:link, #headerlinks a:visited, #headerlinks a:active {
color:#333;
font-weight:normal;
font-size:0.85em;
line-height:1.0em;
text-decoration:none;
}

#headerlinks a:hover, #headerlinks a:focus {
text-decoration:underline;
}

/** navigatie top **/

  #primary
  {background-color:#036;
  }
  
  #primary ul.links a {
display:inline-block;
height:30px;
line-height:30px;
color:#fff;
font-weight:bold;
font-size:1.0em;
padding-left:20px;
padding-right:20px;
text-decoration:none;
}


/* These are the top level menu items, add border-right here for separators */
  #primary ul.links li {
display:block;
float:left;
border-right:solid 1px #335c85;
border-bottom:none;
border-top:none;
padding:0;
margin:0;
}

  #primary ul.links li:hover {
background-color:#335c85;
}

  #primary ul.links li.active, #primary ul.links li.focus {
background-color:#335c85;
border:none;
}

/* Add border-right: 0; here to remove separator on last menu item */
  #primary ul.links li.last {
border-right:none;
}

#content-header {
margin-bottom:15px;}

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }
  

  
/****** BLOCKS RIGHT SIDEBAR ******/



#block-menu-menu-cms h2.title /** CMS BLOCK VOOR REDACTIE **/

{
display:block;
height:34px;
line-height:34px;
width:194px; /*209px - padding-left*/
padding-left:15px;
background-image:url(images/block-header-cms.png);
background-repeat:no-repeat;
font-size:1.0em;
font-weight:normal;
color:#036;
}

#block-menu-menu-cms .block-inner

{
background-image: url(images/block-body.png);
background-repeat:repeat-y;
}

#block-menu-menu-cms .content 
{
padding-top:8px;
padding-bottom:15px;
font-size:0.80em;
}

#block-menu-menu-cms ul.menu{
padding-left:8px;
padding-top:0;
margin:0;
}

#block-menu-menu-cms ul li {
list-style:none;
list-style-image:none;
}


#block-menu-menu-cms  a,
#block-menu-menu-cms  a:link,
#block-menu-menu-cms  a:visited,
#block-menu-menu-cms  a:active {
color:#069;
text-decoration:underline;
}

#block-menu-menu-cms  a:hover,
#block-menu-menu-cms  a:focus {
color:#cb1f1f;
}




#block-views-Courses-block_1 .views-row { /* Block met upcoming courses */
margin-bottom:10px;
}

#block-views-Courses-block_1 h2.title 

{
display:block;
height:34px;
line-height:34px;
width:194px; /*209px - padding-left*/
padding-left:15px;
background-image:url(images/block-header.png);
background-repeat:no-repeat;
font-size:1.0em;
font-weight:normal;
color:#fff;
}



#block-views-Courses-block_1 .block-inner

{
background-image: url(images/block-body.png);
background-repeat:repeat-y;
}

#block-views-Courses-block_1 .content 
{
padding-left:8px;
padding-top:8px;
padding-right:35px;
padding-bottom:15px;
font-size:0.80em;
}

#block-views-Courses-block_1 .views-field-field-course-city-value, #block-views-Courses-block_1 .views-field-field-course-country-value {
font-weight:bold;
color:#333;
}

#block-views-Courses-block_1 .views-field-title a,
#block-views-Courses-block_1 .views-field-title a:link,
#block-views-Courses-block_1 .views-field-title a:visited,
#block-views-Courses-block_1 .views-field-title a:active {
display:block;
color:#069;
text-decoration:underline;
line-height:1.4em;
}

#block-views-Courses-block_1 .views-field-title a:hover,
#block-views-Courses-block_1 .views-field-title a:focus {
color:#cb1f1f;
}



#block-views-Courses-block_1 .more-link a,
#block-views-Courses-block_1 .more-link a:link,
#block-views-Courses-block_1 .more-link a:visited,
#block-views-Courses-block_1 .more-link a:active {
color: #CC0000;
font-weight:bold;
text-decoration:none;
}
#block-views-Courses-block_1 .more-link a:hover,
#block-views-Courses-block_1 .more-link a:focus {
color: #666;
}

/*----------------------------------*/

#block-views-News-block_1 .views-row {
margin-bottom:10px;
}

#block-views-News-block_1 h2.title /* Block met recent nieuws */

{
display:block;
height:34px;
line-height:34px;
width:194px; /*209px - padding-left*/
padding-left:15px;
background-image:url(images/block-header.png);
background-repeat:no-repeat;
font-size:1.0em;
font-weight:normal;
color:#fff;
}

#block-views-News-block_1 .block-inner

{
background-image: url(images/block-body.png);
background-repeat:repeat-y;
page-break-after:auto;
}

#block-views-News-block_1 .content 
{
padding-left:8px;
padding-top:8px;
padding-right:35px;
padding-bottom:15px;
font-size:0.80em;
}

#block-views-News-block_1 .views-field-title {
font-weight:bold;
color:#333;
}

#block-views-News-block_1 .views-field-field-news-news-text-value p {
margin:0;
line-height:1.0em;
}

#block-views-News-block_1 .views-field-view-node a,
#block-views-News-block_1 .views-field-view-node a:link,
#block-views-News-block_1 .views-field-view-node a:visited,
#block-views-News-block_1 .views-field-view-node a:active {
color:#069;
text-decoration:underline;
}

#block-views-News-block_1 .views-field-view-node a:hover,
#block-views-News-block_1 .views-field-view-node a:focus {
color:#cb1f1f;
}

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
  }

  a:visited
  {
  }

  a:hover,
  a:focus
  {
  }

  a:active
  {
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }






/** NODE TYPE COURSE **/

#content-area .node-type-course .field-field-course-city {
margin-bottom:0.5em;
}

#content-area .node-type-course .field-field-course-country {
margin-bottom:0.5em;
}

#content-area .node-type-course .field-field-course-dates {
margin-bottom:0.5em;
}

#content-area .node-type-course .field-field-course-attachement {
margin-bottom:0.5em;
}

#content-area .node-type-course .filefield-file{
margin-top:0.5em;
}

/******************************
*** VIEWS PAGINA'S CSS *******
******************************/


/** VIEW COURSES **/

#content-area .view-Courses .views-row {
height:170px;
width:100%;
display:block;
float:left;
}

#content-area .view-Courses .views-field-field-course-thumbnail-fid {
display:block;
float:left;
width:160px;
height:170px;
}

#content-area .view-Courses .views-field-field-course-city-value {
font-size:1.0em;
font-weight:bold;
color:#036;
}

#content-area .view-Courses .views-field-field-course-country-value {
font-size:1.0em;
font-weight:bold;
color:#036;
}

#content-area .view-Courses .date-display-single {
font-weight:normal;
font-size:0.85em;
color:#666;

}

#content-area .view-Courses .field-item { /* doet datums achter elkaar staan ipv onder elkaar */
display:inline;
margin-right:8px;
margin-top:8px;
}


/*#content-area .view-Courses .views-field-field-course-date-reach-value {
margin-top:8px;
font-size:0.85em;
font-weight:bold;
color:#036;}

#content-area .view-Courses .views-field-field-course-date-reach-value2 {
font-size:0.85em;
font-weight:bold;
color:#036;}*/

#content-area .view-Courses .views-field-field-course-description-value {
font-size:1.0em;
font-weight:normal;
color:#036;
margin-top:8px;
margin-bottom:8px;
}


/** VIEW SESSIONS (backlinks) **/

#content-bottom .block h2.title {
font-size:1.0em;
font-weight:bold;

}

#content-bottom .view-empty {
font-style:italic;
font-size:0.85em;
}

#content-bottom .views-field-field-session-nr-value {
margin-top:8px;
margin-bottom:4px;
}

#content-bottom .views-field-field-session-nr-value a,
#content-bottom .views-field-field-session-nr-value a:link,
#content-bottom .views-field-field-session-nr-value a:visited,
#content-bottom .views-field-field-session-nr-value a:active {
color:#069;
text-decoration:underline;
line-height:0.85em;
}

#content-bottom .views-field-field-session-nr-value a:hover,
#content-bottom .views-field-field-session-nr-value a:focus {
color:#cb1f1f;
}

#content-bottom .views-field-field-session-date-value .date-display-single {
font-style:italic;
}

.node-type-course-session .date-display-single {
font-style:italic;
color:#cb1f1f;
}

.field-items img {
display:block;
float:left;
margin-right:10px;
}

/** VIEW PUBLICATIONS  **/

#content-area .view-Publications .views-row {
margin-bottom:15px;
padding-bottom:10px;
border-bottom:dotted 1px #ccc;
}

#content-area .view-Publications .filefield-file a {
display:block;
line-height:20px;
margin-top:8px;
}

#content-area .view-Publications .views-field-title {
font-weight:bold;
}

/** VIEW NEWS **/

#content-area .field-field-news-news-text {
padding-bottom:15px;
margin-bottom:8px;
border-bottom:dotted 1px #ccc;
}

#content-area .field-field-news-picture img {
margin-top:4px;
margin-bottom:4px;
}


/** VIEW CASES **/

#content-area .view-Cases .views-field-field-case-subtitle-value {
display:block;
margin-bottom:15px;
line-height:1.2em;
}

#content-area .view-Cases .views-row {
display:block;
height:135px;
clear:both;
}

#content-area .view-Cases .views-row-last {
border-bottom:dotted 1px #ccc;
}

#content-area .view-Cases H3 {
font-size:1.2em;
}

#content-area .view-Cases a, #content-area .view-Cases a:link, #content-area .view-Cases a:visited {
font-weight:bold;
text-decoration:underline;
}

#content-area .view-Cases a:focus, #content-area .view-Cases a:hover {
color:#cb1f1f;
}

#content-area img.imagecache-case_image {
float:left;
}


/** WEERGAVE TINY MCE **/
#tinymce {
background:none;
}

.mceContentBody
{
font-size:0.80em;

}

.mceContentBody ul li
{ list-style-image:url(images/bullet-list-arrow.png);
  	margin-bottom:0.5em;
	margin-left:20px;
	line-height:1.2em;
}

.mceContentBody ol li
{list-style:decimal;
list-style-image:none;
margin-bottom:0.5em;
margin-left:35px;
line-height:1.2em;
}


/*
 *
 BLOK BUY THE BOOK
 *
 */

#block-block-4 {
background-color:#fff;
}


#block-block-10 { /* FR */

}

#block-block-9 { /* EN */

}

#block-block-9 h2.title,
#block-block-10 h2.title

{
display:block;
height:34px;
line-height:34px;
width:194px; /*209px - padding-left*/
padding-left:15px;
background-image:url(images/block-header.png);
background-repeat:no-repeat;
font-size:1.0em;
font-weight:normal;
color:#fff;
}

#block-block-9 .block-inner,
#block-block-10 .block-inner {
background-image: url(images/block-body.png);
background-repeat:repeat-y;
page-break-after:auto;
}

#block-block-9 .content,
#block-block-10 .content
{
padding-left:8px;
padding-top:8px;
padding-right:35px;
padding-bottom:15px;

}


/*
 *
 FOOTER 
 *
 *
 */
 
   #footer-inner
  {
  text-align:center;
  font-size:0.85em;
  }
 
  #footer-inner a, #footer-inner a:link, #footer-inner a:visited
  {
  color:#003333;
  text-decoration:underline;
  }