﻿@charset "UTF-8";

@media all {
  a { color: #6abe53; }
  a:hover { color: #000; }
  .line_bottom { border-bottom: 1px dotted #ccc; }
  .line_top { border-top: 1px dotted #ccc; }
  .black { color: #000; }
  .bggrey { background-color: #e7ec9d; }
  
  .post { border-bottom: 1px dotted #ccc; }
  .post .meta { color: #999; }
  .post .meta a { color: #999; }
  .post td { border-bottom: 1px solid #e7ec9d; }
  .post thead td { background: #e7ec9d; color: #373535; border-bottom: 1px solid #373535; }
  
  .image_left, .image_right, .image_center { color: #999; }
  a .image_desc { color: #888; }
  #blog_list ul li a:hover { background-color: #e7ec9d; }

  .box { background-color: #e7ec9d; color: #222; font-size: 0.9em; padding: 10px; }
}

@media screen, projection
{
  #page_margins { background: #fff; }
  #header { background: #fff; }
  
  #col3_content { border-left: 1px dotted #ccc; }
  
  #nav_main { background: #373535; }
  #nav_main ul li a { color: #fff; }
  #nav_main ul li a:hover, #nav_main ul li.current-cat a { background: #6abe53; color: #000 }

  #search input#s_text { background: #fff; color: #000; }
  
  ul.widgets .textwidget { border-bottom: 1px dotted #ccc }
  
  .pagenavi a { border: 1px solid #e7ec9d; }
  .pagenavi a:hover { border: 1px solid #6abe53; }
  .pagenavi span.current { border: 1px solid #6abe53; }
  
  #footer { border-top: 1px dotted #ccc; }
  #footertext { color: #999; }
  
  input.submit { color: #000; border-bottom: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #ccc; border-top: 1px solid #ccc; background: #FFFFFF url(../gfx/inputbg.png) repeat-x scroll 0 -2px; }
  input, textarea { color: #000; border-left: 1px solid #000; border-top: 1px solid #000; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #fff;  }
}

@media print {
  #footertext { color: black; }
}