/***********************************************************************
 ** Special Recent Posts Plugin
 **********************************************************************/

/*
| ----------------------------------------
| General Section
| ----------------------------------------
*/

/* The Recent Posts Container. */
div.srp-widget-container {
	display : table;
	clear   : both;
}

/* Fixing the outline on every link within the SRP container. */
div.srp-widget-container a{
	outline: none;
}

/* The Widget Title. */
div.srp-widget-container h3.widget-title{
	display       : block;
	margin-bottom : 10px;
}

/* The widget title link*/
a.srp-widget-title-link {}

/* Single post entry box. */
div.srp-widget-singlepost {
	padding       : 0px 0px 10px 0px;
	margin        : 0px 0px 10px 0px;
	border-bottom : 1px solid #CCCCCC;
	clear         : both;
}

/* 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;
	display : block;
	margin  : 0px 0px 10px 0px;
	padding : 0px 0px 10px 0px;
}

/* The multi-column class on each post entry */
div.srp-multi-column {
	display        : table-cell;
	vertical-align : top;
}

/*
| ----------------------------------------
| Thumbnail Section
| ----------------------------------------
*/

/* The thumbnail box. */
div.srp-thumbnail-box {
	display        : table-cell;
	vertical-align : top;
	padding-right  : 10px;
}

/* The thumbnail link. */
a.srp-widget-thmblink {display: block;}

/* The thumbnail image. */
img.srp-widget-thmb {
	max-width: none;
}

/*
| ----------------------------------------
| Content Section
| ----------------------------------------
*/

/* The content box. */
div.srp-content-box {
	display        : table-cell;
	vertical-align : top;
}

/* The single post title. */
h4.srp-post-title {
    display: block;
    margin-right: -13px;
    position: relative;
}

/* The single post title link. */
a.srp-post-title-link {}

/* The post excerpt. */
p.srp-widget-excerpt {
	margin: 0px;
}

/* 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;
}

/* The post author box. */
p.srp-widget-author {
	margin: 0px;
}

/* The post category box. */
p.srp-widget-category {
	margin: 0px;
}

/* The tags box */
p.srp-widget-tags {
	margin: 0px;
}