* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 730px;
	height: 100%;
	min-width: 870px;
}

body {
	background-image: url(images/bg.jpg);
	font-family: Arial, sans-serif;
}

#header {
	padding-top: 120px;
	text-align: center;
}

#links {
	padding: 40px 0 30px;
	text-align: center;
}

#links a {
	color: #FFFFFF;
	font-size: 25px;
	text-decoration: none;
	padding: 0 25px;
	text-shadow: #000000 0 2px 5px;
}

#links a:hover {
	text-decoration: underline;
}

#external-links {
	padding: 30px 0 40px;
	text-align: center;
}

#external-links a {
	padding: 0 5px;
	text-decoration: none;
}

#tooltip {
	display: none; 
    background: url(images/tooltip.png); 
    font-size: 12px; 
    height: 45px; 
    width: 189px; 
    padding: 15px 0 0 18px; 
    color: #FFFFFF;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #CCCCCC;
}

.window {
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -215px;
	padding: 25px;
	width: 380px;
	height: 480px;
	background-image: url(images/window_bg.png);
}

.window .close {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	float: right;
}

.window .close:hover {
	color: #777777;
}

.window h2 {
	font-size: 30px;
	color: #999999;
}

.window .result {
	display: none;
	padding: 30px 10px 0;
}

.window form {
	overflow: hidden;
}

#contact form {
	padding: 30px 40px 0;
}

#contact form div {
	padding: 5px 0;
}

#contact form label {
	display: block;
	float: left;
	width: 70px;
	font-size: 16px;
}

#contact form .full {
	display: block;
	float: none;
	width: auto;
}

#contact form input, #contact form textarea {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 2px;
	border: 1px solid #999999;
}

#contact form input {
	width: 220px;
}

#contact form textarea {
	width: 290px;
	height: 200px;
}

#contact form .submit {
	padding: 25px;
	text-align: center;
}

#contact form .submit input {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 7px 50px;
	width: auto;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}

#contact form .submit input:hover {
	background-color: #BBBBBB;
}

#demo #demo-form {
	padding: 5px 40px 0;
}

#demo form div {
	padding: 5px 0;
}

#demo form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 16px;
}

#demo form .full {
	display: block;
	float: none;
	width: auto;
}

#demo form input, #demo form textarea {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 2px;
	border: 1px solid #999999;
}

#demo form input {
	width: 190px;
}

#file-list {
	width: 294px;
	height: 75px;
	overflow: auto;
	border: 1px solid #999999;
	padding: 0 0 5px !important;
}

#file-list div {
	padding: 5px !important;
	border-bottom: 1px solid #BBBBBB;
	font-size: 13px;
	height: 14px;
	clear: both;
	position: relative;
}

#file-list .temp {
	color: #999999;
}

#file-list div a {
	color: #777777;
}

#file-list div a:hover {
	color: #555555;
}

#file-list div .filename {
	width: 200px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: none;
	padding: 0 !important;
	position: absolute;
	top: 5px;
	left: 5px;
}

#file-list div .error {
	color: #990000;
}

#file-list div .right {
	width: 70px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: none;
	padding: 0 !important;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 5px;
}

#demo form #demoFile {
	width: 290px;
}

#demo form textarea {
	width: 290px;
	height: 70px;
}

#demo form .submit {
	padding: 5px;
	text-align: center;
}

#demo form .submit input {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 7px 50px;
	width: auto;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}

#demo form .submit input:hover {
	background-color: #BBBBBB;
}

#upload-frames {
	display: none;
}

#download-prompt p {
	padding-bottom: 0;
}

#download-prompt .error {
	padding: 20px 0 10px;
	color: #990000;
	font-size: 13px;
}

#download-prompt .small-error {
	padding: 0;
}

#download-prompt .small-error p {
	padding: 0;
	color: #990000;
	font-size: 11px;
}

#download-prompt form {
	padding: 40px 40px 0;
}

#download-prompt form div {
	padding: 5px 0;
}

#download-prompt form label {
	display: block;
	float: left;
	width: 70px;
	font-size: 16px;
}

#download-prompt form .full {
	display: block;
	float: none;
	width: auto;
}

#download-prompt form input, #contact form textarea {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 2px;
	border: 1px solid #999999;
}

#download-prompt form input {
	width: 220px;
}

#download-prompt form textarea {
	width: 290px;
	height: 200px;
}

#download-prompt form .submit {
	padding: 40px 25px 25px;
	text-align: center;
}

#download-prompt form .submit input {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 7px 50px;
	width: auto;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}

#download-prompt form .submit input:hover {
	background-color: #BBBBBB;
}

img {
	border: none;
}

#about p {
	padding: 10px 20px;
	text-align: justify;
}

#feed {
	height: 12px;
	background-image: url(images/rss_bg.jpg);
	text-align: center;
	font-size: 12px;
	padding: 9px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #CCCCCC;
}

#feed a {
	color: #CCCCCC;
	text-decoration: none;
	white-space: nowrap;
}

#feed a:hover {
	color: #FFFFFF;
}

#sidebar {
	width: 300px;
	min-height: 730px;
	height: 100%;
	float: right;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(images/side_bg.jpg);
	color: #AAAAAA;
	border-left: 1px solid #551111;
	position: relative;
}

#sidebar p {
	padding: 0 10px;
	font-size: 12px;
	text-align: justify;
}

#sidebar h2 {
	padding: 0 10px;
	font-size: 16px;
	color: #AAAAAA;
}

#sidebar #songs {
	height: 250px;
	overflow: auto;
}

#sidebar .song {
	height: 30px;
	border-top: 1px solid #333333;
	padding: 5px 10px;
}

#sidebar .alt {
	background-image: url(images/side_bg2.jpg);
}

#sidebar .last {
	border-bottom: 1px solid #333333;
}

#sidebar .song .song_button {
	width: 27px;
	float: left;
	padding: 5px 10px 5px 0;
}

#sidebar .song h4 {
	font-size: 13px;
	color: #AAAAAA;
}

#sidebar .song .links {
	font-size: 10px;
	padding: 0;
}

#sidebar .song .links a {
	color: #666666;
	padding-right: 10px;
}

#sidebar .download {
	text-align: right;
}

#sidebar .download a {
	font-size: 12px;
	color: #AAAAAA;
	padding-right: 10px;
}

#musicControls {
	padding: 10px;
}

#musicControls .bigBtn {
	float: left;
	padding-right: 5px;
}

#musicControls .songName {
	padding-top: 4px;
	font-size: 14px;
	height: 14px;
}

#musicControls .jp-progress {
	margin: 5px 0 2px 35px;
	width: 240px;
	height: 5px;
	border: 1px solid #666666;
	overflow: hidden;
}

#musicControls .jp-load-bar {
	height: 100%;
	background-color: #333333;
}

#musicControls .jp-play-bar {
	height: 100%;
	background-color: #555555;
}

.heightFix {
	clear: both;
}

#share-box {
	position: absolute;
	left: 44px;
	top: 0px;
	width: 150px;
	height: 10px;
	padding: 13px 0 17px;
	background-image: url(images/share_tooltip.png);
	display: none;
	text-align: center;
}

#share-box a {
	font-size: 10px;
	color: #666666;
	padding: 0 7px;
}

#download-frame {
	display: none;
}

#special {
	position: absolute;
	width: 380px;
	height: 130px;
	top: 20px;
	left: 20px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 15px black;
	-webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    padding: 10px;
}

#special img {
	padding-right: 10px;
	float: left;
}

#special h3 {
	font-size: 15px;
	color: #999999;
	padding: 5px 0;
}

#special p {
	font-size: 13px;
}

#special a {
	color: #999999;
}

#special a:hover {
	color: #777777;
}
