/*-----------------------------------------+
 | Site: Kindred Nursing Centers           |
 | Part: Kindrednursingcenters.com styles  |
 +-----------------------------------------*/

/* Basics
======================================================================*/
a:hover { color: #8fb356; }
ul li { background: url('/global/images/bulletGreen.gif') no-repeat 0 0.5em; padding-left: 1.15em; }
ol li { background: none; padding-left: 0; }

/* Core layout
======================================================================*/

/*--- Header ---*/
#header {  }

	/* Header Image */
	#header-image { height: 277px; }
	.home #header-image { height: 327px; }
	
    /* Menu container */
    #menu-container { height: 277px; }
    .home #menu-container { height: 327px; }
    .full.no-header-image #menu-container { height: 115px !important; }
    
    /* Menu */
    #menu { background: url('../images/nav-green.png') repeat; }


/* Content
======================================================================*/

/*--- Header ---*/
#logo { float: left; margin: 5px 0 0 30px; position: relative; }
#logo .logo-absolute { position: absolute; top: 0px; left: 0px; }

    /* Font size selector */
    #font-selector {  }
    
    /* Overlay */
    #overlay { background: transparent url('../images/nav-green-curve.png') no-repeat; width: 950px; height: 68px; }

/*--- Navigation ---*/
#nav { min-height: 55px; width: 690px; }
#nav a { line-height: 55px; font-size: 14px; font-weight: bold; }

	/*-- Dropdowns --*/
	#nav ul {top: 50px; }
	#nav li:hover ul { background: transparent url(../images/nav-green.png) repeat; }
	#nav li:hover li:hover { background: transparent url(../images/nav-green-active.png) repeat; }
	#nav a:hover, #nav a.selected { color: #f9d0ab; }
	#nav ul a { font-weight: normal; }
	
	/* Secondary navigation */
	ul#nav-secondary li.tab { background-color: #90ae5d; }
	ul#nav-secondary li li { background-image: url('../images/bullets/green-arrow.gif'); }
	ul#nav-secondary .selected { color:#8fb356; }
	
/*--- POPs ---*/
.pop-header.video-library { background-color: #056574; }
.pop-header.in-the-news { background-color: #d17522; }
.pop-header.family-education { background-color: #e2af27; }

/*--- Homepage ---*/
	/*-- POPs --*/
	#content-primary .tab-lg { background-color: #4b83b3; }
	#content-secondary .tab-md { background-color: #d17522; }
	#content-tertiary .tab-md { background-color: #e2af27; }

/*--- Content ---*/
#content-primary div a { color: #8fb356; }
#content-primary a.view-all { color: #6d6e70; }
#content-primary a:hover.view-all { color: #8fb356; }

/*--- Event Calendar ---*/
	/*-- Ektron Overides --*/
		/* Month View */
		#event-calendar-widget .mv_MonthHeaderBkg { background-color: #90AE5D; }
		#event-calendar-widget .mv_weekdayDOWHeader, #event-calendar-widget .mv_TodayCell, #event-calendar-widget .mv_eventContainer table td { background-color: #dbf3b3; }
		#event-calendar-widget .mv_dayBorderWeekend, #event-calendar-widget .mv_DateCellEmptyWeekend, #event-calendar-widget .mv_DateCellWeekend, #event-calendar-widget .mv_weekendDOWHeader { background-color: #ecfad5; }
		                                            
		/* Day View */
		#event-calendar-widget .dv_DayHeaderBkg { background-color: #90AE5D; }
		#event-calendar-widget .dv_EventTitle { background-color: #dbf3b3; }
		                                          
		/* Event View */
		#event-calendar-widget .evt_TitleCell { background-color: #90AE5D; }
		#event-calendar-widget .evt_DateCell { background-color: #dbf3b3; }

/*--- Photo Gallery ---*/
#photo-gallery a { color: #666666; }
#photo-gallery a:hover { color: #8fb356; }
#photo-gallery .photo:hover .thumb { background-color: #8fb356; }

/*--- Video Library ---*/
#video-library a { color: #666666; }
#video-library a:hover { color: #8fb356; }
#video-library .video:hover .thumb { background-color: #8fb356; }