/*
    Document   : style.css
    Created on : 14-feb-2014, 11:29:51
    Author     : Noud
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: 'HarlowSolidItalic';
    src: url('fonts/harlowsi-webfont.eot');
    src: url('fonts/harlowsi-webfont-1.eot') format('embedded-opentype'),
         url('fonts/harlowsi-webfont.woff') format('woff'),
         url('fonts/harlowsi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
  text-align: center;
  font-family:'Verdana','Arial';
  color: #606060;
  font-size: 0.8em;
  line-height:140%;
}

/* MESSAGES */
#message-box {
  display:block;
}

#message-box div.message-box {
  border-radius:10px;
  -moz-border-radius:10px;
  margin-bottom:10px;
  padding:10px;
}

#message-box-info {
  background-color:#87C5E9;
  border:2px solid #7BB2D1;
}

#message-box-succes {
  background-color:#5EC998;
  border:2px solid #56B589;
}

#message-box-warning {
  background-color:#F7E4B7;
  border:2px solid #E9CC87;
}

#message-box-error {
  background-color:#FF897B;
  border:2px solid #DF796D;
}

root {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'HarlowSolidItalic','Arial' !important;
}

/* MAIN */
#main {
  clear: both;
  padding: 0px 30px 30px 30px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}

#content-title {
  display: none;
}

/*
 * LANGUAGE SELECTION PART
 */
#part-401 {
  min-width: 50px;
  display: inline-block;
  float:right;
}

#part-401 ul li {
  list-style-type: none;
  display: inline-block;
}
/*
 * MAIN MENU PARTS (404 = DUTCH, 403 = GERMAN)
 */
#part-404, #part-403 {
  height: 35px;
  /*width: 800px;*/
  display: inline-block;
}

#part-404 nav li a, #part-403 nav li a{
  font: bold 14px Arial, Verdana, sans-serif;
  color: #000;
  padding: 8px;
  margin-right: 20px;
  text-decoration: none;
}

/* STANDAARD MENU */
nav ul {
  height: 35px;
	margin: 0;
	padding: 0;
}
nav li a {
	display: block;
	margin: 0;
	padding: 0.8em;
	text-decoration: none;
	color: #A0A0A0;
}
nav li a:hover {
	color: #808080;
  text-decoration: underline;
}

/*
 * content_part_content styles
 */
.content_part_content {
  text-align: left;
}

/*
 * CONTACTGEGEVENS ONDERDEEL
 */
#part-405 {
  text-align: left;
}
/*
 * COPYRIGHT PART
 */
#part-400 {
  padding-top: 20px;
  text-align: center;
  color: #00007f;
}

p {
  margin: 1em 0 !important;
}

/*
 * STYLES FOR UNDERLINE EFFECT
 */
ul.underlinemenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position:relative;
  text-align: center;
}

ul.underlinemenu li{
  display: inline-block;
}

ul.underlinemenu li a{
  font: bold 14px Arial, Verdana, sans-serif;
  color: #000;
  height: 25px;
  margin-right: 20px; /*spacing between each menu link*/
  text-decoration: none;
}


ul.underlinemenu li.active_underline{ /*style of LI that gets dynamically added to menu to create background effect*/
  position:absolute;
  width:0;
  border-bottom:5px solid #00007f;
}

/*
 * Comment styles
 */
.comment-inner p {
  max-width: 448px;
  overflow: auto;
}

.comment-by {
  font-weight: bold;
}

.comment-date, .comment-location {
  font-size: 10px;
  color: #6e6e6e;
}

.comment-links a {
  margin: 0px;
  font-size: 10px;
}

.comment-links a:hover {
  text-decoration: underline;
}