/* Start of CMSMS style sheet 'SoundMGT' */
body {
background-image: url(uploads/images/main_bg.png);
background-position: center;
background-repeat: no-repeat;
}

.autotab {
margin-top: 12px;
}

#music_link span {
position: relative;
bottom: 7px;
}

#video_link span {
position: relative;
bottom: 7px;
}


#music_link img {
padding-right: 10px;
}
#video_link img {
padding-right: 10px;
}


a {
text-decoration: none;
font-weight: bold;
}

#roster_button {
float: left;
width: 250px;
padding: 11px;
}

#artist_page {
height: 620px;
}

#left_side {
    width: 500px;
    height: 620px;
    float: left;
}

.padding10 {
    padding: 10px;
}

#right_side {
    width: 300px;
    float: left;
    background-color: #000;
    height: 620px;
    font-size: 13px;
}

#artist_image {
    height: 280px;
}

#social_buttons {
    height: 45px;
    background-image: url(uploads/images/ap_social_bg.png);
    background-repeat: repeat-x;
}

#social_buttons img {
float: left;
width: 100px;
}

#artist_bio {
    font-size: 12px;
    height: 255px;
    text-align: center;
    overflow: auto;
}

#artist_name {
    font-family: verdana, arial; 
    font-weight: bold;
    padding-top: 10px;
    font-size: 24px;
    height: 70px;
    background-color: #000;
    color: #fff200;    
}

#artist_url a {
    text-decoration: none;
    font-size: 12px;
    color: #808080;
}

#artist_info {
   color: #fff;
   height: 230px;
   overflow: auto;
}

div#media_nav {
padding-top: 10px;
}

.hidden {
display: none;
}

.white_on_black {
color: #ffffff;
padding-top: 10px;
}

#right_side a {
color: #cccccc;
padding: 5px;
}
#right_side a:hover {
color: #ffffff;
}
#right_side a:visited {
color: #cccccc;
}

body {
    font-family: verdana, arial;
    margin: 0px;
    text-align: center;    
}

img {
border: none;
}

#shadow_container {
    background-image: url(uploads/images/drop_shadow.png);
    background-repeat: repeat-y;
    width: 840px;
    margin: 0px auto 0px auto;
}

#container {
    width: 800px;    
    margin: 0px auto 0px auto;
}

#header {
    background-image: url(uploads/images/header.png);
    height: 151px;    
}

#top_nav {
    background-color: black;
    height: 21px;
}

#artist_splash {
    background-image: url(uploads/images/artist_splash_chantelle_paige.jpg);
    height: 299px;    
}

#subpage_splash {
    height: 299px;   
    background-color: transparent; 
}

#artist_roster {
    padding-top: 20px;
    background-image: url(uploads/images/artist_bg.jpg);
}

#subpage_content {
    padding-top: 20px;
    padding-bottom: 10px;
    background-image: url(uploads/images/subpage_bg.png);
    background-repeat: repeat-x;
    background-color: #1b1b1b;
    color: #c0c0c0;
}

#bottom_nav {
    background-image: url(uploads/images/bottom_nav_bg.jpg);
    height: 46px;  
    clear: both;
    text-align: left;
}

#bottom_nav img {
    padding-top: 2px;
    padding-left: 60px;
  
}

#bottom_text {
    background-color: #303030;
    height: 17px;
    font-size: 11px;
    color: #c0c0c0;
    padding-top: 2px;
}

#bottom_shadow {
    background-image: url(uploads/images/drop_shadow_bottom.png);
    height: 27px;
}
/* End of 'SoundMGT' */

