/* dark theme */
body { 
    background: #ffffff;
    color: #595959;}
  
  h1, h6 { 
    color: #007386;}
 
  h2, h3, h4 {
    color: #595959;}
     
  a, a:hover { 
    color: #007386;}
  
  #site_content { 
    background: #ffffff;}
  
  #left_content ul li { 
    background: url(../images/dark_bullet.png) no-repeat left center;}
  
  footer { 
    color: #000000;}
  
  footer a:hover {
    color: #007386;}  
  
  .form_settings .submit { 
    background: #444;
    text-shadow: 1px 1px #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 {
    color: #ffffff;
    background: #007386}

  ul.sf-menu2 a {
    color: #ffffff;
    background: #007386;
    opacity: 75%;}
  
  ul#nav ul { 
    background: #007386;
    color: #ffffff;}
  
  ul#nav li.selected a { 
    color: #ffffff;
    background: #007386}
  
  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: #007386;}
    
  a.thumb, ul.thumbs li.selected a.thumb {
    background: #FFF;}
    
  div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    background: #444;
    color: #AAA;}
    
  div.pagination a:hover {
    background: #EEE;
    color: #111;}
    
  div.pagination span.current {
    background: #444;
    color: #FFF;}
  
  h5, h7, a:hover, #logo h1, #logo h1 a:hover, 
  footer a, .form_settings input, .form_settings textarea,
  #blog_container h4, .blog h2, ul#nav li.selected ul a, div.image-title { 
    color: #007386;}
  
  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;}


    