/*
================================

* CLASSIC GALLERY (PERSONAL)

supported modules:
* Profile Pic
* Display Name
* Connect
* Meta
* Audio Player
* Tumblelog
* Status
* Following
* Circles
* Groups
* Interests
* Comments
* VirbTunes

================================
*/


/*************************************************
* GLOBAL
*************************************************/


/* body not allowed */

a,
a:visited,
img {
    border: none;
}

a,
a:visited {
    color: #0281ca;
	border: 0;
}
a:hover {
    color: #0281ca;    
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

p {
    font: normal 11px/140%  Helvetica, Arial, Verdana, sans-serif;
    color: #555555;
    padding: 0 0 20px 0;
}

div#virb_banner {
    background-color:#fff;
}


/*************************************************
* CONTENT
*************************************************/

.core_container {
    background-image: url(http://bin.mediatemple.net/sxswvirb/mainbg.jpg);
    background-color: #0f0f0f;
    background-repeat: no-repeat; 
    background-position: center top;
}           
    #profile_wrapper {
        margin: 0 auto;
        padding: 40px 0 50px 0;
		width: 960px;
    }
        #profile_container {
            background: none;
           /*-moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #333333;  */
            padding: 0 20px;
        }              

        
            #left_side {
			float: left;
            width: 640px;
            margin: 0;
			overflow: hidden;
			padding: 0 0 25px 0;
			border-right: 1px solid #414141;
        }   
        
        #right_side {
			float: right;
            width: 240px;
            margin: 0;
            padding: 0px 0 25px 0;
			overflow: hidden;
        }

	 	/***** HEADER *****/
	 	
#header { padding: 0 0 50px 0; border-bottom: 9px solid #5b5b5b; margin-bottom: 20px;}
.headerright { width:220px; float:right;}
        
        h1.sxswtitle { float:left; font-size: 200px; color: #fff; letter-spacing: -20px; font-weight:bold; width:540px; line-height: 180px;  margin: 0; padding: 0;}
        
        
        h2.sxswtitle { float: left; color: #fff; width:540px; margin: 0; padding: 0;}
        h2.sxswtitle span { display: block; font-size: 40px; letter-spacing: -2px; line-height: 1px; }
        
         h2.sxswtitle span em { color: #777; font-style: normal; padding-left: 10px;}




	 	/***** Profile Nav *****/
        
        #profile_nav {
display:none;
            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 #222222;
    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: #999999;        
        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: #777777;
		font-weight: normal;
		font-size: 13px;
        margin-right: 0;
    }
	.module h3 a:hover {
		color: #0281ca;
	}
	.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  Helvetica, Arial, Verdana, sans-serif;
	line-height: 140%;
}


/*************************************************
* 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 #222222; 
		padding: 7px; 
	}

#right_side #profile_image.module {
    margin: 0 0 20px 0;
}	


/*************************************************
* IMAGES
*************************************************/

.virb_image {
    padding: 3px;
    border: solid 1px #222222;
    margin: 0 0 10px 0;
}
a:hover .virb_image {
    background: #222222;
}

#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: #999999;
	    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: #333333;
	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 #222222;
    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: #666666;
	}
	#status.module h4 a:hover {
		color: #0281ca;
	}
	
	#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: #777777;
	}


/*************************************************
* 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: #333333;
}
	.date p em {
	    line-height: 100%;
	    background: #111111;
	    padding: 10px;
		font-style: normal;
	}
	.year,
	.month_abbr,
	.day_name {
	    display: none;
	}
	
.module p.comments {
    font: normal 11px Helvetica, Arial, Verdana, sans-serif;
    color: #777777;
}
       .module p.comments a,
       .module p.comments a:visited {
           color: #666666;
       }
       .module p.comments a:hover {
           color: #0281ca;
       }
	
	
	/*** Status *********************************/
	
	.status.module h4 {
	    font-weight: normal;
	 	font-size: 18px;
		line-height: 125%;
	    color: #555555;
	    margin-bottom: 10px;
	}

	.status.module p.status_meta {
		font-size: 11px;
		font-family:  Helvetica, Arial, Verdana, sans-serif;
		line-height: 125%;
		color: #777777;
	}
	    .status.module p a,
	    .status.module p a:visited {
		    color: #666666;
		}
	    .status.module p a:hover {
		    color: #0281ca;
		}
	

	/*** Links **********************************/

	.links.module h4 {
	    margin-bottom: .4em;
	}
	.links.module h4 a,
	.links.module h4 a:visited {
	    font-weight: normal;
		font-size: 16px;
	    color: #0281ca;
	    border-bottom: solid 1px #0281ca;
	}
	.links.module h4 a:hover {
	    color: #0281ca;
	    border-bottom: none;
	}
	    .links.module h4 a.permalink,
	    .links.module h4 a.permalink:visited {
	        color: #777777;
	        border: 0;
	    }
	    .links.module h4 a.permalink:hover {
	        color: #0281ca;
	    }

	.links.module .link_photo,
	.links.module .link_video {
	    padding-bottom: 10px;
		position: relative;
	}
	
	
	/*** Quotes *********************************/
	
	.quotes.module h4 {
	    font-weight: normal;
		font-size: 24px;
		line-height: 125%;
	    color: #555555;
	    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: #777777;
	        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: #777777;
		}
	    .quotes.module h4 span a:hover {
	        color: #0281ca;
		}
	    .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: #777777;
			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 #222222;
		}
		#right_side #flickr_favorites.module .virb_image_wrap {
			float: left;
			margin: 0 10px 10px 0;
			height: 90px;
			width: 120px;
			border: solid 1px #222222;
		}
			#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: #0281ca;
		        border-bottom: solid 1px #0281ca;
		    }
		    .text.module h4 a:hover {
		        color: #0281ca;
		        border-bottom: 0;
		    }
		    
		    .text.module blockquote {
		        font: normal 11px/17px Helvetica, Arial, Verdana, sans-serif;
		        padding: 1em;
		        margin: 0 1em;
		        background: #111111;
		    }

		    .text.module ul,
		    .text.module li {
		        font: normal 11px/17px Arial;
		        list-style: disc;
		    }
		    .text.module ul {
		        padding: 0 40px;
		    }


		/*** Audio Player *******************************/

		.virb_artist_player {
			padding: 10px;
			margin: 0;
			border: solid 1px #222222;
			-moz-border-radius: 5px;
		    -webkit-border-radius: 5px;
		    border-radius: 5px;
			background: #000000;
		}

			.virb_artist_player p.new_window {
				font: 11px Arial;
			    padding-bottom: 0;
				text-align: right;
			}
			.virb_artist_player p.new_window a,
			.virb_artist_player p.new_window a:visited {
				color: #777777;
				text-decoration: underline;
			}
			.virb_artist_player p.new_window a:hover {
				color: #0281ca;
				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 #222222;
				height: 48px;
				width: 48px;
			}

			/***** Marquee *****/

			.virb_artist_player .marquee {
				position: relative;
				padding: 6px 7px 3px 7px;
				border-bottom: solid 1px #222222;
				background: #0a0a0a;
			}
			.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: #777777;
					white-space: nowrap;
					overflow: hidden;
				}
				.virb_artist_player .marquee h1 strong {
					color: #999999;
				}

				.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  Helvetica, Arial, Verdana, sans-serif;
						color: #999999;
						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: #777777;
					margin-top: 8px;
				}

			/***** Loader *****/

			.loader {
				background: #333333;
				height: 7px;
				margin: 11px 45px 0 20px;
				position: relative;
			}
			.virb_artist_player.has_image .loader {
				margin: 11px 45px 5px 80px;					
			}
				.progress {
					background: #222222;
					height: 7px;
					width: 0%;
					position: absolute;
					z-index:1;
					cursor:pointer;
				}
				.playhead {
					background: #0281ca;
					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 #222222;
				margin: 0 0 10px 0;
				overflow: auto;
			}
				.virb_artist_player .track_listing li {
					position: relative;
					border-bottom: solid 1px #222222;
					padding: 6px 5px 7px 5px;
					font: 10px/12px  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: #0a0a0a;
				}
						.virb_artist_player .track_listing li .track_details {
							background: none;
				/*			background: #000000;*/
						}
						.virb_artist_player .track_listing li.odd .track_details {
							background: none;
				/*			background: #0a0a0a;*/
						}
				.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 #222222;
					background: #000000;
					color: #0281ca;
					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: #555555;
				}
				.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: #0281ca;
				}

				.virb_artist_player .track_listing li.selected a.track,
				.virb_artist_player .track_listing li.selected a.track:visited {
					color: #0281ca;
					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: #0281ca;
					border-color: #333333;
				}

				.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 #222222;
	height: 50px;
	font-size: 12px;
	text-align: center;
}
	#chrono_paging a,
	#chrono_paging a:visited {
		position: absolute;
		top: 25px;
		font-weight: bold;
		background: #111111;
		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: 40px 0 0 0;
	margin: 0;
}

#connect.module ul li {
-x-system-font:none;
border-bottom:1px dotted #333;
color:#999999;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:5px 0 5px 0;
}

ul, li {
list-style-type:none;
margin:0;
padding:0;
}


	#connect.module ul li {
		border-bottom: dotted 1px #222222;
		color: #333333;
		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 #222222;
}

div.likes_single {
	border-bottom: 1px dotted #222222;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

	.likes_single img {
		float: left;
		margin: 0 10px 0 0;
	}

	.likes_single p {
		float: none;
		margin: 0;
		padding: 0;
		font-size: 10px;
		color: #777777;
	}
	#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: #777777;
		}
		.likes_single p strong a,
		.likes_single p strong a:visited {
			font-weight: normal;
			color: #0281ca;
		}
		.likes_single p a:hover,
		.likes_single p strong a:hover {
			color: #0281ca;
		}

	.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:  Helvetica, Arial, Verdana, sans-serif;
	}
	
	
/*************************************************
* VIRB TUNES
*************************************************/

ul.virb_tunes {
	font: normal 11px  Helvetica, Arial, Verdana, sans-serif;
	line-height: 130%;
	border-top: 1px solid #222222;
	color: #555555;
}
#right_side ul.virb_tunes {
	font-size: 10px;
}
	ul.virb_tunes li {
		padding: 7px 7px 8px 7px;
		border-bottom: 1px solid #222222;
	}
	ul.virb_tunes li.odd {
		background: #0a0a0a;
	}
	ul.virb_tunes li.bottom {
		border: 0;
	}


/*************************************************
* INTERESTS
*************************************************/

.interests.module p {
	color: #0281ca;
	padding: 0;
}
	#right_side .interests.module p {
		font-size: 10px;
	}


/*************************************************
* COMMENTS
*************************************************/

#comments.module {
	border-top: 9px solid #5b5b5b;
	width: 90%;
	margin: 25px 0 0 0;
}

#comments.module form {
    margin: 0;
    padding: 0;
}

#comments.module .awaiting_approval,
#comments.module p {
    font: normal 11px 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 #222222;
    padding: 10px 10px 5px 45px;
}
	#comments.module .comment.edit_delete {
		padding-bottom: 25px;
	}
#comments.module #add_comment_wrapper.comment {
    border-top: solid 1px #222222;
    border-bottom: none;
}

    #comments.module .comment.firstRow {
        border-top: solid 1px #222222;
    }
    #comments.module .comment.odd {
        background: ;
    }

    #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: #333333;
}    
#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 #222222;
    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: #fff;
    margin: 10px 0;
    font: bold 12px Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    text-transform: uppercase;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid transparent;
     
    padding: 8px;
    text-align:center;
}
.btn-form_post:hover {
	cursor: pointer;
	background: #000;
	color: #fff;
	border: 2px solid #fff;
}

#comments.module h3 { color:#fff; letter-spacing:-1px; font-size: 26px;} 



/*
================================

* MISCELLANEOUS

================================
*/


/*************************************************
* NO FLASH
*************************************************/

.no_flash {
	padding: 20px 20px 10px 80px;
	background: #0a0a0a url(/_assets/_graphics/_icons/icn-no_flash.png) no-repeat 20px 18px;
	display: none;
}
	.no_flash h2 {
		font-size: 18px;
		color: #999999;
	}

	.no_flash p {
		font: normal 11px  Helvetica, Arial, Verdana, sans-serif;
		color: #777777;
		margin: 0;
		padding: 0 0 5px 0;
	}
	

/*************************************************
* LOADING FLASH
*************************************************/

.loading_flash {
	padding: 10px;
	background: #0a0a0a;
	display: block;
}

	.loading_flash h2 {
		font-size: 18px;
		color: #999999;
	}
	
.audio.module p.description {
	padding-top: 0;
	color: #777777;
}


/*************************************************
* PRIVACY
*************************************************/

div#private {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #222222;
     background: #0a0a0a 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: #555555;
		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;
}






/*************************************************
* CUSTOM MODULES
*************************************************/


.core_container a, .core_container a:visited { text-decoration: none; color: #fff;}
         
         .core_container a:hover { text-decoration: none;}
         
         
         .georgia { font-family: Georgia, Times, serif; color: #808080; font-weight: normal; font-style: italic; ;letter-spacing: -.05em; }
         
         a.mtbrought, a.mtbrought:visited { color: #808080; font-size: 14px; padding-right: 100px; background-image: url(http://bin.mediatemple.net/sxswvirb/mtlogo.gif); background-repeat: no-repeat; background-position: right; height: 43px; display: block;}
         
         a.mtbrought:hover { background-color: #000;}
         
         a.mtbrought span { display: block; padding-top: 10px;}
         
         
          .deets { padding: 10px 0 0 295px; background-image: url(http://bin.mediatemple.net/sxswvirb/snaps.gif); background-position: -5px 0px; background-repeat: no-repeat; height: 420px;}
      
      .georgialabel { font-size: 16px; display: block; padding: 0 0 17px 0; margin: 0; line-height: 14px;}
       .georgialabel2 { font-size: 12px; display: block; padding: 0 0 17px 0; margin: 0; line-height: 14px; text-align: center}
      
      .deets h2 {font-size: 48px; letter-spacing: -3px; padding: 0 0 0 0; color: #fff; font-weight: bold; margin: 0; line-height:40px; }
      
       .deets h2 span { font-size: 40%; color: #646464; letter-spacing: -2px;}
       .deets h3 span, .deets h4 span, .deets h5 span { font-size: 85%; color: #646464; letter-spacing: -1px;}


.deets h2 a, .deets h2 a:visited {  color: #646464; letter-spacing: -1px;}
.deets h3 a, .deets h3 a:visited { color: #646464; letter-spacing: -1px;}

.deets h2 a:hover, .deets h3 a:hover,  { color:#fff; text-decoration:none;}


      
      .deets h3 {font-size: 22px; letter-spacing: -1px; padding: 0 0 0 0; color: #fff; font-weight: bold; margin: 0; line-height: 24px; }
      
      .deets h4 {font-size: 36px; letter-spacing: -1px; padding: 0 0 0 0; color: #fff; font-weight: bold; margin: 0; line-height: 36px; }
      
      .deets h5 {font-size: 20px; letter-spacing: -1px; padding: 0 0 0 0; color: #fff; font-weight: bold; margin: 0; line-height: 20px; }
      
      a.rsvp, a.rsvp:visited { display: block; text-align: center; font-size:22px; padding: 14px; background-color: #fff; color: #000; font-weight: bold; -moz-border-radius: 8px;  -webkit-border-radius: 8px; border: 4px solid transparent;
            border-radius: 8px; margin:  0 0 8px 0; }
      a.rsvp:hover { background-color: #000; border: 4px solid #fff; color: #fff;} 
      
     
     div.partyloc {  margin: 0 0 0 0 }
     
     
      p.partytime { font-size: 24px; color: #aeaeae; font-weight: bold; line-height: 24px; letter-spacing: -1px; margin: 0 0 30px 0; padding: 0 0 0 0; }
       p.partytime span { color: #fff; font-size: 34px; }
       
       p.partyaddress { font-size: 16px; color: #fff; line-height: 18px; font-weight: bold;}
       
       
         p.partyaddress span {font-family: Georgia, Times, serif; color: #808080; font-weight: normal; font-style: italic; ;letter-spacing: -.05em; font-size: 12px; padding-top: 8px; display: block;}
       p.partyaddress a, p.partyaddress a:visited { color: #808080; }
       
        div.sponsors { padding-top: 30px; border-top: 9px solid #5b5b5b; margin: 25px 0 0 0 }
        
        
         a.sponsorlogo, a.sponsorlogo:visited { color: #808080; font-size: 14px; padding-right: 160px;  background-repeat: no-repeat; height: 46px; display: block;  background-position: 80px 0px;}
         
         a.sponsorlogo:hover { background-position: 90px 0px;}
         
         a.virblogo span { display: block; padding-top: 15px;}
         
          a.rcrdlogo span { display: block; padding-top: 5px;}
         
         .virblogo {background-image: url(http://bin.mediatemple.net/sxswvirb/virblogo.gif); margin-bottom: 30px; }
         .rcrdlogo {background-image: url(http://bin.mediatemple.net/sxswvirb/rcrdlbllogo.gif);}



div#content_70885 { border:none /* important not allowed */; padding:0 /* important not allowed */; }
div#content_70885 h3{ display:none }

div#content_70885 p { padding:0; margin:0;}

div#followers img { width:20px; height:20px;}