/* This adjusts the width of the left side menu in osmosis template */

#rt-sidepanel-content {
width: 15%;
}


/* This adjusts the color of the badges in the This Week module in the osmosis template */
.rme-timeline-point:hover, .rme-timeline-point.active, .rme-badge {
background: #3c1212;
}


/* I put this in to bold the text in the Most Read module in the osmosis template */
ul, ol {
margin: 0 0 15px 20px;
font-weight: bolder;
}

/* This makes the boxes in the This Week module darker in the osmosis template */
.rme-items li, .rme-timeline-bar, .rme-arrow {
background: #E7E7E7;
border: 1px solid #e3e3e3;
}

/* Changes header image of FLC rock wall and cross */
.headersurround-type-customheadersurround #rt-header-surround {
background-image: url(/community/images/background.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

/* This makes the sidepanel menu have a little more room at top for the FLC logo. Orig value was 45 */
#rt-sidepanel-content.rt-sidepanel-animated .sideplogo-block {
visibility: visible;
opacity: 1;
max-height: 70px;


.rt-block {
padding: 40px;}
padding: 25px 30px;

