body {
	background-color: #fdfdfd;
}

a { color: #06833F; }
a :hover { color: #33D07B; }
a :visited { color: #444; }

#header {
	background-color: #D04133;
}

#header h1 a {
	color: #fdfdfd;
}

#header h2 {
	color: #FF6758;
}

#pages li a {
    background-color: #fdfdfd;
	color: #D04133;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #831D13;	
}

#pages li a:hover {
	border: 1px solid #FF6758;
    color: #FF6758;
}

#content .archive-title {
	color: #923B3B;
}

.post-title a {
	color: #D04133;
}

#feeds a {
	background-image: url("../images/rss.png");
	background-repeat: no-repeat;
	padding-left: 30px;
}

#sidebar h2 {
	color: #06833F;
}

#content h1 {
	color: #923B3B; 
}
#content h2 {
	color: #923B3B;
}

#content h3 {
	color: #FF6758;
}

#content p {
	color: #103132;
}
#content li {
	color: #103132;
}

#content strong {
	color: #923B3B;
}

#content blockquote {
	background: url("../images/quotes.png") no-repeat left top;
	padding-left: 40px;
	min-height: 40px;
}

#content td, th {
	background-color: rgba(255, 103, 88, 0.25);
	border: 1px solid #923B3B;	
}

#content th {
    color: #923B3B;
}

#content pre {
	background-color: rgba(255, 103, 88, 0.1);
	border: 1px solid #FF6758;	
}

#content img {
    border: solid 1px #D04133;
}

.comment-text {
	background: url("../images/quotes.png") no-repeat left top; 
	padding-left: 40px;
	min-height: 40px;
}

#footer {
	background-color: #D04133;
}

#footer a {
    color: #FF6758;
}

#footer a:hover {
    color: #FF6758;
}

#footer h2 {
	color: #fdfdfd;
}
#footer p {
	color: #eee;
}

