Home page with blue stripe
Internal Page Example that doesn't have blue strip:
The attached is Firefox development tools which indicates on the internal page that the image can not be loaded. Happens on all internal pages.
My custom css code is here:
#container_top1_modules, #container_slideshow, #container_top1_modules ul.tabs li
a.linkopen, #container_top1_modules dl.tabs dt.open h3 a:link, #container_top1_modules dl.tabs dt.open h3 a:visited, .csstransforms3d .tabs a:hover span::before, .csstransforms3d .tabs a:focus span::before, .tabs a span {
background-color: #ABCE7A;
}
#container_slideshow {
margin-bottom: 4px;
}#container_hornav {
margin-bottom:1px;
}
#container_hornav {
background-color: transparent;
background: url("images/backgrounds/blue_gradient.jpg"
repeat-x !important;
}
#container_top1_modules, #container_slideshow, #container_top1_modules ul.tabs li
a.linkopen, #container_top1_modules dl.tabs dt.open h3 a:link, #container_top1_modules dl.tabs dt.open h3 a:visited, .csstransforms3d .tabs a:hover span::before, .csstransforms3d .tabs a:focus span::before, .tabs a span {
background-color: transparent;
}
}
#container_top1_modules, #container_slideshow, #container_top1_modules ul.tabs li
a.linkopen, #container_top1_modules dl.tabs dt.open h3 a:link, #container_top1_modules dl.tabs dt.open h3 a:visited, .csstransforms3d .tabs a:hover span::before, .csstransforms3d .tabs a:focus span::before, .tabs a span {
background-color: transparent;
}
#container_top1_modules {
margin-bottom: 0px;
}
: