/*
	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 a { color: #dd3333; text-decoration: none; }

.custom	a:visited { color: #dd3333; text-decoration: none; }

.custom	a:hover { color: #f47f20; text-decoration: none; }
	
.custom	a img { border: none; }


/*---:[ content styles ]:---*/

.entry, .comment .reply { font-size: 1.4em; line-height: 1.65em; overflow: hidden; }
		
	.entry blockquote { font-size: 1.0em; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }
	
	.entry p { margin: 0 0 1.5em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { margin: 0 0 0.5em 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 1.5em 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 1.5em 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

/*---:[ image styles ]:---*/

	/*.entry img { max-width: 490px; }*/
	.custom	.entry img, .entry .gallery img { background: #ededed; border: 1px solid #bbb; }
	.custom	.entry img.left, .entry img.alignleft { padding: 3px; margin: 0.5em 15px 0.5em 0; float: left; clear: left; }		
	.custom	.entry img.right, .entry img.alignright { padding: 3px; margin: 0.5em 0 0.5em 15px; float: right; clear: right; }
	.custom	.entry img.center, .entry img.aligncenter { display: block; padding: 3px; margin: 0 auto 1.5em auto; float: none; clear: both; }
	.custom	.entry img.off { padding: 0 !important; border: none !important; }
	.custom	.entry img.stack { clear: none !important; }			.custom .entry div.alignleft { text-align: left; float: left; }
.custom	.entry div.alignright { text-align: right; float: right; }
.custom	.entry div.aligncenter { text-align: center; margin: 0 auto; }
.custom	.entry div.wp-caption { background: #ededed; padding: 3px; margin-bottom: 1.5em; border: 1px solid #bbb; overflow: hidden; max-width: 490px; }
	.custom	.entry .wp-caption img { display: block; margin: 5px auto; }	
	.custom	.entry .wp-caption-text { margin: 0 5px; font-size: 0.8em; line-height: 1.3em; }
.custom	.entry .gallery { margin: auto auto 15px; }
	.custom	.entry .gallery .gallery-item { margin: 0 0 0.6em; }
	.custom	.entry .gallery .gallery-icon, .entry .gallery .gallery-caption { margin: 0; }
	.custom	.entry .gallery .gallery-caption { margin: 0 5px; font-size: 0.8em; line-height: 1.3em; text-align: left; }

.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: #888; clear: both; }
.custom	.tagged a, .tagged a:visited { padding: 0.25em; color: #333; text-decoration: none; }
	.custom	.tagged a:hover { color: #fff; background: #333; text-decoration: none; }
.custom	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }
.custom .navigation { width: 500px; font-size: 1.4em; float: left; }
.custom	.previous { padding: 0 20px 0 0; float: left; }
.custom	.next { float: right; }
.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }
.rule { background: url('images/hr_tag_sep.gif') no-repeat; }
.flat { margin: 0 0 2.0em 0 !important; }
.whitespace { margin: 0 0 3.5em 0 !important; }

/*---:[ search form styles ]:---*/

#search_form { }

.custom	#search_form .search_input { width: 221px; padding: 3px; color: #b4b4b4; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	li.widget .search_input { font-size: 1em !important; }
	
		#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; }