@charset "utf-8";
/* CSS Document */

.rpscw-widgetp {
	margin-bottom:5px;
	width:100%;
	clear:both;
	text-align:center;
}

.rpscw-widgetp p{
	margin-bottom:5px;
	font-size:14px;
}


.rpscw-col
{
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}


.rpscw-postmeta{
	margin-bottom:25px;
	color:#555555;
	font-size:12px;
}


.rpscw-excerptsc {
	    color: #555555;
		 font-size: 14px;
    line-height: 1.4em;
}

.rpscw-sidept a {
color: #000000;
    display: block;
    font-family: Arial;
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
	 line-height: 1.3em;
}

.rpscw-recentposts {
    border: 1px solid #cccccc;
    border-radius: 4px;
    min-height: 220px;
    padding: 15px;
		min-height:220px;
		margin-bottom: 20px;
		font-family:Arial, Helvetica, sans-serif;
}


.rpscw-recentposts .rpscw-author {
  background: #cccccc;
    clear: both;
    color: #333333;
    display: inline-block;
    margin: 10px 0 5px;
    padding: 1px 8px;
}

.rpscw-recentposts .rpscw-author a{
    color: #333333;
	text-decoration:underline;
}


.rpscw-postedin {
    clear: both;	
}

.rpscw-datetime {
    clear: both;	
}

.rpscw-datetime p{
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;	
}

.rpscw-recentposts .rpscw-readmore {
	width:100%;
	    clear: both;
		background:none;
		border:none;
		padding:0;	
}

.rpscw-recentposts .rpscw-readmore a{
 background: #333333;
    border: medium none;
    display: inline-block;
    font-size: 13px;
    margin: 10px auto;
    max-width: 160px;
    padding: 5px 10px;
	text-transform:uppercase;
	color:#ffffff;
}


.rpscw-recentposts .rpscw-readmore a:hover{
color:#cccccc;
}

.rpscw-infoblock {
	 background: #eeeeee;
    display:block;
    max-width: 500px;
    padding: 10px 15px;
	margin-top: 10px;
}


.rpscw-widgetp img {
	margin:0 auto;
	text-align:center;
	width:100%;
}


/* Sidebar CSS */


.rpscw-sidebar .rpscw-recentpostwrap {
    border: 1px solid #cccccc;
    border-radius: 4px;
    min-height: 220px;
    padding: 10px;
 display: inline-block;
margin-bottom: 20px;
}



.rpscw-sidebar .rpscw-col {
    float: left;
    width: 100%;
	 padding: 0;
}

.rpscw-sidebar .rpscw-recentposts {
    border-radius: 0;
    padding: 0;
	border:none;
	border-bottom: 1px solid #ccc;
}

.rpscw-sidebar .rpscw-recentposts .rpscw-widgetp{
	    float: left;
    margin-bottom: 5px;
    width: 100%;
    margin-top: 5px;
	text-align:center;
}

.rpscw-sidebar .rpscw-recentposts .rpscw-widgetp img{
 height:100%;
    max-width: 250px;
    padding-right: 10px;
	width:auto;
	min-height:50px;
	max-height:95px;
}

.rpscw-sidebar .rpscw-recentposts .rpscw-excerptsc {
    color: #555555;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.3em;
	margin-bottom: 5px;
}

.rpscw-sidebar .rpscw-recentposts .rpscw-readmore {
width:auto;
}

.rpscw-sidebar .rpscw-recentposts .rpscw-readmore a {
    padding: 1px 6px;
	font-size: 11px;
		color:#ffffff;
		
}

.rpscw-sidebar  .rpscw-infoblock {
    margin-left: 0;
    margin-right: 0;
	margin-top: 10px;
    padding: 4px 6px;
}

.rpscw-sidebar .rpscw-sidept a {
    font-size: 15px;
      margin-bottom:8px;
    margin-top: 10px;
}

.rpscw-sidebar .rpscw-recentposts .rpscw-postmeta {
    color: #555555;
    font-size: 12px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 2100px) {
	
.rpscw-col
	{
	float:left;
	width:31%;
	}
	
}


@media only screen and (max-width:767px) {
	
	.rpscw-col {
    width:100%;
	float:none;
	margin:0 auto;
	padding-left:1px;
	padding-right:1px;
}

}