﻿body {
    margin: 0;
	background-color: #d6e0e5;
	background: linear-gradient(125deg, #d6e0e5 0%,#fcfcfc 100%);
	min-height: 100vh;
}

header {
	background-image: url("images/42header.png");
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	color: #717171;
	height: 90px;
	padding-top: 13px;
	line-height: 20px;
	min-width: 966px;
}

header div {
	padding-left: 15%;
	text-align: right;
	display: inline-block;
}

nav {
	padding-left: 15%;
	position: relative;
    top: -16px;
	margin-bottom: 35px;
}

nav a {
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13.5px;
	font-weight: bold;
	color: #949494;
	display: inline-block;
	border-style: dotted;
	border-width: 1px;
	border-color: #d7d7d7;
	background-color: rgba(247,247,247,0.64);
	padding: 5px;
	margin-right: 1%;
	border-radius: 7px;
}

nav a:hover, nav a:active {
	color: #000000;
}

#current-nav {
	color: #555555;
	cursor: default;
	border-color: #c0c0c0;
}

section {
	font-family: 'Rosario', sans-serif;
	font-size: 17px;
	margin-left: 35px;
	margin-right: 35px;
}

section a {
	color: #0065cb;
}

section a img {
	outline: none;
	border: none;
}

.par-color-1, #general, #hardware, #trouble, #license, #upgrade, #regentry {
	color: #226633;
}

.par-color-2, #spfaq {
	color: #225555;
}

.par-color-4 {
	color: #27825a;
}

.par-floatimage {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.par-heading {
	color: #33aa33;
	font-size: 22px;
	margin-bottom: 0;
    margin-top: 0;
}

.tall-heading {
	line-height: 3;
}

.par-smaller {
	font-size: 14px;
}

section ul {
	list-style-type: circle;
	margin-bottom: 0;
}

section li {
	padding-bottom: 5px;
}

section li:last-child {
	padding-bottom: 0;
}

.calloutbox {
	margin: auto;
	border: 4px solid #f1f1f1;
    border-radius: 7px;
	padding: 1%;
	box-shadow: 0 0 62px 9px #99fff5de;
	background-color: #ffffff;
}

.nanoModal.nanoModalOverride {
    position: fixed;
}

.nanoModal.nanoModalOverride {
    position: fixed;
}

.nanoModalOverlay.nanoModalOverride {
	opacity: .75;
}

@media (max-width: 965px) {
	header div {
		display: none;
	}
	header {
		background-position: right;
		background-size: 95%;
		padding-top: 0;
		min-width: 0;
		height: 100px;
	}
	nav {
		text-align: center;
		padding-left: 0;
	}
	nav a {
		font-size: 12px;
	}
	nav a + a + a + a + a {
		margin-top: 5px;
	}
	section {
		margin-left: 27px;
		margin-right: 27px;
	}
}

@media (max-width: 450px) {
	.tall-heading {
		line-height: normal;
	}
}



/* HOME PAGE */

#home-news {
	text-align: center;
}

#home-news > div {
	text-align: center;
	background-image: url("images/old-keyboard-wire.png");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 231px;
	display: inline-block;
	width: 44%;
	max-width: 580px;
	vertical-align: middle;
	margin-bottom: 25px;
	font-size: 23px;
}

#home-news b {
	color: #008044;
	text-shadow: 0px 0px 13px #00b2ff;
}

#home-news > div > img {
	opacity: 0.6;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
    top: -2px;
}

#home-news > img {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	max-width: 580px;
	box-shadow: 0 5px 18px 3px #99fff5de;
	margin-bottom: 25px;
	border-color: #65a7ab;
    border-radius: 7px;
    border-style: solid;
    border-width: 2px;
}

#introanimlossy {
	display: none!important;
}

/* #home-news > div > a {
	background-color: #d6e0e5;
} */

#home-news .par-smaller {
    margin-bottom: 11px;
    margin-top: 0;
}

.par-larger {
	font-size: 20px;
}

#home-social {
	margin-top: 65px;
	margin-bottom: 40px;
	text-align: center;
}

#home-addthis {
	width: 315px;
	display: inline-block;
	vertical-align: top;
	padding-right: 100px;
}

#home-addthis form {
	padding: 20px 10px;
	text-align: left;
}

#home-addthis form > div {
	color: #446655;
}

#home-addthis form > div > input[name="email"] {
	width: 160px;
}

#home-twitter {
	display: inline-block;
	box-shadow: none;
	border: none;
	padding: 0;
	background-color: transparent;
	/* border-radius: 11px; */
	min-width: 435px;
}

#home-twitter > div {
	box-shadow: 0 0 7px 1px rgba(50, 50, 50, 0.2);
	border-radius: 11px;
}

#home-addthis form  {
	box-shadow: 0 0 7px 1px rgba(50, 50, 50, 0.2);
}

@media (max-width: 800px) {
	#home-news > img, #home-news > div {
		background-image: none;
		display: block;
		height: auto;
		margin: auto;
		width: 100%;
	}
	#home-news > div {
		background-image: none;
		margin-bottom: 8%;
	}
	#home-twitter {
		width: 100%;
		margin-top: 5%;
		min-width: unset;
	}
	#home-addthis {
		padding-right: 0;
		width: 100%;
	}
}




/* WHAT IS SOUNDPLANT? */

#about-screenthumbs, #about-vids {
	text-align: center;
	margin-bottom: 25px;
}

#about-screenthumbs a {
	outline: none;
}

#about-screenthumbs img {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
	margin: 4px;
	vertical-align: middle;
    width: 23%;
	max-width: 348px;
}

#about-screenthumbs a, #about-screenthumbs a + a + a {
	opacity: 0.85;
}

#about-screenthumbs a + a {
	opacity: 0.72;
}

#about-vids iframe {
	display: inline-block;
	padding-right: 1%;
	padding-left: 1%;
}

#sb-wrapper-inner {
	border: none;
	box-shadow: 0 0px 10px 7px rgba(0, 0, 0, 0.5);
}

.systemreq {
    margin: 0;
	margin-bottom: 12px;
	clear: both;
}

.systemreq  img {
	vertical-align: middle;
	padding-right: 5px;
	position: relative;
    top: -4px;
	opacity: 0.75;
}

#about-right {
	float: right;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin-left: 15px;
	margin-bottom: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 25%;
	color: #885f34;
	font-size: 15px;
}

#about-right p {
	margin-top: 0;
}

#about-right p:last-child {
	margin-bottom: 0;
}

#about-right span {
	color: #8888aa;
}

#about-right span a {
	color: #5588aa;
}

#about-left ul b, .par-color-3 {
	color: #d45215;
}

#whouses {
	margin-top: 0;
}

#whouses > span {
	display: block;
	text-align: center;
}

#whouses img {
	display: inline-block;
	width: 9.2%;
	vertical-align: middle;
	margin-right: 1%;
	margin-left: 1%;
}

#whouses img:first-of-type {
  margin-left: 0;
}

#whouses img:last-of-type {
  margin-right: 0;
}

#bbc, #cbc {
	width: 8%!important;
}

#nike {
	width: 7%!important;
}

#svt {
	width: 5%!important;
}

#nfl {
	width: 3.8%!important;
}

#ASIOlogo {
	width: 15%;
}

@media (max-width: 800px) {
	#about-screenthumbs {
		margin-bottom: 3%;
		margin-top: -3%;
	}
	#about-screenthumbs img {
		width: 43%;
		margin: 2%;
	}
	#about-vids iframe {
		padding: 0;
		width: 100% !important;
		height: auto !important;
	}
	#about-vids iframe:first-child {
		margin-bottom: 7px;
	}
	#about-right {
		border: none;
		float: none;
		width: auto;
		margin-bottom: 40px;
		margin-left: 0;
		padding-left: 0;
	}
	#about-right p + p {
		display: none;
	}
	#about-right p + p + p + p + p + p {
		display: block;
	}
	#about-right p + p + p + p + p + p + p + p + p {
		display: none;
	}
	#about-right > p:nth-of-type(7) {
		display: none;
	}
	#about-right > p:nth-of-type(3) {
		display: block;
	}
	#about-left > ul {
		padding-left: 2%;
	}
	.systemreq  img {
		float: left;
	}
	#whouses img {
		width: 22%;
		margin-right: 3%;
		margin-left: 3%;
	}
	#whouses > span {
		margin-bottom: 2px;
	}
	#apm {
		width: 23%;
	}
	#bbc, #cbc {
		width: 18%!important;
	}
	#nike {
		width: 16%!important;
	}
	#svt {
		width: 12%!important;
	}
	#nfl {
		width: 7.6%!important;
	}
	#ceska {
		width: 27%!important;
	}
	#hearst {
		width: 24%!important;
	}
}




/* DOWNLOAD */

#downloadLatest {
	font-size: 180%;
}

#download {
	font-size: 20px;
	margin: 0;
	border-spacing: 0;
}

#download a {
	text-decoration: none;
	display: block;
}

#download a:hover {
  background-color: #f5ffff;
  border-radius: 4px;
}

#download .par-color-2 > td:first-child img {
	vertical-align: middle;
	opacity: 0.9;
	margin-right: 5px;
}

#download .par-color-2 > td:first-child img {
	width: 40px;
}

#download .par-color-2:last-child > td:first-child img:nth-child(2) {
	position: relative;
	top: -3px;
}

/* #download .par-color-2 > td:first-child img:last-child {
	display: none;
}

#download td:first-child {
    white-space: nowrap;
} */

#download tr:first-child > td {
	border-left-color: white;
}

#download td:nth-child(2) {
    border-left: 15px solid white;
    padding-right: 7px;
    padding-left: 7px;
}

#download .par-color-2 > td:last-child {
    padding-left: 7px;
}

.fakelink {
	color: #0065cb;
	text-decoration: underline;
	font-size: 14px;
}

.divider {
	height: 20px;
}

#download .divider {
	width: 100%;
	background-color: #fafafa;
	border: white solid 5px;
}

#download em, .systemreq em {
	color: #d9a420;
	font-size: 15px;
}

.macos .mac-hide,
.windows.desktop .win-hide,
#alsoAvailable {
	display: none;
}

.windows.desktop #alsoAvailable, .macos #alsoAvailable {
	display: inline;
}

.windows.desktop #alsoAvailable::after {
	content: "Mac versions";
}

.macos #alsoAvailable::after {
	content: "Windows versions";
}

.macos #downloadMacRow > td:last-child > a > b::before,
.windows.desktop #downloadWindowsRow > td:last-child > a > b::before {
	content: 'Soundplant';
}

.windows.desktop #downloadLatest::after, .windows.desktop #olddownload::after {
	content: " For Windows";
}

.macos #downloadLatest::after, .macos #olddownload::after {
	content: " For Mac";
}

#olddownloads td > img {
	opacity: 0.8;
}

#download b.par-color-1 {
    color: #22bb50;
}

#download tr.par-color-2 > td:first-child {
    font-size: 13px;
	white-space: nowrap;
}

@media (max-width: 800px) {
	#download {
		font-size: 15px;
		border: none;
		position: relative;
		width: 100%;
	}
	#download tr.par-color-2 > td:first-child {
		font-size: 0px;
	}
	#download .par-color-2 > td:first-child img {
		width: 30px;
	}
	.fakelink {
		font-size: 13px;
	}
	/* #download td:first-child:not(.divider) {
		display: none;
	} */
	#download td:nth-child(2) {
		padding-left: none;
		border-left: none;
		border-right-width: 5px;
		padding-right: 2px;
		padding-left: 2px;
	}
	#download .par-color-2 > td:last-child {
		padding-left: 2px;
	}
	/* #download img {
		display: none;
	} */
	#download em {
		font-size: 14px;
	}
}




/* BUY */

.buylatest {
	text-align: center;
}

.buylatest > div {
	display: inline-block;
	text-align: left;
}

.buylatest a, #buy39 {
	font-weight: bold;
	font-family: Verdana, sans-serif;	
	font-size: 30px;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	color: #2392f7;
}

.buylatest a {
	border: 2px solid;/*  #f2f2f8; */
	border-radius: 10px;
	padding: 6px;
}

.buylatest a > div {
	display: inline-block;
	padding: 3px;
	background-color: #2392f7;
	color: #ffffff;
	border-top-color: #84c1f9;
	border-left-color: #84c1f9;
	border-bottom-color: #1e6fb9;
	border-right-color: #1e6fb9;
	font-size: 65%;
	font-weight: normal;
	box-shadow: 0px 0px 10px 7px rgba(87, 102, 236, 0.2);
	margin-left: 10px;
	margin-right: 10px;
}

.buylatest > a {
	display: inline-block;
	border-color: #2392f740;
}

.buylatest > div > a {
	font-size: 26px;
	margin-top: 15px;
}

.buylatest > div > a > div {
	box-shadow: 0px 0px 7px 6px rgba(87, 102, 236, 0.2);
}

#groupbuy {
	margin-top: 30px;	
}

#groupbuy > h1 {
	margin-top: 35px;	
}


#buylatestsmall {
	color: #1482e6 !important;
	border-color: #1482e620;
}

.buylatest:not(#groupbuy) #buylatestsmall {
	margin-top: 45px;
}

.buylatestbig {
	color: #478bc9 !important;
	border-color: #478bc920 !important;
}

.buylatestsite {
	color: #4b7ba8 !important;
	border-color: #4b7ba820 !important;
}

#buy39 {
	box-shadow: 0 0 17px 1px rgba(87, 102, 236, 0.2);
	width: 470px;
	text-align: center;
	padding: 0;
}

#buy39 img, .buylatest span, #buy39 span, .buylatest > div div {	
	vertical-align: middle;
}

#buy39 img {
	margin: 3px;
}

.buylatest b {
	font-size: 60%;
}

.buylatest strong::before {
	content: " - ";
}

span[data-fsc-item-price] {
	min-width: 6ch;
	display: inline-block;
}

#groupbuy span[data-fsc-item-price] {
	min-width: 8ch;
	text-align: center;
}

#comparison42, #comparison39, #comparison26 {
	border-width: 1px;
	border-color: #e7e7e7;
    border-radius: 5px;
    border-style: dotted;
}

/* #comparison42 tr:first-child td:first-child, #comparison39 tr:first-child td:first-child, #comparison26 tr:first-child td:first-child {
	background-color: #fafafa;
} */

#comparison42 tr:first-child td, #comparison39 tr:first-child td, #comparison26 tr:first-child td {
	background-color: #f0f0f0;
	color: #09386e !important;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#comparison42 tr td:first-child, #comparison39 tr td:first-child, #comparison26 tr td:first-child {
	background-color: #f0f0f0;
	text-align: center;
	color: #353535;
}

#comparison42 tr td + td + td, #comparison39 tr td + td + td, #comparison26 tr td + td + td {
	color: #007700;
}

.green-override {
	color: #007700 !important;
}

#comparison42 tr td, #comparison39 tr td, #comparison26 tr td {
	background-color: #f5f5f5;
	color: #770000;
	padding: 3px 4px;
}

.darker-override {
	color: #115522  !important;
}

#comparison39 td[colspan="2"], #comparison26 td[colspan="2"] {
	background-color: #faf4f4;
    padding-left: 10%;
}

#comparison39 td + td + td + td, #comparison39 td[colspan="2"] + td, #comparison26 td + td + td + td, #comparison26 td[colspan="2"] + td {
    background-color: #f0f0f7 !important;
}

@media (max-width: 800px) {
	.buylatest, #buy39 {
		width: auto;
		text-align: center;
	}
	.buylatest img, #buy39 img {
		width: 98%;
		max-width: 310px;
	}	
	.buylatest b, #buy39 b {
		display: block;
	}
	.buylatest > div {
		text-align: center;
	}
	.buylatest a > div {
		display: block;
		margin: 10px;
	}
	.buylatest > a, .buylatest strong {
		display: block;
	}
	.buylatest strong::before {
		content: none;
	}
	#groupbuy > h1 {
		margin-top: 45px;	
	}
	#comparison42, #comparison39, #comparison26 {
		font-size: 85%;
	}
}




/* DOCS */

#general, #hardware, #trouble, #license, #upgrade, #regentry {
	font-size: 110%;
	font-weight: bold;
}

#spfaq > p span, #spfaq > ul span, .featureHighlight {
	background-color: #f0f8ffe0;
	border-radius: 4px;
}

#spfaq > p span a {
	color: inherit;
}

#spfaq ul {
    margin-top: -15px;
    margin-bottom: 20px;
}

#spfaq ul ul {
    margin-top: 1px;
	margin-bottom: 0;
}

#spfaq li {
    padding-bottom: 1px;
}




/* ABOUT THE AUTHOR */

.musicrelease {
	border: 1px dotted rgb(221, 221, 221);
	margin-top: 20px;
	border-radius: 4px;
	padding: 4px;
}

.musicrelease td:first-child {
	text-align: center;
	padding-right: 10px;
}

.musicrelease strong {
	color:#C71585;
}

.musicrelease img {
	width: 100px;
	/* padding-top: 15px;
	padding-bottom: 15px; */
}

.musicrelease + .musicrelease img {	
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
}

/* .musicrelease:first-of-type img, .musicrelease:last-of-type img {
	padding: 0
} */

.centerblock {
	display: block;
	margin: auto;
	max-width: 464px;
    width: 100%;
}




/* MAILING LIST SIGN UP */

#maillist input[name="email"] {
	width: 200px;	
}
@media (max-width: 800px) {
	#maillist input[name="email"] {
		width: 100%;
	}
}
