/*
 * Copyright Bespoke Music.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 * Site Design by Aukett Brockliss Guy
 * mailto:info@abgdesign.uk.com
 * http://www.abgdesign.uk.com
 *
 */

/* RESET STYLES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GLOBAL STYLES */

body {
	color: #e6e7e8;
	background-color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #fdb813;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.plain {
	color: #e6e7e8;
}
a.plain:hover {
	color: #fdb813;
}
	

/* PAGE STYLES */

/*
#page {
	background: url(../images/4.-playlist.png) -268px -234px no-repeat;
}
*/

#page {
	left: 65px;
	position: relative;
	margin: 120px auto 20px auto;
	width: 868px;
	height: 420px;
}

/* BRANDING STYLES */

#branding {
	top: 0;
	left: 0;
	position: absolute;
}
#branding a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background: url(../img/bespoke-music.gif) 0 0 no-repeat;
	width: 120px;
	height: 160px;
	overflow: hidden;
	text-indent: -9000px;
}

/* NAVIGATION STYLES */

#navigation {
	position: absolute;
	font-weight: normal;
	left: 123px;
	top: 390px;
}
#navigation li {
	padding-right: 30px; /* 39px;*/
	float: left;
}
/*
#navigation .auth li {
	padding-right: 33px;
}
*/
#navigation a {
	color: #c6c8ca;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
}
#navigation .select a {
	color: #fdb813;
}

/* AUDIO PLAYER */

#audio-player {
	top: -60px;
	position: absolute;
	left: 215px;
}

/* FEATURED TRACK */

#featured {
	left: 0;
	top: 236px;
	position: absolute;
	width: 90px;
}

/* MAIN CONTENT STYLES */

#content {
	border-left: 3px solid #fdb813;
	height: 362px;
	width: 475px;
	margin-left: 120px;
	overflow: auto;
}

#content h1 {
	font-size: 150%;
	margin-bottom: .5em;
}

#content p {
	margin-bottom: 1em;
	line-height: 135%;
}

#flashhead #swftext{
	position: relative;
	left: -4px;
}

/* SHOWREEL MENU */
.reelmenu1 {
	width: 460px;
	background: url(../img/level1.gif) 0 0 repeat-y;
}
.reelmenu2 {
	width: 460px;
	background: url(../img/level2.gif) 0 0 repeat-y;
}
.reelmenu0 ul {
	background: #393839;
}
#reelmenu ul {
	float: left;
	border-left: 3px solid #fdb813;
	width: 150px;
	margin-left: -3px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 90%;
	height: 312px;
}
html>body #reelmenu ul {
	min-height: 312px;
	height: auto;
}
#reelmenu ul.level0 {
	font-size: 100%;
	padding-top: 5px;
	width: 160px;
	height: 332px;
}
html>body #reelmenu ul.level0 {
	min-height: 332px;
	height: auto;
}
#reelmenu li {
	margin: 11px 10px 0 10px;
}
#reelmenu li a {
	font-weight: bold;
	color: #9b8558;
	text-decoration: none;
}
#reelmenu .level0 li {
	margin-top: 30px;
}
#reelmenu li a:hover,
#reelmenu li.select a {
	color: #fdb813;
}

#reelmenu li.track a,
#reelmenu li.noplay a,
#reelmenu li.play a {
	display: block;
	padding-right: 11px;
	line-height: 120%;
}
#reelmenu li.track a {
	background: url(../img/track.gif) right 0 no-repeat;
}
#reelmenu li.noplay a {
	background: url(../img/track-noplay.gif) right 0 no-repeat;
}
#reelmenu li.play a {
	background: url(../img/track-play.gif) right 0 no-repeat;
}
#reelmenu li.track a,
#reelmenu li.noplay a {
	color: #947f54;
}
#reelmenu li.play a {
	color: #fdb813;
}


/* PLAYLIST */

#playlist {
	border-top: 2px solid #bbbdc0;
}

#playlist table {
	width: 100%;
	border-collapse: collapse;
}

#playlist .c0 {
	width: 1em;
	border-left: none;
}
#playlist .cn {
	width: 2em;
}
#playlist .cx {
	text-align: center;
	padding: 3px 1em;
}

#playlist thead td {
	color: #fdb813;
	border-top: none;
}

#playlist td {
	font-weight: bold;
	background-color: #383738;
	border-top: 2px solid #bbbdc0;
	border-bottom: 2px solid #bbbdc0;
	border-left: 2px solid #727476;
	padding: 3px .5em;
}

#playlist td span {
	display: none;
}

#playlist .play,
#playlist .high {
	margin: 1px auto;
	background: url(../img/play-dark.gif) 0 0 no-repeat;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	width: 8px;
	height: 10px;
}

#playlist .download {
	margin: 0 auto;
	background: url(../img/download-dark.gif) 0 0 no-repeat;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	width: 9px;
	height: 12px;
}


#playlist .r0 td {
	background-color: #414142;
}

#playlist .select td {
	background-color: #757779;
}

#playlist .r0 .play {
	background: url(../img/play-light.gif) 0 0 no-repeat;
}

#playlist .r0 .download {
	background: url(../img/download-light.gif) 0 0 no-repeat;
}

#playlist .select .play {
	background: url(../img/play-select.gif) 0 0 no-repeat;
}

#playlist .select .download {
	background: url(../img/download-select.gif) 0 0 no-repeat;
}

#playlist .select .high {
	background: url(../img/play-high.gif) 0 0 no-repeat;
}

/* SIDEBAR STYLES */

#sidebar {
	top: 0;
	left: 618px;
	position: absolute;
	width: 250px;
	color: #c6c8ca;
}

#sidebar #info-title {
	color: #fdb813;
	font-weight: bold;
	position: absolute;
	top: -2em;
}

#sidebar h1 {
	color: #fdb813;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}

#sidebar p,
#sidebar li {
	margin-bottom: .5em;
}

#sidebar .image {
	width: 90px;
	border-top: 3px solid #fdb813;
	border-bottom: 3px solid #fdb813;
	padding: 17px 0;
	margin-bottom: 10px;
}

#sidebar .text {
	width: 135px;
	line-height: 130%;
}

#copyright {
	top: 363px;
	left: 618px;
	font-size: 80%;
	color: #fdb813;
	position: absolute;
	margin-top: -1em;
}

/* BREADCRUMBS */

#breadcrumbs {
	color: #947f54;
	position: absolute;
	font-weight: bold;
	top: -2em;
	left: 120px;
}
#breadcrumbs a {
	color: #947f54;
	text-decoration: none;
	margin-right: .5em;
}

#breadcrumbs .select {
	color: #fdb813;
}

/* BACK LINK */

#back {
	position: absolute;
	font-weight: bold;
	top: -2em;
	right: 284px;
}
#back a {
	text-decoration: none;
}

/* FORM STYLES */

.password,
.textfield {
	border: 2px solid #383738;
	background-color: #383738;
	color: #fdb813;
}

/*
.invalid .password,
.invalid .textfield {
	border: 2px solid #fdb813;
	background-color: #fdb813;
	color: #fff;
}
*/

/* SCROLLBAR STYLES */

#content .vscrollerbase {
	visibility: visible !important;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 15px;
	background: #5b544c url(../img/flexcroll.gif) 0 0 repeat-y;
}
.vscrollerbasebeg {
	width: 15px;
	height: 18px
	!important;background: url(../img/flexcroll.gif) -30px -17px no-repeat;
}
.vscrollerbaseend {
	width: 15px;
	height: 18px
	!important;background: url(../img/flexcroll.gif) -30px 0px no-repeat;
}

.vscrollerbar {
	width: 15px;
	background: url(../img/flexcroll.gif) -15px 0 no-repeat;
	height: 34px !important;
	background: url(../img/flexcroll.gif) -15px 0 no-repeat;
	padding: 10px 0;
}

.hscrollerbase {
	height: 10px;
	background-color: #5b544c;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 15px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #5b544c;
}
