/* RESET
--------------------------*/
/* moved to site-structure.css 2016-09-21 */
/* END - RESET
--------------------------*/


/*-------------------------- Custom Modules in footer 
/* Remove Bullets  from Article List */
#rt-bottom ul li {
    list-style: none;
}
/*--------------------------*/


/* =Latest News Enhanced
--------------------------*/
#rt-mainbottom .rt-container .rt-block .newshead .picture {margin-bottom: 10px;}

@media only screen and (max-width: 768px) {
	#rt-transition .newshead .picture img {
		height: auto;
		width: auto;
	}
}


/* =ReadMore Button - simpleReadMore
--------------------------*/
#rt-mainbody .blog.simpleReadMore .readmore {
	margin: 0;
	background-color: #ffffff;
	background: transparent;
	color: #c71233;
	font-weight: bold;
}
#rt-mainbody .blog.simpleReadMore .readmore a {
    color: #c71233;
    background: transparent;
}
#rt-mainbody .blog.simpleReadMore p.readmore {
    padding: 0;
}



/* =Blog pages - simpleBlogPage
--------------------------*/
#rt-mainbody .blog.simpleBlogPage h2 {
    font-size:  23px;
    padding: 10px 0 5px 0;
}


/* JEVENTS
--------------------------*/

/* JEvents - details page headings - reset to red
--------------------------*/
.jevbootstrap h1, .jevbootstrap h2, .jevbootstrap h3, .jevbootstrap h4, .jevbootstrap h5, .jevbootstrap h6 {
     color: #cc0033;
}

/* =JEvents - customizes "Alternative" Layout
--------------------------*/
#rt-mainbody .jeventpage .cal_div .cal_div_currentmonth {
    background-color: #cc0033;
    color: #fff;
}
#rt-mainbody .cal_div_today > span {
    background-color: #cc0033;
}
#rt-mainbody .cal_div_today, #rt-mainbody  .cal_div_today a {
    color: #fff;
}
#rt-mainbody .cal_td_daysnames {
    background-color: #cc0033;
    color: #fff;
}
#rt-mainbody .ev_table {
    border-bottom: 0px solid #999;
    border-left: 0px solid #999;
    border-top: 0px solid #999;
    border-right: 0px solid #999;
}
#rt-mainbody .ev_td_right, #rt-mainbody  .ev_td_left {
    border-top: 0px solid #999;
}
#rt-mainbody .ev_td_left {
    background-color: inherit;
    font-size: inherit;
    color: inherit;
    vertical-align: inherit;
    border-right: 1px solid #ccc;
}
#rt-mainbody .cal_td_daysnames {
    border-bottom: 0px solid #999;
}
#rt-mainbody .iconic_td select {
	margin-bottom: 3px;
}
#rt-mainbody .ev_navigation div#ev_icon_daily_active, 
#rt-mainbody .ev_navigation div#ev_icon_monthly {
    background-image: url("../images/calday2.png") !important;
    background-image: none !important;
}
#rt-mainbody .ev_navigation td.iconic_td {
    width: 0px !important;
}
#rt-mainbody .ev_navigation div.nav_bar_cal {
    width: 0;
}
#rt-mainbody legend.ev_fieldset {
    margin-top: 8px;
}
#rt-mainbody .cal_div_weekrow .cal_div_today div,
#rt-mainbody .cal_div_weekrow .cal_div_daysnoevents div {
    border-left: 0px solid !important;
}
#rt-mainbody #jevents_body ul.ev_ul li.ev_td_li {
    margin-top: 4px;
    margin-bottom: 6px;
}
/* =JEvents - Flat Layout
--------------------------*/
#jevents_body table.cal_table tr td.cal_dayshasevents div.month_cell_st,
#jevents_body table.cal_table tr td.cal_today div.month_cell_st {
    border-left: 0px solid !important;
}
/* END - JEVENTS
--------------------------*/

