/* The Widget Title. */
h3.srp-widget-title{
	display: block !important;
	margin-top:5px;
	margin-bottom: 7px !important;
	font-size:18px;
	background:#108F3B;
	padding:6px 0 4px 15px;
	color:#fff;
	border-bottom-right-radius:4px;
}
 
h4.srp-post-title a:hover{color:#0a64c9; text-decoration:none;}
/* The Recent Posts Container. */
div.srp-widget-container {
	display: table !important;
	clear: both !important;
}

/* Fixing the outline on every link within the SRP container. */
div.srp-widget-container a {
	outline: none !important;
}

/* The widget title link */
a.srp-widget-title-link {
}

/* Single post entry box. */
div.srp-widget-singlepost {
	padding: 13px 0px 5px 0px !important;
	margin: -7px 0px 1px 0px !important;
	clear: both !important;
	display:block;
	background:#fff;
	border-bottom:2px solid #fff;
}

div.srp-widget-singlepost:hover {
	padding: 13px 0px 5px 0px !important;
	display:block;
	color:#0862c7;
	border-bottom:2px solid #0761c6;
}

div.srp-widget-singlepost:hover p.srp-widget-date{color:#269536;}

div.srp-widget-singlepost:hover a.srp-widget-stringbreak-link{color:#269536;}

div.srp-widget-singlepost:hover a.srp-post-title-link{color:#0160ca;}

div.srp-widget-singlepost:hover h4.srp-post-title {
 border-bottom:1px solid #9bbfe8; padding-bottom:4px;
}

/* The single row container and */
div.srp-single-row {
	display: table-cell !important;
	vertical-align: top !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 10px 0px 0px !important;
	border: none !important;
	
}

/* The single column container */
div.srp-widget-row {
	clear: both !important;
	display: block !important;
	margin: 0px 0px 10px 0px !important;
	padding: 0px 0px 10px 0px !important;
	
}

/* The multi-column class on each post entry */
div.srp-multi-column {
	display: table-cell !important;
	vertical-align: top !important;
}

/*
 | ----------------------------------------
 | Thumbnail Section
 | ----------------------------------------
 */

/* The thumbnail box. */
div.srp-thumbnail-box {
	display: table-cell !important;
	vertical-align: top !important;
	padding-right: 10px !important;
}

/* The thumbnail link. */
a.srp-widget-thmblink {
	display: block !important;
}

/* The thumbnail image. */
img.srp-widget-thmb {
	max-width: none !important;
}

div.srp-thumbnail-box img.avatar {
	max-width: none !important;
}

/*
 | ----------------------------------------
 | Content Section
 | ----------------------------------------
 */

/* The content box. */
div.srp-content-box {
	display: table-cell !important;
	vertical-align: top !important;
}

/* The single post title. */
h4.srp-post-title {
	display: block !important;
	margin-bottom:5px; padding-bottom:4px; border-bottom:1px solid #a9dc93; line-height:17px;
}

h4.srp-post-title a { font-size:15px;
}



/* The post excerpt. */
p.srp-widget-excerpt {
	margin: 0px !important;
	color:#565656;
}

/* The linked Excerpt */
a.srp-linked-excerpt {
}

/* The stringbreak. */
span.srp-widget-stringbreak {
}

/* The stringbreak link. */
a.srp-widget-stringbreak-link {
}

/* The stringbreak link image. */
a.srp-widget-stringbreak-link-image {
}

/* The post date box. */
p.srp-widget-date {
	margin: 0px !important;
	text-transform:none; font-size:13px; color:#108f3b;
	padding:0px 0px 3px;
}

/* The post author box. */
p.srp-widget-author {
	margin: 0px !important;
}

/* The post category box. */
p.srp-widget-category {
	margin: 0px !important;
}

/* The tags box */
p.srp-widget-tags {
	margin: 0px !important;
}