﻿
/* Colors */
.color01 { color: #C60751; } /* Magenta */
.color02 { color: #004813; } /* Green */
.color03 { color: #7c6991; } /* Lavendar */

/* Banner */
.top-nav, .top-nav a { color: #008576; }
.sub-nav, .sub-nav a { color: #999; }
#navigation, #navigation .link-item-a { color: #fff; background-color: #C60751; background-repeat: no-repeat; background-position: center bottom; }
.link-item-a:hover { background-image: url(/client/images/nav-triangle.png); }
.fly-out a { color: #777; }
.fly-out a strong { color: #6D8D24; }

/* Header Tags */
h2, h2 a, h5, h5 a, h6, h6 a { color: #C60751; }
h3, h3 a { color: #004813; }
.events h6 { color: #C60751; }

/* Font Colors */
#sub-page-content a { color: #004813 !important; }
#sub-page-content .allcaps { color: #004813; }
#sub-page-content b, #sub-page-content strong { color: #C60751; }
#sub-page-content label { color: #6D8D24; }
#footer h6, #footer h6 a { color: #008576; }
.footer-cnt li a, .footer-cnt li { color: #999; }
.events { color: #C60751; font-family: 'ProximaNovaSemiBold', arial, helvetica, sans-serif; }
.events a { color: #999; }
.widget a { color: #a1b570; }
.widget .sub-link-active, .widget .sub-link-active a { color: #6D8D24; }
.widget-title, .widget-title a { color: #C60751; }
.btns a { color: #6D8D24; }
.flex-control-paging li a { color: #C60751 !important; }
.flex-control-paging li a.flex-active,
.mini-calendar .Title td, .mini-calendar .Title td a { color: #fff !important; }
.mini-calendar .other-month * { display: none; }
.mini-calendar .days, .mini-calendar .days a { color: #999 !important; font-weight: bold; }

/* Links */
a.link { color: #2a5135; } /* color: #C60751; */

/* Background Colors & Images */
.top-nav ul li { background: url(/App_Themes/clevelandgardens/Images/top-nav-divider-winter.png) no-repeat right center; }
.footer-bottom { color: #fff; background-color: #C60751; }
a.min-logo { background: url(/App_Themes/clevelandgardens/Images/min-logo-winter.png) no-repeat 0 0; }
.widget { background-color: #f5f5f0; }
#sub-page-content input, #sub-page-content textarea, #sub-page-content select { color: #6D8D24; background-color: #f5f5f0; }
.fly-out { background: #fff url(/App_Themes/clevelandgardens/Images/bg_flyout_fall.jpg) no-repeat right bottom; }

.flex-control-paging li a.flex-active { background: url(/App_Themes/clevelandgardens/Images/pager-rollover-winter.png) repeat-x 0 0; }

.li-sub-nav-links .carrot { background-image: url(/client/images/sub-nav-triangle-fall.png); }
.widget-cnt ul li a.open { background: url(/client/images/subnav-open-fall.gif) no-repeat left middle; }
.widget-cnt ul li a.closed { background: url(/client/images/subnav-closed-fall.gif) no-repeat left middle; }
.widget-title a, .widget .sub-link-active
{
  font-weight: bold;
  background-color: #e3e4d8;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #f4f4ef, #e3e4d8);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4ef), to(#e3e4d8));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4ef', EndColorStr='#e3e4d8', GradientType=0); 
}

.calendar-btns, .mini-calendar .Title td, .big-calendar .Title td
{ 
  color: #fff; font-weight: bold;
  background-color: #C60751;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #C60751, #C60751);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#C60751), to(#C60751));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#C60751', EndColorStr='#C60751', GradientType=0);    
}
.calendar .active { color: #fff; background-color: #004813; }
.mini-calendar .highlight, .big-calendar .highlight { background-color: #004813; color: #fff; }
.big-calendar td { border: solid 1px #999; }

/* Color Overlays */
#cboxOverlayColor01, #cboxOverlayColor02, #cboxOverlayColor03, #cboxOverlayColor04, #cboxOverlayColor05 {position:absolute; top:0; left:0; z-index:5; overflow:hidden;position:fixed; width:100%; height:100%; display: none;}
#cboxOverlayColor01 { background:url(../images/overlay-fall-brown-50.png) repeat 0 0; } /* opacity: 0.5; background-color: #C60751; */
#cboxOverlayColor02 { background:url(../images/overlay-fall-green-50.png) repeat 0 0; }
#cboxOverlayColor03 { background:url(../images/overlay-fall-gold-50.png) repeat 0 0; }
#cboxOverlayColor04 { background:url(../images/overlay-fall-red-50.png) repeat 0 0; }
#cboxOverlayColor05 { background:url(../images/overlay-fall-all-60.png) repeat 0 0; }
/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; */

/*Calendar and Events styling*/
#big-calendar-previous a{color: #C60751 !important;} 
#big-calendar-next a{color: #C60751 !important;}

#sub-page-content .WebEvents .eventName{color: #C60751 !important;}
