/*
	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 ]:---*/

body { background: url('http://joebarrphotographer.com/wp-content/uploads/2008/11/bghr.jpg') repeat-x #222222; color: #fff; border-top: 4px solid #0a0a0a; font: font: 70% Verdana, Trebuchet, sanserif; text-align: center; }

#container { width: 770px; margin: 0px auto 0 auto; }
					
	#content_box { width: 770px; text-align: left; float: left; clear: both; }
	
		.custom #content { margin-top: 10px; width: 500px; padding: 0 0px 0 0; float: right; margin-left: 20px;}
		
		.custom #sidebar { margin-left: -15px; margin-top: 50px; width: 210px !important; float: left; }
		


/*---:[ header styles ]:---*/

.custom h1, h3{ display: none;}
.custom #masthead { border-top: 15px solid #000; width: 770px; margin-left: auto; margin-right: auto; height: 120px; background: url('http://joebarrphotographer.com/wp-content/uploads/2008/11/joeheader.jpg') no-repeat; }

	.custom #masthead a { display: block; width: 770px; height: 120px; } 

ul#nav { fontsize: .90em; list-style: none; width: 800px; padding: 0 10px; background: url('') repeat-x #343434; border-bottom: 1px solid #222222; float: left; clear: both; }

	ul#nav li { padding: 0.85em 40px 0.7em 0; font:  1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
	
		ul#nav li a, ul#nav li a:visited { color: #f1f1f1;; text-decoration: none; }
	
		ul#nav li a:hover { color: #859E6C;; text-decoration: underline; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: red; text-decoration: none; }
		
	ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; }
			
		ul#nav li.rss a { padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }
			
#header_img { display: none; position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }

	#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */



	.custom #footer { background-color: transparent; width: 770px; margin-left: auto; margin-right: auto;  padding: 1.2em 0 0 0; border-top: 2px solid #333333; float: left; clear: both; }
		
.custom #footer p{text-align: right;}

.tagged{ display: none;}



.custom a, a:link {
	padding: 1px;
	color: #FFFFCC;
	text-decoration: underline;
}


.custom a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

.custom a:visited {
	color:#859E6C; ;
	text-decoration: none;
} 

.custom h1 {
	font-family: georgia;
	}



.custom h2 {
	font-family: Arial;
	}
.custom #sidebar h2{margin-left: 12px; color: #859E6C;}

.custom a img {
	border: none;
}


.custom blockquote {
	color: #f1f1f1; 
        padding: 15px 0 15px 0; 
        font-family:Georgia, serif;
        font-size: 150%;"> 
	}
/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

.custom	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px !important; margin: 0 10px 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

		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: 0px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

		li.widget p { margin: 0px 0 0 0; padding: 0 0px; }
		
	.custom	li.widget ul, li.linkcat ul { list-style: none; margin: 0 0 0.5em 20px; }
		
		li.widget ol, li.linkcat ol { margin: 0 0 0.5em 20px; }
		
			li.widget li, li.linkcat li { margin: 0 0 0.7em 0; }
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: none; }
				
					li.widget li a:hover, li.linkcat li a:hover { text-decoration: underline; }
			
				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #888; }
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }


.custom .pages h2{font-weight: normal; font-family: Georgia, Times serif; color: #f1f1f1 !important;}

img{ border: 1px solid #f1f1f1;}
