
.rv-silver {
    color: silver;
}
.catapill-yellow {
     /*
    background-color: rgb(255,195,108);
    color: rgb(255,195,108);
     */
    background-color: rgb(252,172,25);
    color: rgb(252,172,25);

    /*background-color: #FFCC00;
    color: #FFCC00;*/
    /* RGB 255 200 31 #FFCC00; or #FFCC0; or #FFCD11 */
}
/* “Impact” font and in the colour gold */

body {
    background-color: black;
}


#header {
    color: rgb(252,172,25);
    background-color: black;
}
#footer {
    color: rgb(252,172,25);
    background-color: black;
}
#footer a {
    color: rgb(252,172,25);
}
#frame {
    background-color: black;
}
#gallery{
    background-color: white;
}

.address {
    color: #808080;
}
.content {
    color: white;
    background-color: black;
}
.post-title {
    color: rgb(252,172,25);
}
.content h3 {
    color: rgb(252,172,25);
}
.content h2 {
    color: rgb(252,172,25);
}

.content a {
    color: rgb(252,172,25);
}

.content-sub-header {
    color: rgb(252,172,25);
    background-color: black;
}
.info{
    color: white;
}

.menu2 {
    border-top-color: black;
}
.menu2 ul li {
    background-color: rgb(252,172,25); /*overall menu background color*/
    color: black;
}

/*Top level menu link items style*/
.menu2 ul li a{
    border-top-color: rgb(252,172,25);
    border-bottom-color: rgb(252,172,25);
    border-left-color: rgb(252,172,25);
    border-right-color: rgb(252,172,25);
    color:  black;
}
/*1st sub level menu*/
.menu2 ul li ul{
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu2 ul li ul li{
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu2 ul li ul li ul{ 
}

/* Sub level menu links style */
.menu2 ul li ul li a {
    color: black;
    border-top-color: rgb(252,172,25);
    border-bottom-color: rgb(252,172,25);
    border-left-color: rgb(252,172,25);
    border-right-color: rgb(252,172,25);
    
}

.menu2 ul li a:hover{
    background-color: black;
    color: rgb(252,172,25);
}


/*Background image for top level menu list links */
.menu2 .mainfoldericon{
    background: rgb(252,172,25) url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.menu2 .subfoldericon{
    background: rgb(252,172,25) url(media/arrow-right.gif) no-repeat center right;
}
