/*
	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: #000; text-decoration: none; }
.custom a:visited { color: #000; text-decoration: none; }
.custom a:hover { color: #908312; text-decoration: none; }
.custom #masthead h1 { text-indent:-9999px; padding: 0.4em 0 0.2em 0; border-top: 0px; text-align: center; clear: both; }
.custom #masthead { width: 960px; height: 220px; background: url('images/header.gif') no-repeat;} 
.custom	#masthead a { display: block; width: 960px; height: 220px; } 
.custom #masthead h3 { display: none; margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }
.custom #header_img { display:none; position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }


/*---:[ core layout elements ]:---*/

.custom #container { width: 960px; margin: 10px auto 0 auto;}			
.custom #content_box { width: 960px; text-align: left; float: left; clear: both; }
.custom #content { width: 600px; padding: 0 40px 0 40px; float: left; margin-top: 25px;}
.custom #sidebar { width: 240px; float: left; margin-top: 25px; }
.custom #footer { width: 960px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; }

.custom ul#nav { display:none; list-style: none; width: 960px; padding: 0 10px; background: url('images/hr_dot_black.gif') repeat-x; border-bottom: 3px solid #000; float: left; clear: both; }

.custom #postcontainer{padding: 10px 0 0 0; background: #cbcbcb; border-top: 3px double #000;}


/*----------Posts-------------*/
.custom h2 { font-family: Arial Black, Helvetica, Arial, Sans-Serif; font-size: 2.2em; }
.custom h2 a:hover { color: #691b1b; text-decoration: none; }
.custom .posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; padding: 0 15px 0 13px; }
.custom .entry a { font-weight: bold; }
.custom .entry p { margin: .7em 0 1.5em 0; padding: 0 15px 0 15px; }
.custom .entry img, .entry .gallery img { margin: 0 0 0 15px; border: 3px double #000; }
.custom .tagged { padding: 0.4em 0 0 15px; background: url('images/hr_tag_sep.gif') no-repeat; font-size: 1.2em; line-height: 1.6em; color: #888; clear: both; }
.custom .posts h4 { margin: 0 0 1.25em 15px; padding: 0 0 1.0em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }

.custom .widget {background: #d7d7d7;}

.custom li.widget h2, li.linkcat h2 { font-family: Arial Black, Helvetica, Arial, Sans-Serif; font-size: 1.1em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px double #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 240px; margin: 1.5em 0 0 0; font-size: 1.3em; line-height: 1.4em; float: left; }




.custom #comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Helvetica, Arial, Sans-Serif; cursor: pointer; }



.custom img.postimages, .custom img.size-large{margin-left: 0px;}

.custom .featured {margin:0 0 10px 0;}
/****shop***/
#content.pages {width:880px;}
#content.pages .entry {width:600px; float:left; margin-right: 40px;}