/*
	CutlineNegative - custom.css file for Cutline 1.1
	------------------------------------------------------

   This is a replacement custom.css file for your Cutline
   theme which will provide a grey-on-black site instead
   of black-on-white.

   Download this file or the full replacement theme at:
   http://bitfreedom.com/cutlinenegative
	
   License: this file is licensed under the same as
   Cutline it was derived from:
   http://creativecommons.org/licenses/by-sa/2.5/

*/

body { background: #000; color: #aaa; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; }
a:visited { color: #48c; text-decoration: underline; }
h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #fff; }
h1 a, h1 a:visited, h1 a:hover { color: #fff; text-decoration: none; }
h2 a { color: #fff; text-decoration: none; }
h2.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 3px solid #fff !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }
#sidebar { width: 230px; float: left; background: #000; z-index: 10;}
ul#nav { list-style: none; width: 750px; padding: 0 10px; background: url('images/hr_dot_black.gif') repeat-x; border-bottom: 3px solid #fff; float: left; clear: both; }
ul#nav li a, ul#nav li a:visited { color: #fff; text-decoration: none; }
ul#nav li a:hover { color: #fff; text-decoration: underline; }
#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #fff; float: left; clear: both; }
li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #fff; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }
#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#footer a, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #a8f; text-decoration: none; }


