/* ######### Reset ######### */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
del, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

footer, header, hgroup, menu, nav, section {
  display: block;
}


/* ######### Base ######### */

body {
	color:#444;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	height: 100%;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
	color:#777;
	background:#222;
	font-size: 14px;
}

#header {
  margin:0 auto;
  max-width:960px;
  text-align: center;
}

.logo {
  display: inline-block;
  margin-top: 24px;
  height: 40px;
  font-size: 32px;
  text-decoration: none;
}

.wrapper {
  margin:0 auto;
  max-width:972px;
  padding:0 4px;
  position: relative;
}


/* ######### Content ######### */

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.columns.typical {
  margin-bottom:30px;
}

.columns.typical > .column.main {
  float:left;
  width:620px;
  padding-right:40px;
}

.columns.typical > .column.sidebar {
  float:left;
  width:310px;
}


a {
  color:#f09000;
  font-weight:bold;
}

a:hover {
  color: #ffb13d;	
}

h1 {
  margin:0 0 15px;
  font-size:33px;
  color:#000;
  font-weight: 300;
  -webkit-backface-visibility: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

h2 {
  margin:0 0 15px;
  font-size:20px;
  color:#000;
}

.sidebar > h2 {
  margin:0 0 10px 0;
  font-size:14px;
  font-weight:normal;
}

p {
  margin:0 0 15px;
  line-height:1.5;
}

.section {
  margin-bottom:40px;
}

.section:last-child {
  border-bottom:none;
  margin-bottom:20px;
}

.columns ol > li, .columns ul > li {
	line-height: 2.3em;
	font-size: 18px;
}

li {
  list-style-position: inside;
}


/* ######### Download Button ######### */

.download-button {
  display:inline-block;
  text-decoration:none;
  text-shadow:0 -1px 0 rgba(0,0,0,0.3);
  background-color:#3582df;
  background-image: -moz-linear-gradient(#45b3f3 0%, #3582df 100%);
  background-image: -webkit-linear-gradient(#45b3f3 0%, #3582df 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b3f3', endColorstr='#3582df')";
  border-radius:4px;
  box-shadow:0 1px 2px rgba(0,0,0,0.3);
  margin: 0 0 10px;
  padding: 12px 20px 14px 15px;
  font-size: 17px;
  -webkit-backface-visibility: hidden;
  font-weight: normal;
  color: #fff;
}

.download-button::before {
	content: "";
	width: 23px;
	height: 24px;
	display: inline-block;
	background-image: url("../images/download-arrow.png");
	margin-right: 11px;
	margin-bottom: -7px;
}

.download-button:hover {
	color: #fff;
	background-image: -moz-linear-gradient(#56bdf9 0%, #358af0 100%);
	background-image: -webkit-linear-gradient(#56bdf9 0%, #358af0 100%);
	border-radius:4px
}

.download-requirements {
	margin: 0 0 70px;
	-webkit-backface-visibility: hidden;
	opacity: 0.7;
	font-size: 13px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.4);
}


/* ######### Landing ######### */

.landing .logo {
  text-shadow:0px 1px 1px rgba(0,0,0,0.4);
  color: #fff;
}

.landing {
  position: relative;
  color:#fff;
  background: repeat-x center top -webkit-linear-gradient(#30353E 0%, #454E57 100%);
  background: -moz-linear-gradient(center top , #30353E, #454E57);
/*   background: repeat-x center top -webkit-linear-gradient(#808080 0%, #ffffff 100%); */
/*   background: -moz-linear-gradient(center top , #808080, #ffffff); */
  overflow: hidden;
  text-align: center; 
}

.section-shadow {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
	height: 9px;
	background: url("../images/section-shadow.png") repeat-x 0 bottom;
}

.landing-header {
  margin: 80px 10px 25px;  
  font-size:40px;
  text-shadow:0px 1px 1px rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  padding: 0;
}

.stringed.eq {
	background: url("../images/stringed-eq.png");
	width: 986px;
	height: 490px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

/* ######### Help ######### */

.help .logo {
  text-shadow:0px 1px 1px rgba(0,0,0,0.53);
  color: #000;
}

kbd {
  display:block;
  height:21px;
  padding:0 4px;
  line-height:21px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  font-family:"Lucida Grande", sans-serif;
  color:#333;
  text-shadow:0 1px 0 rgba(255,255,255,1.0);
  background:url("../images/kbd-background.png") 0 0 repeat-x;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  border-left:1px solid #bbb;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;
  border-radius:4px;
}

.shortcuts {
  margin:15px 0 35px 0;
}

.shortcuts > dt {
  float:left;
  clear:left;
  margin:0 15px 15px 0;
  height:21px;
  width:55px;
}

.shortcuts > dd {
  margin:0 0 15px 0;
  height:21px;
  line-height:21px;
  font-weight:300;
  font-size:13px;
  color:#777;
}


/* ######### Navigation ######### */

.nav {
  display: block;
  margin:0;
  bottom:0;
  margin: 10px 0 0;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  margin-bottom: 37px;
}

.nav > li {
  list-style-type:none;
  display: inline-block;
  margin: 0 8px;
}

.nav > li > a {
  display:inline-block;
  color:#222;
  font-weight:bold;
  text-decoration:none;
  opacity: 0.6;
}

.nav > li > a:hover {
  text-decoration:underline;
}

.section-landing > li > a {
	color: #fff;
	text-shadow:0px 1px 1px rgba(0,0,0,0.7);
}

.section-landing > li > .nav-landing, .section-help > li > .nav-help {
  text-decoration:none;
  border-radius: 5px;
  opacity: 1;
}

.section-landing > li > .nav-landing {
	text-shadow:0px 1px 1px rgba(0,0,0,0.4);
}


/* ######### Feature List ######### */

.features {
  margin:35px 0;
  text-align:center;
}

.features > li {
  list-style-type:none;
  display:inline-block;
  margin:0 15px;
  padding-left: 29px;
  font-weight: bold;
  background: url("../images/green-checkmark.png") no-repeat 0 center;
}


/* ######### Main Legend ######### */

.main-legend {
  margin: 0px 0 35px 0;
  padding: 55px 0 30px;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #eee;
  font-size: 20px;
}


/* ######### Features ######### */

.columns.features{
  margin-bottom:80px;
}

.columns.threecols .column{
  float:left;
  width:300px;
  margin-left:24px;
  text-align: center;
}
.columns.threecols .column.first{
  margin-left:0;
}

.feature {
	width: 271px;
	height: 150px;
	display: inline-block;
}

.feature.pitch {
	background: url("../images/pitch.png") no-repeat 0 0;
}

.feature.equalizer {
	background: url("../images/equalizer.png") no-repeat 0 0;
}

.feature.loop {
	background: url("../images/loop.png") no-repeat 0 0;
}

.mini-screenshot{
  padding-bottom:35px;
  line-height:1px;
  text-align:center;
}

.features h3 {
  margin:-15px 0 -5px 0;
  font-size:16px;
}

.features p {
  margin:15px 0;
  font-size:14px;
  color:#444;
  line-height:1.4;
}

.features em {
	font-weight: bold;
	font-style: italic;
}


/* ######### Footer ######### */

.copyright {
  width:972px;
  margin:0 auto;
  color:#777;
  font-size: 14px;
  text-align: right;
  padding-top:24px;
}

.fixed {
    position: fixed;
}


/* ######### Stretch Background ######### */

@media only screen 
and (min-width : 1600px) {
	.landing {
	  background-size: 100% 100%;	
	}
}


/* ######### Retina ######### */

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
  
	.stringed.eq {
		background-image: url("../images/stringed-eq@2x.png");
    	background-size: 986px 490px;
	}
	
    .download-button::before {
    	background-image: url("../images/download-arrow@2x.png");
    	background-size: 23px 24px;
    }
    
    .section-shadow {
		background-image: url("../images/section-shadow@2x.png");
		background-size: 3px 9px;
	}
		
	kbd {
		background-image: url("../images/kbd-background@2x.png");
		background-size: 24px 21px;
	}

	.feature.equalizer {
		background-image: url("../images/equalizer@2x.png");
		background-size: 271px 150px;
	}		
	
	.feature.loop {
		background-image: url("../images/loop@2x.png");
		background-size: 271px 150px;
	}
	
	.feature.pitch {
		background-image: url("../images/pitch@2x.png");
		background-size: 271px 150px;
	}	

	.features > li {
		background-image: url("../images/green-checkmark@2x.png");
		background-size: 21px 17px;
	}			
}
