html,body {padding: 0;}

.site-info {display:none;}
.widget-area .widget-title {
	font-size: 14px;
	padding: 15px;
	font-weight: bold;
	position: relative;
	color: #333;
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px solid #5ead3c;
	border-bottom-color: rgb(94, 173, 60);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
	text-shadow: 0 1px #ffffff;
	border-bottom-color: #b2609f;
  	margin-bottom: 20px;
}

#secondary, #secondary a, #secondary .widget-title {
	color: #a762a1;
	font-size: 15px;
	line-height: 1.5;
}

.widget-area .widget ul li {
    padding: 10px 0;
    font-size: smaller;
    border-bottom: 1px dotted #cbb;
}

.widget-area .widget ul li:last-child {
    padding-bottom: 10px;
}

h1.title-post {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 1px #ffffff;
    padding: 7px 15px 2px;
    position: relative;
    line-height: 110%;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
    border: 1px solid #e0e0e0;
    border-bottom-color: rgb(224, 224, 224);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 3px solid #b2609f;
    margin: 0 auto;
}

.hentry .title-post {
	font-size: 20px;
}