/*
    This is for the songDisplay.php file. Any changes here will only affect that
*/
@media screen {
  html, body {
		height: 100%;
	}

	html {
    font-family: "Nimbus Sans L", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
  }

  body {
    text-align:center;
  	background: url(../images/ocean1366x768.jpg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ocean1366x768.jpg', sizingMethod='scale');
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ocean1366x768.jpg', sizingMethod='scale')";
  }

	.dim {
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1 !important;
		background-color: black;
		display: none;
		cursor: none;
	}

	#fixed-edit{
		position: fixed;
		bottom: 0;
		left: 0;
	}

  #content {
    position: relative;
    margin: 0 auto;
    padding: 0 20px 45em 20px;
  }

  h1 {
    font-weight: 300;
  }

  .title {
    font-size: 2.5em;
    text-align: center;
    text-decoration: underline;
    padding: 15px 3px 2px;
  }

  .info {
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    margin-bottom: -16px;
  }

  .verse,#chorus,#chorus2,#chorus3, #prechorus,#bridge{
    font-weight: 700;
  }

  a i,.verse i,#chorus  i,#chorus2 i, #chorus3 i, #prechorus i, #bridge i{
    font-weight: 400;
  }

  a i,.verse,#chorus,#prechorus,#bridge,#chorus2, #chorus3 {
    padding-top: 30px;
  }

  .test {
    /*margin-bottom: 4em;*/
    margin-bottom: 2.5em;
  }

  #lyrics {
    display: inline-block;
    font-size: 1.3em;
    font-family: "Nimbus Sans L", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    padding-top: 25px;
    margin: auto;
    font-weight: 700;
    line-height: 1.25;
  }

  ::-webkit-scrollbar   {
    width: 0px;
  }

  /* hacking */
  .lt-ie7 img#bg {
    display: none;
  }
  .lt-ie7 body {
    background-color: #fff;
  }
}

@media screen and (min-width:550px) {
	#lyrics {
		font-size: 1.3em;
		padding-top: 35px;
	}

	.title {
    font-size: 2.7em;
	}
}

@media screen and (min-width:650px) {
	#lyrics {
		font-size: 1.78em;
		padding-top: 45px;
	}

	.title {
    font-size: 2.8em;
	}
}

@media screen and (min-width:800px) {
	#lyrics {
		font-size: 1.84em;
		padding-top: 135px;
	}

	.title {
        font-size: 3em;
	}

	.publishing {
		margin-bottom: 0;
		margin-top: 0;
	}
}

@media screen and (min-width:900px) {
	#lyrics {
		font-size: 2.25em;
		min-width: 800px;
	}
}

@media screen and (min-width:1000px) {
	#lyrics {
		min-width: 900px;
	}
}

@media screen and (min-width:1200px) {}

@media print {
  @page {
    margin: 2.54cm;
  }

  html {
    font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
  }

  body {
    font-weight: 600;
  }

  html, body {
    width: 100%;
    height: 99%;
    margin: 0;
    padding: 0;
  }

  h1.title {
    font-size: 24pt;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }

  .author {
    font-weight: bold;
  }

  img.bg  {
    display: none;
  }

  .test {
    letter-spacing: -0.5px;
  }

  .info {

  }

  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  div.test {
    font-size: 12pt;
  }

  i {
    font-size: 11pt;
  }

  .publishing {
    font-size: 8pt;
    margin: 0;
    text-align: center;
  }
}
