/*
	Christopher's Music Site Style Sheet
	Author: Christopher Bishop
	Date: 06/18/2014
*/
	
@page {
	size: 8.5in 11in landscape;
	margin: 0.5in;
}

/* Body styles */
	
body {
	
	font-family: Verdana;
	background: url(images/pushead11.jpg);
	background-attachment: fixed;
	text-align: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	min-width: 1000px;
	max-width: 1400px;
	position: relative;
}

/* Styles for the page header */

header{
position: relative;
top:20px;
left: 85px;
}

#index{
	float: left;
	width: 21%;
	margin: 10px;
	padding: 10px;
	}
	
	/* General Navigation List Style */

nav ul li {
  list-style: none;
  background-color: gray;
  text-align: center;
  margin: 5px;
  width: 12em; 
}

nav ul li a {
  display: block;
  text-decoration: none;
  padding: .25em;
  border: solid 1px #39f;
}

nav a:link, a:visited { color: #fff; }

nav a:hover, a:active { color: #000; }

#cities{
  list-style: none;
  background-color: rgb(112, 147, 219);
  border: solid 2px #039;
  text-align: center;
  margin: 0px;	
  float: left;
	width: 69%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.8;
	clear: left;
}

/* Heading styles*/

section h2 {
	background-color: rgb(112, 147, 219);
	color: white;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.3em;
	font-family: Goudy stout;
	border: solid 2px #039;
	padding: 5px;
	letter-spacing: 0.1em;
}

/*Section styles*/

aside h2 {
	background-color: rgb(112, 147, 219);
	color: white;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.3em;
	font-family: Goudy stout;
	border: solid 2px #039;
	padding: 5px;
}

article {
	border: 2px solid rgb(182, 182, 92);
	color: black;
  background-color: #9b9b9b; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For Chrome and Safari */
  background-image:    -moz-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For old Fx (3.6 to 15) */
  background-image:     -ms-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to bottom, hsl(0, 40%, 100%), #9b9b9b); /* Standard syntax; must be last */
}

/*P styles*/

p:first-letter {
font-size: 200%;
float: left;
line-height: 0.6;
}

/*Footer styles*/

footer address{
	background-color: rgb(112, 147, 219);
	color: white;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.5em;
	text-align: center;
}

footer{
float: left;
margin-left: 5%;
margin-bottom: 20px;
width: 90%;
border: solid 2px #039;
}

/*List styles*/

section h2+ul{
	list-style-image: url(images/record.jpg);
}

/*Table styles*/

table {
	border-collapse: collapse;
	border-spacing: 7px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width:90%; 
    margin-left:5%; 
    margin-right:5%;
	text-align: center;
}

table th, table td {
	border: 4px outset rgb(176,196,222);
}

table thead {
	background-color: rgb(0,0,205);
	color: white;
	color: rgba(255, 255, 192);
}

table tbody tr{
	height: 40px;
}

table tbody td{
	height: 40px;
	padding: 10px;
	vertical-align: top;
}


table thead tr{
	height: 90px;
}

col.column{
	background-color: rgb(112,128,144);
}

tr:nth-of-type(even) {
	background-color: rgb(0, 128, 255);
}

table caption{
	caption-side: bottom;
	text-align: right;
	margin-right: 15px;
	margin-top: 6px;
}

/*Field set Styles*/

fieldset {
	background-color: rgb(112, 147, 219);
	border: 1px solid #039;
	float: left;
	margin: 10px 0px 10px 2.5%;
	width: 45%;
}

legend {
	background-color: rgb(233, 69, 0);
	color: white;
	padding: 5px 0px;
	text-indent: 5px;
	width: 100%;
	border: 2px solid #039;
}

label{
	clear: left;
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 7px 4% 7px 35px;
	width: 40%
}

input{
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 7px 0px;
	width: 40%;
}

select {
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 0px 0px;
}

fieldset.satisfaction label{
	
	display: inline;
	float: none;
	font-size: 0.9em;
	margin: 3px 3px 3px 3px;
	width: 30px;
}

fieldset.satisfaction input{
	display: inline;
	float: none;
	font-size: 0.9em;
	margin: 3px 20px 3px 0px;
	width: 20px;
}

/* Range slider styles */

label.sliderLabel {
	clear: none;
	font-size: 0.7em;
	margin: 10ps 0px;
	text-align: center;
	width: 10px;
}

input[type="range"] {
	width: 150px;
}

/* Multimedia control styles */

audio {
	display: block;
	margin: 5px auto;
	width: 95%;
	text-align: center;
}

/* Image formats */

img {
  margin-bottom: 25px;
  margin-right: 25px;
  }

/* id formats */

#welcome{
	float: left;
	width: 69%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.8;
}

#musicalfinds{
	float: left;
	width: 20%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.8;
}

#asiders{
	float: left;
	width: 95%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.9;
	background-color: #9b9b9b; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For Chrome and Safari */
  background-image:    -moz-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For old Fx (3.6 to 15) */
  background-image:     -ms-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to bottom, hsl(0, 40%, 100%), #9b9b9b); /* Standard syntax; must be last */
}

#asideho{
	float: left;
	width: 70%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.9;
	background-color: #9b9b9b; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For Chrome and Safari */
  background-image:    -moz-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For old Fx (3.6 to 15) */
  background-image:     -ms-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(top, hsl(0, 40%, 100%), #9b9b9b); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to bottom, hsl(0, 40%, 100%), #9b9b9b); /* Standard syntax; must be last */
}

#recordstores{
	float: left;
	width: 45%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.8;
}

#replicate{
	float: left;
	width: 20%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.8;
}

#replicate2{
	float: left;
	width: 70%;
	margin: 10px;
	background-color: gray;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px #039;
	opacity: 0.8;
}