/*
	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 body { background: #fff; color: #000; font: 62.5% Verdana, Arial, Helvetica, sans serif; text-align: center; }

.custom a { color: #050; text-decoration: underline; }

.custom 	a:visited { color: #6a6; text-decoration: underline; }

.custom 	a:hover { color: #900; text-decoration: underline; }

.custom blockquote { color: #6a6; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

.custom code { color: #050; font-family: Courier, monospace; }

.custom .green { color: #050; }

.custom .red { color: #900; }

.custom h1, h2, h3 { font-weight: bold; color: #050; }

.custom 	#masthead h1 { padding: 0.4em 0 0.2em 0; text-align: left; clear: both; }

.custom 	h1 a, h1 a:visited, h1 a:hover { color: #050; text-decoration: none; }

.custom 	h2 a { color: #050; text-decoration: none; }

.custom 		h2 a:visited { color: #6a6; text-decoration: none; }

.custom 		h2 a:hover { color: #900; text-decoration: none; }

.custom 	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 #050 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }

.custom 	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #6a6; text-align: left; }

.custom h4 { font-size: 1.2em; color: #050; }

.custom 	h4 a, h4 a:visited { color: #6a6; text-decoration: none; }

.custom 		h4 a:hover { color: #900; text-decoration: underline; }

.custom h5 { font-size: 2em; color: #900; }

.custom 	#footer { width: 770px; padding: 1.2em 0 0 0; border-top: 2px solid #6a6; float: left; clear: both; }

.custom #masthead a { width: 770px; height: 100px; background: url('images/logo.gif') no-repeat; }

.custom ul#nav { list-style: none; width: 750px; padding: 0 10px; background: url('images/hr_dot_black.gif') repeat-x; border-bottom: 3px solid #050; float: left; clear: both; }

.custom 	ul#nav li { padding: 0.85em 40px 0.7em 0; font-weight: bold; font -size: 1.4em; text-transform: uppercase; float: left; }

.custom 		ul#nav li a, ul#nav li a:visited { color: #050; text-decoration: none; }

.custom 		ul#nav li a:hover { color: #900; text-decoration: underline; }

.custom 		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: 6a6; text-decoration: underline; }

.custom #header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #050; float: left; clear: both; }

.custom .tagged { padding: 0.4em 0 0 0; background: url('images/hr_tag_sep.gif') no-repeat; font-size: 1.2em; line-height: 1.6em; color: #6a6; clear: both; }

.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: 3px solid #050; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

.custom 				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #6a6; }

.custom #footer p { margin: 0 0 0.923em 0; font-size: 1.3em; color: #6a6; text-align: right; }

.custom 	#footer a, #footer a:visited { color: #6a6; text-decoration: none; }
		
.custom #footer a:hover { color: #6a6; text-decoration: underline; }

.custom 	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #6a6; float: left; }

.custom 		ul#comment_list li.comment { width: 500px; padding: 1.2em 0 0 0; border-bottom: 1px solid #6a6; float: left; }

.custom 					.comment_num a, .comment_num a:visited { color: #6a6; text-decoration: none; }

.custom 						.comment_num a:hover { color: #900; text-decoration: none; }

.custom 				.comment_time { font-size: 1.1em; color: #6a6; }

.custom         #comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Verdana, Arial, Helvetica, sans serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }

.custom 		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #6a6; border-top-color: #6a6; border-left-color: #6a6; font: bold 1.4em Verdana, Arial, Helvetica, sans serif; cursor: pointer; }

.custom 	#search_form .search_input { width: 221px; padding: 3px; color: #050; font: normal 1.0em Verdana, Arial, Helvetica, sans serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
*/
