/**
 * @package   Modulus Template - RocketTheme
 * @version   1.9-SNAPSHOT September 30, 2013
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC
 * @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/

/* Change the background color where the Logo resides */
#rt-top {background-color: #f2f2f2 !important;padding-top: -5px;}

/* Change the Header bar height where topmenu resides */
#rt-header .menutop li.root > .item {;height: 35px;line-height: 30px;}

/* Remove top gradien */

.topblock-overlay-light #rt-top3, .topblock-overlay-light #rt-header2{
background:none;
}

/* Changes the hover-over text color on the topmenu from Red to Black */
.menutop li.root > .item span {color: #000;}

/* Change Title Header height for Modules */
.module-title .title {margin: 0;padding: 5px 10px;}

.flushlogo .rt-block {padding: 0;margin: 0 0 0 0;}

/* for the Search box module position */
.searchflush{
margin-top:-12px;
margin-bottom:-20px;
}
/* To change the Hover background color and make larger size on the TopMenu (fusionmenu.css) Charlie decided to use the original */
/*.menutop li.root:hover > .item span, .menutop li.root.f-mainparent-itemfocus .item span, .rt-splitmenu .menutop li:hover .item span {background: #6EDBFC;} */
/*.menutop li.root > .item span {display: block;outline: none;padding: 0 5px;width: 95%; height: 35px !important;} */

/* To resolve line spacing of text within a tabble - /libraries/gantry/css/joomla.css */
.component-content td p {line-height: 1.4; margin: 0 0 12px 0;}

/* For Apologetics Quotes module text color */
.newsflashheight800{
color:#000;
}
.component-content .rt-articleinfo {
    margin: -10px -15px 15px;
    padding: 0px 15px;
}

.component-content .rt-article {
color: black;
}

/* change side menu hover background color */
.module-content ul.menu li:hover > a, .module-content ul.menu li:hover > .separator, .module-content ul.menu li:hover > .item, .module-content ul.menu li.active > a, .module-content ul.menu li.active > .separator, .module-content ul.menu li.active > .item {background: #88daf9;}

/* change side menu link color */
.module-content ul.menu li a span, .module-content ul.menu li .separator, .module-content ul.menu li .item span{
color:#383838;
}