/* @override http://identity.doesntexist.com/css/style.css */
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* @group Elements */





body {
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #837669;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul, ol { 
	list-style: none; 
	margin: 0;
	padding: 0; 
}

blockquote { }

a { color: #000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }
/* @end */

#wrapper {
	width: 1000px;
	margin: 10px auto;
}

/* @group Header */

/* @group Logo */
#player-logo {
	width: 200px;
	height: 45px;
	margin: 15px 0 0 15px;
}
#player-logo h1 {
	font-size: 50px;
}
/* @end */

#header {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat left top;
}

/* @group Menu */

#menu {
	float: left;
	width: 360px;
	height: 51px;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px 12px 5px 28px;
	background: url(../images/img-09.png) no-repeat left 50%;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #73dc84;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* @end */

/* @group Player */



#player {
	margin: 0;
	padding: 0;
}

#player.player-top {
	top: 0;
	left: 0;
	width: 100%;
}

#album-art {
	float: left;
	width: 58px;
	height: 58px;
	border: 1px solid;
}

#player-main {
	float: left;
	height: 59px;
	width: 320px;
	margin-left: 10px;
	z-index: 99;
}

#player-container {
	width: 260px;
	background-color: white;
	float: right;
}

#controls {
	width:  220px;
}

#song-info-marquee {
}

#position-slider {
	width:  100%;
}

#volume-slider {
	height: 60px;
	width: 8px;
	float: right;
	display: inline;
}
#playmode {
	width: 21px;
	border-width: 2px 1px 1px 0;
	border-style: solid;
	border-color: #000;
	float: right;
}

#shuffle {
	height: 15px;
	border-bottom: 4px solid #000;
	background: url(../images/shuffle.png) no-repeat 1px;
}

#shuffle:hover, #shuffle.on {
	background: url(../images/shuffleon.png) no-repeat 1px;
}

#repeat_all {
	height: 15px;
	border-bottom: 1px solid #958877;
	background-image: url(../images/repeat.png);
}

#repeat_all:hover, #repeat_all.on {
	background: url(../images/repeaton.png);
}

#repeat_one {
	height: 15px;
	background-image: url(../images/repeatone.png) ;
}

#repeat_one:hover, #repeat_one.on {
	background: url(../images/repeatoneon.png);
}

#controls .playback {
	margin: 2px 0;
	height: 15px;
	width: 21px;
	display: block;
	float: left;
	border: 1px solid;
}

#playback-buttons {
	margin-top: 5px;
	margin-left: 5px;
}

#play_counter, #show-visualizer {
	float: left;
	display: block;
	height: 15px;
	border: 1px solid;
	margin: 2px 0;
	padding: 0 4px;
}

#play_counter {
	width: 57px;
}

#play_pause.play {
	background: url(../images/pause.png);
}

#play_pause.play:hover {
	background: url(../images/pause-on.png);
}

#play_pause, #play_pause.pause {
	background: url(../images/play.png);
}

#play_pause:hover, #play_pause.pause:hover {
	background: url(../images/play-on.png);
}

#next {
	background: url(../images/next.png);
}

#next:hover {
	background: url(../images/next-on.png);
}

#song-info {
	position: fixed;
	top: 0px;
	min-width: 210px;
	height: 45px;
	padding: 6px 5px;
	border: 2px solid #f0f0dd;
	background: #FFFFFF;
	z-index: 100;
	display: none;
}

.player-artist {
	font-weight: bold;
}
.player-album {
	font-weight: bold;
}
.player-title {
	font-weight: bold;
}

/* @end */
/* @search table*/
.odd{
	background-color: #ffe7b7;
}

.even{
	background-color: #FFFFFF;
}

#search-table tbody{
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

th{
	color: #649632;
	text-align: left;
}

.download_icon {
	width: 20px;
	height: 20px;
	float: right;
}
.delete_icon {
	width: 20px;
	height: 20px;
	float: right;
}
.edit_icon {
	width: 20px;
	height: 20px;
	float: right;
}



.new_row{
display: none;
}

/* @end */

/* @group Search */

#search {
	float: right;
	width: 260px;
	height: 76px;
}

#search form {
	float: right;
	margin: 0;
	padding: 25px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
	background-color: #ffffff;
}

#search-text {
	width: 165px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}
#search-text.watermark {
	color: #99c881;
}

#search-submit {
	height: 21px;
	margin-left: 4px;
	color: #39561D;
}

/* @end */
/* @end */

/* @group Page */

/* @group Song Uplaod */

#upload-song {
	float: left;
	height: 60px;
}
.progressWrapper {
	width: 205px;
	overflow: hidden;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.progressContainer {
	margin: 1px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.stat {
	border: none;
}
.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 180px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 180px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover {
	background-position: 0px 0px;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
/* @end */

#page {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
}

#search-table {
	border-spacing: 0;
}

#search-table th {
	font-size: 120%;
	line-height: 1;
}

#search-table td.song_col {
	width: 30%;
}

#search-table .album_col {
	width: 28%;
	padding-left: 2%;
}

#search-table .artist_col {
	width: 20%;
	padding-left: 2%;
}

#search-table .skip_count_col {
	width: 6%;
	padding-left: 1%;
}

#search-table .play_count_col {
	width: 6%;
	padding-left: 1%;
}

#search-table .edit_col {
	width: 4%;
}

#search-table .icon_col {
	padding-right: 15px;
}

#search-table th a {
	text-decoration: underline;
	cursor: pointer;
	color: #649632;
	display: block;
	width: 100%;
	padding: 2px 0;
}

#search-table th a:hover {
	text-decoration: underline;
	color: #a2cb5d;
}

.song td {
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-right: 0px solid white;
}

.song.playing td {
	border-top: 2px solid #649632;
	border-bottom: 2px solid #649632;
	border-right: none;
	padding-right: 2px;
}

#modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width:  100%;
	height: 100%;
	opacity: .35;
	display: none;
	background: #CCC;
}

.editform {
	position: absolute;
	background: #fff;
	margin: -60px 0px 0 -240px;
	border: 2px solid;
	padding: 5px;
	width:  220px;
	z-index: 1001;
}

#visualizer-holder {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
	height: 100%;
	z-index: 1001;
}
#visualizer-holder td {
	vertical-align: middle;
	text-align: center;
}

#visualizer-holder div {
	border: 2px solid black;
	background-color: white;
}

#visualizer {
	z-index: 1001;
}


.editform b {
	display: block;
	line-height: 1em;
}

.editform ul input {
	width:  200px;
}

/* Content */

.left {
	float: left;
}
.right {
	float: right;
}
.full {
	width: 100%;
}
.third {
	width: 33%;
}
.half {
	width: 50%;
}
.twothirds {
	width: 66%;
}
/* Title */
.title-l {
	height: 40px;
	width: 37px;
	float: left;
	background: url(../images/header-left.png) no-repeat left top;
}
.title-m {
	float: left;
	height: 30px;
	margin: 0 auto;
	padding: 8px 0px 2px 40px;
	background: url(../images/header-center.png) repeat-x left top;
	color: #FFFFFF;
	width: 70%;
}
.full .title-m {
	width: 90%;
}
.twothirds .title-m {
	width: 85%;
}
.half .title-m {
	width: 80%;
}
.title-r {
	float: left;
	height: 40px;
	width: 11px;
	background: url(../images/header-right.png) no-repeat right top;
}


/* Post */

.panel {
	margin-bottom: 25px;
}



.panel .date {
	float: right;
	margin-top: -45px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #F1B566;
}

.panel .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.panel .meta a { color: #B6ACA2; }

.panel .entry {
	padding: 25px 20px 0px 20px;
}

.panel .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.panel .links .comments {
}

.panel .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 8px 0 2px 40px;
	background: url(../images/img04.jpg) no-repeat left top;
	font-size: 20px;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
}

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img07.jpg) no-repeat left top;
	height: 61px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #F1B566;
}

/* @end */

.clear {
	clear: both;
}

.droppable-active {
	background-color: Aqua;
}

.droppable-hover {
	background-color: #ffe7b7;

}

#music-manager {
	width: 16%;
	border: 1px solid black;
	float: left;
}

#search-results {
	float: right;
	width: 83%;
}
