/*
	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!

#content_box { width: 770px; text-align: left; float: left; clear: both; margin: 0; padding:0;}

#container { width: 770px; margin: 0; }

*/

.custom a { color: #670001; text-decoration: none; }
.custom a:visited { color: #928a77; text-decoration: none; }
.custom a:hover{ color: #928a77; text-decoration: none; }
.custom li { font-size: 12px; font-family: arial;}

.current_page_parent {color: #670001; font-family: arial; font-size: 14px;}
.current_page_item {color: #670001; font-family: arial; font-size: 14px; text-decoration: none; }
.page_item {color: #670001; text-decoration: none; font-family: arial; font-size: 14px; line-height: 2.0em; padding: 0 0 0 10px; font-weight: bold; }

.page_item a:hover { color: #670001; text-decoration: none; }
.page_item a:visited { color: #928a77; text-decoration: none; }

#content { width: 530px; padding: 0 20px 0 0; float: left; }
/*#sidebar { width: 210px;/ padding: 0 0 0 0; float: right; background-color: #212121; }*/

#sidebar { width: 210px; margin: 0; padding: 5px 0 0 0; background-color: white; }
#sidebar img {padding: 0; margin: 0; border: 0px solid black; bottom: 0; position: relative; clear: both;}
#sidebar_img { position: relative; margin: 0 0 0 0; float: left; clear: both; padding: 0 0 0 0;}
#sidebar_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */

#box { width: 200px; padding: 0 0 0 10px ; margin: 0 0 0 0; float: right; background-color: #e2e2d8; }

ul.sidebar_list_indent { list-style: square inside; }

ul.sidebar_list { list-style: none; }
	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 0 0; font-size: 14px; line-height: 1.0em; float: left; font-family: arial, sans-serif; }
	ul.sidebar_list h2 { width: 210px; margin: 0 0 0 0; padding: 2px 0 2px 10px; font-size: 14px; line-height: 1.0em; float: left; font-family: arial, sans-serif; }

	li.widget h2 { color: #670001; font-size: 12px; font-weight: bold; letter-spacing: normal; margin: 0 0 0.8em 0; font-family: arial, sans-serif; padding: 0 0 0 0 }

		li.widget h2, li.linkcat h2 { width: 200px; color: #670001; font-size: 14px; font-weight: bold; letter-spacing: normal; margin: 0 0 0.8em 0; font-family: arial, sans-serif; padding: 0 0 0 0 }

a { color: #928a77; }
a:visited { color: #928a77; }
a:hover { color: white; text-decoration: underline; }


h2 { font-size: 18px; font-family: arial, sans-serif; font-weight: bold }
h2 a { color: #871405; text-decoration: none; }
h2 a:visited { color: #871405; text-decoration: none; }
h2 a:hover { color: #670001; text-decoration: none; font-weight: bold}

h4 { color: #871405; font-size: 14px; font-family: arial, sans-serif;  padding: 0 0 0 10px; font-weight: bold; font-style: normal; line-height: 2.0em;}

.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; color: #871405; }
.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: none; }



/* header navigation */
ul#nav { list-style: none; width: 770px; padding: 8px 0 8px 0; float: left; clear: both; border-bottom: none; }

	ul#nav li { padding: 0 0 0 35px; font: 1.4em verdana, Helvetica, Arial, sans-serif; text-transform: lowercase; float: right; }
	
		ul#nav li a, ul#nav li a:visited { color: #928a77; text-decoration: none; }
		ul#nav li a:hover { color: black; }
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: black; }

#header_img { position: relative; margin: 0 0 0 0; float: left; clear: both; padding: 0 0 0 0;}

#nav li {
	border-right: 1px solid #ff3300;
}

#nav li.last {
	border-right: 0;
}

#nav li.current_page_item {
	font-weight: bold;
}

#nav a {
	display: inline;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #yellow;
	height: 8px;
	line-height: 8px;
	padding: 2px 8px 2px 0;
	text-align: center;
	}

#footer { width: 770px; margin: 10px 0 0 0; padding: 1.2em 0 0 0 ; border-top: 1px solid #928a77; float: left; clear: both; font-family: Arial, Sans-Serif; font-size: 8px; font-weight: normal;}

/*---:[ footer styles ]:---*/

#footer p { margin: 0 0 0.923em 0; font-size: 1.3em; color: #928a77; text-align: right; }

	#footer a, #footer a:visited { color: #888; text-decoration: none; }
		
		#footer a:hover { color: #888; text-decoration: underline; }

.entry a { color: #871405; font: 0.85em verdana, Helvetica, Arial, sans-serif; padding: 0 10px 0 10px ; border-right: 1px solid #ff3300; text-decoration: none; }
.entry.last {	border-right: 0; }

/*a:visited { color: #333; text-decoration: underline; }*/

/*Modify text on About, Contact and Links pages*/

/*.entry { font-family: Arial, verdana, Helvetica, sans-serif; color: #928a77; }*/

.pages h2 { color: #871405; padding: 0 0 0 0 ; margin: 0 0 0 0 ;}
.entry p { margin: 0 0 1.5em 0; font-family: Arial, verdana, Helvetica, sans-serif; color: #black; font-size: 12px; line-height: 1.2em ; }
.entry a { text-decoration: underline; font-family: Arial, sans-serif, verdana, Helvetica; line-spacing: 0.85em ; font-size: 12px; border-right: 0; margin: 0 0 0 0; padding: 0 0 0 0; }

.entry a:visited { color: #871405; text-decoration: underline; font-size: 12px; line-height: 1.2em ; }

/* format header on about, contact and links pages */
.about h2 { color: #871405; padding: 0 0 10px 0 ; margin: 0 0 0 0 ;}
.about h3 { color: black; padding: 10px 0 10px 0 ; margin: 0 0 0 0 ;}

/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 190px; padding: 3px; color: #871405; 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: 1.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; }

h2.comments_headers { font-size: 1.4em; }

#header_img { border-bottom: 0px ; }


ul.sidebar_list { list-style: none; }
	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 0 0; font-size: 14px; line-height: 1.0em; float: left; font-family: arial, sans-serif; }
ul.sidebar_list li { list-style: none; font-size: 14px; line-height: 2.0em; padding: 2px 0 2px 10px; font-family: sans-serif; width: 210px; font-weight: bold; }

