@import url("fonts.css");

body {
	margin: 25px 35px 25px 25px;
	font-family: MuseoSlab;
	background-image: url('images/diagonal-noise.png');
	height:100%;
	position: relative;
}

.button {
	font-size: 14px;
	color: #ffffff;
	padding: 8px 15px;
	background: #148796;
	border: 0px; /*solid #134201;*/
	-moz-box-shadow:
		-3px 5px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		-3px 5px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px 1px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);	
}

.buttonPress{
	font-size: 14px;
	color: #ffffff;
	padding: 8px 15px;
	background: #148796;
	border: 0px; /*solid #134201;*/
	-moz-box-shadow:
		-3px 5px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		-3px 5px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px 1px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
	
	background: -moz-linear-gradient(
	               top,
	               #013b42 0%,
	               #148796);
	background: -webkit-gradient(
	               linear, left top, left bottom, 
	               from(#013b42),
	               to(#148796));
}

ul{
	color: #fff6a6;
	list-style-type: none;
}

.userButton {
	font-size: 14px;
	color: black;
	padding: 8px 15px;
	margin-top: 13px;
	background: #e8d6d6;
	border: 0px; /*solid #134201;*/
}

#buttonGraph {
	float: left;
	height: 0px;
	width: 480px;
	padding:0em 1em 3em;
}

#tagDisplay {
	width: 445px;
	min-height: 400px;
	height: 100%;
	margin-top: 1 em;
	margin-left: 1em;
	float: left;
	background-color: #EEEEEE;
		padding: 10px;-moz-box-shadow:
		-2px 5px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		-3px 5px 5px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px 1px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.1);
}

h1 {
	font-size: 45px;
	margin: 5px;
	text-shadow: 0px 2px 3px #FFF;
}

h2 {
	font-size: 20px;
	margin: 2px;
	padding-left: 5px;
}

h1, h2 {
	padding: 2px;
}

h3 span {
	float:none;
}

h3 {
	font-size: 20px;
	float: none;
	clear:both;
	width: 100%;
}

span {
	float: left;
	margin: 2px;
}

.matched {
	color: #D3830D;
}


#main {
	margin:0 auto;
	margin-top: 15px;
	height:auto;
	height: 100%;
	min-height:100%;
	float: left;
}

#container{
	margin:25px 0px 0px 20px;
}

#form {
	float: left;
	background-color: #D3830D;
	width: 255px;
	height: 150%;
	padding: 10px;
}

#userDisplay h1 {
	font-size: 30px;
	color: white;

}

#usernameDiv {
	margin-top: 10px;
}

#usernamebox {
	border: 0px;
	height: 32px;
	width: 99%;
}

/*
#username placeholder{
	font-size: 15px;
}

*/

#artistList { 
	/*margin:0; 
	padding:0; 
	width: 300px;
	background-color:#575454; 
	text-align:center; 
	padding:5px;  
	overflow:auto; 
	font-size:70%; 
	font-family:arial;
	*/
} 

#clear {
	float: right;
}
	 
#artistList li {  
  	/*list-style-type: none; */
	/*float: left; */
	margin: 7px; 
	height: 25px; 
}  

#LastArtist {
	margin-bottom: 20px;
}

#tagList {
	width: 138px;
	padding: 10px;
	float: left;
	height: 50%;
	width: 100%;
	//background-color: #e8d6d6;
}

#tagCloud {
	width: 138px;
	padding: 10px;
	float: left;
	height: 50%;
	width: 100%;
}

#artistTags h3 {
	margin:2px;

}

#userTags h3 {
	margin:2px;
	margin-top: 15px;

}

#tagDisplay h3{
	color: #1D1E1F;

}
span {
	color: #3C3D3D;
	font-family: MuseoSans;
	size: 16px;
}

/* saving this for later, 
a footer that sticks to the bottom of the browser
div#footer {
	position:absolute;
	width:100%;
	height: 50px;
	bottom:0; /* stick to bottom 
	background:#FFF;

}*/

