body {
	margin:0;
	padding: 0;
	font: 1.0em/1.5em Muli,arial,helvetica,sans-serif;
	color: #444;
	text-align: center;
	background: #1e1e1f;
	background-image: url("../img/np-bkg.jpg");
	background-size: 100%;
	background-position: 0 45px;
	background-repeat: no-repeat;
}

h1 {
	font-size: 1.6em;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
}

header {
	height: 14.0em;
}

.np-navToggle {
	position: fixed;
	z-index: 4;
	display: block;
	width: 100%;
	background: #000;
	text-align: right;
	color: #fff;
	background: #000;
}

.np-navBtn {
	margin: 1.0em 1.0em 1.0em 0;
	padding: 0;
	width: 25px;
	height: 20px;
	background: url('../img/np-menu.png');
	border: none;
	cursor: pointer;
}

.np-navBtn:active, .np-navBtn:focus {
	outline: none;
}

.np-nav {
	display: none;
	position: fixed;
	top: 28px;
	margin: 0;
	z-index: 3;
	padding: 0;
	width: 100%;
	background: #222;
}

nav li {
	list-style: none;
	padding: 0.6em;
	font-size: 1.1em;
	text-align: left;
	color: #fff;
	border-bottom: solid 1px #333;
}

nav li:hover {
	color: #fff;
}

nav li a {
	color: #fff;
	text-decoration: none;
}

nav li a:hover, .active {
	color: #999;
}

.np-content {
	margin: 0 auto;
	width: 94%;
	text-align: left;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #f6f5e9;
}

.np-connect {
	margin: 1.0em auto 0 auto;
	width: 94%;
	text-align: left;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #666;
}

.np-wrap {
	padding: 1.5em;
}

.np-story {
	padding: 0 0 1.3em 0;
	border-bottom: solid 1px #999;
}

.np-newsImg {
	float: left;
	margin: 0 1.0em 0.3em 0;
	width: 145px;
	border: solid 1px #777;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.np-profile {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	border: solid 1px #777;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.np-gallery {
	margin: 0;
	padding: 0;
}

.np-gallery li {
	list-style: none;
	display: inline-block;
	margin: 0.8em 1.0em 0 0;
}

.np-gallery img {
	width: 140px;
	border: solid 1px #777;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.np-video {
	margin-bottom: 1.0em;
	width: 100%;
	max-width: 500px;
	height: 315px;
	border: none;
}

.np-iTunes {
	float: left;
	margin: 2.5em 0 0 2.0em;
}

.np-cdbaby {
	float: left;
	margin: 0;
	padding: 0;
	width: 225px;
	height: 120px;
	border: 0;
	background-image: url('http://www.cdbaby.com/Images/Links/Black-Buy_Album_100px_horz.png');
}

div.jp-audio { /* jplayer overwrite */
	width: 98%;
}

#contact-form input, #contact-form textarea {
	display: block;
	margin-top: 0.3em;
  padding: 0.5em;
  width: 95%;
  font-size: 1.0em;
  border: solid 1px #999;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#contact-form textarea {
	width: 95%;
  height: 10.0em;
}

#contact-form button {
	margin: 0;
  padding: 0.5em;
  width: 5.0em;
  font-size: 1.0em;
  color: #fff;
  text-align: center;
  background: #999;
  border: none;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#contact-form button:hover {
	background: #333;
	cursor: pointer;
}

.success {
  margin-top: 1.0em;
  padding: 1.0em;
  color: #468847;
  background-color: #dff0d8;
  border: solid 1px #d6e9c6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.error {
  margin-top: 1.0em;
  padding: 1.0em;
  color: #b94a48;
  background: #f2dede;
  border: solid 1px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.check {
	display: none;
}

.np-fb {
	padding: 0.6em;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

footer {
	padding: 1.5em 0;
	text-align: center;
	font-size: 0.75em;
	color: #fff;
}

.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

@media (min-width: 960px) {
	body {
		background-position: 0 0;
	}
	header {
		height: 18.5em;
	}
	nav {
		float: right;
		padding: 16.5em 0 0 0;
		width: 960px;
		text-align: left;
	}
	.np-nav {
		display: block;
		position: relative;
		top: 0;
		padding-left: 2.5em;
		background: none;
		width: 43.75em;
	}
	nav li {
		display: inline-block;
		margin-right: 2.0em;
		padding: 0;
		border-bottom: none;
	}
	nav li:hover {
		background: none;
	}
	.np-navToggle {
		display: none;
	}
	.np-contentWrap {
		position: relative;
		float: right;
		width: 100%;
	}
	.np-contentWrap:after {
	  content: " ";
	  display: table;
	  clear: both;
	}
	.np-content {
		position: relative;
		float: right;
		margin: 0 390px 1.5em 0;
		width: 550px;
		min-height: 950px;
		z-index: 2;
	}
	.np-connect {
		position: absolute;
		top: 0;
		right: 0;
		float: right;
		margin: 0 0.5em 0 0;
		padding-left: 2.6em;
		width: 370px;
		min-height: 950px;
	}
	.np-gallery img {
		width: 145px;
	}
}