/* Modified color theme */

body {
	background: #c96;
	color: #000;
	}
/* Above sets main page color.  Background is background and color is text */
#header {
	background: #333;
	}
/* Above sets header color */	
#footer {
	background: #c96;
	color: #000;
	}
/* above sets footer color */
#headerimg .description {
	color:#c96;
	}
/* above sets color of the tag line.  May do more */
h2.pagetitle {
	color: #600;
	}
/* Can't see what above does. */
#sidebar ul li h2 {
	color: #600;
	border-bottom: 2px solid #600;
	}
/* above color is category headers.  border color sets lines below categories on sidebar */
h1, h1 a, h1 a:hover, h1 a:visited {
	color: #000;
	}
/* Can't see what above does. */	
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	color: #fff;
	}	
/* Main title in header */	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}
/* post headers */
.commentlist li {
	background:#fdfdfd;
	}
/* can't see what above does */
.commentlist li .avatar { 
	border: 1px solid #eee;
	background: #fff;
	}
/* avatar in comments section */

.commentlist li.alt {	
	background:#fefefe;	
}
/* not seeing what above does */
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #000;
	}
/* the small text above the comments giving the details of the post */
code {
	border: 1px solid #eee;
	background: #600;
	}
/* not seeing what above does */
a {
	color: #000;
	border-bottom: 1px solid #eee;
	}
a.nav {color: #600;
	border-bottom: 1px solid #eee;
	}
/* a.nav added by me */
/* link code with border underneath. */
a:hover {
	color: #600;
	background: #fc9;
	border-bottom: 1px solid #eee;
	}
/* the colors of hyperlinks when hovering over them */
chapternav {
	color: #600;
	}
/* above added by me to get color for the navigation class */
#sidebar #wp-calendar a {
	background: #eee;
	}
#sidebar #wp-calendar a:hover {
	background: #E8C8C8;
	}	
/* not clear what above do */
#sidebar #wp-calendar th {
	border-bottom:1px solid #eee;
	}
/* not clear what above does */	
.post hr {
	border-top: 1px dotted #eee;
	}		
/* not clear what above does */	
.narrowcolumn .postmetadata2 {
	border-top: 1px solid #eee;
/*	border-bottom: 1px solid #eee; */
}	
/* borders above and below small text on posts page */
.entry img {
	border: 1px solid #eee;
	}	
/* border around pictures in the entry */	
.entry {
	border-bottom: 1px solid #600;
	}
/* border around post.  Changed from top to bottom */	
#sidebar a {
	border-bottom:1px solid #eee;
	}	
#sidebar a:hover {
	border-bottom: 1px solid #eee;
	background-color: #fc9;
}	
/* hyperlinks in the sidebar */
#sidebar .cat-item a:hover, #sidebar .archives a:hover,
#sidebar #archives ul li a:hover,
#sidebar .linkcat a:hover,
#sidebar .blogroll a:hover {
	background-color: #fc9;
} 
/* more hyperlinks in sidebar */
#sidebar div.flickr_badge_image a {
	background: #fff;
	border: 1px solid #eee;
}
/* not seeing what above does */
#sidebar div.flickr_badge_image a:hover {
	border: 1px solid #ddd;
	background: #fdfdfd;
}
/* not seeing what above does */

#header #searchform #s {
	background: #c96;
	color: #000;
	border: 1px solid #333;
	}
/* search box in header */
#header #searchsubmit {
	background: #c96;
	border: 1px solid #333;
	color: #000;
	}
/*search submit box */	
#content #searchform #s {
	background: #ddd;
	color: #333;
	border: 1px solid #bbb;
	}
/* not sure what this is */
#content #searchsubmit {
	background: #666;
	border: 1px solid #777;
	color: #ccc;
	}
/* not sure what this is */	
#commentform input, #commentform textarea, fieldset {
	border: 1px solid #eee;
	}
/* not sure what this is */
#commentform #submit {
	background: #fc9;
	border: 1px solid #000;
	color:#000;
	}
/* the submit box on the comments page */	
legend {
	background: #ccc;
}
/* not clear what above does */
.commentlist li {
	border: 1px solid #eee;	
	}
/* not clear what above does */	
#sidebar #wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr {
	border-bottom: 1px dashed #ccc;
	}
/* the dashed lines under abbreviations.  Appears to allow hovering.  I think I'm okay with this */	
blockquote {
	border-left: 4px solid #000;
	background:#c96;
	color: #000;
	}		
/* not clear what above does */
.wp-caption {
	border: 1px solid #eee;
	background-color: #c96;
	}
/* handles the space around the pictures */
.entry a.more-link, .navigation a {
	background:#c96;
/*	border-bottom: 1px solid #ccc; */
	color: #000;
	}
/* changed above */
.entry a.more-link:hover, .navigation a:hover {
	background: #fc9;
/*	border-bottom: 1px solid #c47373; */
	color:#600;
	}
/* changed above */	
#sidebar li#rssfeeds a:hover, #sidebar .textwidget a:hover, #sidebar #tag_cloud a:hover, #sidebar p a:hover{
	background: #fc9;
	}
/* changes the hover by the sidebars */	
#pagemenu {	
	background: #000;
	border-top: 1px solid #000;
}
/* changes the menu bar color */
#pagemenu ul li.page_item a, #pagemenu ul li.cat-item a {
	color: #ccc;
	background:#333;	
}	
/* changes the text color of the menu tab for the pages you're not on   Background was eee*/
#pagemenu ul li.page_item a:hover, #pagemenu ul li.cat-item a:hover {
	color: #333;
	background: #fc9;	
}
/* background was fafafa */
#pagemenu ul li.page_item, #pagemenu ul li.cat-item { background: #ddd;}

#pagemenu ul li.current_page_item, #pagemenu ul li.current_page_item a, #pagemenu ul li.current_page_item a:hover, #pagemenu ul li.current-cat, #pagemenu ul li.current-cat a, #pagemenu ul li.current-cat a:hover { 
	color: #600; 
	background: #c96;
	}
/* background was fafafa */	
#pagemenu ul li.current_page_item li a {
	background:#eee;
	color: #888;
}

#pagemenu #page-list li:hover {
		background:#eee;
	}
	
#pagemenu #page-list li ul {
	border: 1px solid #ddd;	
}	

#pagemenu #page-list li ul li {
    background: #eee;
	border-top: 1px solid #ddd;
}

.navigation {
	border-top: 1px solid #eee;
	}