/*this color pallete

E6E2AF,A7A37E,EFECCA,046380,002F2F*/



@font-face {
	font-family: 'DanielBold';
	src: local('Daniel Bold'), local('DanielBold'), url('danielbd.ttf') format('truetype');
}

@font-face {
	font-family: 'DanielRegular';
	src: local('Daniel Regular'), local('Daniel'), url('daniel.ttf') format('truetype');
}
*{margin:0;padding:0;outline:none;}
body{background-color:#046380;font-family: 'DanielRegular';background-image:url(images/siteBG.png);}
article,footer,header,nav,section{display:block;}
.clear{clear:both;}
cite{
	color:white;
	display:block;
	font-size:10px;
	margin:5px auto;
	padding-right:20px;
	width:940px;
	text-align:right;
	position:absolute;
	bottom:-30px;
	right:20px;
}
#page{
	background-image:url(images/diagonalsBG.png);
	height:625px;
	margin:10px auto 0;
	padding:25px;
	position:relative;
	width:910px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
h1{
	background-color:#046380;
	color:#E6E2AF;
	font-family:'DanielBold';
	margin:0 auto;
	padding:10px 35px 25px;
	text-align:left;
	width:820px;
	-webkit-border-radius:15px;
	-webkit-box-shadow:inset 0px 0px 10px 1px #222;
	-moz-border-radius:15px;
	-moz-box-shadow:inset 0px 0px 10px 1px #222;
	border-radius:15px;
	box-shadow:inset 0px 0px 10px 1px #333;
}
h1 a{
	color:#E6E2AF;
	text-decoration:none;
}
header p{
	color:#002F2F;
	font-family:'DanielRegular';
	margin:-30px 0 0 250px;
}
#musicSelection{
	background-color:#002F2F;
	float:left;
	list-style:none;
	margin-top:15px;
	margin-left:10px;
	padding:25px 35px;
	width:820px;
	-webkit-border-radius:15px;
	-webkit-box-shadow:0px 0px 5px 1px #333;
	-moz-border-radius:15px;
	-moz-box-shadow:0px 0px 5px 1px #333;
	border-radius:15px;
	box-shadow:0px 0px 5px 1px #333;
}
#musicSelection li{
	background-color:white;
	float:left;
	height:100px;
	margin-right:44px;
	width:100px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:0px 0px 10px 1px #222;
	-moz-border-radius:2px;
	-moz-box-shadow:0px 0px 10px 1px #222;
	border-radius:2px;
	box-shadow:0px 0px 10px 1px #222;
}
#musicSelection li.last{
	margin-right:0;
}
#musicSelection li a{
	display:block;
	height:100px;
	text-indent:-5000px;
	width:100px;
}
article section div ul{list-style:none;}
#jason{background-image:url(images/thumbs/jasonMrazBW.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#jason:hover{background-image:url(images/thumbs/jasonMraz.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#jack{background-image:url(images/thumbs/jackBW.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#jack:hover{background-image:url(images/thumbs/jack.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#one{background-image:url(images/thumbs/oneBW.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#one:hover{background-image:url(images/thumbs/one.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#ataris{background-image:url(images/thumbs/atarisBW.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#ataris:hover{background-image:url(images/thumbs/ataris.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#redhot{background-image:url(images/thumbs/redhotBW.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#redhot:hover{background-image:url(images/thumbs/redhot.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#euro{background-image:url(images/thumbs/technoBW.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#euro:hover{background-image:url(images/thumbs/techno.jpg);background-position: 10px 10px;background-repeat:no-repeat;}
#jackContent,#jasonContent,#oneContent,#atarisContent,#redhotContent,#euroContent{
	background:#EFECCA;
	margin:10px auto;
	padding:25px 35px;
	width:820px;
	-webkit-border-radius:15px;
	-webkit-box-shadow:inset 0px 0px 5px 2px #333;
	-moz-border-radius:15px;
	-moz-box-shadow:inset 0px 0px 5px 2px #333;
	border-radius:15px;
	box-shadow:inset 0px 0px 5px 2px #333;
}
#jackContent,#jasonContent,#oneContent,#atarisContent,#redhotContent,#euroContent{
	display:none;
}
#jackContent img,#jasonContent img,#oneContent img,#atarisContent img,#redhotContent img,#euroContent img{
	height:325px;
	-webkit-box-shadow:0px 0px 10px 1px #333;
	-moz-box-shadow:0px 0px 10px 1px #333;
	box-shadow:0px 0px 10px 1px #333;
}
article section div ul h4{
	color:#046380;
	font-size:24px;
	font-weight:bolder;
}
article section div ul li{
	float:left;
}
article section div ul li:nth-child(2){
	width:465px;
	margin-left:25px;
	height:325px;
	overflow-y:auto;
}
article section div ul li p{
	padding-left:10px;
	white-space:pre-line;
}
#tooltip{
	display:none;
	position:absolute;
	top:250px;
	right:-50px;
	background-color:#8D1236;
	border:15px solid #ccc;
	color:white;
	font-family:verdana;
	font-size:11px;
	padding:5px 15px 15px 15px;
	width:200px;
	-webkit-border-radius:0px 150px 200px 150px;
	-moz-border-radius:0px 150px 200px 150px;
/*	border-radius:150px 100px 200px 0;*/
	opacity:.85;
}
#tooltip strong{
	color:red;
	font-size:16px;
}
#tooltip p,#next p{
	color:white;
}
#next,#like{
	position:absolute;
	top:350px;
	left:300px;
		display:none;
		background-color:#333;
		border:1px solid #white;
		color:white;
		font-family:'DanielRegular';
		font-size:24px;
		padding:50px;
		width:400px;
		-webkit-border-radius:10px 10px 10px 10px;
		-moz-border-radius:10px 10px 10px 10px;
	/*	border-radius:150px 100px 200px 0;*/
		-webkit-box-shadow:inset 0px 0px 10px 2px #333;
		-moz-box-shadow:inset 0px 0px 10px 2px #333;
	opacity:.90;
}