/*
	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: #FFFFCC; color: #8B4513; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; }

* { padding: 0; margin: 0; }

/*---:[ global elements ]:---*/

.custom a { color: #8B4513; text-decoration: underline; }

	a:visited { color: #8B0000; text-decoration: underline; }

	a:hover { color: #B22222; text-decoration: underline; }
	
	a img { border: none; }
	
.custom blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #8B0000; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #8B0000; }

.custom abbr, acronym { border-bottom: 1px dotted #8B4513; text-transform: uppercase; cursor: help; }
	
.custom code { color: #8B4513; font-family: Courier, monospace; }


/*---:[ headlines ]:---*/

.custom h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #8B4513; }



.custom	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 1px solid #8B4513; text-align: center; clear: both; }
	
.custom	h1 a, h1 a:visited, h1 a:hover { color: #8B4513; text-decoration: none; }
	


.custom h2 a { color: #D2691E; text-decoration: none; }
	
.custom	h2 a:visited { color: #8B0000; text-decoration: none; }
	
.custom	h2 a:hover { color: #B22222; 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 #8B4513 !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: #8B4513; text-align: center; }


.custom h4 { font: italic 1.2em Georgia, "Times New Roman", Times, serif; color: #8B4513; }

.custom	h4 a, h4 a:visited { color: #8B0000; text-decoration: none; }
	
.custom h4 a:hover { color: #B22222; text-decoration: underline; }
	
	

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


.custom #container { width: 970 px; margin: 15px auto 0 auto; }
					
.custom #content_box { width: 970px; text-align: left; float: left; clear: both; }
	
.custom #content { width: 400px; padding: 10px 50px 20px 20px; float: left; }
		

		
.custom #footer { width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #8B4513; float: left; clear: both; }
		
		
/*---:[ header styles ]:---*/

.custom #masthead { width: 970px; height: 100px; background: url('images/logo.jpg') no-repeat; /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

.custom #masthead a { display: block; width: 970px; height: 100px; } /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */


.custom ul#nav { list-style: none; width: 950px; padding: 0 10px; background: url('images/hr_dot_black.gif') repeat-x; border-bottom: 0px solid #8B4513; float: left; clear: both; }

		
.custom ul#nav li a, ul#nav li a:visited { color: #8B0000; text-decoration: none; }
	
.custom ul#nav li a:hover { color: #B22222; text-decoration: underline; }
		
.custom ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #8B4513; text-decoration: underline; }
		
	
			
.custom #header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #8B4513; float: left; clear: both; }

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


.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 #8B4513; 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: #8B4513; }
		
		
/*---:[ footer styles ]:---*/


.custom #footer a, #footer a:visited { color: #8B0000; text-decoration: none; }
		
.custom #footer a:hover { color: #B22222; text-decoration: underline; }

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



.custom ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #8B4513; float: left; }
		
.custom ul#comment_list li.comment { width: 500px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #8B4513; float: left; }
			
		
				
.custom .comment_num a, .comment_num a:visited { color: #8B0000; text-decoration: none; }
					
.custom .comment_num a:hover { color: #B22222; text-decoration: none; }
				
				
					
.custom .comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #8B4513; }
		

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


.custom #comment_form .text_input { width: 191px; padding: 3px; color: #8B4513; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #8B4513; border-left: 2px solid #8B4513; border-right: 1px solid #8B4513; border-bottom: 1px solid #8B4513; }
		
		
	
.custom #comment_form .text_input:focus { border-top: 2px solid #8B4513; border-left: 2px solid #8B4513; border-right: 1px solid #8B4513; border-bottom: 1px solid #8B4513; }
	
.custom #comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #8B4513; border-top-color: #8B4513; border-left-color: #8B4513; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		
			
/*---:[ search form styles ]:---*/


.custom #search_form .search_input { width: 201px; padding: 3px; color: #8B4513; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #8B4513; border-left: 1px solid #8B4513; border-right: 1px solid #8B4513; border-bottom: 1px solid #8B4513; }
	
	
.custom #search_form .search_input:focus { border-top: 1px solid #8B4513; border-left: 1px solid #8B4513; border-right: 1px solid #8B4513; border-bottom: 1px solid #8B4513; }
