/*
      custom.css ó custom styles for Cutline that YOU define
      ------------------------------------------------------
      
      This stylesheet will allow you to futureproof your
      changes against future releases and upgrades. I know
      you work hard on your modified styles, and I don't
      want you to feel like every upgrade is a total drag!
      
      Instructions:
      
      Modifying existing Cutline styles to your liking is a
      breeze with this handy stylesheet. The <body> tag
      within the header.php file has been appended with a
      CSS class called "custom," and thanks to this, you now
      have the ability to override ANY style that's declared
      in the original Cutline stylesheet.
      
      In practice, you simply need to copy the CSS for the
      element that you want to change (from style.css) and
      then paste it here. Prefix the new CSS declaration
      with .custom, and then make your tweaks as necessary.
      
      Here's an example:
      
      To change the default color of unvisited links from 
      blue to red (#c00) and remove the default underline, 
      this is what you would do:
      
      .custom a { color: #c00; text-decoration: none; }
      
      Cool? Now get to hackin!
*/
.custom li.widget h2, li.linkcat h2 { border-top: 1px solid #000; }
.custom h1, h2, h3 {color:#333399;}
.custom a { color: #ff6600; text-decoration: none; }
.custom a:visited { color: #ff6600; text-decoration: none; }
.custom a:hover { color: #339933; text-decoration: none; }
.custom h2 a { color: #333399; text-decoration: none; }
.custom h2 a:visited { color: #333399; text-decoration: none; }
.custom h2 a:hover { color: #339933; text-decoration: none; }
.custom .tagged a:hover { color: #339933; background: #ffffff; text-decoration: none; }
.custom .pages h2, h2.page_header { background: url('images/hr_title_sep_sm.gif') 0 100% repeat-x; }
.custom li.widget li a:hover, li.linkcat li a:hover { text-decoration: none; }
.custom #header_img img { display: none; }
.custom ul#nav { border-bottom: 1px solid #000; }
.custom ul#nav li a:hover { color: #ff6600; text-decoration: none; }
.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 1.0em 0; }
.custom ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #339933; text-decoration: none; }