
/***'Light' COLORS************************************************
******************************************************************/

/***body background***/
div#profile_body {
    background: #333;
}

/***alternating row colors, and comment post background***/
div.comment_row_alt,
div.thumb_row_alt,
.row_alt,
table tr.row_alt td,
div#comment_post {
    background-color: #f7f7f7;
}

/***one pixel bottom borders***/
div#module_shows table tr.table_head td,
div.blog_date,
div#comment_post,
table#stats tr td.stats_label,
table#stats tr td.stats_number,
div.new_window_toggle {
    border-bottom: 1px solid #ddd;
}

/***font color #1***/
div#module_shows table tr.table_head td,
div.blog_date,
div#comment_post,
table#stats,
div.thumb_details em,
div.thumb_details_dark em,
div#module_info span {
    color: #aaa;
}

/***font color #2***/
div#comment_post input#submit_comment,
div#profile_body,
div.comment_details h4,
div.comment_details h4 a,
table#stats tr td.stats_number,
div.thumb_details_dark h4 a,
ul#connect_nav li a:hover,
ul#connect_nav li#in_your_favorites a {
    color: #444;
}

/***font color #3***/
div.comment_details p,
div.module_totals,
p.view_all a {
    color: #777;
}

/***font color #4***/
div.comment_details p.post_date {
    color: #ccc;
}

/***font color #5***/
ul#connect_nav li a {
    color: #999;
}

/***profile photo border***/
div#profile_photo img {
    background: #fff;
    border: 1px solid #ccc;
}

/***Tab Fonts***/

ul.module_nav li a {
    color: #e5e5e5;
}

ul.module_nav li a.selected, ul.module_nav li a:hover {
    color: #232323;
}

/***'Light' BACKGROUND IMAGES and corresponding colors************
******************************************************************/

div#profile_header {
    background: url(../images/header_bg.png) no-repeat;
}

* html div#profile_header {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_bg.png', sizingMethod='image');	      
}

/***profile badges***/
ul#profile_badge li {
    background: url(../images/badges.gif) no-repeat;
}

/***connect nav***/
ul#connect_nav li a {
    background: url(../images/connect.gif) no-repeat;
}

/***profile photo***/
div#profile_photo {
    background: url(../images/profile_photo_bg.png) no-repeat;
}

* html div#profile_photo {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/profile_photo_bg.png', sizingMethod='image');	      
}


/***tabs***/

div#left_side ul.module_nav {
    background: url(../images/profile_nav_bottom_left.png) bottom no-repeat;
}

* html div#left_side ul.module_nav {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/profile_nav_bottom_left.png', align='bottom right' sizingMethod='image');	      
}

div#right_side ul.module_nav {
    background: url(../images/profile_nav_bottom_right.png) bottom no-repeat;
}

* html div#right_side ul.module_nav {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/profile_nav_bottom_right.png', align='bottom' sizingMethod='image');	      
}

ul.module_nav li a {
    background: url(../images/tab_bg_unselected.png) no-repeat;
}

* html ul.module_nav li a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tab_bg_unselected.png', sizingMethod='image');	      
}

ul.module_nav li a.selected, ul.module_nav li a:hover {
    background: url(../images/tab_bg_selected.png) no-repeat;
}

* html ul.module_nav li a.selected, *html ul.module_nav li a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tab_bg_selected.png', sizingMethod='image');	      
}

div#left_side ul.module_nav li a.selected, ul.module_nav li a:hover.selected {
    background: url(../images/profile_tab_bg_light_left.png) no-repeat;
}

* html div#left_side ul.module_nav li a.selected, * html div#left_side ul.module_nav li a:hover.selected {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/profile_tab_bg_light_left.png', sizingMethod='image');	      
}

div#right_side ul.module_nav li a.selected, ul.module_nav li a:hover.selected {
    background: url(../images/profile_tab_bg_light_right.png) no-repeat;
}

* html div#right_side ul.module_nav li a.selected, * html div#left_side ul.module_nav li a:hover.selected {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/profile_tab_bg_light_right.png', sizingMethod='image');	      
}


/***modules***/

div.module_contain_left {
    background: #fff url(../images/left_side_bg.gif) no-repeat;
}

div.module_contain_right {
    background: #fff url(../images/right_side_bg.gif) no-repeat;
}

div.module_bottom_left {
    background: url(../images/module_bottom_left.png) no-repeat;
}

* html div.module_bottom_left {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/module_bottom_left.png', sizingMethod='image');	      
}

div.module_bottom_right {
    background: url(../images/module_bottom_right.png) no-repeat;
}

* html div.module_bottom_right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/module_bottom_right.png', sizingMethod='image');	      
}

/***GENERIC*******************************************************
******************************************************************/

p.empty {
    padding-bottom: 150px;
}

/***FAVORITE Arsists************************************************
******************************************************************/

div.fav_artist {
	float: left;
	width: 150px;
	height: 165px;
	margin: 0px 0px 15px 27px;
	margin: 0px 0px 15px 18px !not important;
}

div.fav_artist a img {
	padding: 4px;
	border: 1px solid #ccc;
}

div.fav_artist a {
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0px;
}

div.fav_artist p {
	color: #aaa;
	display: block;
	margin: 5px 0 0 0px;
}
/***HEADER********************************************************
******************************************************************/

div#profile_header {
    height: 75px;
    padding: 0 20px 0 20px;
}

.sIFR-hasFlash h2#profile_title_light {
    visibility: hidden;
    letter-spacing: -6px;
    font-size: 26px;
    font-size: 22px !not important;
    margin-top: 13px;
}

h2#profile_title_light {
    width: 595px;
    float: left;
	text-align: left;
	padding-top: 8px;
}


/***PROFILE BADGES************************************************
******************************************************************/
  
ul#profile_badge {
    display: block;
    width: 400px;
    height: 14px;
    padding: 0;
    margin: 0 0 0 1px;
}
  
ul#profile_badge li {
    display: block;
    width: 56px;
    height: 14px;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
}

ul#profile_badge li#online {
    width: 56px;
    background-position: 0 -14px;
}
  
/***CONNECT LINKS*************************************************
******************************************************************/

div#connect_nav {
    width: 310px;
    margin-top: 13px;
    float: right;
}
  
div#connect_nav, ul#connect_nav {
    height: 25px;
}
  
ul#connect_nav li {
    display: block;
    float: right;
    margin-left: 25px;
    height: 25px;
}
  
ul#connect_nav li a {
    display: block;
    float: left;
    font-size: 9px;
    padding-left: 30px;
    line-height: 115%;
    position: relative;
    z-index: 10;
}
  
ul#connect_nav li#friend_toggle a { background-position: -108px 0; }
ul#connect_nav li#friend_toggle a:hover { background-position: -108px -25px; }
ul#connect_nav li#send_message a { background-position: -213px 0; }
ul#connect_nav li#send_message a:hover { background-position: -213px -25px; }
   
  
ul#connect_nav li a:hover {
    background-position: 0 -25px;
    text-decoration: none;
}

/***MAIN STRUCTURE************************************************
******************************************************************/

div#profile_body {
    padding: 15px;
}


div#row_1 {
    margin-bottom: 15px;
}


/***second row***
*****************/

div#row_2 {
    margin-bottom: 55px;
}

div#left_side {
    width: 605px;
    float: left;
    margin-left: 15px;
}

div#right_side {
    width: 300px;
    float: left;
}

/***PROFILE PHOTO*************************************************
******************************************************************/

div#profile_photo {
	background: url(../images/profile_photo_bg2.png) no-repeat;
    width: 280px;
    padding: 10px 10px 5px 10px;
}

* html div#profile_photo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/profile_photo_bg2.png', sizingMethod='crop');
}

div#profile_photo img {
    padding: 4px;
    margin-bottom: 10px;
    margin-bottom: 8px !not important;
}

div#player {
    width: 530px;
    height: 290px;
    float: left;
}


/***MODULE TABS***************************************************
******************************************************************/

ul.module_nav {
    height: 25px;
    padding-bottom: 10px;
}

ul.module_nav li {
    display: block;
    width: 605px;
    height: 25px;
    float: left;
    margin: 0 1px 0px 0;
}

ul.module_nav li a {
    display: block;
    height: 18px;
    padding: 12px 0 0 15px;
    font-size: 10px;
    font-family: Arial, "helvetica neue", sans-serif;
    text-transform: uppercase;
}

ul.module_nav li a:hover {
    text-decoration: none;
}


/***MODULE CLASSES************************************************
******************************************************************/

div.module_contain_left, div.module_contain_right {
    padding: 10px 20px 10px 20px;
} 

div.module_contain_left {
    padding-bottom: 20px;
}

div.module_bottom_left, div.module_bottom_right {
    height: 10px;
    margin-bottom: 15px;
}

div.module_totals {
    font-size: 10px;
}

p.total_left, p.total_right {
    width: 50%;
    float: left;
}

p.total_right {
    text-align: right;
}

p.view_all {
    clear: both;
    text-align: right;
    padding-top: 5px;
    margin-bottom: 0;
}

p.view_all a {
    text-decoration: underline;
}


/***BILLBOARD*****************************************************
******************************************************************/

div#module_billboard, div#module_billboard p {
    line-height: 150%;
}

div#module_billboard {
    padding-bottom: 20px;
}

div#module_info p {
    line-height: 125%;
}


/***PHOTOS and FAN PHOTOS*****************************************
******************************************************************/

div.new_window_toggle {
    padding: 10px 0 15px 0;
}

div#module_photos table, div#module_fan_photos table {
    margin: 15px 10px 10px 10px;
    border-collapse: collapse;
}

div#module_photos table tr td, div#module_fan_photos table tr td {
    width: 190px;
    vertical-align: top;
    padding: 0 0 20px 0;
}

div#module_photos table tr td img, div#module_fan_photos table tr td img {
    margin-bottom: 10px;
}

div#module_photos table tr td.right, div#module_fan_photos table tr td.right {
    width: 165px;
}

div.fan_photo_box {
    margin-bottom: 15px;
}

div.fan_photo_box p {
    padding: 10px;
    color: #777;
    background: url(/_images/_profile_frontend/_light/module_left_inner.gif) bottom no-repeat;
    border-top: 1px solid #fff;
    margin: 0;
}

div.fan_photo_box p strong {
    color: #444;
}

div.fan_photo_box p.top_row {
    background: url(/_images/_profile_frontend/_light/module_left_inner.gif) top no-repeat;
    border-bottom: 1px solid #cfe8ff;
    border-top: 0px;
}

/***BLOG**********************************************************
******************************************************************/

div.blog_date {
    font-size: 10px;
    padding-bottom: 5px;
}

div#module_blog div.post_contain h3 {
    padding-top: 10px;
    margin-top: 0;
}

div#module_blog div.post_contain p {
    line-height: 150%;
}

div#module_blog div.post_contain {
    padding: 15px 0 10px 0;
}

/***TAGS*********************************************************
******************************************************************/

div#module_tags p,
div#module_tags p a {
    line-height: 150%;
}

/***COMMENTS******************************************************
******************************************************************/  

div#comments a#leave_comment {
    display: block;
    width: 110px;
    margin-bottom: 10px;
}
  
div.comment_row, div.comment_row_alt {
    padding: 8px 5px 10px 8px;
    float: left;
    position: relative;
}

div#comment_post {
    padding: 10px 10px 15px 10px;
    margin-bottom: 20px;
}
  
div#comment_post textarea {
    width: 500px;
    height: 100px;
    margin-bottom: 15px;
}
  
div#comment_post input#submit_comment {
    font-size: 11px;
    margin-right: 10px;
}
  
div.comment_row a img, div.comment_row_alt a img {
    /* padding: 3px;
    border: 1px solid #e8e8e8; */
    float: left;
    width: 50px;
}
  
div.comment_details {
    width: 492px;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
}
  
div.comment_details h4, div.comment_details h4 a {
    font-size: 12px;
    margin: 0 0 5px 0;
    padding: 0;
}
  
div.comment_details p {
    font-size: 11px;
    font-style: normal;
    line-height: 120%;
}
  
div.comment_details p.post_date {
    font-size: 10px;
    width: 200px;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

div#comment_paging {
    padding-top: 20px;
}

div#comment_paging a {
    padding: 2px 3px 3px 3px;
    border: 1px solid #ddd;
}

div#comment_paging a:hover {
    text-decoration: none;
}

div#comment_paging span {
    margin: 0 10px 0 10px;
}


/***STATS*********************************************************
******************************************************************/

table#stats {
    width: 100%;
    font-size: 10px;
    margin-bottom: 20px;
}

table#stats tr td.stats_label {
    padding: 5px 0 5px 0;
}

table#stats tr td.stats_number {
    padding: 5px 0 5px 0;
    text-align: right;
}


/***FANS and FRIENDS**********************************************
******************************************************************/

div.thumb_row, div.thumb_row_alt {
    padding: 8px 5px 8px 8px;
    float: left;
}

div.thumb_row a img, div.thumb_row_alt a img {
    width: 50px;
    float: left;
}

div.thumb_details, div.thumb_details_dark {
    margin-left: 10px;
    float: left;
}

div.thumb_details h4, div.thumb_details_dark h4 {
    font-size: 11px;
    margin: 0 0 5px 0;
    padding: 0;
}

div.thumb_details em, div.thumb_details_dark em {
    font-size: 10px;
	font-style: normal;
}

div.thumb_details em a, div.thumb_details_dark em a {
	color: #aaaaaa;
	}

/***LINKS*********************************************************
******************************************************************/

div#links a {
    display: block;
    height: 16px;
    padding: 8px 5px 8px 8px;
    background-position: 8px 8px;
    line-height: 150%;
}

div#links a img {
    float: left;
    margin-right: 8px;
}

/***MESSAGE OVERLAY***********************************************
******************************************************************/

/* div#message_overlay {
    width: 680px;
    height: 445px;
    padding: 20px 35px 35px 35px;
    position: absolute;
    background: url(/_images/_profile_frontend/_light/message_overlay.png);
    margin-left: 100px;
    margin-top: -20px;
    z-index: 50000;
} */

div#message_overlay textarea {
    height: 200px;
}

/*FORMS----------------------------------------*/

div.field_row {
	padding: 15px 0px 15px 0px;
	padding-bottom: 0px !not important;
	border-bottom: 1px solid #d8d8d8;
}

div.field_row label {
	float: left;
	margin-top: 3px;
}

div.field_row input {
	float: right;
	padding: 3px;
}

div.field_row textarea {
	/* float: right; */
	width: 540px;
}

input.large {
	width: 540px;
}

div.short_row {
	width: 550px;
	float: right;
}

textarea {
	padding: 3px;
}

label span.side_note {
	float: none;
}

span.side_note {
	font: 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #999;
	float: right;
	clear: right;
	margin: 10px 0 0 0px;
	margin-top: -15px !not important;
}

.margin_bottom {
	margin: 0 0 10px 0px;
}

div.form_container em {
	display: block;
	margin-top: 5px;
	color: #aaa;
	font-style: normal;
}

div.row {
	margin-top: 20px;
}

div#send_to a img {
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
	display: inline;
	background: #fff;
}

div#recipient {
	float: left;
	margin: 13px 0 0 10px;
}

div#recipient strong {
	font-size: 14px;
}

textarea#message {
	width: 540px;
	height: 150px;
}

div.final_row {
	vertical-align: center;
	height: 37px;
	margin: 20px 0 0 0px;
}
	
div.final_row input {
	float: left;
}

div.final_row a {
	margin: 15px 0 0 10px;
	color: #999;
	float: left;
}









