body {
    background-color: #383a40;
    text-align: left;
    overflow-x: hidden;
    *overflow-x: display;
}
h1 {
    font-size: 2.5em;
    line-height: 1.4;
}
h2 {
    font-size: 1.75em;
    line-height: 1.571;
}
h3 {
    font-size: 1.25em;
    line-height: 1.8;
}
h4 {
    font-size: 1em;
    line-height: 2;
}
h5 {
    font-size: 0.875em;
}
h6 {
    font-size: 0.75em;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

blockquote {
    margin-left: 2em;
}
p {
    margin-top: 1.5em; 
    margin-bottom: 1.5em; 
    padding-left: 10px; 
    padding-right: 10px;
    font-size: 1em;
    line-height: 1.5;
    text-indent: 0px;
}
li {
    line-height: 1.5;
}
ol li {
    list-style-type: decimal;
    margin-left: 2em;
}

.yui-cms-tt .yui-panel .hd {
    /* tooltips */
    visible: hidden;
    display: none;
}


.yui-cms-tt .yui-panel .bd,
body.yui-skin-sam .yui-panel {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
body.yui-skin-sam .yui-cms-accordion .yui-panel {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body.yui-skin-sam .yui-panel,
body.yui-skin-sam .yui-panel .hd,
body.yui-skin-sam .yui-panel .bd,
body.yui-skin-sam .yui-panel .ft {
    border-width: 0 0 0 0;
}
body.yui-skin-sam .yui-panel .hd {
    background: #28292f url(../img/header-gradient.png) repeat-x left top;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}
body.yui-skin-sam .yui-panel .hd, a
body.yui-skin-sam .yui-panel .hd {
    color: white;
    text-align: center;
    font-size: 115%;
    text-shadow: 2px 2px 2px black;
    -moz-text-shadow: 2px 2px 2px black;
    -webkit-text-shadow: 2px 2px 2px black;
}
body.yui-skin-sam .yui-cms-accordion .yui-panel .hd {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}

body.yui-skin-sam div.yui-panel,
body.yui-skin-sam .yui-panel .bd {
    background-color: #383a40;
}

body.yui-skin-sam .yui-panel .ft {
    padding: 5px;
    background: #28292f url(/media/img/header-gradient.png) repeat scroll left bottom;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}
body.yui-skin-sam .yui-cms-accordion .yui-panel .ft {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

body.yui-skin-sam .yui-dt {
    color: black;
}
body.yui-skin-sam .yui-dt a {
    color: blue;
}

.messages-page .yui-dt,
.messages-page .yui-dt table {
    width: 100%;
}


#doc3 {
  left: 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
  /*background-color: #23252c;*/
  background-color: #bcbcbc;
  /*  background: #bcbcbc url(../img/gray-stripe-pattern.png) repeat scroll left top;*/
  padding: 0px;

  color: white;
}
.yui-skin-sam #doc3 .yui-panel {
    z-index: auto;
}

.yui-skin-sam #doc3 .yui-panel {
    box-shadow: 3px 3px 3px black;
    -moz-box-shadow: 3px 3px 3px black;
    -webkit-box-shadow: 3px 3px 3px black; 
}

#hd {
    background: #383a40 url(../img/header-gradient.png) repeat scroll left top;
    padding: 0 0 0 0;
    height: 75px;
    border-bottom: 5px solid #7ea653;
}

#hd .account-info {
  color: white;
  padding: 5px;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 15px;
}

#doc3 #hd #branding img:hover,
#branding img {
    vertical-align: top; 
    margin: 0px;
    background-color: #7ea653;
} 


.account-info em {
    font-weight: bold;
}

.account-info a {
  color: silver;
}
.account-info a.mcbalance {
    color: green;
}
.account-info a.login {
    color: #7ea653;
    font-weight: bold;
}
.account-info a.logout {
    color: red;
}
.account-info a:hover {
    text-decoration: underline;
}

#left .in {
  background: #DDDDD none repeat scroll 0 0;
  margin-right: 0px;
  margin-top:0px;
  margin-bottom:10px;
  padding: 0px;
}

#featuredpls .header_icon {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  background: transparent url('../ui/img/silk/sound.png') no-repeat 0px 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
}

#hd {
}

.in a .icon {
  vertical-align: middle;
}

.in .icon {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;

  background: url('../ui/img/silk/control_play.png') no-repeat 0px 0px;
}

.in {
  background: #D9D9D9 none repeat scroll 0 0;
  margin: 0px 5px 5px;
  margin-bottom: 15px;
  overflow: hidden;
}


.in .footer {
  border-top: 1px solid #E3E3E3;
}

#featuredpls .ft  {
  text-align: right;
  padding-top: 3px;
  padding-right: 10px;
}

#featuredpls .ft .playback-instructions {
    margin-left: 5px;
    float: left;
    font-style: italic;
    color: gray;
}

#featuredpls .ft a span.icon {
  background: url('../ui/img/silk/control_fastforward.png') no-repeat 0px 0px;
}

ul.playlist span.icon {
    vertical-align: middle;
}

div.footer a span.icon {
  background: url('../ui/img/silk/control_fastforward.png') no-repeat 0px 0px;
}

.icon {
  display: inline-block;
}

#commentForm,
li.comment,
#twitter_update_list li {
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}

#commentForm textarea {
  width: 100%;
}

#right .in ul {
  text-indent: 0px;
}

#content #contact_aar .clearfix {
  padding: 20px;
  text-indent: 0px;
}

#content #contact_aar .clearfix p {
  width: 90%;
  padding-bottom: 15px;
}

.even,
.playable-item,
ul.playlist li.even {
  background-color: #383a40;
}
.odd,
.odd .playable-item,
ul.playlist li.odd {
  background-color: #23252c;
}

.playlist_item {
  float: left;
  width: 100%;
}

div.playlist_item:hover {
 background-color: #959595;
}

.artist {
}
.title {
}

a {
  text-decoration: none;
  color: #7ea653;
}

body {
  left: 0px;
  top: 0px;
  position: absolute;
  height: 100%;
}
body, html {
  background-color: #23252c;
  width: 100%;
}

#ft {
  padding: 5px;
  background: #23252c url(../img/footer-gradient.png) repeat-x scroll left top;
  color: white;
  text-align: center;
}
#ft a {
  color: white;
}

#ft .atm_logo {
  background-image:url(../../img/artistechmedialogo.gif);
  background-position:center bottom;
  border:1px solid #000000;
  height:43px;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  width:100px;
}

#playlist-context-menu {
  z-index: 99;
}

#downloadplaylistmenuitem {
    background: transparent url(../ui/yui/assets/skins/sam/sprite.png) repeat-x scroll 0pt 0pt;
}
#downloadplaylistmenuitem:hover {
    background-position:0 -1300px;
}
#downloadplaylistmenuitem a {
    cursor: pointer;
    font-size: 16pt;
    padding-right: 10px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../ui/img/silk/arrow_down.png) 10px center no-repeat;
}


.password-change-form form th, .password-change-form form td,
.userprofile-form form th, .userprofile-form form td,
.contact_form form th, .contact_form form td,
form.login th, form.login td {
    padding: 5px;
}


.contact_form {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contact_form input,
.contact_form textarea {
    width: 350px;
}

.yui-skin-sam div.mediasiteblogpost-list-panel div.bd {
    padding: 0px;
}

#account-sidebar .button-group {
}
ul.navigation {
}


ul.select-artists {
    font-size: 120%;
    font-weight: bold;
}
ul.select-artists li {
    padding: 0px;
}
ul.select-artists li small {
    font-style: italic;
    color: #919191;
    font-size: 70%;
}
ul.fanclub-membership li a,
ul.account-action li a,
ul.mediasiteblogpost li a,
ul.mediasitepage li a,
ul.select-artists li a {
    display: block;
    padding: 10px;
    color: white;
}
ul.mediasiteblogpost li h4 {
    font-size: 120%;
    letter-spacing: -0.05em;
}
ul.mediasiteblogpost li img.membership-level {
    float: right;
    margin: 10px;
}
ul.mediasiteblogpost li a .info {
    font-style: italic;
}
ul.fanclub-membership a:hover,
ul.account-action a:hover,
ul.mediasiteblogpost li a:hover,
ul.mediasitepage li a:hover,
ul.select-artists a:hover {
    background-color: #919191;
    color: white;
}
ul.select-artists a:hover small {
    color: silver;
}

.yui-panel .ft .button-group {
    text-align: right;
    line-height:2;
}
.yui-panel .ft .button-group .publish-selector {
    vertical-align: text-bottom;
}

.yui-panel ul.button-group li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.yui-panel ul.button-group li .yui-button .first-child a,
.yui-panel ul.button-group li .yui-button .first-child,
.yui-panel ul.button-group li .yui-button {
    width: 100%;
}

.feedback-panel .ft {
    font-size: 14pt;
    text-align: right;
}
.feedback-panel .ft .yui-button {
    font-size: 14pt;
}
.feedback-panel textarea {
    width: 100%;
}


a.submittrack:hover {
    color: blue;
    text-decoration: underline;
}

#community_music_label {
    background: url(../img/front-background.jpg) center top repeat-x;
    padding-top: 60px;
    padding-bottom: 60px;

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

.breadcrumbs a {
    font-size: 120%;
    font-weight: bold;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

#twitter_div {
    padding: 10px;
}
#twitter_div a {
    color: #919191;
}
#twitter_div a:hover {
    text-decoration: underline;
}

ul.errorlist {
    background-color: red;
    padding-left: 20px;
    color: white;
    list-style-type: square;
}
ul.errorlist li {
    list-style-type: square;
    font-weight: bold;
}

#login legend {
    display: none;
}

img.emily-fanclub-callout {
    margin-top: 10px;
}

.password-reset {
    display: block;
    float: right;
    padding: 10px;
    font-style: italic;
    font-size: 110%;
    border: 1px solid #919191;
}
.password-reset:hover {
    background-color: white;
    color: black
}


ul.feed-links li {
    margin-bottom: 0.5em;
}



.terms-of-use-panel ul,
.privacy-policy-panel ul {
    padding-left: 20px;
}
.terms-of-use-panel a,
.privacy-policy-panel a {
    color: blue;
}
.terms-of-use-panel a:hover,
.privacy-policy-panel a:hover {
    text-decoration: underline;
}
.terms-of-use-panel ul li,
.privacy-policy-panel ul li {
    list-style-type: square;
}


#hd .membership-status-icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

#hd .membership-status-icon,
ul.mediasiteblogpost li img.membership-level {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 3px black;
    -moz-box-shadow: 3px 3px 3px black;
    -webkit-box-shadow: 3px 3px 3px black;
}

.yui-panel .hd .membership-status-icon {
    margin: 0px;
    margin-top: 10px;
    top: 0px;
}
.yui-panel .bd .membership-status-icon {
    float: right;
}

.playable-item {
    color: white;
}

.playable-item .track-title {
    background-position: right top;
}

ul.select-artists li a {
  background: url('../img/tunetrack-icon-16.png') 10px center no-repeat;
  padding-left: 30px;
  color: white;
}
ul.select-artists li a.has-fanclub {
}

ul.navigation li {
    display: inline;
}

ul.navigation li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*
#doc3 ul.navigation .yui-button .first-child,
#doc3 ul.navigation .yui-button {
    background: none;
    background-image: none;
    width: auto;
    border-width: 0 0 0 0;
    border-radius: 0; 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#doc3 ul.navigation .yui-button .first-child a,
#doc3 ul.navigation .yui-button .first-child button {
    padding: 5px;
    margin: 0 0 0 0;
}
*/
.fanclub-key {
  margin-top: 5px;
  text-align: center;
}

.musiccreditallocation .distribution-count {
    float: right;
    font-style: italic;
    color: green;
}
.musiccreditallocation .percentage {
    font-weight: bold;
    color: purple;
}

#homepage-copy {
    width: 60%;
    background-color: black;
    opacity: 0.8;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#homepage-copy a {
    color: silver;
}


.wym_html textarea {
    font-size: 10pt;
}

.wym_area_bottom .wym_wymeditor_link {
    display: none;
}
.wym_area_right h2 {
    color: black;
}

#commentForm td,
#commentForm th {
    vertical-align: top;
}
#commentForm td input,
#commentForm textarea {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.yui-skin-sam div.yuimenu .bd {
    padding: 0px;
}

.payment-button-group .yui-button .first-child {
    font-size: 16pt;
}

ul.credits {
    padding: 10px;
}



#release-thumb-carousel {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

ul.release-thumb li {
    display: inline;
    display: inline-block;
    *display: block;
    *float: left;
    padding: 0 0 0 0;
    margin: 0.5%;
}

img.release-thumb {
    cursor: pointer;
    padding: 0 0 0 0;
    border: 1px solid black;
    box-shadow: 3px 3px 3px black;
    -moz-box-shadow: 3px 3px 3px black;
    -webkit-box-shadow: 3px 3px 3px black;
}
#release-thumb-carousel ul.release-thumb li {
    width: 30%;
}
#release-thumb-carousel ul.release-thumb li img.release-thumb {
    width: 100%;
}
img.release-thumb:hover {
    border-color: blue;
}

#newest-releases h2 {
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    color: black;
    /*text-shadow: 1px 1px 3px black;
    -moz-text-shadow: 1px 1px 3px black;
    -webkit-text-shadow: 1px 1px 3px black;*/
}

.bd .rich-editor-container {
    margin: -10px;
}
.bd table .rich-editor-container {
    margin: -20px;
}

form.form-submitting {
    /* temporary hack */
    opacity: 0.0;
    filter: alpha(opacity = 0);
}

