/* CSS Document */

/*******************************************************************************
 *
 * Fonts
 *
 ******************************************************************************/

html, body, p, textarea {
	font-family: Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.54em;
  font-size: 0.81em;
}

h1 {
  font-size: 1.7em;
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}

ul {
  list-style-type:none;
	margin:0;
	padding:0;
}

a {
  text-decoration: none;
  color: black;
}

a img {
  border: none;
}

/*******************************************************************************
 *
 * Articles
 *
 ******************************************************************************/   

div.article_videos {
  width: 285px;
  float: right;
}

div.article_images {
  width: 285px;
  float: right;
  clear: right;
}

div.article_text {
  /*width: 280px;*/
}

div.article_mp3 {
  width: 280px;
}

div.article_mp3 .mp3_name {
  font-size: 0.846em;
}

div.article_pdf {
  width: 280px;
  margin-top: 5px;
}

div.article_pdf .pdf_name {
  font-size: 0.846em;
}

div.article_images img {
  width: 275px;
}

div.article_images .shadow_top, div.article_videos .shadow_top {
  background: url('../img/border_image_top.jpg') no-repeat;
  height: 6px;
}

div.article_images .shadow_sides, div.article_videos .shadow_sides {
  background: url('../img/border_image_sides.jpg') repeat-y;
  padding: 0px 5px;
}

div.article_images .shadow_bottom, div.article_videos .shadow_bottom {
  background: url('../img/border_image_bottom.jpg') no-repeat;
  height: 4px;
}

div.article_text p.plaatsingsdatum {
  font-style: italic;
  color: grey;
}

div.article p.leesmeer, div.article p.terugnaar {
  font-weight: bold;
}

img.icon {
  width: 20px;
  height: 20px;
  display: inline;
  margin: -4px 3px 0 0;
  vertical-align: middle;
}

/*******************************************************************************
 *
 * Forms
 *
 ******************************************************************************/

input, textarea {
  /*display: block;*/
  background-color: #f0f7ff;
  border-right: none;
  border-bottom: none;
  border-left: solid 1px #c6d5eb;
  border-top: solid 1px #c6d5eb;
  padding: 5px 10px;
  width: 550px;
  font-size: 1em;
  margin: 2px;
}

textarea {
  height: 80px;
}

input#submit {
  width: 100px;
  /*padding: 0 10px;*/
  background-color: #dbe6ff;
  border: outset 1px;
}

input#artikel_aanpassen {
  width: 150px;
  /*padding: 0 10px;*/
  background-color: #dbe6ff;
  border: outset 1px;
}

input.checkbox, input.radio {
  width: 20px;
}

div#msg_sent {
  color: green;
  font-weight: bold;
}

div.error {
  color: red;
}

div.form_error {
  color: red;
  float: right;
}

label {
  margin-left: 3px;
}


/*******************************************************************************
 *
 * Agenda
 *
 ******************************************************************************/   

div#agenda li.event_name {
  font-weight: bold;
}

div#agenda li.event_date {
  color: grey;
  margin-bottom: 10px;
}

/*******************************************************************************
 *
 * Eigen projecten
 *
 ******************************************************************************/   

ul#projecten li {
  font-weight: bold;
}

ul#projecten li span {
  font-weight: normal;
  font-size: 0.846em;
  font-style: italic;
}

/*******************************************************************************
 *
 * Header / Nav / Columns / Borders / Footer
 *
 ******************************************************************************/   

#header {
   background: url('../img/header.jpg') top center no-repeat;
   height: 184px;
}

#nav {
  font-weight: bold;
  padding: 0 10px;
  font-size: 1.25em;
}

#nav li {
  float: left;
  margin: 0 6px;
}

#nav #navitem0 a:hover, #nav #navitem0 a:active, #nav #navitem0.current_page a {
  color: #19e9fd;
}

#nav #navitem1 a:hover, #nav #navitem1 a:active, #nav #navitem1.current_page a {
  color: #00dff7;
}

#nav #navitem2 a:hover, #nav #navitem2 a:active, #nav #navitem2.current_page a {
  color: #00cafb;
}

#nav #navitem3 a:hover, #nav #navitem3 a:active, #nav #navitem3.current_page a {
  color: #00bdf6;
}

#nav #navitem4 a:hover, #nav #navitem4 a:active, #nav #navitem4.current_page a {
  color: #00abf5;
}

#nav #navitem5 a:hover, #nav #navitem5 a:active, #nav #navitem5.current_page a {
  color: #008ef5;
}

#nav #navitem6 a:hover, #nav #navitem6 a:active, #nav #navitem6.current_page a {
  color: #0078f8;
}

#nav #navitem7 a:hover, #nav #navitem7 a:active, #nav #navitem7.current_page a {
  color: #0060fb;
}

#nav #navitem8 a:hover, #nav #navitem8 a:active, #nav #navitem8.current_page a {
  color: #0051f5;
}

#content {
  width: 920px;
  margin: 0 auto;
}

#column-1 {
  width: 618px;
  float: left;
  clear: both;
}

#column-1 .border_top {
  background: url('../img/border1_top.jpg') no-repeat;
  height: 17px;
}

#column-1 .border_sides {
  background: url('../img/border1_sides.jpg') repeat-y;
  padding: 1px 25px;
  width: 568px;
}

#column-1 .border_bottom {
  background: url('../img/border1_bottom.jpg') no-repeat;
  height: 19px;
}

#column-2 {
  width: 302px;
  float: left;
}

#column-2 #eigen_projecten .border_top {
  background: url('../img/border2_projects_top.jpg') no-repeat;
  height: 17px;
}

#column-2 #eigen_projecten .border_sides {
  background: url('../img/border2_projects_sides.jpg') repeat-y;
  padding: 1px 20px;
  width: 262px;
}

#column-2 #eigen_projecten .border_bottom {
  background: url('../img/border2_projects_bottom.jpg') no-repeat;
  height: 17px;
}

#column-2 #agenda .border_top {
  background: url('../img/border2_agenda_top.jpg') no-repeat;
  height: 17px;
}

#column-2 #agenda .border_sides {
  background: url('../img/border2_agenda_sides.jpg') repeat-y;
  padding: 1px 20px;
  width: 262px;
}

#column-2 #agenda .border_bottom {
  background: url('../img/border2_agenda_bottom.jpg') no-repeat;
  height: 17px;
}

#column-2 #cozy_op_het_web .border_top {
  background: url('../img/border2_links_top.jpg') no-repeat;
  height: 17px;
}

#column-2 #cozy_op_het_web .border_sides {
  background: url('../img/border2_links_sides.jpg') repeat-y;
  padding: 1px 20px;
  width: 262px;
}

#column-2 #cozy_op_het_web .border_bottom {
  background: url('../img/border2_links_bottom.jpg') no-repeat;
  height: 17px;
}

#footer {
  clear: both;
  padding: 0 20px;
}

.floatfix {
  clear: both;
}

/******************************************************************************
 *
 * Captcha
 *
 *****************************************************************************/
 
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  background-color:#FFFFFF !important; /* reCaptcha widget background color */
}

 
#recaptcha_table {
  border-color: #EEEEEE !important; /* reCaptcha widget border color */
  width: 570px !important;
  margin-left: 2px !important;
}

#recaptcha_response_field {
  background-color: #f0f7ff !important; /* Text input field background color */
  border-right: none !important;
  border-bottom: none !important;
  border-left: solid 1px #c6d5eb !important;
  border-top: solid 1px #c6d5eb !important;
  padding: 5px 10px !important;
  width: 282px !important;
  font-size: 1em !important;
  /*margin: 2px !important;*/
}
  