/* customizations of template */

/* Text Colors */
/*SJW Mod - darker text color */
body, #rt-body-surround .readon span, #rt-body-surround .readon .button, #rt-popup .readon, #rt-popuplogin .readon {color: #424242;}

/* SJW MOD-added title variation */
#rt-body-surround .title5 .title, #rt-body-surround .title5 .title span {color: #fff;text-shadow: 1px 1px 0 rgba(0,0,0,0.9);}

/* SJW MOD change link color to orange for article body */
article p a {
    color: #db5e2e;
    text-decoration: none;
}

article h3 a {
    color: #db5e2e;
}

article h4 a {
    color: #db5e2e;
}

article ul a {
    color: #db5e2e;
}

.blog-featured p a {
   color: #db5e2e;
}

.blog p a {
   color: #db5e2e;
}


/* SJW MOD change mouse hover for article body */
article p a:hover {
    color: #db5e2e;
    text-decoration: underline;
}


/* Module Standard */
/*SJW MOD changed title background color */
.module-title {background: #d0d0d0;border-bottom: 1px solid #c0c0c0;}


/* Module Variations */
/* SJW MOD-added title variation */
.title5 .module-title {background: #da5d2d;}
.title5 .module-title2, .title5 .module-title3 {background: none;}

/* SJW MOD-added box variation */
#rt-body-surround .box9 .rt-block {background: #699393; border: 1px solid #406363;}

/*SJW Mod for rounded corners on images and max width in firefox*/
.img-intro-right img {
	border-radius: 10px;
  	width: 100%;
}

.img-fulltext-right img {
	border-radius: 10px;
  	width: 100%;
}

.img-intro-left img { 
	border-radius: 10px;
	width: 100%;
} 

.img-fulltext-left img { 
	border-radius: 10px;
	width: 100%;
} 

/*SJW mod for smaller font, bottom border on tortags elm module*/

.mtortags .tortags-result-title 
{
    font-size: 1.2em;
}


.mtortags .tortags-result-box
{
	margin-bottom: 5px; 
	padding-bottom: 10px; 
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #CCCCCC;
}


.rt-article .img-intro-right
{
	margin-right: 20px;
	margin-top: 10px;
}

/*SJW MOD - bottom horz menu*/
#rt-bottom ul.menu li {float:left; margin:0 5px;}
#rt-bottom ul.menu ul li {clear:left; margin:0 -5px;}
#rt-bottom .module-content ul.menu li span {font-size:120%; font-weight: bold;}
#rt-bottom .module-content ul.menu ul li span {font-size:90%; font-weight: normal;}
#rt-bottom .module-content ul.menu > li {background:none !important;}
/*end mod*/

/*SJW MOD - change highlight color*/
em.highlight.green {background: #6a9494;color: #fff;}
/*end mod*/


