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

/* ----------------------------------------------------------- */
/* Style for banner image */
/* AS 1/26/2008: added 10px left margin, and no border */
.custom #header_img { position: relative; margin: 0 0 0 10px; border: 0px solid #000; float: left; clear: both; }

/* ----------------------------------------------------------- */
/* Style for top menu bar ("front page", "archives", "about", "RSS") */
/* AS 1/26/2008: shrunk font size, removed top padding, top and bottom
 * borders, increased bottom margin */
.custom ul#nav { list-style: none; width: 750px; padding: 0 10px; background: none; border-bottom: none; float: left; clear: both; }

.custom ul#nav li { padding: 0.85em 40px 20px 0; font: 10pt Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
.custom ul#nav li.rss { padding: 0.85em 0 20px 0; float: right; }

/* ----------------------------------------------------------- */
/* content_box is the width of the main text and sidebar combined
 * content is the width of the main text
 * AS 1/26/2008: changed content_box width from 970 to 770
 * AS 1/26/2008: increased content width and added left margin of 10 */
.custom #content_box { width: 770px; text-align: left; float: left; clear: both; }
.custom	#content { width: 505px; padding: 0 20px 0 10px; float: left; }

/* ----------------------------------------------------------- */
/* Style for page footer */
/* AS 1/27/2008: changed width from 970 to 770
 * AS 1/27/2008: shrunk margins to 10 px */
.custom #footer { width: 770px; padding: 10px 0 0 10px; border-top: 2px solid #ccc; float: left; clear: both; }
.custom #footer p { margin: 0 0 10px 0; font-size: 10pt; color: #888; text-align: right; }

/* ----------------------------------------------------------- */
/* Sidebar styles */

.custom li.widget .search_input { font-size: 10pt !important; }

.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 20px 0; font-size: 10pt; line-height: 120%; float: left; }

	.custom li.widget h2, li.linkcat h2 { font-weight: normal; font-size: 10pt; text-transform: uppercase; letter-spacing: normal; margin: 0 0 8px 0; padding: 2px 2px; border-top: 3px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

	.custom	li.widget li, li.linkcat li { margin: 0 0 0 0; }
	.custom li.widget li .recent_date { padding: 0 0 0 8px; font-size: 9 pt; font-weight: normal; color: #888; }
