.menutop{
       font-size: 11px !important;
    }

/* Get rid of color behind logo */
span#logo-color {
display: none;
}

.rokgallery-wrapper .rg-gm-slice, .rt-image {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
}


#rt-copyright {
    background-color: #F7A42B;
    border-top: 1px solid #F7A42B;
}

#rt-debug {
    background-color: #F7A42B;
    border-top: 1px solid #F7A42B;
}

/* Change page background to white */
#rt-container-bg {
    background-color: #FFFFFF !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}


#rt-navigation .rt-container {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF;
}


/* Main Menu Mods */
.menutop li.root .item, .rt-menubar .menutop li .item {
    border-left-color: #FFFFFF !important;
    border-right-color: #FFFFFF !important;
    border-top: 1px solid #FFFFFF !important;
}

.bgstyle-wavy-lines-light {
    background-color: #980F08;
	background-image: none;
}

#rt-navigation .menutop {background: #FFFFFF  repeat-x;
}


.menutop > li.active, .menutop li.root:hover, .menutop li.f-mainparent-itemfocus, .menutop > li:hover 
{border-top: 4px solid #980F08 !important;
background: #FFFFFF  repeat-x scroll 0 100%;box-shadow: inset 0 0px 0px rgba(0,0,0,0);}

/* Change tracking of headlines */
h1, h2 {
    letter-spacing: -1px;
    line-height: 1em;
}

/* Ignite Gallery */
h3.cat_child_h3 {
    font-size: 110% !important;
}

h2 {
    font-size: 150%;
}


/* Remove slideshow Flicker */


div.rg-ss-slice-container {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}


/* Remove box around logo */
.main-body-light .rt-image {
    background: none;
    border: none;
    box-shadow: none;
}

/* Box 3 Styling */
.box3 .rt-block {
    background: none repeat scroll 0 0 #ffad31 !important;
    color: #FFFFFF;
    text-shadow: none !important;
    border: 1px solid #980F08 !important;
}

/* Fix Breadcrumb menu spacing */
.rt-breadcrumb-surround {
	height: 30px !important;
	padding: 0px;	
}