/* CSS Document */
/* color */ /* #4a4a4a */

a, a:hover, #site-title a:hover, .entry-title a:hover, #recentcomments li a, .widget ul li .rsswidget, .edit-i a, .comment-awaiting-moderation  {
	color: #4a4a4a;
}
nav, nav ul ul, .postformat, .page-header, .widget-title {
	background: #4a4a4a url(line.png) top left repeat-x;
}
.left-corner, .right-corner {
	background: transparent url(corners.png);
}

.entry-title a:hover, #copy a:hover, .date-i a:hover, .comment-i a:hover, .author-i a:hover, #recentcomments li:hover  {
	border-bottom:  1px dashed #4a4a4a;
}
.widget ul li a:hover {
	border-bottom:  1px dashed #4a4a4a;
	color: #4a4a4a;
	}
#submit, #searchform #searchsubmit {
	background: #4a4a4a url(line.png) top left repeat-x;
	border: 1px solid #4a4a4a;
}
#wp-calendar a, #wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	background: #4a4a4a url(line.png) bottom left repeat-x;
	}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {color: #4a4a4a;}
/* --- --- [ Corners ] --- --- */

.left-corner {
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 9px;
	height: 9px;
	background-position: 0px 9px;
}

.right-corner {
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 9px;
	height: 9px;
	background-position: 9px 9px;
}
