.widget-wrap h4 {
	background: #0088B3;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 1px 8px;
}

.widget-wrap .post {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.widget-wrap .showlinebottom{
	border-bottom: 1px solid #e5e5e5;
	padding-top: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.widget-wrap .showlinebottom:hover {
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0;
    background: rgba(185, 222, 249, 0.49);
    padding-top: 5px;
-webkit-box-shadow: -1px 0px 9px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 9px -5px rgba(0,0,0,0.75);
box-shadow: -1px 0px 9px -5px rgba(0,0,0,0.75);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.widget-wrap .last-item{
	border-bottom:none !important;
}
.widget-wrap .first-item{
	padding-top:5px;
}
.widget-wrap .showlinebottom .post-inner{
	padding:0 10px;
}	
.widget-wrap .alignleft {
	float: left;
	margin: 0 12px 0 0;
}
.basic-date{
	color:#c8c7c7; font-weight:bold;
}


.widget-wrap .alignright {
	float: right;
	margin: 0 0 0 10px;
}



.widget-wrap .wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #dedede;
}
	
	
.widget-wrap h2 a, .widget-wrap h2 {
	color: #386073;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 3px 0;
}


.widget-wrap .post p {
	margin: 0;
	padding: 0 0 5px 0;
}


.widget-wrap img {
	margin: 0 0 5px 0;
}
