/*
	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!
*/

/*20090326 dkbrklyn
style.css (line 57)

h1, h2, h3 {
color:#666666;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
}

*/



/*---:[ global elements ]:---*/
/*
a { color: #06f; text-decoration: none; }
*/

a:visited { color: #906; text-decoration: none; }

a:hover { color: #009; text-decoration: underline; }

/*
a img { border: none; }
*/
/*---[global elements cont'd ...]---*/



/*---:[ headlines ]:---*/

.custom h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #000080; }

/*20090326 dkbrklyn
style.css (line 239)

li.widget h2, li.linkcat h2 {
background:#F8F8F8 url(images/hr_dot_black.gif) repeat-x scroll 0 100%;
border-top:1px solid #999999;
font-size:1.077em;
font-weight:bold;
letter-spacing:normal;
margin:0 0 0.8em;
padding:0.5em 2px;
text-transform:uppercase;
}
*/


.custom 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: 2px solid #000080; background: #F8F8F8 url('images/hr_dot_black.gif') 0 100% repeat-x; }


/*20090331 dkbrklyn
style.css (line 233-237*/

/*---:[ sidebar styles ]:---*/

.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 1.5em 0; font-size: 1.25em; line-height: 1.35em; float: left; }


/*20090331 dkbrklyn
style.css (re: line 67)*/

.custom .kbrsswidget h2 a { 
color: #06f; 
text-decoration: none; 
}



