﻿body
{
    background-image: url(../images/yellow/page_background.gif);
}
@media only screen and (max-width : 992px) {
	#header-bottom{	background-image: url(../images/yellow/page_background.gif);}
}
::selection { background: #D9DB59; color: #121212; text-shadow: none; }

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#blog-listing a {
  text-decoration: none;
  color: #dcb416;
}

#blog-listing a:hover {
  text-decoration: underline;
}

.news-article a {
  color: #dcb416;
  text-decoration: none;
}

.news-article a:hover {
  text-decoration: underline;
}

/* Header Bottom
   ========================================================================== */
#header-bottom ul .join            { background-image: url("../images/yellow/icn_hb_join.png"); }
#header-bottom ul .ticket  { background-image: url("../images/yellow/icn_hb_season.png"); }
#header-bottom ul .donate          { background-image: url("../images/yellow/icn_hb_donate.png"); }
#header-bottom ul .contact          { background-image: url("../images/yellow/icn_hb_contact.png"); }


/* Main Navigation
   ========================================================================== */
nav#primary > ul > li > a
{
    background-image: url("../images/yellow/bkg_nav_links.png");
}

#header-bottom ul li a span
{
    color: #f2c924;
}


/* OnSite Links blocks
   ========================================================================== */
.onsite-link .text,
section#gg-change-section
{
    background-image: url("../images/yellow/bkg_onsite_link.jpg");
    background-color: #f2c924;
}

.onsite-link .text h4
{
    color: #f2c924;
}

.box-arrow
{
    background-image: url("../images/yellow/icn_arrow.png");    
}

.sub-nav nav ul li a:hover
{
    background-image: url('../images/yellow/icn_arrow_sml.png');
}



/* Buttons
   ========================================================================== */
.btn.primary,
.sub-nav ul li a.btn.primary,
.sub-nav ul li a.btn.primary:hover
{
    background-image: url('../images/yellow/bkg_btn.png');
    color: #121212;
}
.btn.primary.right span { background-image: url('../images/yellow/btn_primary_arrow_right.png'); }
.btn.primary.left span { background-image: url('../images/yellow/btn_primary_arrow_left.png'); }

.yellow .join { background-image: url('../images/yellow/icn_hb_join.png'); background-repeat: no-repeat;}
.yellow .ticket { background-image: url('../images/yellow/icn_hb_season.png'); background-repeat: no-repeat;}
.yellow .donate { background-image: url('../images/yellow/icn_hb_donate.png'); background-repeat: no-repeat;}