body {
	font-family: sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-color: #234;
}
p {
	margin: auto;
	width: 800px;
}
h1 {
	text-align: center;
}
table {
	margin: auto;
	min-width: 1300px;
	width: 90%;
}
th {
	font-size: 15pt;
	font-weight: bold;
	color: #AFA;
	padding: 20px;
	margin: 10px;
	background-color: #3C4C5C;
	text-align: left;
}
th span {
	color: #CCC !important;
	font-weight: normal;
}
td {
	background-color: #345;
	font-size: 14pt;
	padding: 20px;
	margin: 10px;
}
.ex {
	color: #999;
	background-color: #2C3C4C;
}
.header {
	background-color: #234;
	color: #666;
	text-align: center;
	font-size: 14pt;
	font-style: italic;
}
th i {
	color: #777;
}
th b, td b, li b {
	color: #CAF;
}
.c1 {
	width: 25%;
}
.c2 {
	width: 45%;
}
.c3 {
	width: 30%;
}
h3 {
	text-align: center;
	margin: 50px auto 20px auto;
	color: #FF0;
}
.alias {
	font-size: 10pt;
	color: #AAA;
	margin: 5px 2px 2px 2px;
	padding: 2px;
	font-weight: 0 !important;
}

.socialarea {
	clear: both;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	white-space: nowrap;
}
.social-button {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 25px;
	border: 1px #FFF solid;
	-webkit-box-shadow:0 0 5px #ffffff;
	-moz-box-shadow: 0 0 5px #ffffff;
	box-shadow:0 0 5px #ffffff;
}
.social-button a {
	display: block;
	background-size: 100px;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
}
.social-button a:hover {
	-webkit-box-shadow:0 0 15px #ffffff;
	-moz-box-shadow: 0 0 15px #ffffff;
	box-shadow:0 0 15px #ffffff;
}

#social-facebook {
	background-image: url('/images/facebook.png');
}
#social-twitter {
	background-image: url('/images/twitter.png');
}
#social-youtube {
	background-image: url('/images/youtube.png');
}
#social-email {
	background-image: url('/images/email.png');
}
#social-tumblr {
	background-image: url('/images/tumblr.png');
}
#social-deviantart {
	background-image: url('/images/deviantart.png');
}
.center {
	text-align: center;
}
.center a {
	margin: auto;
}
a {
	color: #0FF;
}
ul {
	margin: auto;
	width: 750px;
}
li {
	margin: 2px 2px 8px 2px;
}

#music_current {
	padding: 15px;
	border-radius: 15px;
	background-color: rgba(0,0,0,0.2);
	margin: auto;
	width: 600px;
}

#music_label {
	font-size: 18pt;
	color: #FFF;
	margin-bottom: 20px;
}

#music_progress {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	height: 40px;
	background-color: rgba(0,0,0,0.2);
}
#music_bar {
	width: 100%;
	background-color: #333;
	border-top: 1px #666 solid;
	height: 5px;
}
#music_bar_inner {
	background-color: #4F5;
	border-bottom: 1px #FFF solid;
	height: 5px;
}
#music_pos {
	position: absolute;
	left: 10px;
	top: 15px;
}
#music_len {
	position: absolute;
	right: 10px;
	top: 15px;
}
#debug {
	background-color: rgba(0,0,0,0.2);
	border-radius: 15px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	width: 600px;
}
#playlist_link {
	text-align: center;
	padding: 30px;
	margin: auto;
	font-size: 14pt;
}
