/*Main.css file for Campdora*/

.sprite{
  background: url('img/sprite2.png');
}

.invisible{
  visibility:hidden;
}


/*Things in the header*/
#header{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}

#logo{
  width:325px;
  height:78px;
  background-position: 0px 0px;
}

#controls{
  visibility: hidden;
	padding-top: 2px;
	height: 30px;
	width: 180px;
	background-color: #DDDDDD;
	float: right;
	margin-top: 55px;
	margin-right: 15px;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;	
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
}

#backBtn{
  margin-left:3px;
  height:25px;
  width:25px;
}

.backButtonGrey{
  background-position:-26px -80px;
}

.backButtonEnabled{
  background-position:0px -80px;
}


#playPause{
  height:27px;
  width:27px;
  cursor:pointer;
}

.playBtn{
  background-position:-106px -80px;
}

.pauseBtn{
  background-position:-78px -80px;
}

#nextBtn{
  height:25px;
  width:25px;
  cursor:pointer;
  background-position:-52px -80px;
}

.enabled{
	cursor: pointer;
}

#container{
	margin-top: 10px;
	margin-left: auto;
	width: 60%;
	margin-right: auto;
	height: 300px;
	/*width: 600px;*/
	border-color: #000000;
	border-style: solid;
	border-width: 4px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #ffffff;
	position: relative;
}

#genres{
	font-family: Arial, Helvetica, sans-serif;
	/*float: left;*/
	position: absolute;
	height: 300px;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	background-color: #f7f7f7;
	border-radius: 15px 0 0 15px;	
	z-index:1;
}

#genres h2{	
	font-size: 16px;
}

#genreBox{
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	height: 193px;
}

#listenButton{
	margin-left: 60px;
}

#welcome{
	margin-top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #B4B4B4;
	margin-left: 215px;
}

#arrow{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -50px;
	font-size: 100px;
	float: left;
}

#songs{
	height: 300px;
	width: 100%;
}

#songContainer{
	float: right;
	margin-top: 10px;
}

.songObject{
	border-style: solid;
	border-width: 2px;
	height: 270px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

.songLoading{
  opacity: .3;
}

#loading_gif{
  position: absolute;
  top: 85px;
  left: 15px;
}

.hiddenSong{
	visibility: hidden;
}
.visibleSong{
	visibility: visible;
}

#teaseNext{
	float: right;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 10px;
	height: 270px;
}

.songInfo{
	margin: 10px;
	height: 90px;
}

.songArtist{
	height: 38px;
	overflow: hidden;
	margin-top: 10px;
}	
.songTitle{
	height: 38px;
	overflow: hidden;
}	

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
	width:122px;
	height:5px;
	margin: 10px auto 0px;
	
}

div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background-color: #ABABAB;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: blue;
	width:0px;
	/* height:15px; */
	height:100%;
}

#slider{
	cursor: pointer;
	float: right;
	width: 65px;
	margin-top: 10px;
	margin-right: 10px;
	
}

#feedback{
	background-color: #FFFFFF;
	border-color: #676767;
	border-radius: 15px 15px 15px 15px;
	border-style: solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	width: 615px;
	font-size: 10pt;
	position: relative;
}	

#bottom_container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  width:60%;
  text-align:left;
  font-family:Arial;
  font-size:22px;
  color:#B4B4B4;
}

















