/* header */

#headertext {
  height: 35px;
  background-color: #D62828;
  font-size: 19px;
  color: white;
  text-align: right;
  line-height: 35px;
  padding-right: 25px;
  font-weight: bold;
}

#submenu {
  float: left;
  font-size: 11px !important;
  font-weight: normal;
  margin-left: 20px;
}

#submenu a, #submenu a:visited {
  color: white;
  text-decoration: none;
  margin-right: 40px;
}

#submenu a:hover {
  color: black;
  margin-right: 40px;
}

#contact {
  right: 20px;
  float: right;
  position: absolute;
  clear: both;
  margin: 0px;
}


/* General 
------------------------------------------------------------------- */

body {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #eee;
  color: #333;
  text-align: center;
}

.black {
  color: black;
}

a.employees img {
  margin: 0px !important;
  border: medium none !important;
}

#quote {
  background-color:#D62828;
  width:497px;
  color: white;
  font-size: 9px;
  padding-left: 3px;
  margin-top: -3px;
}

#employeeContainer {
  width: 500px;

}
  
a {color: #D62828; text-decoration: underline;}
a:hover {color: #D62828; text-decoration: none;}

#page {
  background-color: #fff;
  text-align: left;
  border: 1px solid #D62828;
  margin: 0px auto;
  width: 770px;
  border-top: 0px;
  height: auto;
  position: relative;
}

#header {
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  height: 69px;
  position: relative;

}

h1 {
  font-size: 2em;
  text-align: right;
  margin: 1px 28px 0px 0px;
  padding-top: 45px;
  font-family: Arial, Sans-Serif;
  font-weight: normal;
  letter-spacing: 1;
  /*text-transform: uppercase;
  display: none;*/
}
  
description {
  text-align: right;
  padding: 17px 28px 0px 0px;
  font-size: 1.0em;
  color: #FFB82B !important;
}
  
#footer {
  margin: 10px 10px 0px 10px;
  margin: 0px;
  height: 60px;
  clear: right;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #a0a0a3;
}

#footer img {
  float: left;
  margin-left: 174px;
}

#footer .adres {
  color:#AAAAAA;
  position:relative;
  top:10px;
}

/* content 
------------------------------------------------------------------- */

#content {
  font-size: 1em;
  width: 580px;
  float: right;
  padding: 0px 20px 0px 0px;

  text-align: left;
  overflow: hidden;
  line-height: 1.5em;
}
  
postmetadata {
  text-align: center;
}

alt {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
  
post {
  text-align: justify;
  font-family: verdana;
  font-size: 90%;
}
  
post img {
    max-width: 500px;
}

small {
  font-size: 1.0em;
  line-height: 1.2em;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
  
entry { 
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
}
  
entry p a {text-decoration: underline;}
entry p a:visited {
  color: #b85b5a;
}

entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

entry ol li {
  margin: 0;
  padding: 0;
}

narrowcolumn .postmetadata {
  text-align: left;
}
  
pre {font: 1.0em Courier New, Courier; background: #eee; border: 1px solid #ddd;
margin: auto; padding: 10px; padding-bottom: 10px; overflow: auto;}

code {font: 1.0em Courier New, Courier ;}

h2 {
  font-size: 19px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  color: #000;
  padding: 5px 0px 5px 0px;
  margin: 20px 0px 5px 0px;
}

span.author {
  font-size: 13px;
  font-weight: bold;
}
  
h2 a {color: #D62828; text-decoration: none;}
h2 a:hover { text-decoration: underline; color: #D62828;}

h2.pagetitle {
  margin: 20px 20px 0px 20px;
}

h3 {
  font-size: 1.3em;
  font-family: Verdana, Arial, Sans-Serif;
  font-weight: bold;
  margin: 0px;
  padding:0px;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
  text-decoration: none;
  color: white;
}

h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite{
  color: #D62828;
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline; color: #D62828;
}

commentlist li, #commentform input, #commentform textarea {
  font: 0.9em  Verdana, Arial, Sans-Serif;
}
  
commentlist li {
  font-weight: bold;
}

commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
  font-family: Verdana, Arial, Sans-Serif;
}

commentmetadata {
  font-weight: normal;
}
  
entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform input {
  width: 225px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  border: 1px solid #B9B5B5;
}

#commentform textarea {
  width: 95%;
  padding: 2px;
  border: 1px solid #B9B5B5;
}

#commentform #submit {
  margin: 0;
  float: right;
  background-color: #D62828;
  color: #fff;
  text-transform: uppercase;
  cursor: hand;
  margin-right: 23px;
}

#commentform small {color: #000; font-weight: normal; font-size: 0.9em}

#searchformContainer {
  float: right;
  margin-top: 17px;
  margin-right: 0px;
  position: relative;
}

#header #searchform #s {
  width: 111px;
  border: 1px solid #a5acb2;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  padding: 0px 0px 0px 5px;
  float: left;
}

#header #searchsubmit {
  padding: 0px;
  float: left;
  background-color: #D62828;
  border: 0px;
  height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  cursor: hand;
}



/* Sidebar 
------------------------------------------------------------------- */
  
#sidebar {
  font: 1em Verdana, Arial, Sans-Serif;
  padding: 0px;
  width: 20%;
  _width: 152px;
  float: left;
  border: 1px solid #D62828;
  border-left: 0px;
  border-top: 0px;
  background-color: white;
}

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
}
  
  
#wp-calendar #prev a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}



postmetadata ul, .postmetadata li {
  display: block;
  list-style-type: none;
  list-style-image: none;
}
  
#sidebar ul, #sidebar ul ol {
  margin: 0px ;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}
  
  
#sidebar li h2 {
  font-family: Verdana, Sans-Serif;
  font-size: 1.2em;
  background-color: #D62828;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 10px 0 0;
  padding: 0px 0px 0px 10px;
  background: transparent no-repeat 0px 4px; 
}

li.recentComments, li.recentPosts {
  margin-bottom: 10px !important;
  background: transparent url(http://www.amis.nl/gfx/blt_default.gif) no-repeat scroll 0 6px !important;
}

#sidebar code {font-size: 1.1em; margin: 10px 0px 10px 0px; overflow: hidden;}

/* Begin Comments*/
alt {
  margin: 0;
  padding: 10px;
}

commentlist {
  padding: 0;
  text-align: justify;
}

commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}

commentlist p {
  margin: 10px 5px 10px 0;
}

#commentform p {
  margin: 5px 0;
}

nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border: 1px solid #ddd;
  border-left: 20px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

center {
  text-align: center;
}

hr {
  display: none;
}

a img {
  border: none;
  margin-left: 4px;
}

navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
  It won't be a stylish marriage, I can't afford a carriage.
  But you'll look sweet upon the seat of a bicycle built for two." */


