
#header .sectionname {
	font-size: 300%;
	font-weight: 400;
	height: 37px;
	letter-spacing: -.03em;
	margin: 40px 0 0 124px;
	overflow: hidden;
	width: 500px;
}

#header .blogtitle {
	margin: 4px 0 0 106px;
}


#header {
	background: #F77CA8 url('images/background-header.png') no-repeat;
}

#header .sectionname a {
	color: #F77CA8;
}

.post-header {
	background: #F77CA8 url('images/background-post-header.gif') repeat-y;
}

#comments .comment-list li.bypostauthor { /* To emphasize replies from the author */
	border-top: 5px solid #F77CA8;
}

#comments .comment-list li div.reply:hover {
	background: #F77CA8;
}

.sidebar .widget ul.tabbernav li.tabberactive a
{
	background-color: #F77CA8;
}