body {
	background-color: #0c0200;
	color: #ffffff;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
a {
	color: #0e9bff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
h3 {
	color: #4ca3c5;
	font-size: 16px;
	margin-bottom: 15px;
}
h4 {
	color: #bdb3f7;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}

#confirmation {
	font-size: 16px;
	text-align: center;
	padding: 5px;
}

#contact {
	margin-bottom: 35px;
}

#contact p{
	margin-bottom: 5px;
}

#music_player {
	height: 38px;
}
#band_banner {
	height: 467px;
	background: url(../images/palisadesdrive_banner.jpg) no-repeat;
}

#mailform {
	margin-top: -5px;
}

#mailform p {
	margin-bottom: 0px;
}

#mailform label {
	color: #b1b1b1;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	top: 6px;
	left: 3px;
}

#id_email,#id_name,#id_twitter {
	width: 305px;
	height: 20px;
	font-size: 14px;
}

#mailinglist {
	margin-bottom: 35px;
}

#main_body_top {
	height: 52px;
	background-image: url(../images/palisadesdrive_banner_bottom.jpg);
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}
#photos {
	
}
#photos img {
	border: 1px solid #fffeff;
	margin-right: 9px;
}
#videos {
	margin-top: 10px;
	margin-bottom: 100px;
}
#videos img {
	border: 1px solid #fffeff;
	margin-right: 10px;
}
#main_body {
	background: url(../images/paliDr_web4_950_03.gif) repeat-y;
}
#downloads {
	margin-bottom: 10px;
}
#news {
	line-height: 20px;
}
#downloads p {
	height: 43px;
	margin-top: 4px;
	margin-bottom: 0;
}
#signup {
	margin-top: 10px;
}
form p {
	position: relative;
}
.single_download {
	margin-bottom: 20px;
}
.single_download p {
	width: 100px;
}
.cover {
	border: 1px solid #fffeff;
}
.news_footer {
	color: #4b4b4b;
	font-size: 10px;
}
.news_footer {
	color: #4b4b4b;
	font-size: 10px;
	margin-top: 0px;
}
.news_entry {
	margin-bottom: 30px;
}
.news_entry p {
	margin-bottom: 5px;
}
.tweet p {
	margin-bottom: 0px;
	overflow: hidden;
}
.tweet {
	background-color: #e4e4e4;
	background: -moz-linear-gradient(bottom,#9a9a9a,#e4e4e4);
	background: -webkit-gradient(linear,left top, left bottom,from(#e4e4e4), to(#9a9a9a));
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	margin-bottom: 10px;
}
.tweet h4{
	color: #000;
	margin-bottom: 2px;
}
.tweet a{
	color: #3D86A2;
}
.tweet a:hover {
	color: #fff;
}
.twtime {
	font-size: 10px;
	text-align: right;
}
.viatw {
	color: #797979;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.errorlist {
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: red;
}
.socialicons img {
	margin: 0 2px 0 2px;
}
.bodypara p{
	margin-bottom: 10px;
}

/* JPlayer CSS */
#player_container {
	position: absolute;
	width: 950px;
	height: 38px;
}
#jplayer_play {
	position: absolute;
	background: url("../images/play_button.gif") 0 0 no-repeat;
	width:9px;
	height:10px;
	top: 16px;
	left: 266px;
	cursor: pointer;
	text-indent: -9999px;
}
#jplayer_pau {
	position: absolute;
	background: url("../images/pause_button.gif") 0 0 no-repeat;
	width:9px;
	height:10px;
	top: 16px;
	left: 266px;
	cursor: pointer;
	text-indent: -9999px;
}
#jplayer_prev {
	position: absolute;
	background: url("../images/back_button.gif") 0 0 no-repeat;
	width:15px;
	height:11px;
	top: 16px;
	left: 20px;
	cursor: pointer;
	text-indent: -9999px;
}
#jplayer_ford {
	position: absolute;
	background: url("../images/forward_button.gif") 0 0 no-repeat;
	width:15px;
	height:11px;
	top: 16px;
	left: 245px;
	cursor: pointer;
	text-indent: -9999px;
}
#jplayer_current {
	position: absolute;
	background: url("../images/song_list_bg.gif") 0 0 no-repeat;
	width:193px;
	height:23px;
	top: 10px;
	left: 43px;
	cursor: pointer;
	text-align: center;
}
#current_song {
	padding-top: 2px;
	padding-right: 15px;
}
#download_this {
	position: absolute;
	top: 12px;
	left: 340px;
}
#download_this a {
	color: white;
	text-decoration: underline;
}
#playlist {
	position: absolute;
	background-color:#2c2c2c;
	width: 172px;
	top: 32px;
	left: 43px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	display:none;
	
}
#playlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#playlist li {
	padding: 6px 0 6px 5px;
	display:block;
	cursor: pointer;
	text-align: center;
	border-top: 1px dotted #494949;
}
#playlist li:hover {
	background-color:#494949;
	font-weight: bold;
	color: #0e9bff;
}
#player_vol_bar {
	position: absolute;
	left:880px;
	top:18px;
	background: url("../images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:6px;
	cursor: pointer;
}
#player_vol_bar_value {
	background: url("../images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:6px;
}
#volume_text {
	position: absolute;
	top: 11px;
	right: 75px;
}