/* dark theme */
body { 
  background: #F5F3EE;
  color: #000;} /* tekstkleur */

h1, h2, h3, h4, h5, h6, #slideshow-caption p, div.image-title { 
  color: #000;} /* kleur teksten */

a, a:hover { 
  color: #000;} /* kleur van links */

#site_content { 
  background: #ffffff;} /* achtergrond kleur linker content */

#left_content ul li { 
  background: url(../images/dark_bullet.png) no-repeat left center;}

footer { 
  color: #000;
  text-shadow: 0px 0px #000;} /* schaduw footer */

footer a:hover {
  color: #AAA;}

#slideshow-caption {
  color: #FFF;
  background: #FFF;} /* achtergrond kleur balk onder afbeelding slideshow homepage */
 
.form_settings .submit { 
  background: #444;
  text-shadow: 0px 0px #000;
  color: #FFF;}

.form_settings input, .form_settings textarea, .form_settings select { 
  border-color: #777;}

#blog_container h4.select {
  background: url(../images/dark_blog.png) no-repeat right top;}

.blog h3 {
  color: #111;}
  
#blog_text {
  background: #444;
  color: #EEE;}

ul#nav li a {
  text-shadow: 0px 0px #000; /* kleur schaduw menu tekst header */
  color: #000;} /* kleur tekst menu */

ul#nav ul { 
  background: #ffffff;} /* achtergrondkleur uitklapmenu */

  /* kleur menu tekst header */
ul#nav li.selected a, ul#nav li a:hover, ul#nav ul li a:hover, ul#nav ul li a:focus, ul#nav li.selected ul a:hover { 
  color: #000;} /* kleur tekst menu */

a.thumb, ul.thumbs li.selected a.thumb {
  background: #FFF;} /* kleur border thumbs */
  
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  background: #FFF; /* kleur blokjes onder thumbs */
  color: #000;} /* kleur cijfers in blokjes onder thumbs */
  
div.pagination a:hover {
  background: #FFF; /* hover kleur blokjes onder thumbs */
  color: #000;} /* hover kleur cijfers in blokjes onder thumbs */
  
div.pagination span.current {
  background: #FFF; /* kleur huidig blokje onder thumbs */
  color: #000;} /* kleur huidig cijfer in blokjes onder thumbs */

footer a, a:hover, #logo h1, #logo h1 a:hover, .form_settings input, .form_settings textarea,
#blog_container h4, .blog h2, ul#nav li.selected ul a { 
  color: #000;} /* kleur tekst header */

div.navigation a.prev {
  background: url(../images/prev_arrow_white.gif) no-repeat left;}
  
div.navigation a.next {
  background: url(../images/next_arrow_white.gif) no-repeat right;}
