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

body {
	background: #468966; 
	color: #333; 
	font: 62.5% Georgia, "Times New Roman", Times, serif; 
	text-align: center; 
}

.custom ul#nav { 
	list-style: none; 
	width: 750px; 
	padding: 0 10px; 
	background: none; 
	border-bottom: 0px solid #000; 
	float: left; 
	clear: both; 
}

	.custom ul#nav li {
			font-family: FixedSys, Helvetica,Arial,sans-serif;
			font-weight: normal;
			padding: 0.85em 30px 0.7em 0pt;
	}
	
	.custom ul#nav li:hover {
		background: url('images/stickman.png') 90% 0 no-repeat;
	}

.custom #nav-div {
	width: 770px;
	overflow: hidden;
	background-color: #FFB03B;
}

.custom #container { 
	width: 770px; 
	margin: 5px auto 0 auto; 
	overflow: hidden;
	background-color: #FFF0A5;
}
	
	.custom #content_box { 
		width: 770px; 
		text-align: left; 
		float: left; 
		clear: both;
		padding: 5px;
	}
		.custom #content { 
			width: 500px; 
			padding: 0 40px 0 0; 
			float: left; 
		}	
		
			.custom #content a {
				color: #B64926;
			}


.custom #masthead { 
	width: 770px; 
	margin: 0 0 20px 0;
	/*height: 100px; background: url('images/logo.gif') no-repeat;*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ 	
	/*background: url('images/header-normal.png') no-repeat;*/
	overflow: hidden;
}

	.custom #masthead:hover {
		/*background: url('images/header-hover.png') no-repeat;*/
	}
	
	.custom #masthead h3 { 
		margin: 0 0 0.75em 0; 
		font-weight: normal; 
		font-size: 1.8em; 
		text-transform: none; 
		color: #B64926; 
		text-align: center; 
	}

.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 220px;
}

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

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

.custom h5 {
	color: #aaa; 
	padding: 10px 0 10px 0;
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
}

	.custom h5#left {
		
	}

	.custom h5#right {
		text-align: right;
	}

	.custom h5:hover {
		color: #0a0;
		background-color: #eee;
		font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	}
	
.custom .navtip {
	color: #aaa;
	font: italic 0.8em Georgia, "Times New Roman", Times, serif;
}

.custom .navigation { 
	width: 500px; 
	font-size: 1.4em; 
	float: left; 
}

.custom h1 {
	font-family: Fixedsys;
}

.custom #sidebar {
}
	
	.custom .widget {
		padding: 0 0 10px 0;
		margin: 0px;
	}

.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: 1px solid #bbb;
	background: none; 
}

.custom li.widget a {
	text-decoration: none;
	color: #468966;
}
	.custom li.widget a:hover {
		text-decoration: underline;
	}

#twitter_div {
	width: 90%;
}

.custom #footer {
	background-color: #FFB03B;
}

	.custom #footer p { 
		margin: 0 0 0.923em 0; 
		font-size: 1.3em; 
		color: #B64926; 
		text-align: right; 
		padding: 0px 10px 0px 10px;
	}
	
		.custom #footer a, #footer a:visited { 
			color: #468966; 
			text-decoration: none; 
		}
		
			.custom #footer a:hover { 
				color: #468966; 
				text-decoration: underline; 
			}
		
.custom ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { 
	color: #468966; 
}

#search_form .search_input { 
	color: #468966; 
}