a, a:hover, .entry p a:visited {
	color: #007062;
}

.posttitle a:hover {
	color: #00BA9D;
}

.entry p a {
	border-bottom: 1px dotted #206E01;
}

.entry p a:hover {
	border-bottom: 1px solid #206E01;
	text-decoration: none;
}

#wp-calendar a {
	font-weight: bold;
}

.datestamp { 
	background: #91FDDF;
	border: 1px solid #007062;
}

.datestamp div {
	background: #00BA9D url(images/cal_bg.jpg) repeat-x;
}


/* Begin Wishlist Form ][ CSS */
.wishlistform {
	position: static;
	overflow: hidden;
}

.wishlistleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.wishlistright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.wishlisterror {
	border: 2px solid #ff0000;
}
/* End Wishlist Form ][ CSS */
