/*-----------------------------------------+
 | Site: Kindred Hospital                  |
 | Part: Facility Template 3 styles        |
 +-----------------------------------------*/


/* Core layout
======================================================================*/
a:hover { color: #6e94c4; }

/*--- Header ---*/
#header-shadow { display: none; }
#logo { position: absolute; top: 0; padding: 0; margin: 0 0 0 30px; }

	/* Top bar */
    #top-bar { height: 70px; position: relative; }
    #top-bar .c2r { float: none; position: absolute; right: 25px; bottom: 10px; }

    /* Font size selector */
    #font-selector { float: right; }
    
    /* Header Image */
	#header-image { height: 900px; top: 100px; }
	.home #header-image { height: 900px; }
	
    /* Menu container */
    #menu-container { height: 277px; }
    .home #menu-container { height: auto; }
    .full.no-header-image #menu-container { height: 75px !important; }
    
    /* Menu */
    #menu { background: url('../images/nav-blue.png') repeat; }
    
    /* Overlay */
	#overlay { display: none; }

/* Content
======================================================================*/
.home #content { padding: 1px 1px 50px; }

/*--- Navigation ---*/
#nav { min-height: 75px; height: 75px; width: auto; }
#nav a { line-height: 75px; }
#nav li:hover a { color: #f9d0ab; }
#nav li:hover li a { color: #ffffff; }

	/*-- Dropdowns --*/
	#nav ul { top: 60px; }
	#nav li:hover ul { background: transparent url(../images/nav-blue.png) repeat; }
	#nav li:hover li:hover { background: transparent url(../images/nav-blue-active.png) repeat; }
	
	/* Secondary navigation */
	ul#nav-secondary li.tab { background-color: #4b83b3; }
	ul#nav-secondary a.selected { color: #6E94C4; }
	
/*--- POPs ---*/
.pop-header.video-library { background-color: #d17522; }
.pop-header.in-the-news { background-color: #90ae5d; }
.pop-header.family-education { background-color: #056574; }

	/* Home */
	.home .facility-pop .pop-body { width: 137px; font-size:0.9em; line-height: 1.2; }
	.home .facility-pop .pop-header { padding: 5px 18px 0 14px; height: 21px; width: 213px; }

/*--- POP Widget ---*/
.pop1 .facility-pop .pop-header { background-color: #90ae5d; }
.pop2 .facility-pop .pop-header { background-color: #d17522; }
.pop3 .facility-pop .pop-header { background-color: #056574; }

	/* Home */
	.home .facility-pop .pop-header { border-radius: 5px 5px 5px 5px 0 0 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-top-left-radius: 5px 5px; -webkit-border-top-right-radius: 5px 5px; }
	.home .facility-pop .pop-body { padding: 12px 90px 8px 18px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
	.home .facility-pop .pop-btn { position: absolute; text-transform: none; }

/*--- Content ---*/
#content-primary a { color: #6e94c4; }
#content-primary a.view-all { color: #6d6e70; }
#content-primary a:hover.view-all { color: #6e94c4; }

	/* Home */
	.home #content { position: relative; }
	.home #content-primary { position: relative; padding: 285px 0 0 35px; margin: 0; float: none; }
	.home #content-secondary { position: absolute; right: 50px; top: 25px; float: none; }
	.home #content-tertiary { display: none; }

	/* Content Box */
	.content-box { padding: 40px; width: 480px; line-height: normal; min-height: 100px; border: solid 1px #dfdada; background: url('../images/content-background.png') repeat-x scroll 0 100%; background-color: rgba(241, 245, 251, 0.95); }

/*--- Photo Gallery ---*/
#photo-gallery a { color: #666666; }
#photo-gallery a:hover { color: #6e94c4; }
#photo-gallery .photo:hover .thumb { background-color: #6e94c4; }

/*--- Video Library ---*/
#video-library a { color: #666666; }
#video-library a:hover { color: #6e94c4; }
#video-library .video:hover .thumb { background-color: #6e94c4; }
