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

* SODA JERK (PERSONAL)

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

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


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

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

a,
a:visited {
    color: #000000;
	border: 0;
	text-decoration: none;
}
a:hover {
    color: #912c00;
}

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: #664a39;
    padding: 0 0 20px 0;
}

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


/*************************************************
* HEADER
*************************************************/

#header {
	background: #000000;
/*	border-top: solid 1px #3b1c06;*/
	padding: 30px 0 30px;
	border-bottom: solid 1px #d9ccc5;
}

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

	#profile_image.module {
		margin: 0 50px 0 68px;
		padding: 5px 5px 5px 5px;
		border: 0;
		background: #7d0000;
		display: block;
		width: 154px;
		height: 154px;
		float: left;
		-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;		
	}
	#profile_image.module img {
		border: solid 1px #fff;
	}
	#profile_image.module a {
		border: solid 1px #d9ccc5;
		height: 152px;
		width: 152px;
		display: block;
	}

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

	#display_name.module {
		border: none;
	    margin: 35px 0 0 0;
	    padding: 0;
		clear: none;
	}

		#display_name.module h1 {
		    font-size: 72px;
			line-height: 72px;
		    color: #a30000;
		    letter-spacing: -4px;
			margin: 0;
		}


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

	#connect.module {
		z-index: 50;
		position: relative;
		border: 0;
		padding: 0 0 55px 0;
		margin: 0;
		font: normal 11px Helvetica, Arial, Verdana, sans-serif;
	}
		#connect.module ul li {
			float: left;
			padding: 0 15px 0 0;
			color: #b06d6d;*/
		}
		#connect.module ul li#isContact { display: none; }

			#connect.module ul li a,
			#connect.module ul li a:visited {
				color: #b06d6d;
			}
			#connect.module ul li a:hover {
				color: #912c00;
			}



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

.core_container {
    background: #7d0000;
}           
    #profile_wrapper {
/*        margin: 0 auto;*/
        padding: 0;
/*		width: 810px;*/
    }
        #profile_container {
            padding: 0;
			text-align: left;
        }              

        #row_2,
 		#row2 {
			border-top: solid 1px #000000;
			clear: both;
			padding-top: 30px;
		}
	        #left_side {
				text-align: left;
				float: left;
	            width: 220px;
	            margin: 0 20px 0 40px;
				overflow: hidden;
	        }   
        
	        #right_side {
				text-align: left;
				float: left;
	            width: 550px;
	            margin: 0;
/*				overflow: hidden;*/
	        }


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

.module {
/*    border-bottom: solid 5px #d9ccc5;
    padding: 0 0 40px 0; 
    margin: 0 0 40px 0;
*/
}

#left_side .module {
	padding: 0 30px;
/*    padding-bottom: 25px; 
    margin-bottom: 25px;
	border-bottom-width: 1px;*/
}

	.module h3 {
		font-size: 17px;
        color: #8c3600;        
        margin: 0 0 15px 0;
	}
	#left_side .module h3 {
		font-size: 14px;
	}
	
	.module h3 span,
	.module h3 a,
	.module h3 a:visited {
        color: #a12e00;
		font: normal 12px Helvetica, Arial, Verdana, sans-serif;
        margin-right: 0;
    }
	.module h3 a:hover {
		color: #912c00;
	}
	.module h3 span.left_paren {
        margin-left: 5px;
    }

.module p {
	font-size: 12px;
	line-height: 150%;
}
#left_side .module{
	border-bottom: solid 1px #d9ccc5;
	border-top: solid 1px #5e5e5e;
	padding-top: 30px;
	padding-bottom: 30px;
}

#left_side .module, 
#left_side .module p {
	font-size: 11px;
/*	line-height: 140%;*/
	text-align: right;
	
}





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

.virb_image {
    padding: 0;
	margin: 0;
/*    border: solid 1px #7d0000;*/
	margin-left: 5px;
	margin-bottom: 5px;
}
a:hover .virb_image {
    border-color: #d9ccc5;
}	

/*************************************************
* PROFILE NAV
*************************************************/

#profile_nav.module {
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
}

	#profile_nav ul {
		padding: 0;
		margin: 0;
	}
		#profile_nav li {
			display: block;
			float: left;
			padding: 0;
			margin: 0 7px 0 0;
		}
		#profile_nav li:hover {
			cursor: pointer;
		}

			#profile_nav li a,
			#profile_nav li a:visited {
				display: block;
				border: 0;
				color: #ffffff;
				font: bold 11px/100% Helvetica, Arial, Verdana, sans-serif;
				background: #000000;
				padding: 8px 18px;
				-moz-border-radius: 13px;
				-webkit-border-radius: 13px;
				border-radius: 13px;
			}
			#profile_nav li a:hover,
			#profile_nav li:hover a {
				background: #912c00;
			}


/*************************************************
* TUMBLELOG
*************************************************/
#tumblelog {
	clear: both;
}
div.date_group {
	background: #a33f00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	margin: 0 0 20px 0;
	padding: 1px 4px;
	position: relative;
}

	div.date {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: block;
		position: absolute;
		right: -110px;
		top: 0;
		width: 90px;
		height: 85px;
		background: #6e6e6e;
		color: #7d0000;
	}
	.date p {
		font: bold 14px/110% Helvetica, Arial, Verdana, sans-serif;
		text-align: center;
		color: #7d0000;
	}
		.date p em {
		    line-height: 100%;
			font-style: normal;
		}
		.day {
			font: bold 48px/48px helvetica, Arial, sans-serif;
			position: absolute;
			top: 10px;
			left: 0;
			width: 90px;
		}
		.month_full {
			font-weight: normal;
			position: relative;
			top: 55px;
		}
		.day_name_abbr,
		.day_name,
		.year,
		.month_abbr {
		    display: none;
		}
		
	.chrono.module {
/*		float: left;*/
/*		width: 530px;*/
		padding: 20px;
		background: #ffffff;
		border: solid 1px #a64000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 4px 0;
	}
	
.module p.comments {
    font-size: 11px;
    color: #a12e00;
	padding-bottom: 0;
}
       .module p.comments a,
       .module p.comments a:visited {
           color: #b06d6d;
       }
       .module p.comments a:hover {
           color: #912c00;
       }
	
	
	/*** Status *********************************/
	
	.status.module h4 {
	 	font: normal 24px Helvetica, Arial, sans-serif;
	    color: #664a39;
	    margin-bottom: 10px;
	}

	.status.module p.status_meta {
		font-size: 11px;
		line-height: 125%;
		color: #a12e00;
		padding: 0;
	}
	    .status.module p a,
	    .status.module p a:visited {
/*		    color: #a12e00;*/
		}
		.status.module p.status_meta a,
		.status.module p.status_meta a:visited {
			color: #b06d6d;
/*			text-decoration: underline;*/
		}
	    .status.module p a:hover {
		    color: #912c00;
			text-decoration: none;
		}
	

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

	/*.links.module {
		padding-bottom: 0px;
	}*/

	.links.module p {
		padding-top: 10px;
		padding-bottom: 0px;
	}
		.links.module h4 a,
		.links.module h4 a:visited {
		    font-weight: normal;
			font-size: 24px;
		    color: #000000;
/*		    text-decoration: underline;*/
		}
		.links.module h4 a:hover {
		    color: #912c00;
		    text-decoration: none;
		}
		    .links.module h4 a.permalink,
		    .links.module h4 a.permalink:visited {
		        color: #a12e00;
		        text-decoration: none;
		    }
		    .links.module h4 a.permalink:hover {
		        color: #912c00;
		    }

		.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: bold;
		font-size: 28px;
		line-height: 115%;
	    color: #664a39;
		padding: 0 0 0 40px;
	    margin-bottom: 10px;
		letter-spacing: -1px;
	}
	    .quotes.module h4 em,
	    .quotes.module h4 span {
	        font-size: 11px;
	    }

	    .quotes.module h4 span {
	        font-size: 80px;
			font-weight: normal;
	        line-height: 0;
	        color: #a12e00;
			margin: 40px 0 0 -40px;
	        opacity: 0.5;
	        -moz-opacity: 0.5;
	        filter:alpha(opacity=50);
	    }
	    .quotes.module h4 span a,
	    .quotes.module h4 span a:visited {
	        color: #a12e00;
		}
	    .quotes.module h4 span a:hover {
	        color: #912c00;
		}
	    .quotes.module h4 span.quotation {
	        float: left;
			font-size: 100px;
	    }
	    .quotes.module h4 span.quotation_right {
	        display: none;
	    }
	    .quotes.module p.source {
	        font-size: 14px;
	        color: #a12e00;
			position: relative;
			z-index: 10;
			padding: 0 0 0 40px;
			clear: both;
	    }
	
		
		/*** Photos/Videos ******************************/
		
		.photos.module {
/*			padding: 14px 0 20px 14px;*/
		}
		#right_side .photos.module img,
		#right_side .videos.module div.virb_video {
			padding: 0;
			margin: 0;
/*			border: 15px solid #5e5e5e;*/
/*			-moz-border-radius: 5px;
		    -webkit-border-radius: 5px;
		    border-radius: 5px;*/
		}
		.photos.module a:hover img,
		.videos.module div.virb_video:hover {
			border-color: #d9ccc5;
		}
		.photos.module p.body {
/*			padding-left: 11px;
			padding-right: 11px;
*/		}
		.photos.module p a strong {
			display: block;
			font-weight: normal;
			font-size: 30px;
			padding: 5px 0 15px 0;
			letter-spacing: -1px;
		}
		
		.photos.module .comments {
			color: #a12e00;
/*			padding-left: 11px;
			padding-right: 11px;
*/		}
		
		.photos.module .comments a,
		.photos.module .comments a:visited {
			color: #b06d6d;
		}
		.photos.module p span.colon { display: none; }
		
		.module p.description {
			padding-top: 15px;
		}
		
		
		/*** Text ***************************************/
		
		.text.module h4 {
			font-size: 32px;
			line-height: 125%;
		    margin-bottom: 15px;
			letter-spacing: -1px;
		}
		    .text.module h4 a,
		    .text.module h4 a:visited,
		 	.text.module p a,
			.text.module p a:visited {
				font-weight: normal;
		        color: #000000;
/*				text-decoration: underline;*/
		    }
			.text.module p a:hover,
		    .text.module h4 a:hover {
		        color: #912c00;
		        text-decoration: none;
		    }
		
			.text.module p.comments a,
			.text.module p.comments a:visited {
		        color: #b06d6d;
				text-decoration: none;
		    }
		
		.text.module br {
			display: block;
			margin: 0 0 15px 0;
		}
		    
	    .text.module blockquote {
	        font: normal 11px/17px Helvetica, Arial, Verdana, sans-serif;
	        padding: 1em;
	        margin: 0 1em;
	        background: #5e5e5e;
	    }

	    .text.module ul,
	    .text.module li {
	        font: normal 11px/17px Helvetica, Arial, Verdana, sans-serif;
	        list-style: disc;
	    }
	    .text.module ul {
	        padding: 0 40px;
	    }


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

		.virb_artist_player {
			padding: 10px;
			margin: 0;
/*			border: solid 1px #d9ccc5;*/
			-moz-border-radius: 5px;
		    -webkit-border-radius: 5px;
		    border-radius: 5px;
			background: #ffffff;
		}

			/***** 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 #d9ccc5;
				height: 48px;
				width: 48px;
			}

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

			.virb_artist_player .marquee {
				position: relative;
				padding: 6px 7px 3px 7px;
				border-bottom: solid 1px #d9ccc5;
				background: #7d0000;
			}
			.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-size: 12px;
					margin-bottom: 1px;
					color: #664a39;
					white-space: nowrap;
					overflow: hidden;
				}
				.virb_artist_player .marquee h1 strong {
					color: #000000;
				}

				.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: #000000;
						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: #664a39;
					margin-top: 8px;
				}

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

			.loader {
				background: #d9ccc5;
				height: 7px;
				margin: 11px 45px 0 20px;
				position: relative;
			}
			.virb_artist_player.has_image .loader {
				margin: 11px 45px 5px 80px;					
			}
				.progress {
					background: #7d0000;
					height: 7px;
					width: 0%;
					position: absolute;
					z-index:1;
					cursor:pointer;
				}
				.playhead {
					background: #000000;
					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 #d9ccc5;
				margin: 0 0 10px 0;
				overflow: auto;
			}
				.virb_artist_player .track_listing li {
					position: relative;
					border-bottom: solid 1px #d9ccc5;
					padding: 6px 5px 7px 5px;
					font: 10px/12px Georgia, Times, "Times New Roman", 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: #5e5e5e;
				}
				.virb_artist_player .track_listing li .track_details {
					background: none;
		/*			background: #7d0000;*/
				}
				.virb_artist_player .track_listing li.odd .track_details {
					background: none;
		/*			background: #5e5e5e;*/
				}
				.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 #d9ccc5;
					background: #7d0000;
					color: #000000;
					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: #664a39;
				}
				.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: #912c00;
				}

				.virb_artist_player .track_listing li.selected a.track,
				.virb_artist_player .track_listing li.selected a.track:visited {
					color: #000000;
					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: #912c00;
					border-color: ;
				}

				.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;
	height: 50px;
	font-size: 14px;
	text-align: center;
/*	margin-right: 80px;*/
}
	#chrono_paging a,
	#chrono_paging a:visited {
		position: absolute;
		font-weight: bold;
		top: 0;
	}
	#chrono_paging a:hover {
		background: none;
	}
	a#page_older { right: 0; }
	a#page_newer { left: 0; }

	#chrono_paging span { display: none; }

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

#about.module {
	border-top: none;
	border-bottom: solid 1px #d9ccc5;
	padding-top: 0px;
	padding-bottom: 10px;
}
	#about.module p {
		font: 18px/29px Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
/*		text-shadow: #f5efe5 1px 1px;*/
	}
#about.module h3 {
	display: none;
}


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

#left_side .circle.module .virb_image,
#left_side #following.module .virb_image {
	width: 48px;
}


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

#left_side #groups.module .virb_image {
	width: 48px;
}


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

#left_side .module#likes {
	padding: 30px 0 0 0;
	border-bottom: none;
}

#likes h3 {
	padding: 0 30px 15px 30px;
	margin-bottom: 0;
	border-bottom: 1px solid #d9ccc5;
}

div.likes_single {
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #d9ccc5;
	padding: 10px 30px 10px 30px;
	margin: 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: 11px;
		color: #a12e00;
	}
/*	#left_side .likes_single.likes_photo p,
	#left_side .likes_single.likes_video p {
		width: 135px;
		overflow: hidden;
		float: left;
		margin: 5px 0 0 0;
		font-size: 11px;
	}
*/
		.likes_single p a,
		.likes_single p a:visited {
			color: #b06d6d;
		}
		.likes_single p strong a,
		.likes_single p strong a:visited {
			font-weight: normal;
			color: #000000;
		}
		.likes_single p a:hover,
		.likes_single p strong a:hover {
			color: #912c00;
		}

	.likes_single h4 {
		font-size: 11px;
		font-weight: normal;
		line-height: 130%;
		margin: 0 0 3px 0;
		color: #664a39;
	}
	.likes_text h4 {
		font-size: 12px;
	}
	
	
/*************************************************
* VIRB TUNES
*************************************************/

#left_side .module.listening {
	padding: 30px 0 0 0;
	border-bottom: none;
}
#left_side .module.listening h3 {
	padding: 0 30px;
}
ul.virb_tunes {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 130%;
	border-top: 1px solid #d9ccc5;
	color: #664a39;
}
#left_side ul.virb_tunes {
	font-size: 11px;
}
	ul.virb_tunes li {
		padding: 7px 30px 8px 30px;
		border-bottom: 1px solid #d9ccc5;
	}
	ul.virb_tunes li.odd {
		background: #5e5e5e;
	}
	ul.virb_tunes li.bottom {
		border: 0;
	}


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

.interests.module p {
	color: #000000;
	padding: 0;
}


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



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

* MISCELLANEOUS

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


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

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

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

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

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

	.loading_flash h2 {
		font-size: 18px;
		color: #8c3600;
	}
	
.audio.module {
	padding: 0;
}
.audio.module p.description {
	display: none;
/*	padding-top: 0;
	color: #664a39;
*/
}


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

div#private {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #d9ccc5;
     background: #5e5e5e 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: #664a39;
		line-height: 125%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

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

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

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

#footer {
	clear: both;
}
