/* Add Your Custom CSS Codes Here */

/* fix padding on exhibitor pages sub menu
.rt-row-surround .module-surround, .rt-mainrow .module-surround {
    padding: 20px 20px 40px 20px !important;
}
*/
    #rt-header ul.menutop a.item {
    color: red;
    }

/* change menu to black bkgd  OLD
.menu-block {
    background: none repeat scroll 0 0 #000000;
}
*/

/* change menu to black bkgd? 
.menutop {
    background: none repeat scroll 0 0 #000000;
*/
 

/* change h2 to blue type */
h1, h2, h2.title, .title {
    font-family: "Helvetica",sans-serif;
     color: #00477f;
     text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
      }
      
/* make h2 smaller */
.component-content .item-page h2, .component-content .blog h2, .component-content .weblink-category h2, .component-content .contact h2, .component-content .login h1 {
    font-size: 2.1em;
}

      
 /* change header type to black */     
.rt-container {
    color: #000000;
      background: none repeat scroll 0 0 #ffffff;
     }
     
     
/* less space below index page logo */
.rt-block {
    margin: 0 1px -20px;
}


/* IE 9 fix for disappearing edit icons */
li.edit-icon span.hasTip img {
    width: 20px !important;
}

/* to make generated Conference list dates big & bf */
.categorylink {
    font-size: 135%;
    font-weight: bold;
}

/* to make generated Conference list titles blue & reduce type size */
.categoryDepth1 a {
    color: #00467e;
    font-size: small;
}

/* to make generated Conference list titles hover green */
.categoryDepth1 a:HOVER {
    color: #00A850;
}

/* to add color box to left of generated Conference list titles */
.categoryDepth1 a {
  border-left-width: thick;
  border-left-style: solid;
  padding-left: 10px;
  border-left-color: #00A850;
}

/* to change font on menu sub text */
.menutop li.root > .item em {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    margin-top: 4px;
    text-transform: none;
}

/* to change type in conference sessions RokSproket modules */

/* date */
#rt-content-bottom .title {
    font-size: 16px;
    line-height: 18px;
  color: black;
    }
     
#rt-content-bottom .sprocket-strips-title a {
  font-size: 13px;
  line-height: 14px;
  color: #00477f;
    }
#rt-content-bottom .sprocket-strips-title a:hover {
  color: black;
    }
    
/* conf session speaker */
.sprocket-strips-content {
    color: #00477f !important;
    font-weight: bold;
    line-height: 14px;
} 

/* OFF change read more color
.readon, .readmore {
    background-color: #00477f !important;
}
.readon:hover, .readmore:hover {
    background-color: #0474cc !important;
}
 */
    
/* to specify box4 color */
.rt-block.box4{
  background-color: #e8e5e4;
}


/* testing */    


