a { text-decoration: underline;}
#sidebar a {text-decoration:none;}
#sidebar a:hover {text-decoration:underline;}

/* Search box */
#search {margin-left:-3px; }

/* POST TITLE */
div.post h2{
	display:block;
	font-size:1.3em; /*24px;*/
	margin-bottom:25px;
	text-align: center;
	min-height: 0px;
}
div.post h3{
	margin: 30px 0 25px;
	min-height: 0px;
	text-align: center;
}

/* H2 tag in Entry */
div.entry h2{
	font-family: Verdana, "Lucida Grande",Arial,sans-serif;
	font-size:1em; /*18px;*/
	line-height:18px;
	margin-top:12px;
	color: #808080;
}

/* Comment box */
.commentbox {
	background-color:#FEFEDE;
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	float:right;
	font-size:11px;
	margin-left:5px;
	padding:5px;
	text-align:center;
	width:60px;
	font-family: Arial;
}
.commentbox a {
	text-decoration: none;
	font-weight:normal;
}
.commentbox a:hover {
	color: #808080;
	text-decoration: underline;
}
.no_of_comments {
	font-size:20pt;
	font-weight:bold;
}

/* Avatar */
#avatar {
	margin: 0 7px;
	display: block;
	float: left;
}
.newsletter_submit {
	padding-left: 120px; 
	padding-top: 8px;
}
.widecolumn2 {
	margin:5px 0 0 30px;
	padding:10px 0 20px;
	width:700px;
}
