@import url(global.css);

/* HOME */

.home #intro {
	padding: 20px 20px 40px;
	border-bottom: 2px solid #000;
}

#reel_player {
	width: 400px;
	margin: 0 auto;
	padding: 40px 0 30px;
}

#reel_player h2 {
	margin-bottom: 6px;
}

#reel_player p {
	padding-top: 2px;
	text-align: right;
}

#reel_player .more {
	text-align: right;
	padding-right: 12px;
	text-decoration: none;
	font-size: .8em;
	background: url('../_img/gl-a-more-bg.gif') right 50% no-repeat;
}

#reel_player .more:hover {
	color: #6d6d6d;
}

/* MUSIC */

.music .more {
	float: right;
	padding-left: 12px;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	background: url('../_img/gl-a-more-bg.gif') left 50% no-repeat;
}

.music .more:hover {
	color: #6d6d6d;
}

#tracks {
	float: left;
	width: 420px;
}

#tracks.intro {
	float: none;
	margin: 30px auto 0;
}

#tracks h2 {
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	text-transform: none;
	text-shadow: #fff 1px 1px 0;
}

#jp-player {
	position: relative;
	overflow: hidden;
	height: 29px;
	background-color: #000;
	color: #e5e5e5;
	border: 1px solid #fff;
}

#jp-controls ul {
	float: left;
	width: 29px;
	border-right: 1px solid #fff;
}

#jp-controls ul li {
	display: inline;
}

#jp-controls a {
	float: left;
	width: 29px;
	height: 0;
	font-size: 1em;
	text-indent: -2000px;
	overflow: hidden;
	color: #fff;
}

#jplayer_play {
	padding-top: 29px;
	background: url('../_img/player-a-play.gif') no-repeat;
}

#jplayer_pause {
	padding-top: 29px;
	background: url('../_img/player-a-pause.gif') no-repeat;
}

#jplayer_previous {
	padding-top: 14px;
	border-bottom: 1px solid #fff;
	background: url('../_img/player-a-prev.gif') no-repeat;
}

#jplayer_next {
	padding-top: 14px;
	background: url('../_img/player-a-next.gif') no-repeat;
}

#jplayer_next:active, #jplayer_previous:active {
	background-position: 0 -15px;
}

#current_track {
	float: left;
	width: 200px;
	padding: 6px 10px 5px;
	font-size: 10px;
	color: #fff;
}

#jplayer_play_time {
	left: 70px;
}

#jplayer_total_time {
	left: 223px;
}

#jplayer_play_time,
#jplayer_total_time {
	position: absolute;
	top: 5px;
	font-size: 10px;
}

#jp-progress {
	position: absolute;
	left: 105px;
	top: 13px;
	height: 4px;
	width: 110px;
	cursor: pointer;
}

#jplayer_load_bar {
	background-color: #808080;
}

#jplayer_play_bar {
	height: 4px;
	background-color: #fff;
}

#volume {
	position: absolute;
	right: 15px;
	top: 7px;
	padding: 6px 0 0 15px;
	height: 15px;
	background: url('../_img/player-volume-icone.gif') no-repeat;
}

#jplayer_volume_bar {
	height: 4px;
	width: 80px;
	cursor: pointer;
	background-color: #808080;
}

#jplayer_volume_bar_value {
	height: 4px;
	background-color: #fff;
}

#jplayer_playlist li a {
	padding: 0 35px;
	display: block;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #fff;
	border-top-width: 0;
	background: url('../_img/music-a-track_play-bg.png') 20px 9px no-repeat;
}

#jplayer_playlist li a.jplayer_playlist_current, #jplayer_playlist li a:hover {
	background-color: #fff;
}

#jplayer_playlist li a.jplayer_playlist_current {
	background-position: 20px -85px;
}

#track_nav {
	float: left;
	width: 180px;
}

#track_nav li {
	margin-bottom: 10px;
	line-height: 14px;
}

#track_nav li ul {
	margin: 10px 0 0 15px;
}

#track_nav a {
	text-decoration: none;
}

#track_nav a.selected {
	font-weight: bold;
	padding-left: 12px;
	background: url('../_img/subnav-a-selected-bg.gif') no-repeat;
}

#track_nav a:hover {
	font-weight: bold;
}

/* COMPOSERS */

#composer_list li {
	overflow: hidden;
	margin-bottom: 30px;
}

#composer_list li.last {
	margin-bottom: 0;
}

#composer_list li img {
	float: left;
	border: 1px solid #fff;
}

#composer_list li h2 {
	margin: 8px 0 6px;
	padding-left: 103px;
	font-size: 18px;
	letter-spacing: .1em;
	text-transform: none;
	text-shadow: #fff 1px 1px 0;
}

#composer_list li p  {
	margin-bottom: .5em;
	padding-left: 103px;
}

#composer_list .more {
	padding-left: 12px;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	background: url('../_img/gl-a-more-bg.gif') left 50% no-repeat;
}

#composer_list .more:hover {
	color: #6d6d6d;
}

/* COMPOSER PROFILE */

.composers #profile {
	float: left;
	width: 420px;
}

.composers #profile img {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.composers #subnav p {
	margin-top: 30px;
}

/* ABOUT */

 .about #content {
	padding-bottom: 20px;
}

 .about #content img {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

 .about #content p {
	padding: 0 20px;
}

/* CONTACT */

.contact h2 {
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: .1em;
	text-transform: none;
	text-shadow: #fff 1px 1px 0;
}

.contact #info {
	width: 118px;
	padding: 15px 15px 5px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
}

.contact #info a {
	font-weight: bold;
	text-decoration: none;
}

.contact #info a:hover {
	color: #6d6d6d;
}

#contact_info {
	float: left;
	width: 180px;
}

#contact_form {
	float: left;
	width: 420px;
}

#contact_form h2 {
	float: left;
	width: 100px;
}

#contact_form small {
	display: block;
	font-size: 1em;
	margin-top: 1px;
}

#contact_form li {
	margin-bottom: 8px;
}

#contact_form label {
	float: left;
	width: 100px;
	font-weight: bold;
}

#contact_form input, .forgot input, #contact_form textarea {
	padding: 2px 4px;
	width: 310px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
}

#contact_form textarea {
	height: 76px;
}

#contact_form #name, #contact_form #email {
	width: 210px;
}

#contact_form form p {
	text-align: right;
}

#contact_form #submit, .forgot .submit {
	width: 70px;
	height: 24px;
	padding: 3px 0 1px;
	font: 16px/16px Tungsten, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	background-color: #000;
	border: 1px solid #bfbfbf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.forgot h2 {
	float: none	!important;
	margin-bottom: 1em;
}

.forgot #content form p {
	width: 350px;
	margin: 30px auto;
}

.forgot .submit {
	font-size: 14px;
}

.forgot input {
	width: 200px;
}

#contact_form p.success {
	padding-bottom: 10px;
}

.account #content {
	padding-bottom: 0;
}

.account h2 {
	float: left;
}

.account .logout {
	float: left;
	margin: 0 0 1.5em 1em;
}

.account h3, .sys_msg {
	clear: both;
}

.account table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.account td, .account th {
	padding: .25em .5em;
	border-bottom: 1px solid #dbdbdb;
}
