@charset "utf-8";
/* CSS Document */

/* Wellness_a LAYOUT */

h1, h2, #nyk-content h4.title {
	color: #F17E45
}
h3, h5, h6, h2.title a, h4.title a, h6.title a, h3.title a, h4.title, h5.title a {
	color: #515f6c;
}
h5.title a {
	color: #666;
}
a:link, a:active, a:visited {
	color: #f17e45;
}
a:hover {
	color: #515F6C;
}

/***BANNER***/

#nyk-banner .flash-wrapper span.wellness_a {/*Top Banner */
	font-family: 'Droid Serif', serif;
	position: relative;
	overflow: visible;
	width: 1000px;
	margin: 0 auto;
	font-size: 2em;
	font-weight: 500;
	line-height: 25px;
	color: #f17e45
}

/* ******************* */
/* Top Navigation Menu */
/* ******************* */

#nyk-navigation-menu {
	background-image: url('/nyk/gen3/webroot/theme/wellness/img/wellness-background-a.jpg');
	background-position: right center;
	height: 400px;
}

#nyk-header #nyk-navigation-menu li, #nyk-header #nyk-navigation-menu li a {
	color: #222;
}
#nyk-header #nyk-navigation-menu  li:hover, #nyk-header #nyk-navigation-menu li a:hover, #nyk-header #nyk-navigation-menu li:hover > a {
	background-color: #f17e45;
	color: #FFF;
}
#nyk-header #nyk-navigation-menu ul ul li:hover, #nyk-header #nyk-navigation-menu ul ul li a:hover, #nyk-header #nyk-navigation-menu ul ul li:active, #nyk-header #nyk-navigation-menu ul ul li a:active {
	background-color: #f17e45;
	color: #FFF;
}
#nyk-header #nyk-navigation-menu li:hover ul, #nyk-header #nyk-navigation-menu li:hover ul li:hover ul {
	color: #FFF;
}
#nyk-header #nyk-navigation-menu ul ul {
	border: 1px solid #EEE;
	color: #fff;
}

/********************
 *******CONTENT*******
 *********************/
#nyk-content h4 {
	color: #555;
}
#nyk-content h3 {
	color: #515f6c;
}

/****columns******/
#nyk-primary-column h4.title, #nyk-secondary-column h4.title {
	color: #888;
}

/***newsletter sign-up****/
#nyk-newsletter-signup .content .signup, input.button {
	background: #f17e45;
	color: #fff;
}

#nyk-newsletter-signup .content .signup:hover, input.button:hover {
	text-shadow: 0px 0px 3px rgba(255,255,255,1);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
	background-color: rgb(255, 255, 255);
	border-color: #0f1f39;
	color: #0f1f39;
	outline: 0px none;
}
/***Read-More BUTTONS***/
a.read-more, a:link.read-more, span.read-more a, span.read-more a:link, a:visited.read-more {
	color: #FFF;
	background: #222;
}

/******************/
/* Forms & Formee */
/******************/

input:focus, textarea:focus {
	outline: medium none;
}

input[type="text"], input[type="password"], input[type="file"], textarea, select {
	background-color: #fff;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px;
	border-color: #DDD;
	color: #DDD;
	width: 90%;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover, select:hover {
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(198,198,198);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
	background-color: rgb(255, 255, 255);
	border-color: #0f1f39;
	color: #0f1f39;
	outline: 0px none;
}

/**********/
/* Footer */
/**********/
#nyk-footer-wrapper {
	background: #ece9e4;
	width: 100%;
	margin: 0 auto;
	padding: 40px 34px;
	color: #515f6c;
}
#nyk-footer {
	color: #515f6c;
}
/* End of Padding/width for columns in footer */
#nyk-footer h4.title {
	display: block;
	width: 100%;
	font-size: 1.3em;
	letter-spacing: .5px;
	margin-top: 1px;
	margin-bottom: 6px;
	color: #515f6c;
}

#nyk-footer  a {
	color: #f17e45;
}
#nyk-footer  a:hover {
	color: #515f6c;
}
#nyk-footer #nyk-nav-string ul li a {
	color: #00aeef;
}
#nyk-footer #nyk-nav-string ul li a:hover {
	color: #fff;
}
#nyk-copyright a {
	color: #666;
}

/****module container***/
.module-container a {
	color: #f17e45;
}
.module-container a:hover {
	color: #515F6C;
}
.module-container h5.title {
	color: #606060;
}
