/*
Theme Name: Blue
Theme URI: http://www.hetlab.tk/artikelen/wordpress-integreren
Description: De blauwe huisstijl op hetlab.tk en vandekamer.com
Version: 2.1
Author: Henk van de Kamer
*/
body {
  background-color: #FFFFEE;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

div.website {
  background-color: #4466AA;
  background-repeat: no-repeat;
  color: inherit;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div.google_ad {
  margin-bottom: 20px;
  padding: 0 10px;
}

div.menu {
  position: absolute;
  right: 20px;
  top: 120px;
  width: 200px;
}

div.menu_block {
  background-color: #EEEEFF;
  border: 1px solid #4466AA;
  color: inherit;
  line-height: 17px;
  margin-bottom: 20px;
}

div.menu_block h1 {
  background-color: #4466AA;
  border: 0;
  color: #FFFF00;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}

div.menu_block h2 {
  font-size: 11px;
  padding: 3px 5px 0 6px;
}

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

div.menu_block li {
  border: 1px solid #EEEEFF;
  font-size: 11px;
}

div.menu_block a {
  background-color: inherit;
  color: #000000;
  display: block;
  padding: 1px 5px;
}

div.menu_block a:hover {
  background-color: #4466AA;
  color: #FFFF00;
}

div.menu_block p {
  font-size: 8px;
  padding: 1px 5px;
}

div.article {
  left: 20px;
  overflow: hidden;
  padding-bottom: 10px;
  position: absolute;
  right: 240px;
  text-align: justify;
  top: 120px;
}

h1 {
  border-left: 10px solid #4466AA;
  border-bottom: 1px dotted #4466AA;
  font-size: 17px;
  margin: 12px 0;
  padding: 5px;
  text-transform: uppercase;
}

h2 {
  font-size: 15px;
  margin: 12px 0 0 0;
}

p {
  margin: 0;
  padding-bottom: 6px;
}

a {
  background-color: inherit;
  color: #4466AA;
  font-size: inherit;
  text-decoration: none;
}

a:hover {
  background-color: inherit;
  color: #FF0000;
}

div.article a[href^="http:"] {
  background: url(/wp-content/themes/blue/images/external.png) right center no-repeat;
  padding-right: 17px;
}

div.article a[href^="http://www.hetlab.tk"] {
  background: transparent;
  padding-right: 0px;
}

div.article a[href^="http://www.vandekamer.com"] {
  background: transparent;
  padding-right: 0px;
}

div.article a[href^="https:"] {
  background: url(/wp-content/themes/blue/images/secure.png) right center no-repeat;
  padding-right: 17px;
}

div.article a[href^="mailto:"] {
  background: url(/wp-content/themes/blue/images/email.png) right center no-repeat;
  padding-right: 21px;
}

pre {
  background-color: #EEEEFF;
  border: 1px dotted #4466AA;
  color: inherit;
  font-family: monospace;
  font-size: 8pt;
  margin: 6px 0 12px 0;
  overflow: auto;
  padding: 10px;
}

/* used in displaying PHP code through highlight_string function */
pre.php {
}

pre.php span {
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  margin-bottom: 12px;
  margin-top: 12px;
  padding-left: 40px;
}

hr {
  border: 0;
  border-top: 1px dotted #4466AA;
  margin: 3px 0;
}

img {
  border: 0;
}

div.citation {
  font-style: italic;
  margin: 10px 0;
  padding: 0 40px;
}

div.frame {
  margin: 20px;
  position: relative;
}

div.frame p {
  font-weight: bold;
  padding-bottom: 0;
}

div.frame p + p {
  font-weight: normal;
  margin-top: -21px;
  padding-left: 80px;
}

div.frame img {
  height: 100%;
  width: 100%;
}

div.tframe {
  background-color: #EEEEFF;
  border: 2px solid #4466AA;
  color: inherit;
  margin: 20px;
  padding-bottom: 5px;
  position: relative;
}

div.panel {
  background-color: #EEEEFF;
  border: 1px solid #4466AA;
  color: inherit;
  margin: 20px;
  padding-bottom: 5px;
  position: relative;
}

div.panel h1 {
  background-color: #4466AA;
  border: 0;
  color: #FFFF00;
  margin-top: 0;
  padding: 3px 10px;
}

div.panel h2 {
  padding: 0 10px;
}

div.panel p {
  padding: 0 10px;
}

div.panel pre {
  background-color: inherit;
  border: 0;
  color: #808080;
  padding: 10px 30px;
}

div.panel ul {
  padding: 0 10px 0 25px;
}

sup {
  bottom: 5px;
  font-size: 8px;
  line-height: 21px;
  position: relative;
  vertical-align: bottom;
}

sub {
  font-size: 8px;
  line-height: 21px;
  position: relative;
  top: 5px;
  vertical-align: top;
}

form {
  background-color: #EEEEFF;
  color: inherit;
  margin: 6px 0 12px 0;
  padding: 15px;
}

label {
  float: left;
  font-weight: bold;
  margin-right: 15px;
  text-align: right;
}

table {
  border: 2px solid #4466AA;
  border-spacing: 1px;
  margin-bottom: 5px;
  width: 100%;
}

th {
  background-color: #4466AA;
  color: #FFFF00;
  font-size: 8pt;
  font-weight: normal;
  height: 25px;
  padding: 0 5px;
  text-align: left;
}

td {
  padding: 2px 5px;
  text-align: left;
  vertical-align: top;
}

td.r {
  text-align: right;
}

p.streep {
  border-top: 1px dotted #4466AA;
  margin-top: 6px;
  padding-top: 6px;
}

p.copyright {
  background-color: inherit;
  color: #C0C0C0;
  clear: both;
  font-size: 80%;
  padding-top: 3em;
  text-align: center;
}

.intro {
  font-weight: bold;
  margin: 0;
  padding-bottom: 21px;
}

.author {
  font-weight: bold;
  margin: 0;
  text-align: right;
}

.bericht {
  font-size: 11px;
  padding: 10px;
  text-align: right;
}

.red {
  background-color: inherit;
  color: #FF0000;
  font-weight: bold;
}

.orange {
  background-color: inherit;
  color: #FF8800;
  font-weight: bold;
}

.green {
  background-color: inherit;
  color: #008800;
  font-weight: bold;
}

.blue {
  background-color: inherit;
  color: #0033FF;
  font-weight: bold;
}

.small {
  font-size: 9px;
}

/* .hidden and .emailadres are used in my antispam trick */
.emailadres {
  background-color: inherit;
  color: #4466AA;
}

.hidden {
  display: none
}

iframe {
  border: none;
  padding: 20px;
}

/* zooi voor Ninja forms */
div.hp-wrap {
  display: none;
}
