html {background: #FDFDFD;} 
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	line-height: 1.78em;
}

#nyk-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: visible;
}

#nyk-header-wrapper{
	margin: 0;
	padding: 0;
	width: 1000px;
	margin: 0 auto;
}


a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}


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

#nyk-navigation-menu {
	margin: 0;
}
#nyk-navigation-menu.content {
	margin: 0 auto;
}
#nyk-header #nyk-navigation-menu .flash-wrapper{
	font-size: 2.5em;
	font-weight: bold;
	line-height: 57px;
	text-align: left;
	min-height: 57px;
	overflow: visible;
	padding: 10px 0;
	width: 100%;
}
#outer{
	background: rgba(230,230,230,1)  url('/nyk/gen3/webroot/theme/singularity/img/bg-menu-horizontal.png') repeat;
	border-top: 2px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px 0px 3px 0px;
	width: 100%;
	text-align: center;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;
	-moz-box-shadow:    0px 1px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 2px 3px rgba(0,0,0,0.1);
	-khtml-box-shadow:  0px 1px 2px 3px rgba(0,0,0,0.1);
	box-shadow:         0px 1px 2px 3px rgba(0,0,0,0.1);
	display: inline-block;
}

#nyk-header #nyk-navigation-menu #menu {
	font-weight: normal;
	margin: 0 auto;
	width: 100%;
}
#nyk-navigation-menu ul{
	font-size: 1em;
}

#nyk-navigation-menu li, #nyk-navigation-menu li a, #nyk-navigation-menu li a:visited {
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;
}

#nyk-navigation-menu li:hover, #nyk-navigation-menu li a:hover,
#nyk-navigation-menu li:active, #nyk-navigation-menu li a:active {
	font-weight: normal;
	text-decoration: none;
	-moz-box-shadow:			inset 0px 0px 1px 1px rgba(16,0,0,0.3);
	-webkit-box-shadow: 	inset 0px 0px 1px 1px rgba(16,0,0,0.3);
	-khtml-border-shadow:	inset 0px 0px 1px 1px rgba(16,0,0,0.3);
	box-shadow:						inset 0px 0px 1px 1px rgba(16,0,0,0.3);
}

#nyk-navigation-menu ul ul{
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;
	-moz-box-shadow:    0px 1px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px 3px rgba(0,0,0,0.2);
	-khtml-box-shadow:  0px 1px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 1px 2px 3px rgba(0,0,0,0.2);
}



#nyk-content-wrapper {
	margin: 0;
	padding: 19px 0 0 0;
	min-height: 19em;
}

#nyk-content-container {
	float: none;
	padding-bottom: 0;
	margin: 0 auto;
	width: 1000px;
}

#nyk-blogs ul li{
	list-style-type:none;
}

#nyk-content .column, #nyk-primary-column .column, #nyk-secondary-column .column{
	float: left;
	margin-bottom:19px;

}


#nyk-primary-column .module-container{
	padding-right: 0.42em;
}
#nyk-content-container.clearfix.clear-element.two-column,
#nyk-content-container.clearfix.clear-element.one-column-left,
#nyk-content-container.clearfix.clear-element.one-column-right{
	padding-bottom:19px;
}


/* ******* */
/* Modules */
/* ******* */

#nyk-primary-column .module, #nyk-content, #nyk-secondary-column .module {
	background: white;
	-moz-border-radius: 		5px;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	border-radius: 					5px;
	-moz-box-shadow: 			0px 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 	0px 0px 1px 1px rgba(0,0,0,0.2);
	-khtml-border-shadow:	0px 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 					0px 0px 1px 1px rgba(0,0,0,0.2);
}

#nyk-primary-column .module {
	float:left;
}

#nyk-secondary-column .module {
	float:right;
	
}

#nyk-primary-column h4.title, #nyk-secondary-column h4.title{
	height: 35px;
	line-height: 35px;
	font-size: 1em;
	margin-top: 0px;
}

#nyk-primary-column .module .title, #nyk-secondary-column .module .title{
	padding: 0 .5em;
}

#nyk-primary-column .module .content,#content.index.nyk-custom-content, #nyk-secondary-column .module .content{
	padding: 0 .5em 1em;
	margin: 0;
	background: url('/nyk/gen3/webroot/theme/singularity/img/bg-gradient-footer.png') repeat-x left bottom;
}

#nyk-content{
	background:white url('/nyk/gen3/webroot/theme/singularity/img/bg-gradient-footer.png') repeat-x left bottom;
}

h1, h2, #nyk-content .module-container h4.title  {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	margin: 11px 1px;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted;
}

h5, h6 {
	font-size: 1.25em;
	line-height: 1.25em;
}

h5, h6 {
	font-size: 1em;
	line-height: 1em;
}

.nyk-custom-content img {
	padding: 5px;
	background: white;
	border: 1px solid #AAA;
	margin: 10px;
	-moz-border-radius:    3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius:  3px;
	border-radius:         3px;
	-moz-box-shadow:    0px 0px 1px 2px rgba(128,128,128,0.25);
	-webkit-box-shadow: 0px 0px 1px 2px rgba(128,128,128,0.25);
	-khtml-box-shadow:  0px 0px 1px 2px rgba(128,128,128,0.25);
	box-shadow:         0px 0px 1px 2px rgba(128,128,128,0.25);
}

#nyk-newsletter-signup .content .signup, input.button {
	border: 1px solid #FFF;
	color: white;
	cursor: pointer;
	font-weight: normal;
	height: 29px;
	line-height: 27px;
	padding: 0 0 .25em 0;
	width: 90%;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius:         4px;
	-moz-box-shadow:    0px 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
	-khtml-box-shadow:  0px 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow:         0px 0px 1px 1px rgba(0,0,0,0.5);
}

#nyk-newsletter-signup .content .signup:hover, input.button:hover {
	background: url('/nyk/gen3/webroot/theme/singularity/img/bg-button-0.png') repeat-x;
	color: white;
	border-top-color:    #606060;
	border-right-color:  #606060;
	border-bottom-color: #606060;
	border-left-color:   #606060;
	cursor: pointer;
	font-weight: normal;
	text-shadow: 0px 0px 3px rgba(255,255,255,1);
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius:         4px;
	-moz-box-shadow:    inset 0px 0px 1px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(0,0,0,0.35);
	-khtml-box-shadow: inset 0px 0px 1px 2px rgba(0,0,0,0.35);
	box-shadow:         inset 0px 0px 1px 2px rgba(0,0,0,0.35);
}

a.read-more, a:link.read-more, span.read-more a, span.read-more a:link {
	border: 1px solid #FFF;
	color: white;
	cursor: pointer;
	font-weight: normal;
	font-size: .8em;
	height: 27px;
	line-height: 27px;
	padding: 0 1em;
	text-decoration:none;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius:         4px;
	-moz-box-shadow:    0px 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
	-khtml-box-shadow:  0px 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow:         0px 0px 1px 1px rgba(0,0,0,0.5);
	margin-top:5px;
}

a.read-more:hover, span.read-more a:hover {
	color: white;
	cursor: pointer;
	border-top-color:    #000;
	border-right-color:  #000;
	border-bottom-color: #000;
	border-left-color:   #000;
	font-weight: normal;
	text-shadow: 0px 0px 3px rgba(255,255,255,1);
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius:         4px;
	-moz-box-shadow:    inset 0px 0px 1px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(0,0,0,0.35);
	-khtml-box-shadow:  inset 0px 0px 1px 2px rgba(0,0,0,0.35);
	box-shadow:         inset 0px 0px 1px 2px rgba(0,0,0,0.35);
	margin-top:5px;
}

.right {
	margin-right:5px;
}

h5.video_module_title a{
	padding:5px 0;
}

.video_module_player_thumbnail{
	margin-top: 15px;
}

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

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

input[type="text"], input[type="password"], input[type="file"], textarea, select {
	background-color: rgb(250,250,250);
	vertical-align: middle;
	line-height: 1.2em;
	padding: 5px 0 6px 3px;
	border-style: solid;
	border-width: 1px;
	border-top-color:    rgb(198,198,198);
	border-right-color:  rgb(218,218,218);
	border-bottom-color: rgb(234,234,234);
	border-left-color:   rgb(218,218,218);
	-moz-box-sizing: border-box;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius:         4px;
}

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: rgb(101, 158, 201) rgb(112, 174, 221) rgb(168, 207, 236);
	color: rgb(51, 51, 51);
	outline: 0px none;
}


.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	border: 1px solid rgb(255, 255, 255);
	padding: 0 0 .25em 0;
	width: 120px;
}


/**********/
/* Footer */
/**********/

#nyk-footer h4.title {
	/*border-bottom: 1px dotted black;*/
	padding: 0px 0.5em;
	line-height: 35px;
	font-size: 1em;
	margin-top: 0px;
}

#nyk-footer div.content {
	padding: 0px 0.5em 1em;
}

#nyk-footer .column-container {
    margin: 0px auto;
    padding: 0px;
}

div.clearfix.column-container.one-column,div.clearfix.column-container.two-column,div.clearfix.column-container.three-column{
	background:white url('/nyk/gen3/webroot/theme/singularity/img/bg-gradient-footer.png') repeat-x left bottom;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 			0px 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 	0px 0px 1px 1px rgba(0,0,0,0.2);
	-khtml-border-shadow:	0px 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 					0px 0px 1px 1px rgba(0,0,0,0.2);
	margin-bottom:19px;
	min-height: 35px;
	padding: 12px 0;
	width: 1000px;
	min-height: 57px;/*
	margin-top: -26px;*/
	overflow: visible;
}

div#nyk-copyright.clear-element{
width: 1000px;
margin: 0 auto;
}


#nyk-copyright{
	width: 100%;
	text-align: center;
}

/*******************************************/


body {background: ;}

#nyk-wrapper {
	background: url('/nyk/gen3/webroot/theme/singularity/img/human-transparent-50.png') no-repeat 50% 0% fixed, url('/nyk/gen3/webroot/theme/singularity/img/bg-body-stripe-transparent-black.png') repeat-x fixed;
	}

#flash-header {
	min-height: 100px;
	margin-top: 0px;
	padding-top: 0px;
}
#nyk-header #nyk-navigation-menu .flash-wrapper{
	color: #167CAF;
	text-shadow:1px 1px 0px rgba(255, 255, 255, 1),/*-1px -1px 0px rgba(0, 0, 0, 1)*/;
}

#nyk-banner .flash-wrapper span.singularity {
	color: #4F4F4F;
	font-size: 2.0em;
	font-weight: bold;
	margin-top: .50em;
	margin-left: .1em;
}

#nyk-navigation-menu li, #nyk-navigation-menu li a, #nyk-navigation-menu li a:visited {
	color: #4F4F4F;
	font-weight: normal;
	text-decoration: none;
}

#nyk-navigation-menu li:hover, #nyk-navigation-menu li a:hover,
#nyk-navigation-menu li:active, #nyk-navigation-menu li a:active {
	background: rgba(252,252,252,1) url('image/bg-menu-horizontal.png')/*rgba(255,255,255,1)*/;
	color: #606060;
}

#nyk-navigation-menu ul ul {
	background: rgba(230,230,230,1);
	border: 1px solid white;
}

#nyk-navigation-menu ul ul li:hover, #nyk-navigation-menu ul ul li a:hover,
#nyk-navigation-menu ul ul li:active, #nyk-navigation-menu ul ul li a:active  {
	background: rgba(80,157,195,1) url('image/bg-menu-horizontal.png')/*rgba(128,128,128,1)*/;
	color: #FFF;
}

#nyk-newsletter-signup .content .signup, input.button {
	background: url('/nyk/gen3/webroot/theme/singularity/img/bg-button-0.png') repeat-x;
}
a.read-more, a:link.read-more, span.read-more a, span.read-more a:link {
	background: url('/nyk/gen3/webroot/theme/singularity/img/bg-button-0.png') repeat-x;
}
a.read-more:hover, span.read-more a:hover {
	background: url('/nyk/gen3/webroot/theme/singularity/img/bg-button-0.png') repeat-x;
}

#nyk-primary-column #nyk-blogs .title, #nyk-secondary-column #nyk-blogs .title{
	background: url('/nyk/gen3/webroot/theme/singularity/img/bloglist-icon.png') no-repeat;
	background-position: right center;
}

h1, h3, h5, h1.title a, h3.title a, h5.title a {
	color:#4F4F4F;
}

h2, h4, h6, h2.title a, h4.title a, h6.title a {
	color:#4F4F4F;
}
h4 {
	font-style:italic;
}
h4.title {
	font-size: 1.5em;
	font-style:normal;
}

a:link, a:visited {
	color: #4F4F4F;
}

a:hover, a:active {
	color: #4F4F4F;
}

#nyk-footer.module-container.module {}

/**********Google Fonts************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(/nyk/gen3/webroot/theme/singularity/fonts/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(/nyk/gen3/webroot/theme/singularity/fonts/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
/***************End Google Fonts*******************/
