/*
Colour options 3 for theme
Author: Sarah Gray
Author URI: http://www.sarahjaneuk.com/
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
@import "sjuk_theme_std/css/style_cols1.css";
/* Customisations go below here */

/* Radio logo colour 320098 Harold Hill logo colour 7c0d5b */
body { background: #ffffff; color: #6633cc; }
a { color: #6633cc; }
a:visited { color: #6633cc; }
a:hover { color: #6633cc; }
h2 { color: #6633cc; }
.rp-mc h2, h2.rp-item { color: #6633cc; }
h2.rp-livenow { color:#6633cc; }
.rp-mc h2 a:link, .rp-mc h2 a:visited, h2.rp-item a:link, h2.rp-item a:visited { color: #6633cc; }
h2, h3 { color: #6633cc; }
input, select { color: #6633cc; }
hr { border-color: #6633cc; }

#wrapper { background: #ffffff; color: #6633cc; }
.footer-row, .lower-footer-row, .footer-credits { background-color: #6633cc; color: #ffffff; }
.footer-row a { color: #ffffff; }
.footer-credits a { color: #ffffff; }
.footer-row p { color: #ffffff; }
.footer-row h3 { color: #ffffff; }
.lower-footer-row p { color: #ffffff; }
.lower-footer-row a { color: #ffffff; }

/* Input */
.std-button, input.std-button, .inline-button, input.inline-button { background-color: #6633cc; color: #666666; }
.std-le-button, input.std-le-button { background-color: #6633cc; color: #666666; }

/* SliderJS */

/* Site definitions */
#header-banner { background: #248cc8; }
/* #mainnavbar { background: #000000; } */
/* New added to theme standard for new multi-level mobile menu and search */
#dropmainnavbar { background: #6633cc; color: #ccffff; }
#dropmainnavbar li:hover > a { background: #6633cc; }
#dropmainnavbar li { color: #ccffff; }
#dropmainnavbar a { color: #ccffff; }
#dropmainnavbar ul li:hover:not(li) { background: #248cc8; color: #ffffff; }
#dropmainnavbar ul li:hover > a { background: #248cc8; color: #ffffff; }
#dropnavbarsearch .searchform { background: #6633cc; border-top: 1px solid #248cc8; border-bottom: 1px solid #ccffff; }
#dropnavbarsearch .searchform input[name=s] { color: #ccffff; background-color: transparent; }
/* -------------------------------------------------------- */
/* New added to theme standard for new multi-level horizontal menu */
#mainnavbar ul { background: #6633cc; color: #ccffff; }
#mainnavbar a { color: #ccffff; }
#mainnavbar ul li:hover > a { background: #ccffff; color: #6633cc; }
/* #mainnavbar ul ul li:hover > a { border-color: #6633cc; } */
#navbarsearch #navbarsearchicon { background-color: #6633cc; }
#navbarsearch #navbarsearchicon:hover { background-color: #000000; }
#navbarsearch .searchform { background: #6633cc; border-top: 1px solid #ccffff; border-bottom: 1px solid #ccffff; }
#navbarsearch .searchform input[name=s] { color: #ccffff; background-color: transparent; }
/* -------------------------------------------------------- */
#rp-on-air-now { background: #248cc8; color: #6633cc; }
#rp-on-air-now h2 a { color: #6633cc; }
#rp-on-air-now a { color: #6633cc; }

.as_h2, .as_h3 { color: #6633cc; }

.home-announce, .show-announce { border: 2px solid #248cc8; }

/* Posts and comments */

/* Search form on the sidebar customisation */
#mainsidebar .search-form { background-color: #ffffff; color: #666666; } /* Usually in _cols.css though colour difference for size! */

/* ---------- ELR specific ------------- */
h1 { background-color: #6633cc !important; } /* Important needed as defined in _large.css, loaded after this! */
a:link, a:visited { /* color: #833f90; */ text-decoration: underline; }
#wrapper { color: #6633cc; }
.mainsidebar-item.donate-paypal, .mainsidebar-item.twitter-feed { border-color: #248cc8; }
.footer-row a, .footer-credits a, .lower-footer-row a { color: #ccffff; text-decoration: underline; }
.footer-row p { color: #ccffff; }
.footer-row h3 { color: #ccffff; }
.lower-footer-row p { color: #ccffff; }
.live-popout-item.donate-paypal { border-color: #248cc8; }
#sitefooter-popout h3 { text-align: center; color: #248cc8; }
#sitefooter-popout p { color: #ffffff; }
.listings_with_logos li h3 a { color: #248cc8; }
.listings_with_logos li h3 a:hover { color: #6633cc; }
.home-announce, .show-announce { background-color: #6633cc; color: #ccffff; }
.std-button, input.std-button, .inline-button, input.inline-button { color: #ccffff; }
.std-le-button, input.std-le-button { color: #ccffff; }

/* Added for new header - 29/11/2022 */
#header-banner { background-color: inherit; }

