.widget_rpb{
    color: #022F59;
    font-size: 14px;
    width:100%;
    word-wrap:break-word;
}

.widget_rpb p{
    margin-bottom:0;
}

.widget_rpb ul{
    list-style:none;
}

.widget_rpb ul li {
    padding:5px 0px 0;
}

.widget_rpb .total_posts_2 li.no_thumbnail {
    margin-bottom: 15px;
}
.widget_rpb .total_posts_3 li.no_thumbnail {
    margin-bottom: 7px;
}

/*.widget_rpb ul.total_posts_2 li{
    padding-bottom: 5px;
} due to the change in pics measures its not needed - Rachel */

.rpb_thumbnail_right{
    float:right;
    margin:5px 0px 0px 10px !important;
}

.rpb_thumbnail_right ~ .rpb_content{
    /* float:right;*/ /* (Lea) - don't float, so that if text is longer than the thumbnail height, it will wrap around under it'*/
}

.rpb_thumbnail_right ~ .rpb_content{
    width: 340px;
}

.rpb p{
    margin-bottom:0 !important;
    font-weight: normal;
}
/* there was a definition for .rpb .rpb-post-title with some of .rpb a's definition, but it made the title not get the colorizing of the theme so we deleted it */
.rpb a{
	color: #022F59;
    display: block;
    font-weight:bold;
	clear: none;
    text-decoration: none;
	display: block; /*needed for holding all inner element and showing neat outline*/
}
.rpb a:link, .rpb a:visited, .rpb a:active, .rpb a:hover{
    color: #022F59;
}

.rpb_widget_inner{
    width:100%;
    border:inherit;
}

a.rpb-more{
    background-color: #528DB8;
    border-radius: 5px 5px 5px 5px;
    bottom: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    left: 9px;
    padding: 1px 6px;
    position: absolute;
    text-decoration: none;
	outline-color: #528DB8;
}
a.rpb-more .assitive_text{
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}