body{
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffff00 0%, #e5d600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffff00 0%,#e5d600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffff00 0%,#e5d600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5d600',GradientType=0 ); /* IE6-9 */
}

#movingbackground{
	background-image: url('../img/skyline.png');      
	background-size: contain;
	background-repeat: repeat-x;
	background-position: bottom center;
}


#grussbox #content{
	background-image: url('../img/gbox_mid.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center; 
	color: #444;
}

#grussbox #content b{
	color: #000;
}

#wish img.qrcode{
	padding: 0.5%;
	border-radius: 5%;
	border: solid 5px #000;
}

#wish{
	color: #7a7300;
}

#currentsong{
	color: #cabf00;
}

#popup{
	background-color: rgba(0,0,0,0.95);
}

#currentsong b{
	color: #000;
	-webkit-animation: scaleAnimation 2s infinite; /* Safari 4+ */
	-moz-animation:    scaleAnimation 2s infinite; /* Fx 5+ */
	-o-animation:      scaleAnimation 2s infinite; /* Opera 12+ */
	animation:         scaleAnimation 2s infinite; /* IE 10+, Fx 29+ */
}

body#user #wrapper{
	background-color: #000;
	color: #fff;
}

#user header, #user header img{
	width: 100%;
}

a{
	color: #fff;
}

footer a{
	padding: 15px;
	display: inline-block;
}

#repertoire input[type="text"], #greeting textarea{
	border: 0px;
	padding: 2%;
	width: 96%;
	font-size: 30px;
}

#repertoire .list{
	max-height: 225px;
	width: 100%;
	overflow-y: scroll;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffff00 0%, #e5d600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffff00 0%,#e5d600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffff00 0%,#e5d600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5d600',GradientType=0 ); /* IE6-9 */
	color: #000;
	border-radius: 0px 0px 15px 15px;
	overflow-x: hidden;
	border-bottom: solid 5px #aaaa00;
}

 #greeting textarea{
	height: 125px;
	font-size: 28px;
	line-height: 1.1em;
	border-radius: 15px;
	border-bottom: solid 5px #afafaf;
}

#repertoire .list label{
	font-size: 17px;
	padding: 10px;
	border-bottom: dotted 1px #000;
	line-height: 1.2em;
}

#repertoire .list label b{
	font-size: 20px;
}

.csong{
	opacity: 0.85;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.x{
	display: none;
	float: right;
	position: relative;
	z-index: 50;
	font-size: 35px;
	width: 50px;
	height: 50px;
	color: #000;
	background-color: #fff;
	border-radius: 500px;
	text-align: center;
	margin-top: 5px;
}

input[type="submit"]{
	width: 100%;
	text-align: center;
	font-size: 20px;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffff00 0%, #e5d600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffff00 0%,#e5d600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffff00 0%,#e5d600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5d600',GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	padding: 10px;
	border-bottom: solid 5px #aaaa00;
	margin-top: 10px;
}


@-webkit-keyframes scaleAnimation {
  0%   { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
  50%  { opacity: 0.75; -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
  100% { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
}
@-moz-keyframes scaleAnimation {
  0%   { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
  50%  { opacity: 0.75; -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
  100% { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
}
@-o-keyframes scaleAnimation {
  0%   { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
  50%  { opacity: 0.75; -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
  100% { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
}
@keyframes scaleAnimation {
  0%   { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
  50%  { opacity: 0.75; -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
  100% { opacity: 1; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
}

header h1{
	text-shadow: 1px 1px 0 #fefb42,
    -1px 1px 0 #fefb42,
    1px -1px 0 #fefb42,
    -1px -1px 0 #fefb42,
    0px 1px 0 #fefb42,
    0px -1px 0 #fefb42,
    -1px 0px 0 #fefb42,
    1px 0px 0 #fefb42,
    2px 2px 0 #fefb42,
    -2px 2px 0 #fefb42,
    2px -2px 0 #fefb42,
    -2px -2px 0 #fefb42,
    0px 2px 0 #fefb42,
    0px -2px 0 #fefb42,
    -2px 0px 0 #fefb42,
    2px 0px 0 #fefb42,
    1px 2px 0 #fefb42,
    -1px 2px 0 #fefb42,
    1px -2px 0 #fefb42,
    -1px -2px 0 #fefb42,
    2px 1px 0 #fefb42,
    -2px 1px 0 #fefb42,
    2px -1px 0 #fefb42,
    -2px -1px 0 #fefb42,
    2px 2px 0 #fefb42,
    -2px 2px 0 #fefb42,
    2px -2px 0 #fefb42,
    -2px -2px 0 #fefb42,
    0px 2px 0 #fefb42,
    0px -2px 0 #fefb42,
    -2px 0px 0 #fefb42,
    2px 0px 0 #fefb42,
    3px 3px 0 #fefb42,
    -3px 3px 0 #fefb42,
    3px -3px 0 #fefb42,
    -3px -3px 0 #fefb42,
    0px 3px 0 #fefb42,
    0px -3px 0 #fefb42,
    -3px 0px 0 #fefb42,
    3px 0px 0 #fefb42,
    2px 3px 0 #fefb42,
    -2px 3px 0 #fefb42,
    2px -3px 0 #fefb42,
    -2px -3px 0 #fefb42,
    3px 2px 0 #fefb42,
    -3px 2px 0 #fefb42,
    3px -2px 0 #fefb42,
    -3px -2px 0 #fefb42;
}

header h2{
	text-shadow: 1px 1px 0 #fefb42,
    -1px 1px 0 #fefb42,
    1px -1px 0 #fefb42,
    -1px -1px 0 #fefb42,
    0px 1px 0 #fefb42,
    0px -1px 0 #fefb42,
    -1px 0px 0 #fefb42,
    1px 0px 0 #fefb42,
    2px 2px 0 #fefb42,
    -2px 2px 0 #fefb42,
    2px -2px 0 #fefb42,
    -2px -2px 0 #fefb42,
    0px 2px 0 #fefb42,
    0px -2px 0 #fefb42,
    -2px 0px 0 #fefb42,
    2px 0px 0 #fefb42,
    1px 2px 0 #fefb42,
    -1px 2px 0 #fefb42,
    1px -2px 0 #fefb42,
    -1px -2px 0 #fefb42,
    2px 1px 0 #fefb42,
    -2px 1px 0 #fefb42,
    2px -1px 0 #fefb42,
    -2px -1px 0 #fefb42,
    2px 2px 0 #fefb42,
    -2px 2px 0 #fefb42,
    2px -2px 0 #fefb42,
    -2px -2px 0 #fefb42,
    0px 2px 0 #fefb42,
    0px -2px 0 #fefb42
}