/*------------------------------------------------
 Master screen styles for 785records
------------------------------------------------*/

body {
    text-align: center;
    background: #004b8d url(/assets/images/rec/bg.png) top left repeat;
    color: #f5f5f5;
    font: 12px/1 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a {
    outline: none;
    color: #004b8d;
    text-decoration: none;
    border: none;
}

/*------------------------------------------------
 Page structure
------------------------------------------------*/
#wrapper {
    text-align: left;
    margin: 50px auto;
}

body.page-news #wrapper { width: 936px; } /* full content width + 260 */
body.page-news #content { width: 646px; } /* block width - padding L - padding R */

body.page-tour #wrapper { width: 852px; }
body.page-tour #content { width: 562px; }

body.page-talent #wrapper { width: 797px; }
body.page-talent #content { width: 417px; }

body.page-contact #wrapper { width: 797px; }
body.page-contact #content { width: 417px; }

body.page-press #wrapper { width: 797px; }
body.page-press #content { width: 417px; }

body.page-merch #wrapper { width: 920px; }
body.page-merch #content { width: 630px; }

body.page-talent-inner #wrapper { width: 988px; } /* Special case */
body.page-talent-inner #content { width: 728px; }

#header, #content {
    float: left;
}

#header {
    width: 250px;
    margin-right: 10px;
}

#content {
    background-color: #007dc3;
    padding: 15px;
}

h1.siffer, .talent-item h2,
h1.siffer a, .talent-item h2 a {
    color: #d7c99f;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    height: 31px !important;
}

.sIFR-alternate { display: none; }

div.info h5 {
    font-weight: bold;
}

div.info a {
    color: #fff;
}

/*------------------------------------------------
 Header/nav/logo
------------------------------------------------*/
#logo h1 a {
	float: right;
	display: block;
	width: 116px;
	height: 101px;
	background: url(/assets/images/rec/logo.png) top left no-repeat;
	text-indent: -1000em;
	margin-bottom: 10px;
}

#nav a {
    display: block;
    width: 200px;
    height: 28px;
    margin-bottom: 4px;
    text-indent: -1000em;
    background: url(/assets/images/rec/type_nav_all.png) top left no-repeat;
}

#nav li#n-news a      { background-position: 0 -30px; }
#nav li#n-talent a    { background-position: 0 -90px; }
#nav li#n-tour a      { background-position: 0 -150px; }
#nav li#n-press a     { background-position: 0 -210px; }
#nav li#n-contact a   { background-position: 0 -270px; }
#nav li#n-merch a     { background-position: 0 -330px; }

#nav li#n-news a:hover, #nav li#n-news.current a        { background-position: 0 0; }
#nav li#n-talent a:hover, #nav li#n-talent.current a    { background-position: 0 -60px; }
#nav li#n-tour a:hover, #nav li#n-tour.current a        { background-position: 0 -120px; }
#nav li#n-press a:hover, #nav li#n-press.current a      { background-position: 0 -180px; }
#nav li#n-contact a:hover, #nav li#n-contact.current a  { background-position: 0 -240px; }
#nav li#n-merch a:hover, #nav li#n-merch.current a      { background-position: 0 -300px; }

/*------------------------------------------------
 Sidebar blocks
------------------------------------------------*/
#header .block {
    background-color: #007dc3;
    background-repeat: no-repeat;
    background-position: 3px 7px;
    margin-bottom: 10px;
    padding: 11px 8px 11px 47px;
}

#header .block.player {
    background-image: url(/assets/images/rec/type_radio.png);
}

#header .block.signup {
    background-image: url(/assets/images/rec/type_signup.png);
}

#header .block.nav {
    background-image: url(/assets/images/rec/type_nav.png);
}

#header .block.signup form {
    padding: 12px 0 37px;
}

#header .block.signup form label {
    display: block;
    float: left;
    width: 172px;
    height: 18px;
    text-indent: -1000em;
    background: url(/assets/images/rec/type_updates.png) top left no-repeat;
}

#header .block.signup form input.field {
    background: #c9d9e3;
    margin: 2px 0;
    padding: 3px;
    border: 2px solid #fff;
    width: 185px;
    color: #000;
}

#header .block.signup form input.btn {
    float: right;
}

/*------------------------------------------------
 Player
------------------------------------------------*/
body.popup-player #wrapper,
body.popup-player #header,
body.popup-player #player {
    margin: 0 !important;
}

#player {
    height: 72px;
}

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

#wrapper-player #player {
	left: 3px;
}

#wrapper-player #logo {
	margin-left: 14px;
}

#player div.inner-block {
	float: left;
	line-height: 29px;
}

#player-controls {
	margin-left: 0;
}

#player-song-wrap {
	overflow: hidden !important;
}

#player-song {
	margin-left: 11px;
	font-size: 9px;
	color: #fff;
	width: 141px;
	height: 29px;
}

#player-volume {
	margin-left: 30px;
}

#player-time {
	font-size: 11px;
	color: #45caef;
	margin-left: 8px;
}

#player-controls a, #player-volume a {
	display: block;
	text-indent: -1000em;
	float: left;
	margin: 9px 7px 0 0;
	width: 22px;
	height: 21px;
	background-position: top left;
	background-repeat: no-repeat;
}

#player-controls a.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

a#ctl-prev  { background-image: url(/assets/images/rec/player/prev.png); }
a#ctl-pause { background-image: url(/assets/images/rec/player/pause.png); }
a#ctl-stop  { background-image: url(/assets/images/rec/player/stop.png); }
a#ctl-play  { background-image: url(/assets/images/rec/player/play.png); }
a#ctl-next  { background-image: url(/assets/images/rec/player/next.png); }

a#ctl-volume {
	width: 34px;
	background-image: url(/assets/images/deniserich/player/volume_on.png);
}

a#ctl-pop {
	width: 13px;
	background-image: url(/assets/images/deniserich/player/popout.png);
	background-position: 0 4px;
}

#player-song, #player-song-wrap {
    float: none !important;
    margin-top: -38px;
}

#player-song-wrap b, #player-song-wrap i {
    display: block;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    padding-top: 1px;
    width: 200px;
    height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 44px;
}

#player-song-wrap b { background-image: url(/assets/images/rec/player/player_type_artist.png); }
#player-song-wrap i { background-image: url(/assets/images/rec/player/player_type_track.png); }

/*------------------------------------------------
 News
------------------------------------------------*/
.news {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #004b8d;
}

.news .left, .news .right {
	float: left;
}

.news .left {
	width: 91px;
	margin-right: 10px;
}

.news .right {
	width: 419px;
}

.news h3 {
    font-size: 14px;
    font-weight: bold;
    margin: -13px 0 5px;
}

.news .right p {
    line-height: 14px;
    margin-bottom: 12px;
}

/*------------------------------------------------
 Tour
------------------------------------------------*/
#tour {
    padding: 20px;
}

#tour p.info, div.info {
    margin: 8px 0 13px;
    padding: 10px 0;
    border-top: 1px solid #004b8d;
    border-bottom: 1px solid #004b8d;
    line-height: 14px;
}

table#tour-dates {
    width: 100%;
}

table#tour-dates td {
    padding: 3px 0 2px;
    font-weight: bold;
    font-size: 13px;
}

table#tour-dates thead td {
    color: #004b8d;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 5px;
}

table#tour-dates thead td.date {
    width: 148px;
}

table#tour-dates tbody td.city {
    color: #004b8d;
}

/*------------------------------------------------
 Talent
------------------------------------------------*/
#talent {
    padding: 22px;
}

#talent .talent-item {
    margin-bottom: 28px;
}

#talent .talent-item .left, #talent .talent-item .right {
    float: left;
}

#talent .talent-item h1,
#talent .talent-item h1 a {
    width: 236px !important;
}

#talent .talent-item .right {
    margin-top: 30px;
    padding-left: 12px;
    border-top: 1px solid #004b8d;
    line-height: 14px;
}

#headshot-block {
    float: left;
    width: 314px;
    margin-top: 79px;
    background: #007dc3;
}

#talent-wrap {
    float: left;
    width: 404px;
    margin-right: 10px;
}

#talent-wrap .inner-block {
    background: #007dc3;
    margin-bottom: 10px;
    padding: 12px;
}

#talent-wrap #talent-nav {
    height: 55px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#talent-wrap #talent-nav ul {
    margin-top: 3px;
}

#talent-wrap #talent-nav ul li {
    display: inline;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

#talent-wrap #talent-nav ul li a {
    color: #fff;
    font-size: 14px;
}

body.page-talent-inner #content {
    background: none;
    padding: 0;
}

#talent-nav ul li a {
    display: block;
    float: left;
    text-indent: -1000em;
    height: 17px;
    background-image: url(/assets/images/rec/talent_nav.png);
    background-repeat: no-repeat;
}

li#t-bio a      { width: 42px; background-position: 0 0; }
li#t-video a    { width: 58px; background-position: -42px 0; }
li#t-mp3 a      { width: 59px; background-position: -99px 0; }
li#t-gal a      { width: 60px; background-position: -157px 0; }
li#t-cd a       { width: 60px; background-position: -217px 0; }

.bio-content p {
    line-height: 14px;
    margin: 8px 0;
}

/*------------------------------------------------
 Artists > Songs
------------------------------------------------*/
.song-block {
    margin-bottom: 10px;
}

.song-block .far-left, .song-block .left, .song-block .right {
    float: left;
}

.song-block .right {
    width: 320px;
}

.song-block .left {
    margin-right: 10px;
}

.song-block a.play {
    display: block;
    background: url(/assets/images/rec/play.png) top left no-repeat;
    text-indent: -1000em;
    width: 50px;
    height: 20px;
}

.song-block .right {
    line-height: 14px;
}

/*------------------------------------------------
 Merch
------------------------------------------------*/
body.page-merch #tour p.info, div.info {
    padding: 15px 6px;
}

#merch form fieldset input,
#merch form fieldset textarea {
    background: #eee;
    border: 2px solid #fff;
    padding: 2px;
    color: #000;
}

#merch form fieldset div {
    margin: 3px 0;
}

#merch p.error-field {
    background: #fff;
    padding: 3px;
    color: #ff5c5c;
    font-size: 18px;
}

.merch-pane {
    width: 175px;
    float: left;
    margin: 10px 8px 20px 9px;
}

.merch-pane h2 {
    font-size: 16px;
    font-weight: bold;
    color: #004b8d;
    margin: 13px 0 16px;
}

.merch-pane, .merch-pane a {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.merch-pane a {
    margin-top: 14px;
}

/*------------------------------------------------
 Self-clearing floats
------------------------------------------------*/
#talent .talent-item:after,
#talent:after,
#talent-nav ul:after,
#header-inner:after,
#nav:after,
.news:after,
#bio:after,
.song-block:after,
.song-block-header:after,
.gallery:after,
#upload-cover:after,
#header .block.signup:after,
#merch div.info:after {
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
}
