﻿body {
    margin: 0;
	background-color: #fcfcfc;
}

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-floatimage {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.par-heading, #nested h3 {
	color: #33aa33;
	font-size: 22px;
	margin-bottom: 0;
    margin-top: 0;
}

.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 7px 1px rgba(50, 50, 50, 0.2);
	background-color: #ffffff;
}

.nanoModal.nanoModalOverride {
    position: fixed;
}

.nanoModal.nanoModalOverride {
    position: fixed;
}

.nanoModalOverlay.nanoModalOverride {
	opacity: .75;
}

@media (max-width: 800px) {
	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;
	}
}



/* 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: #66cc11;
}

#home-news > div > img {
	opacity: 0.79;
	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 rgba(50, 50, 50, 0.6);
	margin-bottom: 25px;
	border-color: #d5d5d5;
    border-radius: 7px;
    border-style: solid;
    border-width: 2px;
}

#introanimlossy {
	display: none!important;
}

#home-news > div > a {
	background-color: #fcfcfc;
}

#home-news .par-smaller {
    margin-bottom: 11px;
    margin-top: 0;
}

.par-larger {
	font-size: 20px;
}

#home-social {
	margin-top: 40px;
	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;
}

@media (max-width: 800px) {
	#home-news > img, #home-news > div {
		background-image: none;
		display: block;
		height: auto;
		margin: auto;
		width: 100%;
	}
	#introanimhq {
		display: none!important;
	}
	#introanimlossy {
		display: block!important;
	}
	#home-news > div {
		background-image: none;
		margin-bottom: 8%;
	}
	#home-twitter {
		width: 100%;
		margin-top: 5%;
	}
	#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;
}

.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: #8a8a8a;
	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;
}

@media (max-width: 800px) {
	#about-screenthumbs a {
		display: block;
		margin-top: 2%;
	}
	#about-screenthumbs img {
		width: 80%;
	}
	#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;
	}
	#about-right p + 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;
	}
	.systemreq  img {
		float: left;
	}
}




/* DOWNLOAD */

#download {
	font-size: 18px;
}

#download a {
	text-decoration: none;
}

.fakelink {
	color: #0065cb;
	text-decoration: underline;
	font-size: 17px;
}

.divider {
	height: 10px;
}

#download .divider {
	width: 100%;
	background-color: #f1f1f1;
}

#olddownloads td > img {
	opacity: 0.8;
}

#download b.par-color-1 {
    color: #22bb50;
}

@media (max-width: 800px) {
	#download {
		font-size: 17px;
	}	
	#download img:first-child {
		width: 100%;
	}
	.fakelink {
		font-size: 15px;
	}
	#download a.par-color-2 > img {
		display: none;
	}
}




/* BUY */

#buylatest, #buy39 {
	font-weight: bold;
	font-family: Verdana, sans-serif;	
	font-size: 28px;
	width: 390px;
	text-align: center;
	text-decoration: none;
	display: block;
}

#buylatest {
	color: #2392f7;
}

#buy39 {
	color: #f68026;
}

#buylatest img, #buy39 img, #buylatest span, #buy39 span {	
	vertical-align: middle;
}

#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;
}

#nested {
	list-style:none;
	margin-bottom:15px;
	padding: 0;
    margin-left: 0px;
}

#nested li {
	padding-bottom: 35px;
}

#nested h3 {
	margin-top:5px;
	cursor:pointer;
}

#nested h3:before {
	content: "▶ ";
}

#nested h3.acc-selected:before {
	content: "▼ ";
}

#nested .acc-section {
	overflow:hidden;
}

@media (max-width: 800px) {
	#buylatest, #buy39 {
		width: auto;
	}
	#buylatest img, #buy39 img {
		width: 100%;
		max-width: 310px;
	}	
	#comparison42, #comparison39, #comparison26 {
		font-size: 85%;
	}
	#nested h3 {
		font-size: 20px;
	}
}




/* DOCS */

#general, #hardware, #trouble, #license, #upgrade, #regentry {
	font-size: 110%;
	font-weight: bold;
}




/* 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%;
}