/*
================================

* CLASSIC CHRONO (PERSONAL)

supported modules:
* Profile Pic
* Display Name
* Connect
* Meta
* Audio Player
* Tumblelog
* Status
* Following
* Circles
* Groups
* Interests
* Comments
* VirbTunes

================================
*/


/*************************************************
* GLOBAL
*************************************************/

a,
a:visited,
img {
    border: none;
}

a,
a:visited {
    color: #9d54b9;
	border: 0;
}
a:hover {
    color: #333333;    
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

p {
    font: normal 11px/140% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    color: #666666;
    padding: 0 0 20px 0;
}

div#virb_banner {
    background-color: #333333;
}


/*************************************************
* CONTENT
*************************************************/

.core_container {
    background: #0d0d0d;
}           
    #profile_wrapper {
        margin: 0 auto;
        padding: 30px 0 50px 0;
		width: 777px;
    }
        #profile_container {
            background: #000000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #1c1c1c;  
            padding: 25px;
        }              
        
        #left_side {
			float: left;
            width: 500px;
            margin: 5px 0 0 0;
			overflow: hidden;
        }   
        
        #right_side {
			float: right;
            width: 200px;
            margin: 5px 0 0 0;
			overflow: hidden;
        }

	 	/***** Profile Nav *****/
        
        #profile_nav {
            float: right;
            width: 450px;
			border: none;
			margin: 0;
			padding: 0;
        }
			#profile_nav ul {
				float: right;
			}
            #profile_nav li {
                display: block;
                float: left;
                height: 22px;
                padding: 0 12px 0 0;
                margin: 1px 0 25px 5px;
                background: url(/_assets/_graphics/_global/profile-nav_right.png) no-repeat right top;
            }
            #profile_nav li:hover {
                background: url(/_assets/_graphics/_global/profile-nav_right.png) no-repeat right bottom;
                cursor: pointer;
            }

                #profile_nav li a,
                #profile_nav li a:visited {
                    display: block;
                    height: 17px;
                    padding: 5px 0 0 12px;
                    line-height: 100%;
                    border: 0;
                    color: #fff;
                    font-size: 11px;
                    background: url(/_assets/_graphics/_global/profile-nav_left.png) no-repeat;
                }
                #profile_nav li.selected {
                    background: url(/_assets/_graphics/_global/profile-nav_right.png) no-repeat right bottom;    
                }
                #profile_nav li.selected a,
                #profile_nav li.selected a:visited {
                    background: url(/_assets/_graphics/_global/profile-nav_left.png) no-repeat left bottom;
                    color: #fff;
                    font-weight: bold;
                }
                #profile_nav li a:hover,
                #profile_nav li:hover a {
                    color: #fff;
                    background: url(/_assets/_graphics/_global/profile-nav_left.png) no-repeat left bottom;
                }


/*************************************************
* MODULES
*************************************************/            

.module {
    border-top: solid 1px #1c1c1c;
    padding: 20px 0 0 0; 
    margin: 0 0 15px 0;
    clear: both;
}
#right_side .module {
    padding-top: 10px; 
    margin-bottom: 20px;
}

	.module h3 {
		font-size: 17px;
        color: #9d54b9;        
        margin: 0 0 15px 0;
	}
	#right_side .module h3 {
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	.module h3 span,
	.module h3 a,
	.module h3 a:visited {
        color: #999999;
		font-weight: normal;
		font-size: 13px;
        margin-right: 0;
    }
	.module h3 a:hover {
		color: #333333;
	}
	.module h3 span.left_paren {
        margin-left: 5px;
    }
	#right_side .module h3 span,
	#right_side .module h3 a,
	#right_side .module h3 a:visited {
        font-size: 11px;
    }
	
.module p {
	font: normal 12px Helvetica, Arial, Verdana, sans-serif;
	line-height: 150%;
}
#right_side .module, 
#right_side .module p {
	font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 140%;
}


/*************************************************
* PHOTOS IMAGE (aka, Header Image)
*************************************************/

#photos_image.module {
	border: 0;
	margin: 0 0 25px 0;
	padding: 0;
}

	#photos_image.module img {
		max-width: 725px;
		display: block;
	}


/*************************************************
* PROFILE PIC
*************************************************/

#profile_image.module {
	float: left;
	border: 0;
	margin: 0 10px 30px 0;
	padding: 0;
}

	#profile_image.module img {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #1c1c1c; 
		padding: 7px; 
	}

#right_side #profile_image.module {
    margin: 0 0 20px 0;
}	


/*************************************************
* IMAGES
*************************************************/

.virb_image {
    padding: 3px;
    border: solid 1px #1c1c1c;
    margin: 0 0 10px 0;
}
a:hover .virb_image {
    background: #1c1c1c;
}

#right_side .virb_image {
    padding: 0;
	margin-right: 3px;
}


/*************************************************
* DISPLAY NAME
*************************************************/

#display_name.module,
#meta.module,
#status.module {
	border: none;
    margin: 0;
    padding: 0;
	clear: none;
}

	#display_name.module h1 {
	    font-size: 32px;
		line-height: 100%;
	    color: #9d54b9;
	    letter-spacing: -1px;
		margin: 5px 0;
	}
	#left_side #display_name.module h1 {
		margin-left: -2px;
	}


/*************************************************
* META
*************************************************/

#right_side #meta.module {
	padding-bottom: 20px;
}

#meta.module h2 {
	display: block;
	color: #999999;
	font-weight: normal;
	font-size: 13px;
	line-height: 125%;
	margin: 0;
}
#meta.module h2.meta_genres {
	color: #666666;
	font-size: 16px;
}
	#meta.module h2 em {
		font-style: normal;
	}
	


/*************************************************
* STATUS
*************************************************/

#status.module {
    border-top: solid 1px #1c1c1c;
    padding-top: 10px;
}
#left_side #status.module {
	border: 0;
	padding: 0 0 5px 0;
}
	
	#left_side #status.module h3 {
		display: none;
	}

	#status.module h4 {
	    color: #666666;
	    font-weight: normal;
	 	font-size: 15px;
		margin: 0 0 5px 0;
	}
	
	#status.module h4 a,
	#status.module h4 a:visited {
	    color: #0281ca;
	}
	#status.module h4 a:hover {
		color: #333333;
	}
	
	#right_side #status.module {
		padding-bottom: 20px;
	}
	
	#right_side #status.module h4 {
		font-size: 14px;
		margin: 0 0 5px 0;
		line-height: 125%;
	}
	
	#right_side #status.module p {
		font-size: 9px;
		color: #999999;
	}


/*************************************************
* TUMBLELOG
*************************************************/

#tumblelog {
	margin-top: 20px;
}

div.date_group {
	display: block;
	padding: 10px 0;
}

.date p {
	text-transform: uppercase;
    font: normal 14px Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 -9px 0;
	color: #999999;
}
	.date p em {
	    line-height: 100%;
	    background: #1c1c1c;
	    padding: 10px;
		font-style: normal;
	}
	.year,
	.month_abbr,
	.day_name,
	.day_name_abbr {
	    display: none;
	}
	
.module p.comments {
    font: normal 11px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    color: #999999;
}
       .module p.comments a,
       .module p.comments a:visited {
           color: #0281ca;
       }
       .module p.comments a:hover {
           color: #333333;
       }
	
	
	/*** Status *********************************/
	
	.status.module h4 {
	    font-weight: normal;
	 	font-size: 18px;
		line-height: 125%;
	    color: #666666;
	    margin-bottom: 10px;
	}

	.status.module p.status_meta {
		font-size: 11px;
		font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		line-height: 125%;
		color: #999999;
	}
	    .status.module p a,
	    .status.module p a:visited {
		    color: #0281ca;
		}
	    .status.module p a:hover {
		    color: #333333;
		}
	

	/*** Links **********************************/

	.links.module h4 {
	    margin-bottom: .4em;
	}
	.links.module h4 a,
	.links.module h4 a:visited {
	    font-weight: normal;
		font-size: 16px;
	    color: #9d54b9;
	    border-bottom: solid 1px #9d54b9;
	}
	.links.module h4 a:hover {
	    color: #333333;
	    border-bottom: none;
	}
	    .links.module h4 a.permalink,
	    .links.module h4 a.permalink:visited {
	        color: #999999;
	        border: 0;
	    }
	    .links.module h4 a.permalink:hover {
	        color: #333333;
	    }

		.links.module .link_photo,
		.links.module .link_video {
		    padding-bottom: 20px;
			position: relative;
		}
		.links.module .link_photo img {
			max-width: 500px;
		}
	
	
	/*** Quotes *********************************/
	
	.quotes.module h4 {
	    font-weight: normal;
		font-size: 24px;
		line-height: 125%;
	    color: #666666;
	    margin-bottom: 10px;
	}
	    .quotes.module h4 em,
	    .quotes.module h4 span {
	        font-size: 11px;
	    }

	    .quotes.module h4 span {
	        font-size: 50px;
	        line-height: 0;
	        color: #999999;
	        vertical-align: -19px;
	        opacity: 0.5;
	        -moz-opacity: 0.5;
	        filter:alpha(opacity=50);
	    }
	    .quotes.module h4 span a,
	    .quotes.module h4 span a:visited {
	        color: #999999;
		}
	    .quotes.module h4 span a:hover {
	        color: #333333;
		}
	    .quotes.module h4 span.quotation {
	        padding-right: 2px;
	    }
	    .quotes.module h4 span.quotation_right {
	        padding-left: 2px;
	    }
	    .quotes.module p.source {
	        font-size: 14px;
	        color: #999999;
			position: relative;
			z-index: 10;
	    }
	
		
		/*** Photos/Videos ******************************/
		
		#left_side #flickr_favorites.module .virb_image_wrap {
			float: left;
			margin: 0 10px 10px 0;
			padding: 3px;
			height: 90px;
			width: 120px;
			border: solid 1px #1c1c1c;
		}
		#right_side #flickr_favorites.module .virb_image_wrap {
			float: left;
			margin: 0 10px 10px 0;
			height: 90px;
			width: 120px;
			border: solid 1px #1c1c1c;
		}
			#flickr_favorites.module .virb_image_wrap a {
				display: block;
				height: 90px;
				width: 120px;
				overflow: hidden;
			}
				#flickr_favorites.module .virb_image {
					padding: 0;
					margin: 0;
					border: none;
				}

		.photos.module img {
			padding: 0;
			margin: 0;
		}
		
		.module p.description {
			padding-top: 15px;
		}
		
		
		/*** Text ***************************************/
		
		.text.module h4 {
			font-size: 16px;
			line-height: 140%;
		    margin-bottom: 10px;
		}
		    .text.module h4 a,
		    .text.module h4 a:visited {
		        color: #9d54b9;
		        border-bottom: solid 1px #9d54b9;
		    }
		    .text.module h4 a:hover {
		        color: #333333;
		        border-bottom: 0;
		    }
		    
		    .text.module blockquote {
		        font: normal 11px/17px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
		        padding: 1em;
		        margin: 0 1em;
		        background: #1c1c1c;
		    }

		    .text.module ul,
		    .text.module li {
		        font: normal 11px/17px 'Lucida Grande', Arial;
		        list-style: disc;
		    }
		    .text.module ul {
		        padding: 0 40px;
		    }


		/*** Audio Player *******************************/

		.virb_artist_player {
			padding: 10px;
			margin: 0;
			border: solid 1px #1c1c1c;
			-moz-border-radius: 5px;
		    -webkit-border-radius: 5px;
		    border-radius: 5px;
			background: #000000;
		}

			.virb_artist_player p.new_window {
				font: 11px 'Lucida Grande', Arial;
			    padding-bottom: 0;
				text-align: right;
			}
			.virb_artist_player p.new_window a,
			.virb_artist_player p.new_window a:visited {
				color: #999999;
				text-decoration: underline;
			}
			.virb_artist_player p.new_window a:hover {
				color: #333333;
				text-decoration: none;
			}

			/***** Album Image *****/

			.virb_artist_player .album_image {
				float: left;
				margin: 0 10px 10px 0;
				height: 58px;
			}
			.virb_artist_player .album_image img {
				border: 1px solid #1c1c1c;
				height: 48px;
				width: 48px;
			}

			/***** Marquee *****/

			.virb_artist_player .marquee {
				position: relative;
				padding: 6px 7px 3px 7px;
				border-bottom: solid 1px #1c1c1c;
				background: #141414;
			}
			.virb_artist_player .marquee .track_name {
				display: none;
				font-weight: normal;
			}
			.virb_artist_player .marquee .artist_album_name {
				visibility: hidden;
			}

			.virb_artist_player.has_image .marquee {
				margin: 0 0 0 58px;
			}
				.virb_artist_player .marquee h1 {
					font: bold 12px Helvetica, Arial, sans-serif;
					margin-bottom: 1px;
					color: #999999;
					white-space: nowrap;
					overflow: hidden;
				}
				.virb_artist_player .marquee h1 strong {
					color: #9d54b9;
				}

				.virb_artist_player .marquee .artist_album_name {
					position: absolute; 
					height: 15px;
					top: 5px;
					right: 5px;
					display: inline;
				}
					.virb_artist_player .marquee h2,
					.virb_artist_player .marquee h3 {
						font: normal 10px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
						color: #9d54b9;
						position: relative;
						text-align: right;
						white-space: nowrap;
						overflow: hidden;
					}

					.virb_artist_player .marquee h2 {
						display: none;
					}

			/***** Controls *****/

			.play_pause .play {
				background: url(/_assets/_graphics/_player/play.gif) no-repeat center center;
			}
			.play_pause .pause {
				background: url(/_assets/_graphics/_player/pause.gif) no-repeat center center;
			}
			.previous_track,
			.next_track {
				display: none;
			}
			.play_pause,
			.previous_track,
			.next_track {
				float: left;
				width: 20px;
			}
				.play_pause a,
				.previous_track a,
				.next_track a {
					padding: 5px 0;
					display: block;
				}
				.virb_artist_player.has_image .play_pause {
		            margin-left: 0;
			    }
				.virb_artist_player .play_pause {
				    margin-left: -10px;
				}
					.play_pause strong,
					.previous_track strong,
					.next_track strong {
						visibility: hidden;
						overflow: hidden;
						white-space: nowrap;
					}
				.time_elapsed {
					float: right;
					font: 14px/14px Helvetica, Arial, sans-serif;
					color: #999999;
					margin-top: 8px;
				}

			/***** Loader *****/

			.loader {
				background: #999999;
				height: 7px;
				margin: 11px 45px 0 20px;
				position: relative;
			}
			.virb_artist_player.has_image .loader {
				margin: 11px 45px 5px 80px;					
			}
				.progress {
					background: #1c1c1c;
					height: 7px;
					width: 0%;
					position: absolute;
					z-index:1;
					cursor:pointer;
				}
				.playhead {
					background: #9d54b9;
					height: 7px;
					width: 0%;
					position: absolute;
					z-index:2;
					cursor:pointer;
				}

			/* Volume */
			.volume {
				visibility: hidden;
			}	

			/* Track Listing */
			.virb_artist_player .track_listing {
				position: relative;
				clear: both;
				border-top: solid 1px #1c1c1c;
				margin: 0 0 10px 0;
				overflow: auto;
			}
				.virb_artist_player .track_listing li {
					position: relative;
					border-bottom: solid 1px #1c1c1c;
					padding: 6px 5px 7px 5px;
					font: 10px/12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
					cursor: pointer;
					overflow: hidden;
				}
				.virb_artist_player .track_listing li .bullet {
					display: none;
				}
				.virb_artist_player .track_listing li.selected .bullet {
					display: inline;
					font-weight: normal;
				}
				.virb_artist_player .track_listing li.odd {
					background: #141414;
				}
						.virb_artist_player .track_listing li .track_details {
							background: none;
				/*			background: #000000;*/
						}
						.virb_artist_player .track_listing li.odd .track_details {
							background: none;
				/*			background: #141414;*/
						}
				.virb_artist_player .track_listing li .track_details {
					position: absolute;
					top: 4px;
					right: 0px;
					padding: 0 5px;
				}
				.virb_artist_player .track_listing li a.show_hide_details,
				.virb_artist_player .track_listing li a.show_hide_details:visited,
				.virb_artist_player .track_listing li a.buy_track,
				.virb_artist_player .track_listing li a.buy_track:visited,
				.virb_artist_player .track_listing li a.download_track,
				.virb_artist_player .track_listing li a.download_track:visited,
				.virb_artist_player .track_listing li .details a,
				.virb_artist_player .track_listing li .details a:visited,
				.virb_artist_player a.embed,
				.virb_artist_player a.embed:visited,
				.virb_artist_player a.view_track,
				.virb_artist_player a.view_track:visited {
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					border: solid 1px #1c1c1c;
					background: #000000;
					color: #9d54b9;
					display: block;
					font-weight: normal;
					font-size: 10px;
					padding: 1px 6px 2px 6px;
					line-height: 12px;
					float: right;
					margin-left: 4px;
					cursor: pointer;
				}
				.virb_artist_player.single a.embed,
				.virb_artist_player.single a.embed:visited,
				.virb_artist_player .track_listing li a.view_track,
				.virb_artist_player .track_listing li a.view_track:visited {
				    line-height: 10px;
				    margin-right: 0px;
				}
				.virb_artist_player .track_listing li a.track,
				.virb_artist_player .track_listing li a.track:visited {
					color: #666666;
				}
				.virb_artist_player .track_listing li a.track:hover,
				.virb_artist_player .track_listing li:hover a.track,
				.virb_artist_player .track_listing li:hover a.track:visited {
					color: #333333;
				}

				.virb_artist_player .track_listing li.selected a.track,
				.virb_artist_player .track_listing li.selected a.track:visited {
					color: #9d54b9;
					font-weight: bold;
				}

				.virb_artist_player .track_listing li a.buy_track:hover,
				.virb_artist_player .track_listing li a.download_track:hover,
				.virb_artist_player .track_listing li a.show_hide_details:hover,
				.virb_artist_player .track_listing li .details a:hover {
					cursor: pointer;
					color: #333333;
					border-color: #1c1c1c;
				}

				.virb_artist_player .track_listing li .details {
					display: none;
					position: relative;
					z-index: 100;
					padding-top: 7px;
				}
				
p#chrono_paging {
	display: block;
	position: relative;
	clear: both;
	border-top: 1px solid #1c1c1c;
	height: 50px;
	font-size: 12px;
	text-align: center;
}
	#chrono_paging a,
	#chrono_paging a:visited {
		position: absolute;
		top: 25px;
		font-weight: bold;
		background: #1c1c1c;
		padding: 4px 7px;
	}
	#chrono_paging a:hover {
		background: none;
	}
	a#page_older { right: 0; }
	a#page_newer { left: 0; }
	
	#chrono_paging span { display: none; }


/*************************************************
* CONNECT
*************************************************/

#connect.module {
	border: 0;
	padding: 0;
}
	#connect.module ul li {
		border-bottom: dotted 1px #1c1c1c;
		color: #999999;
		padding: 5px 0 5px 0px;
	}


/*************************************************
* ABOUT
*************************************************/

#about.module {
    margin-bottom: 10px;
}
	#about.module p {
		padding-right: 15px;
	}


/*************************************************
* FOLLOWING/FOLLOWERS/CIRCLES
*************************************************/

#right_side .circle.module .virb_image,
#right_side #following.module .virb_image {
	width: 35px;
}


/*************************************************
* GROUPS
*************************************************/

#right_side #groups.module .virb_image {
	width: 35px;
}


/*************************************************
* LIKES
*************************************************/

#likes h3 {
	padding-bottom: 15px;
	border-bottom: 1px dotted #1c1c1c;
}

div.likes_single {
	border-bottom: 1px dotted #1c1c1c;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

	.likes_single img {
		float: left;
		margin: 0 10px 0 0;
		max-width: 60px;
	}

	.likes_single p {
		float: none;
		margin: 0;
		padding: 0;
		font-size: 10px;
		color: #999999;
	}
	/*#right_side .likes_single.likes_photo p,
	#right_side .likes_single.likes_video p {
		width: 135px;
		overflow: hidden;
		float: left;
		margin: 5px 0 0 0;
		font-size: 10px;
	}*/
		.likes_single p a,
		.likes_single p a:visited {
			color: #999999;
		}
		.likes_single p strong a,
		.likes_single p strong a:visited {
			font-weight: normal;
			color: #9d54b9;
		}
		.likes_single p a:hover,
		.likes_single p strong a:hover {
			color: #333333;
		}

	.likes_single h4 {
		font-size: 10px;
		font-weight: normal;
		line-height: 130%;
		margin: 0 0 3px 0;
	}
	.likes_text h4 {
		font-size: 11px;
	}
	#right_side .likes_single h4 {
		font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
	
	
/*************************************************
* VIRB TUNES
*************************************************/

ul.virb_tunes {
	font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 130%;
	border-top: 1px solid #1c1c1c;
	color: #666666;
}
#right_side ul.virb_tunes {
	font-size: 10px;
}
	ul.virb_tunes li {
		padding: 7px 7px 8px 7px;
		border-bottom: 1px solid #1c1c1c;
	}
	ul.virb_tunes li.odd {
		background: #141414;
	}
	ul.virb_tunes li.bottom {
		border: 0;
	}


/*************************************************
* INTERESTS
*************************************************/

.interests.module p {
	color: #9d54b9;
	padding: 0;
}
	#right_side .interests.module p {
		font-size: 10px;
	}


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

#comments.module {
	border-top-width: 5px;
}

#comments.module form {
    margin: 0;
    padding: 0;
}

#comments.module .awaiting_approval,
#comments.module p {
    font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
#comments.module .awaiting_approval {
	color: #d90063;
}

#comments.module #add_comment_wrapper p {
    padding-bottom: 0;
}

#comments.module .comment {
    position: relative;
    border-top: solid 1px #1c1c1c;
    padding: 10px 10px 5px 45px;
}
	#comments.module .comment.edit_delete {
		padding-bottom: 25px;
	}
#comments.module #add_comment_wrapper.comment {
    border-top: solid 1px #1c1c1c;
    border-bottom: none;
}

    #comments.module .comment.firstRow {
        border-top: solid 1px #1c1c1c;
    }
    #comments.module .comment.odd {
        background: #141414;
    }

    #comments.module p.avatar {
        position: absolute;
        top: 10px;
        left: 10px;
    }
	#comments.module p.avatar img {
		width: 25px;
		height: 25px;
	}
	
#comments.module p {
    padding-bottom: 10px;
	line-height: 140%;
}
#right_side #comments.module p {
	font-size: 10px;
}
#comments.module p.meta {
    padding-bottom: 10px;
    color: #999999;
}    
#comments.module p.meta .edit_delete {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    #comments.module p.meta .edit_delete a.delete_comment,
    #comments.module p.meta .edit_delete a.delete_comment:visited {
        color: #d90063;
        padding: 0 0 0 3px;
        border: none;
    }        
#comments.module .comment form.reply_form,
#comments.module .comment form.edit_form,
#comments.module .replies form.edit_form,
#unsaved_comment,
#unsaved_comment_reply {
    display: none;
}
#comments.module .replies {
    padding: 0 0 0 68px;
}

#comments.module .comment_reply {
    position: relative;
    border-bottom: solid 1px #1c1c1c;
    padding: 10px 10px 10px 55px;
} 
#comments.module .comment_reply p.meta {
    padding-bottom: 0px;
    padding-top: 2px;
}
#comments.module textarea {
	height: 45px;
}

#right_side #comments.module textarea {
	width: 135px;
	font-size: 10px;
}

.btn-form_post {
    background: #000000;
    margin: 10px 0;
    font: bold 10px Helvetica, Arial, Verdana, sans-serif;
    color: #9d54b9;
    text-transform: uppercase;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #1c1c1c;     
    padding: 7px 15px;
}
.btn-form_post:hover {
	cursor: pointer;
	background: #141414;
	color: #333333;
}


/*************************************************
* CUSTOM MODULES
*************************************************/



/*
================================

* MISCELLANEOUS

================================
*/


/*************************************************
* NO FLASH
*************************************************/

.no_flash {
	padding: 20px 20px 10px 80px;
	background: #141414 url(/_assets/_graphics/_icons/icn-no_flash.png) no-repeat 20px 18px;
	display: none;
}
	.no_flash h2 {
		font-size: 18px;
		color: #9d54b9;
	}

	.no_flash p {
		font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		color: #999999;
		margin: 0;
		padding: 0 0 5px 0;
	}
	

/*************************************************
* LOADING FLASH
*************************************************/

.loading_flash {
	padding: 10px;
	background: #141414;
	display: block;
}

	.loading_flash h2 {
		font-size: 18px;
		color: #9d54b9;
	}
	
.audio.module p.description {
	padding-top: 0;
	color: #999999;
}


/*************************************************
* PRIVACY
*************************************************/

div#private {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #1c1c1c;
     background: #141414 url(/_assets/_graphics/_frontend/private_lock.png) no-repeat top right;
     padding: 50px 20px 60px 20px;
     margin: 0 0 10px 0;
}

	#private p {
		font-size: 11px;
		color: #666666;
		line-height: 125%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#private p strong {
		font: bold 24px Helvetica, Arial, Verdana, sans-serif;
		color: #d90063;
		letter-spacing: -1px;
	}

/***** Personal Player ********/

#right_side #player_personal.module .flash {
	text-align: center;
}

#footer {
	clear: both;
}