a:hover { color: red;}

a.tag {
	color: #00c;
	background: #f0f0ff;
	text-decoration: none;
	padding: 0 .2em;
}

a.tag:hover {
	color: #00c;
	background: #e0e0ff;
}

#hd {
	padding: 1em;
	margin-bottom: 1em;
}

#blog_title {
	font-size: 150%;
	font-weight: bold;
}

strong {
	text-decoration:bold;
}



div.post h2 {
	font-weight: bold;
	font-size: 1.1em;
}

div.post h1 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom:5px;
}

div.date, div.meta {
	color:#7e7e7e;
	font-size: .9em;
}

div.meta {
	margin-bottom:20px;
}

#sidebar {
	background:#f5f5f5;
	border:1px solid #e9e9e9;
	padding: 0 5px;
}

#sidebar h2 {
	font-weight: bold;
	padding: .25em 1.0em;
	margin: 20px -5px 0 -5px;
	background: #e9e9e9;
}
#sidebar h2#tags_header {margin-top:0;}

#sidebar p,
#sidebar ul,
#sidebar dl,
#sidebar form fieldset {
	margin: .5em 0 .5em .5em;
}

.post {
	margin-bottom: 1em;
	margin-left:20px;
}

.post .title {
	font-size: 125%;
}



.post .body p {
	margin-bottom: .5em;
}

#comments {
	border-top: 1px solid #eee;
	margin-top: 1em;
	padding-top: 1em;
}

#comments h2 {
	font-size: 120%;
}

form dl dd {
	margin-bottom: .5em;
}

#new_comment {
	background: #eee;
	padding: 1em;
}

.message p {
	margin: 1em;
}

#sidebar form .field {
	margin: 0 0 .5em 0;
}

#sidebar form .field label {
	display: block;
}

#sidebar form .field input,
#sidebar form .field textarea {
	width: 165px;
}

#contact_business { display: none;}

#ft {
	padding: 1em;
	margin-top: 1em;
	text-align: right;
	border-top: 3px solid #eee;
}