a:hover { color: red;}

a.tag {
	background:#0B0E34;
	color:#EDE619;
	padding:2px 4px;
	text-decoration:none;
	font-size:1.2em;
}
#column-right a.tag {
	margin-left:10px;
	background:#EDE619;
	color:#0B0E34;
	font-size:1.1em;
	}
#column-right #tags_header {
	margin:40px 0 5px;
	}

a.tag:hover {
	color: #0B0E34;
	background: #EDE619;
}
#column-right a.tag:hover {
	background:#0B0E34;
	color:#EDE619;
	}
#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: .25em;
	}
#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;
	}
#column-right h2 {
	color:#FDD585;
	}
#column-right p, #column-right ul, #column-right dl {
	margin:0 0 10px;
	}
#column-right h1, #column-right h2, #column-right h3 {
	margin:10px 0 0;
	}
#column-right dl dt {
	color:#fff;
	font-weight:bold;
	}
.feedback {
	margin-bottom:20px;
	}
form#new_comment {
	background:#ECD400;
	border:3px solid #0B0E34;
	width:212px;
	}
#column-left dl dt {
	color:#131E7D;
	}
#column-left dl dd {
	background:transparent;
	margin-left:0;
	padding-left:0;
	}
