/* Adjust header */
#rt-logo.logo-main {
/*
    background: url(images/logo-main.png) 0 0 no-repeat;
	height: 130px !important; 
    width: 925px !important;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 0px;
*/
	background:none;
	height:0;
	width:0;
}

#rt-logo {display: none;}

#rt-header .rt-block {
	padding: 0;
}

#rt-header .rt-grid-12{
	margin-left:0;
}

body {
	background: #001039 url(images/background.png) 50% 0;
}

.background-trans-digital #rt-page-background {
	background: none;
}


.rt-container {
	background: url(images/mary.png) right 0 no-repeat;
}

/*
#rt-header {
	background: url(images/heart-white.png) left 0 no-repeat;
}
*/

.body-overlay-light  #rt-main .rt-main-inner{
	background: #FFFFFF url(images/heart-fade.png) bottom right  no-repeat;
}

.rt-shadowbar {
	height: 30px;
}
/* End Adjust Header */

/* Make it so that images have a little bit of padding */
.rt-joomla img{
	margin-left: 10px !important;
	margin-right: 10px !important;
}

/* Tighten up text */
body.font-size-is-default {
	line-height: 1.5em;
}

/* Makes the h1 headers more spaced out */
.rt-joomla h1 {
	letter-spacing: 0px;
}

/* Make the docman category headings a little smaller */

h1.dm_title {
	font-size: 200% !important;
}
h2.dm_title {
	font-size: 175% !important;
}
h3.dm_title {
	font-size: 125% !important;
}

/* Make the text easier to read **************************************/

.font-family-enigmatic h1, .font-family-enigmatic .title, .font-family-enigmatic .rt-joomla .user legend, .font-family-enigmatic .rt-joomla .contact legend, .font-family-enigmatic .componentheading, .font-family-enigmatic .edit-article legend, .font-family-enigmatic ul.menutop, .font-family-enigmatic .roktabs-links, body{
	text-rendering: optimizeLegibility;
	font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

#rt-mainbody a {
 font-weight: bold;
}

/*Modify the menu */
.menutop li.root > .item {
	text-transform: uppercase;
	font-size: 120%;
	font-family: Helvetica, FreeSans, sans-serif, Arial;
	letter-spacing: 0px;
}

.menutop li.root > .item span {
	padding-top: 10px;
	padding-bottom: 14px;
	padding-right: 9px;
	padding-left: 9px;
}

.menutop li.parent.root > .item span, .menu-type-splitmenu .menutop li.parent .item span {
	background-position-y: 25px;
}

/*Round edges of the main elements of the page */
.page-overlay-light .rt-box-top2 {
	background: url(images/left-corner.png) 0 0 no-repeat;
}

.page-overlay-light .rt-box-top3 {
	background: url(images/right-corner.png) 100% 0 no-repeat;
}

.page-overlay-light .rt-box-bottom2 {
	background: url(images/bottom-left-corner.png) 0 100% no-repeat;
}

.page-overlay-light .rt-box-bottom3 {
	background: url(images/bottom-right-corner.png) 100% 100% no-repeat;
}

#rt-bottom-surround, .box9 .rt-block, .box12 .rt-block {
	background-color: transparent;
}

.page-overlay-light .rt-box-bg {
	background: url(images/main-m.png) 0 0;
}

.rt-main-inner {
	border-radius: 10px;
}

#rt-showcase {
	border-radius: 10px;
}

/* Change color of menu items */
.menutop li.active.root > .item, .menutop li.active.root.f-mainparent-itemfocus > .item, .menutop li.root:hover > .item, .menutop li.root.f-mainparent-itemfocus > .item, .menu-type-splitmenu .menutop li.active > .item, .menu-type-splitmenu .menutop li:hover > .item, .menutop .fusion-submenu-wrapper, .title2 .module-title {
	background-color: #915F6D;
}

/* Change side menu icons */
.header-overlay-light .module-content ul.menu a, .navigation-overlay-light .module-content ul.menu a, .showcase-overlay-light .module-content ul.menu a, .feature-overlay-light .module-content ul.menu a, .utility-overlay-light .module-content ul.menu a, .body-overlay-light .module-content ul.menu a, .bottom-overlay-light .module-content ul.menu a, .footer-overlay-light .module-content ul.menu a, .header-overlay-light .module-content ul.menu .separator, .navigation-overlay-light .module-content ul.menu .separator, .showcase-overlay-light .module-content ul.menu .separator, .feature-overlay-light .module-content ul.menu .separator, .utility-overlay-light .module-content ul.menu .separator, .body-overlay-light .module-content ul.menu .separator, .bottom-overlay-light .module-content ul.menu .separator, .footer-overlay-light .module-content ul.menu .separator, .header-overlay-light .module-content ul.menu .item, .navigation-overlay-light .module-content ul.menu .item, .showcase-overlay-light .module-content ul.menu .item, .feature-overlay-light .module-content ul.menu .item, .utility-overlay-light .module-content ul.menu .item, .body-overlay-light .module-content ul.menu .item, .bottom-overlay-light .module-content ul.menu .item, .footer-overlay-light .module-content ul.menu .item {
	background-image: url(images/arrows.png);
}

/* Make the highlight boxes transparent */
#rt-feature, .box8 .rt-block, .box11 .rt-block, .title3 .module-title {
	background-color:  transparent;
}

.homelayout .feature-overlay-light {
	background-image: none;
}

.homelayout .page-overlay-light .rt-shadowbar {
	background: none;
}

.homelayout #rt-feature .rt-grid-12 {
	margin-left: 0;
	margin-right: 0;
} 

.homelayout #rt-feature .rt-block {
	margin: 0px;
	padding: 0px;
} 


/* Style Quicklinks Area ***************/

/* Original Mauve color 
.quicklinkbox img{
	border: 5px solid #915F6D;
	border-radius: 10px;
	background-color: #915F6D;
}
*/

.quicklinkbox img, img.quicklinkbox {
	border: 5px solid #001039;
	border-radius: 10px;
	background-color: #001039;
}

.quicklinkbox img:hover{
	border: 5px solid #AAAAAA;
	border-radius: 10px;
	background-color: #AAAAAA;
}



.quicklinksborder .rt-block{
	padding: 0px;
}

/* Shrink up the surrounding area around the video */
.homelayout .rt-main-inner .rt-grid-6 .rt-block{
	padding-top: 0px;
	margin-top: 0px;
} 

.homelayout .rt-article-bg {
	padding-top: 3px;
	padding-bottom: 3px;
}

.homelayout .quoteshrink .rt-block{
	margin: 0px;
	padding: 10px 0 0 0;
}

/* Make the RokStories module appear in white so it shows up better */
#rokstories-45 span.feature-title, #rokstories-45 span.feature-desc, #rokstories-45 a {
	color:white;
}



/* Move Search Over to the left */
.rokajaxsearch {
	padding-top:3px;
	float: right;
}

#rokajaxsearch .inputbox {
	color: white;
}

/*Get rid of bottom box on What's New page */
.nobottom #rt-main {
	height: 0;
}

.nobottom .body-overlay-light #rt-main .rt-main-inner {
		background: none;
}

/*Slightly darker text */
#rt-main, legend, #rokajaxsearch .inputbox, #rt-mainbody .inputbox, #rt-mainbody input#email, #rt-mainbody input#name, #rt-mainbody input#username, #rt-mainbody input#password, #rt-mainbody input#password2, #rt-mainbody input#passwd, #rt-main a:hover {
	/*Was 333 */
	color: #036;
}

#rt-mainbody object {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}


#rokajaxsearch .inputbox { color: white;}

.slideshow {padding: 20px; border-radius: 10px; background: #6C7281;}
.homelayout .rt-container #rt-feature .rt-grid-12 {width:  960px;}
.quicklinksborder {padding-top: 15px;}

/************ SLIDESHOW FIX ************/
.component-content ul { list-style-type: none; padding: 0; margin: 0;}