/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

#head .logotext {
	font-size: 2.8em;
	font-weight: bold;
	padding: 62px 30px 0 730px;
	letter-spacing: -.05em;
}

.highlight  { background: #666; padding: 0 .25em; margin: 0 .25em; }

h1,h2,h3,h4,h5,h6 {
	color: #444;
	color: #996633;
}

input {
	border: 1px solid #666666;
	background: #f9ebbe;
}

input.button {
	border: 1px solid #666666;
	background: #e2dfdf;
	color: #666666;
}

input.button:hover {
	background: #f9ebbe;
	color: #999999;
}
input.button:active {
	background: #e2dfdf;
	color: #ffffff;
}

textarea {
	border: 1px solid #666666;
	background: #f9ebbe;
}





a {	text-decoration: none; }
	a:link    { color: #996633; }
	a:hover   { color: #000; }
	a:active  { color: #996633; }
	a:visited { color: #996633; }

.logotext a {	text-decoration: none; }
	.logotext a:link    { color: #996633; }
	.logotext a:hover   { color: #000; }
	.logotext a:active  { color: #996633; }
	.logotext a:visited { color: #996633; }

#mainmenu ul li a:link    { color: #996633; }
#mainmenu ul li a:hover   { color: #000; }
#mainmenu ul li a:active  { color: #996633; }
#mainmenu ul li a:visited { color: #996633; }

.post h2 a:link,
.post h3.post-title a:link    { color: #996633; }
.post h2 a:hover,
.post h3.post-title a:hover   { color: #996633; }
.post h2 a:active,
.post h3.post-title a:active  { color: #000; }
.post h2 a:visited,
.post h3.post-title a:visited { color: #996633; }

#sidebar a:link    { color: #996633; }
#sidebar a:hover   { color: #996633; }
#sidebar a:active  { color: #000; }
#sidebar a:visited { color: #996633; }

#pagenavigator {
	border: 1px solid #996633;
	background: #f0f0f0;
	}

#pagenavigator span.current { color: #666666; font-weight: bold; }

#comments {
	border-top: 1px solid #e2dfdf;
}


li.comment {
	border: 1px solid #e2dfdf;
}

