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

/*---:[ core layout elements ]:---*/

.custom #container { width: 970px; margin: 0px auto 0 auto; }
					
.custom	#content_box { width: 970px; text-align: left; float: left; clear: both; }
	
.custom	#content { width: 680px; padding: 0 40px 0 0; float: left; }
		
.custom #sidebar { width: 250px; float: left; }
		
.custom #footer { width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; font-size: 0.9em;}

.custom #masthead { width: 970px; height: 100px; background: url('images/vittorio-cosma.gif') no-repeat; }

.custom #masthead a { display: block; width: 970px; height: 80px; }

.custom #masthead h1 { padding: 0.4em 0 0.2em 0; text-align: center; clear: both; }

.custom ul#nav { list-style: none; width: 950px; padding: 0 10px; border-bottom: 3px solid #20413D; border-top: 1px solid #20413D ; float: left; clear: both; }



/*---:[ next/prev post navigation ]:---*/
.custom .navigation { width: 660px; font-size: 1.4em; float: left; }


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

.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 250px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }


/*---:[ comment styles ]:---*/

.custom #comments { width: 700px; float: left; clear: both; }

.custom ul#comment_list { list-style: none; margin: 0 0 4.0em 0; float: left; }
		
.custom ul#comment_list li.comment { width: 700px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
		
.custom ul#comment_list li.trackback { width: 670px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }


/*---:[ content styles ]:---*/
.custom .pages h2, .custom h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; color:#4C978F}

.custom .textwidget p.light { color: #4C978F; }

