/* ROB THOMAS */
/* Master Stylesheet
----------------------------------------------------------------------------- */


	@import url("header.css");
	@import url("footer.css");
	@import url("images.css");
	@import url("../skin-fansite/clique.css");



/* STYLE PRECEDENTS
----------------------------------------------------------------------------- */


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


/* PAGE CONTENT
----------------------------------------------------------------------------- */


/* Headings */


	#title h2,
	#title h2 a:hover {
	
	font: normal 25px/70px Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	color: #00e0ff;
	background: #000;
	
	}
	
	#title h2 span,
	#title h2 a {
	
	color: #555;
	
	}
	
	h3 {
	
	margin-bottom: 2px;
	
	}

	h3,
	h3 a,
	div.display h4 {

	display: block;
	color: #fff;
	font: normal 14px/20px Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;

	}

	div.group div h3 {

	color: #000;

	}

	h4,
	h4 a,
	h4 a:hover {

	clear: left;
	color: #b5d1cf;
	font: normal 16px/16px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;

	}

	h3 em,
	h4 em,
	h3 span,
	h4 span {

	font-style: normal;

	}


/* Text */


	body {

	color: #b5d1cf;
	font: normal 11px/14px Verdana, Arial, sans-serif;

	}

	div.display div.story,
	div.display div.about {

	font-size: 13px;
	line-height: 20px;

	}

	blockquote p {

	color: #888;
	font-size: 15px !important;
	line-height: 19px !important;

	}

	dt, label em,
	fieldset em {

	font-size: 11px;

	}

	small, 
	small a {

	font-size: 9px;
	line-height: 16px;

	}

	div.form dt,
	label em,
	fieldset em {

	text-align: right;
	white-space: nowrap;

	}


/* Rules */


	dt, dd {

	border-top: 1px solid #dedede;

	}

	div.ruled ul.leads li, div.ruled ul.headlines li, div.ruled ul.comments li, div.ruled ul.subscriptions li, div.ruled ul.clips li {

	border-bottom: 4px solid #dedede;

	}

	div.ruled td {

	border-bottom: 1px solid #dedede;

	}

	div.ruled div.tags {

	border-top: 4px solid #dedede;

	}


/* Tables */


	th {

	background-color: #633A2B;
	color: #000;

	}


/* Form */


	input[type=text],
	input[type=search],
	input[type=password],
	input[type=file],
	select,
	textarea {

	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #fff;

	}

	textarea {

	border: 1px solid #dedede;

	}

	select#status {

	max-width: 310px;

	}
	
	fieldset {
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-color: #ccc;
	
	}


/* Inline Links */


	a {

	color: #b5d1cf;
	outline: none;
	text-decoration: none;

	}

	a:hover {

	color: #fff;

	}

	li ul.actions li {

	border: 0 !important;

	}

	li ul.actions a, .widget-item.display .topic .tags li {

	font-size: 11px;
	color: #555;
	background: #ccc;

	}

	li ul.actions a:hover {

	color: #333;
	background: #999;

	}


/* Action Buttons */

	
	a.action, ul.pages a, ul.pages strong {

	padding: 5px 8px;
	white-space: nowrap;
	line-height: 12px;
	color: #000;
	text-transform: uppercase;

	}

	a.action, ul.pages a {

	background-color: #b5d1cf;

	}

	a.action:hover, ul.pages a:hover {

	background-color: #f00;

	}

	div#sidebar a.action {

	width: auto !important;
	height: auto !important;

	}

	ul.pages strong {

	background-color: #464646;
	font-weight: normal;

	}

	td a.details,
	td a.tickets,
	td a.presale {
	
	padding: 1px 5px;
	
	}

	td strong {

	text-transform: uppercase;
	line-height: 12px;

	}


/* Toggle Buttons */


	a.toggle, strong.toggle {

	background: #00e0ff;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	}

	a.toggle:hover {

	background-color: #1681ac;

	}

	strong.toggle {

	background: #464646;

	}

	ul.toggle li {

	background-color: #464646;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	}

	ul.toggle label em {

	color: #fff;
	text-transform: uppercase;

	}


/* Comment Tallies */


	a.comments {

	width: 20px !important;
	max-width: none;
	height: 12px !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-right: 55px;
	float: left;
	display: block;
	color: #fff !important;
	font-size: 9px !important;
	line-height: 9px !important;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	position: relative;
	overflow: visible !important;
	display: none !important;

	}

	a.comments:hover {

	background-position: 0 -12px;

	}

	a.comments span {

	position: absolute;
	top: 0;
	left: 25px;
	color: #85665b !important;
	font-size: 10px !important;
	line-height: 10px !important;

	}

	a.comments:hover span {

	color: #85665b !important;

	}

	td a.comments {

	margin: 0 auto;
	padding-right: 0;
	float: none;

	}


/* TABS
----------------------------------------------------------------------------- */


	ul.tabs {
	
	padding-left: 15px;
	
	}
	
	ul.tabs li a,
	ul.tabs li strong {

	background-color: none;
	color: #b5d1cf;
	font: normal 17px/17px Arial, sans-serif;
	text-transform: uppercase;
	padding: 4px 10px !important;

	}

	ul.tabs li a:hover {

	color: #f00;

	}
	
	ul.tabs li.selected a,
	ul.tabs li.selected strong,
	ul.tabs li.selected a:hover {

	color: #f00;
	border-bottom: 0;

	}


/* PANES
----------------------------------------------------------------------------- */


	div.pane {



	}

	div.tabbed div.pane {



	}


/* EMPHASIZED CONTENT
----------------------------------------------------------------------------- */


/* Tabs */


	div.emphasis ul.tabs li a {

	color: #00e0ff;
	background-color: #37faff;

	}

	div.emphasis ul.tabs li a:hover {

	color: #00e0ff;
	background-color: #f0f0f0;

	}
	
	div.emphasis ul.tabs li.selected a,
	div.emphasis ul.tabs li.selected strong,
	div.emphasis ul.tabs li.selected a:hover {

	color: #fff;
	background-color: #00e0ff;

	}
	
	
/* Headings */


	div.emphasis div.pane h3,
	div.pane.emphasis h3 {
	
	color: #000;
	
	}
	
	
/* Panes */

	
	div.emphasis div.pane,
	div.pane.emphasis {
	
	background-color: #00e0ff;
	
	}
		
	div.emphasis div.pane div.group,
	div.pane.emphasis div.group {
	
	color: #ccc;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}
	
	
/* Inline Elements */


	p.emphasis {
	
	border-color: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}
	
	
/* Action Buttons */


	div.emphasis a.action,
	div.emphasis ul.pages a {
	
	background-color: #1681ac;
	
	}
	
	div.emphasis a.action:hover,
	div.emphasis ul.pages a:hover {
	
	background-color: #004973;
	
	}
	
	
/* Large Action Buttons */


	ul.actions.emphasis li.submit a,
	.widget-item.display .purchase a.submit {
	
	font-size: 14px;
	line-height: 30px;
	padding: 3px 18px;
	
	}


/* FEATURES BOX
----------------------------------------------------------------------------- */


/* Text */


	div#features div.widget-media.player div.details a {

	color: #464646;
	line-height: 12px;
	text-transform: uppercase;

	}

	div#features #photos h4 {

	font-size: 12px;
	line-height: 40px;

	}


/* Buttons */


	div#features a.browse {

	position: absolute;
	bottom: 22px;
	right: 20px;
	z-index: 4;

	}

	div#features #photos a#photos_back, div#features #photos a#photos_next {

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	top: 140px;

	}

	div#features #photos a#photos_back:hover, div#features #photos a#photos_next:hover {

	background-color: #f0f0f0;

	}

	div#features #photos a#photos_back {

	left: 18px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;

	}

	div#features #photos a#photos_next {

	right: 18px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;

	}


/* Panes */


	div#features div.pane {

	margin-bottom: 0 !important;
	padding: 15px;
	position: relative;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	}

	div#features div.widget-advertising {

	background-color: #00e0ff;
	padding: 0 15px 15px 15px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	}


/* Background */


	div#features div.widget-photo ul.photos li {

	background-color: #fff;
	padding: 3px;

	}

	div#features div.widget-media.player div.details {

	background-color: #fff;

	}


/* MEDIA PLAYER
----------------------------------------------------------------------------- */


/* Text */


	div.widget-media.player var strong {

	font-weight: normal;

	}

	div.widget-media.player var, div.widget-media.player var em {

	font-style: normal;

	}


/* Buttons */


	div.widget-media.player a.again {

	width: 559px;
	height: 314px;
	background-color: #464646
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -5000px;

	}

	div.widget-media.player a.prompt {

	width: 424px;
	height: 240px;
	background-color: #464646
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -5000px;

	}

	div.widget-media.player ul.controls a.action {

	width: 13px;
	height: 13px;
	background-color: #00e0ff;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	padding: 5px;
	text-indent: -5000px;

	}

	div.widget-media.player ul.actions a.action {

	background-color: #00e0ff;

	}

	div.widget-media.player ul.controls a.action:hover, div.widget-media.player ul.actions a.action:hover {

	background-color: #1681ac;

	}


/* Backgrounds */


	div.widget-media.player {

	background-color: #00e0ff !important;

	}

	div.widget-media.player div.flash {

	background-color: #fff;
	padding: 3px;

	}

	div.widget-media.player ul.controls {

	background-color: #f0f0f0;

	}


/* ALERTS
----------------------------------------------------------------------------- */


	div.widget-alert h3, 
	div.widget-alert h4 {
	
	color: #fff;
	
	}
	
	div.widget-alert h3 {

	font: 24px/24px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;

	}

	div.widget-alert p {

	color: #fff;

	}

	div.widget-alert.error {

	background-color: #db0000;

	}

	div.widget-alert.success {

	background-color: #6ba144;

	}

	div.widget-alert.info {

	background-color: #1681ac;

	}
	
	div.widget-alert.added {

	background-color: #1681ac;

	}

	div.widget-alert a {

	color: #fff;
	text-decoration: underline;

	}
	
	
/* Inline Messages */
	

	fieldset.error input, fieldset.error strong, label.error input, label.error strong, fieldset.error em {

	color: #db0000;

	}
	
	fieldset.error {
	
	border-color: #db0000;
	
	}

	fieldset.error strong,
	label.error strong {

	font-size: 11px;
	font-weight: normal;

	}

	label.error input {

	background-color: #db0000;
	color: #fff;

	}
	
	
/* MEMBER LISTINGS
----------------------------------------------------------------------------- */


	div.card .member,
	ul.orders > li,
	.widget-order.details.pane .group {

	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	}

	div.card .member dt.location,
	ul.items dt em,
	.widget-item.display .topic em {

	color: #00a9c0;

	}
	
	
/* STORE
----------------------------------------------------------------------------- */


/* Customer Bar */


	#customer {
	
		background: #858585;
	
		}
		
	#customer,
	#customer a {
	
		color: #fff;
	
		}
		

/* Departments: Header */


/* Departments: Sidebar */

	
	#sidebar #departments a {
	
	font: normal 18px/18px Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	width: 170px;
	padding: 10px 15px 10px 35px;
	
	}
	
	#sidebar #departments a:hover {
	
	color: #fff;
	background: #00afc7;

	}
	
		
	#sidebar #departments strong a {
	
	color: #fff !important;
	background: #000 !important;
	
	}
	
	#sidebar #departments ul ul {
	
	float: left;
	background: #000;
	
	}
	
	
/* Item Listings */


	ul.items li {
	
		background: #fff;
	
		}


/* MESSAGE BOARD
----------------------------------------------------------------------------- */


	div.messageboard table {

	font-size: 12px;

	}

	div.messageboard fieldset {

	border: 1px solid #464646;

	}

	div.messageboard .tcat {

	background-color: #dedede;
	color: #000;
	text-transform: uppercase;

	}

	div.messageboard .thead {

	background-color: #00e0ff;
	color: #000;

	}

	div.messageboard .thead a {

	color: #464646;

	}

	div.messageboard .thead a:hover {

	color: #fff;

	}

	div.messageboard .tfoot {

	color: #fff;
	background-color: #672e2e;

	}

	div.messageboard .alt1, div.messageboard .alt1Active, div.messageboard .alt2, div.messageboard .alt2Active {

	background-color: #f7f7f7;

	}

	div.messageboard .time {

	color: #f2df76;

	}

	div.messageboard .panelsurround {

	background-color: #f7f7f7;

	}

	div.messageboard .vbmenu_control {

	background-color: #000;

	}

	div.messageboard .vbmenu_popup {

	background-color: #000;
	border: 1px solid #f7f7f7;

	}
	
	
/* CHECKOUT
----------------------------------------------------------------------------- */


/* Steps */

	
	#steps {
	
	background: #e6e6e6;
	
	}
	
	#steps a,
	#steps strong,
	#steps em {
	
	background: #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	}
		
		
/* Step: Current */

		
	#steps strong {
	
	color: #fff;
	background: #00e0ff;
	
	}
	
	#steps strong var {
	
	color: #00e0ff;
	background: #fff;
	
	}
		

/* Steps: Completed & Next */

		
	#steps a,
	#steps em {
	
	color: #dcdcdc;
	background: #f7f7f7;
	
	}
	
	#steps a var,
	#steps em var {
	
	color: #f7f7f7;
	background: #dcdcdc;
	
	}
	
	
/* Legal */

	
	.section-checkout div.legal div {
	
	background: #f0f0f0;
	
	}
	
	.section-checkout div.legal div h3,
	.section-checkout div.legal div h4 {
	
	color: #222;
	
	}
		
		
/* Cart */

	
	table.order td,
	.widget-cart.modify table td,
	.widget-order.display table.summary td {
	
	border-color: #fff;
	
	}
	
	table.order tfoot,
	.widget-cart.modify table tfoot,
	.widget-order.display table.summary tfoot {
	
	color: #fff;
	background: #333; 
	
	}
	
	table.order tfoot a.action,
	.widget-order.display table.summary tfoot a.action {
	
	background: #555;
	
	}
	
	table.order tbody.items,
	.widget-cart.modify table tbody.items,
	.widget-order.display table.summary tbody.items {
	
	background: #f0f0f0;
	
	}
	
	table.order tbody.bonus,
	.widget-order.display table.summary tbody.bonus {
	
	background: #f7f7f7;
	
	}
	
	table.order tbody.discounts,
	.widget-order.display table.summary tbody.discounts {
	
	background: #fff;
	
	}
	
	table.order tr.shipping,
	.widget-cart.modify table tr.shipping,
	.widget-order.display table.summary tr.shipping {
	
	color: #222;
	background: #ccc2b2;
	
	}


/* BACKGROUNDS
----------------------------------------------------------------------------- */


	body {

	background: #000;

	}
	
	#page-index {
	
	background: #080300 url('../../images/skin-public/layout/bg-body-1.jpg') center top no-repeat;
	
	}
	
	.section-news,
	.section-client,
	.section-tour {
	
	background: #080300 url('../../images/skin-public/layout/bg-body-5.jpg') fixed;
	
	}
	
	.section-videos #page {
	
	background: url('../../images/skin-public/layout/bg-body-2.jpg') right top no-repeat;
	
	}
	
	.section-audio #page {
	
	background: url('../../images/skin-public/layout/bg-body-3.jpg') right top no-repeat;
	
	}
	
	.section-photos #page {
	
	background: url('../../images/skin-public/layout/bg-body-4.jpg') right top no-repeat;
	
	}
	
	div#page {
	
	padding-top: 100px;
	border: solid 1px #222222;
	
	}


/* HOME PAGE
----------------------------------------------------------------------------- */


/* Grid */


	#layout.home #page {
	
	position: relative;
	
	}
	
	#layout.home #content {
	
	width: 200px;
	
	}
	
	#layout.home #sidebar {
	
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 200px;
	
	}
	
	#layout.home #content div {
	
	float: left;
	width: 100%;
	border-bottom: 1px solid #575b55;
	padding-bottom: 15px;
	margin-bottom: 10px;
	
	}
	
	body#page-index #layout.home h3 {
	
	display: block !important;
	
	}

	#layout.home #content p {
	
	margin: 0;
	
	}
	
	
/* Browse Links */


	#layout.home ul.actions {
	
	padding: 0;
	display: block;
	
	}

	#layout.home ul.actions a {
	
	padding: 0;
	color: #fff;
	text-transform: none;
	background: none;
	
	}
	
	
/* Video */


	#layout.home #content #video,
	#layout.home #content #album {
	
	padding-bottom: 7px;
	
	}
	
	#page-index #video ul.clips {
	
	padding-bottom: 0 !important;
	
	}
	
	#page-index #video img {
	
	margin-bottom: 5px;
	
	}
	
	#page-index #layout.home #content #video div {
	
	padding: 0;
	margin: 0;
	border: 0;
	
	}
	
	body#page-index #layout.home #video > h3,
	#page-index #video ul.actions {
	
	display: none !important;
	
	}
	
	
/* Album */


	#page-index #album h3 a {
	
	text-transform: none;
	letter-spacing: 1px;
	font-size: 16px;
	
	}


/* Tour */
	
	
	#layout.home #tour table {
	
	margin-bottom: 5px;
	font-size: 1em;
	
	}
	
	#layout.home #tour th,
	#layout.home #tour td.details,
	#layout.home #tour td.event,
	#layout.home #tour td.rsvp,
	#layout.home #tour td.comments,
	#layout.home #tour td.tickets,
	#layout.home #tour td.presale {
	
	display: none;
	
	}
	
	#layout.home #tour td {
	
	padding: 5px 5px 5px 0;
	
	}
	
	
/* News */

	
	#layout.home #content #news {
	
	padding-bottom: 5px;
	
	}
	
	#layout.home ul.headlines {
	
	padding-bottom: 0 !important;
	
	}
	
	#layout.home #news li {
	
	margin-bottom: 10px;
	
	}
	
	#layout.home #news a.comments,
	#layout.home #news ul.pages {
	
	display: none;
	
	}
	
	
/* Twitter */
	
	
	#twitter,
	#twitter .tweet {
	
	border: none !important;
	
	}
	
	#twitter .tweet {

	margin-bottom: 0 !important;
	padding-bottom: 3px !important;

	}
	
	#twitter .tweet li > a {
	
	display: block;
	color: #633a2b;
	
	}
	

/* CHARITY
----------------------------------------------------------------------------- */


	#charity {
	
	border-bottom: 1px solid #575b55;
	margin-bottom: 15px;
	padding-bottom: 10px;	
	
	}
	
	#sidewalkangels {
	
	display: block;
	text-indent: -5000px;
	width: 109px;
	height: 99px;
	background: url('../../images/skin-public/sidewalkangels.gif');
	margin: 0 0 10px 38px;
	
	}

	#charity h3 a {
	
	font-size: 11px !important;
	
	}

	
/* FOLLOW ROB ON...
----------------------------------------------------------------------------- */


	#follow {
	
	float: left;
	width: 100%;
	border-bottom: 1px solid #575b55;
	margin-bottom: 15px;
	padding-bottom: 7px;
	
	}
	
	#follow ul,
	#follow li {
	
	float: left;
	
	}
	
	#follow a {
	
	display: block;
	text-indent: -5000px;
	height: 33px;
	
	}
	
	#follow .saynow a {
	
	width: 51px;
	background-image: url('../../images/skin-public/layout/a-saynow.gif');
	
	}
	
	#follow .twitter a {
	
	width: 30px;
	background-image: url('../../images/skin-public/layout/a-twitter.gif');
	
	}
	
	#follow .facebook a {
	
	width: 30px;
	background-image: url('../../images/skin-public/layout/a-facebook.gif');
	
	}
	
	#follow .myspace a {
	
	width: 26px;
	background-image: url('../../images/skin-public/layout/a-myspace.gif');
	
	}
	
	
/* EDITORIAL CONTENT
----------------------------------------------------------------------------- */


	div.widget-editorial.callout h3 span {
	
	display: inline-block !important;
	
	}
	
	.section-news ul.headlines li {
	
	padding-bottom: 25px !important;
	
	}
	
	.section-news ul.leads > li {
	
	padding-bottom: 20px;
	min-height: 106px !important;
	
	}
	
	.section-news div#content ul.leads li {
	
	padding-left: 0 !important;
	
	}
	

/* BIOGRAPHY
----------------------------------------------------------------------------- */


	#page-biography #sidebar ul.actions {
	
	display: none;
	
	}

	
/* TOUR SECTION
----------------------------------------------------------------------------- */


	table .comments,
	table .rsvp {
	
	display: none;
	
	}
	
	
/* PHOTO PAGE
----------------------------------------------------------------------------- */


	#page-photos {
	
	overflow-y: scroll;
	
	}
	
	#page-photos #page {
	
	position: relative;
	height: 525px;
	
	}
	
	#page-photos ul.photos {
	
	display: none;
	
	}
	
	#page-photos ul.photos li {
	
	position: absolute;
	
	}
	
	#page-photos ul.photos a {
	
	display: block;
	width: 82px;
	height: 82px;
	overflow: hidden;
	
	}
	
	#page-photos ul.photos img {
	
	height: 100%;
	
	}
	
	#page-photos ul.photos img.portrait {
	
	height: auto;
	width: 100%;
	
	}
	
	#page-photos strong,
	#page-photos a.comments,
	#page-photos ul.pages {
	
	display: none;
	
	}
	
	
/* Paging */

	
	#page-photos ul.paging {
	
	display: block !important;
	
	}
	
	#page-photos ul.paging a {
	
	position: absolute;
	background: none;
	text-align: center;
	color: #98534c;
	line-height: 74px;
	text-transform: lowercase;
	font-weight: bold;
	
	}
	
	#page-photos ul.paging a:hover {

	color: #fff !important;
	
	}
	
	#page-photos ul.paging a.next {

	width: 42px;
	height: 74px;
	line-height: 70px;
	top: 251px;
	left: 921px;
	color: #b67871;

	}
	
	#page-photos ul.paging a.back {
	
	width: 66px;
	height: 74px;	
	top: 248px;
	left: 395px;
	
	}


/* Positions */


	li.one {
	
	top: 32px;
	left: 455px;
	
	}
	
	li.two {
	
	top: 34px;
	left: 656px;
	
	}
	
	li.three {
	
	top: 34px;
	left: 829px;
	
	}
	
	li.four {
	
	top: 120px;
	left: 616px;
	
	}

	li.five {
	
	top: 249px;
	left: 545px;
	
	}
	
	li.six {
	
	top: 250px;
	left: 699px;
	
	}
	
	li.seven {
	
	top: 465px;
	left: 410px;
	
	}
	
	li.eight {
	
	top: 335px;
	left: 635px;
	
	}
	
	li.nine {
	
	top: 466px;
	left: 566px;
	
	}
	
	li.ten {
	
	top: 467px;
	left: 719px;
	
	}
	
	
/* Viewer */


	#viewer {
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: url('../../images/skin-public/layout/translucent-black.png');
	text-align: center;
	z-index: 99;
	padding-top: 10%;
	
	}
	
	#viewer a {
	
	cursor: default;
	
	}
	
	#viewer img {
	
	border: 20px solid #000;
	background: #000;
	
	}
	
	#viewer a.next,
	#viewer a.prev {
	
	position: fixed;
	display: block;
	top: 50%;
	width: 20%;
	height: 200px;
	margin-top: -100px;
	text-indent: -5000px;
	opacity: .1;
	filter: alpha(opacity=10);

	}
	
	#viewer a.next:hover,
	#viewer a.prev:hover {
	
	opacity: .5;
	filter: alpha(opacity=50);

	}
	
	#viewer a.next {
	
	right: 0;
	background: url('../../images/skin-public/actions/a-next.gif') right center no-repeat;
	
	}
	
	#viewer a.prev {
	
	left: 0;
	background: url('../../images/skin-public/actions/a-prev.gif') left center no-repeat;

	}
	

/* MEDIA PAGES
----------------------------------------------------------------------------- */	
	
	
	.site ul.clips {
	
	overflow: auto;
	
	}
	
	.site ul.clips a {
	
	font-size: 16px;
	line-height: 18px;
	padding: 5px 0 5px 17px;
	display: none;

	}
	
	.site ul.clips div a {
	
	display: block;
	
	}

	.site ul.clips a:hover {
	
	color: #f00;
	background: url('../../images/skin-public/actions/a-play.gif') left 12px no-repeat;

	}
	
	.site ul.clips a.selected {
	
	color: #f00;
	background: url('../../images/skin-public/actions/a-pause.gif') left 12px no-repeat;

	}
	
	.site ul.clips ul.actions,
	.site ul.clips img,
	.site ul.clips em,
	.site ul.clips a.details {
	
	display: none;
	
	}
	
	
/* VIDEO PAGE
----------------------------------------------------------------------------- */


	#page-videos #content {
	
	margin-bottom: 0;
	
	}
	
	#page-videos ul.clips {
	
	height: 239px;
	width: 354px;
	margin-bottom: 25px;
	
	}
	
	#page-videos ul.clips ul.actions {
	
	display: none;
	
	}
	
	#page-videos #videoplayer {
	
	border: 1px solid #575B55;
	width: 352px;
	height: 240px;
	
	}
	
	
/* AUDIO PAGE
----------------------------------------------------------------------------- */

		
	#page-audio #page {
	
	height: 527px;
	padding-right: 0;
	width: 960px;
	position: relative;
	
	}
	
	#page-audio #content {
	
	float: left;
	width: 275px;
	margin-bottom: 0;
	
	}
	
	#page-audio #content ul.tabs {
	
	padding-left: 0 !important;
	
	}
	
	#page-audio #content div.audio {
	
	position: relative;
	margin-top: 75px;
	
	}
	
	#page-audio #content div.audio ul.clips {
	
	overflow: visible;
	
	}
	
	#page-audio em.loading {
	
	position: absolute;
	top: 40px;
	left: 0;
	
	}
	
	#page-audio #content h3 {
	
	font-size: 24px;
	text-transform: lowercase;
	border-bottom: 1px solid #222;
	margin-bottom: 0;
	
	}
	
	#page-audio ul.clips {
	
	height: 200px;
	width: 275px;
	padding-top: 10px;
	margin-bottom: 30px;
	
	}
	
	#page-audio #audioplayer {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	
	}
	
	
/* Info */
	
	
	#page-audio #page.blank {
	
	background: none;
	
	}
	
	#page-audio div#info {
	
	float: right;
	width: 665px;
	margin-top: 24px;
	
	}
	
	#page-audio #artwork {
	
	float: left;
	width: 320px;
	height: 320px;
	
	}
	
	#page-audio img {
	
	float: left;
	width: 320px;
	
	}
	
	#page-audio div.lyrics {
	
	float: right;
	width: 320px;
	height: 493px;
	overflow: auto;
	padding-bottom: 30px;
	
	}
	
	#page-audio div.lyrics h4 {
	
	margin-bottom: 15px;
	
	}
	
	#page-audio #content div.audio div.lyrics {
	
	display: none;
	
	}
	
	
/* UPSELLS
----------------------------------------------------------------------------- */


	a.upsell {
	
	float: left;
	clear: both;
	margin: 0 0 22px;
	width: 360px;
	
	}
	
	a.upsell span {
	
	color: #d8d8bc;
	display: block;
	height: 23px;
	line-height: 23px; 
	padding-left: 29px;
	background: url('../../images/skin-public/actions/a-upsell.png') no-repeat;
	
	}
	
	a.upsell:hover span {
	
	color: #f00;
	background-position: left bottom;
	
	}
	
	#page-audio a#order_cradlesong {
	
	display: block;
	text-indent: -5000px;
	width: 237px;
	height: 47px;
	position: absolute;
	top: 12px;
	right: 20px;
	background: url('../../images/skin-public/upsells/upsell-cradlesong.gif') center center no-repeat;
	
	}
	
	
/* BIO PAGE
----------------------------------------------------------------------------- */


	#page-biography ul.photos a {
	
	cursor: default;
	
	}
	
	
/* EVENT PAGES
----------------------------------------------------------------------------- */


	.section-tour #sidebar ul.actions {
	
	display: none;
	
	}
	
	.section-tour ul.photos a {
	
	cursor: default;
	
	}
	
	.section-tour td.event {
	
	display: none;
	
	}


