@charset "utf-8";



/* ************************************************************************************************************************
	
			DO NOT edit this file
	
	*********************************************************************************************************************** */






/*	-------------------------------------------------------------
	CSS - ARTIST STRUCTURE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_structure.css
	Date:			December 5, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	* {
		margin:0; padding:0;
	}
	.altText {
		height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		clear:both; float:none;
		height:0;
		font-size:0; line-height:0;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}	
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	body {
		margin:0;
	}
	#main {
		width:960px;
		margin:0 auto; padding:10px 0 30px 0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	adHolder Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.adHolder {
		width:728px; height:90px;
		padding:9px 10px;
		background:url(../../images/bg_adHolder.png) no-repeat;
	}
		.adHolder .ad {
			width:728px; height:90px;
			background:#092a43;
		}
		.adHolder img {
			display:block;
		}
		
		.adHolder #ad1 {
			width:728px; height:90px;
			background:#092a43;
		}
		.adHolder img {
			display:block;
		}
		
		.adHolder #ad2 {
			width:728px; height:90px;
			background:#092a43;
		}
		.adHolder img {
			display:block;
		}
	
	.ad300 {
		width:300px; height:250px;
		background:#000;
	}
		.ad300 img {
			display:block;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	topBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#topBar {
		margin:0 0 14px 0; padding:0 4px 0 0;
		width:744px;
	}
		#breadCrumbs {
			float:left;
		}
		#communityLogIn {
			float:right;
		}
			#communityLogIn .communityText {
				margin:0 10px 0 0;
				float:left;
			}
			#communityLogIn .text {
				margin:0 15px 0 0;
				float:left;
			}
			#communityLogIn a.logIn:link, #communityLogIn a.logIn:visited, #communityLogIn a.logIn:active {
				display:block;
				float:left;
			}
			#communityLogIn a.logOut:link, #communityLogIn a.logOut:visited, #communityLogIn a.logOut:active {
				display:block;
				float:left;
			}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	ul#nav {
		height:39px;
		list-style:none;
	}
		ul#nav li {
			float:left;
		}
		ul#nav li a {
			display:block;
		}
		ul#nav li a.active {
			background-position:bottom;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	newsBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#newsBlock {
		background:url(../../images/boxBG.png);
	}
		#newsBlock .newsContent .leftCol {
			float:left;
		}
				#newsBlock .newsContent .leftCol .entry ul.socialBar {
					list-style:none;
				}
					#newsBlock .newsContent .leftCol .entry ul.socialBar li {
						float:left;
						display:block;
					}
				#newsBlock .newsContent a.btnViewMoreNews:link, #newsBlock .newsContent a.btnViewMoreNews:active, #newsBlock .newsContent a.btnViewMoreNews:visited {
					display:block;
					text-decoration:none;
				}
		#newsBlock .newsContent .rightCol {
			float:right;
		}
		/* newsBlock Styles for News.html*/
		#newsBlock .newsContent .newsEntry {
			background:url(../../images/bg_newsEntryBig.png) top center repeat-y;
		}
		#newsBlock .newsContent .newsEntry .paragraphHolder a.viewFull:link, #newsBlock .newsContent .newsEntry .paragraphHolder a.viewFull:active, #newsBlock .newsContent .newsEntry .paragraphHolder a.viewFull:visited {
			display:block;
		}
		#newsBlock .newsContent .newsEntry ul.socialBar {
				list-style:none;
			}
				#newsBlock .newsContent .newsEntry ul.socialBar li {
					float:left;
					display:block;
				}
		/* newsBlock Styles for NewsSingle.html*/		
		#newsBlock .newsContent .commentEntry .entry .user img {
			display:block;
		}
			#newsBlock .newsContent .commentEntry .entry .content {
				float:left;
			}	
		#newsBlock .newsContent .commentEntry .entry .user a:link, #newsBlock .newsContent .commentEntry .entry .user a:active, #newsBlock .newsContent .commentEntry .entry .user a:visited {	
			text-decoration:none;
		}
		#newsBlock .newsContent a.btnViewAllNews:link, #newsBlock .newsContent a.btnViewAllNews:active, #newsBlock .newsContent a.btnViewAllNews:visited {
			display:block;
		}
		
		
/*	--------------------------------------------------------------------------------------------------------------------------
	promoBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#promoBlock ul#promos {
		list-style:none;
	}
		#promoBlock ul#promos li {
			float:left;
		}
		li.promoCommunity a:link, li.promoCommunity a:active, li.promoCommunity a:visited {
			display:block;
		}
		li.promoRingtones a:link, li.promoRingtones a:active, li.promoRingtones a:visited {
			display:block;
		}
		li.promoDownloads a:link, li.promoDownloads a:active, li.promoDownloads a:visited {
			display:block;
		}
		
		
		
/*	--------------------------------------------------------------------------------------------------------------------------
	featuredVideoBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#featuredVideoBlock {
		background:url(../../images/boxBG.png);
	}
		
		/* leftCol */
		#featuredVideoBlock .videoContent .leftCol {
			float:left;
		}
			#featuredVideoBlock .videoContent .leftCol a:link, #featuredVideoBlock .videoContent .leftCol a:visited, #featuredVideoBlock .videoContent .leftCol a:active {
				text-decoration:none;
				display:block;
			}
					
			
		/* rightCol */	
		#featuredVideoBlock .videoContent .rightCol {
			float:right;
		}
			#featuredVideoBlock .videoContent .rightCol .entry {
				float:left;
				display:inline;
			}
				#featuredVideoBlock .videoContent .rightCol .entry .videoImg1 a:link, #featuredVideoBlock .videoContent .rightCol .entry .videoImg1 a:visited, #featuredVideoBlock .videoContent .rightCol .entry .videoImg1  a:active {
					text-decoration:none;
					display:block;
				}
				#featuredVideoBlock .videoContent .rightCol .entry .videoImg2 a:link, #featuredVideoBlock .videoContent .rightCol .entry .videoImg2 a:visited, #featuredVideoBlock .videoContent .rightCol .entry .videoImg2  a:active {
					text-decoration:none;
					display:block;
				}
			#featuredVideoBlock .videoContent .rightCol .entry .videoInfo {
				
			}
				#featuredVideoBlock .videoContent .rightCol .entry .videoInfo h4 a:link, #featuredVideoBlock .videoContent .rightCol .entry .videoInfo h4 a:visited, #featuredVideoBlock .videoContent .rightCol .entry .videoInfo h4 a:active {
					text-decoration:none;
				}
			#featuredVideoBlock .videoContent a.btnViewMoreVideos:link, #featuredVideoBlock .videoContent a.btnViewMoreVideos:active, #featuredVideoBlock .videoContent a.btnViewMoreVideos:visited {
				display:block;
				text-decoration:none;
			}
				#featuredVideoBlock .videoContent a.btnViewMoreVideos:hover {
					background-position:bottom;
				}
				#featuredVideoBlock .videoContent a.btnViewMoreVideos img {
					width:105px; height:13px;
				}



/*	--------------------------------------------------------------------------------------------------------------------------
	videoBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videoBlock {
		background:url(../../images/boxBG.png);
	}
		
		/* leftCol */
		#videoBlock .videoContent .leftCol {
			float:left;
		}
			#videoBlock .videoContent .leftCol a:link, #videoBlock .videoContent .leftCol a:visited, #videoBlock .videoContent .leftCol a:active {
				text-decoration:none;
				display:block;
			}
					
			
		/* rightCol */	
		#videoBlock .videoContent .rightCol {
			float:left;
		}
			#videoBlock .videoContent .rightCol .entry .videoImg {
				float:left;
			}
				#videoBlock .videoContent .rightCol .entry .videoImg a:link, #videoBlock .videoContent .rightCol .entry .videoImg a:visited, #videoBlock .videoContent .rightCol .entry .videoImg  a:active {
					text-decoration:none;
					display:block;
				}
			#videoBlock .videoContent .rightCol .entry .videoInfo {
				float:left;
			}
				#videoBlock .videoContent .rightCol .entry .videoInfo h3 a:link, #videoBlock .videoContent .rightCol .entry .videoInfo h3 a:visited, #videoBlock .videoContent .rightCol .entry .videoInfo h3 a:active {
					text-decoration:none;
				}
			#videoBlock .videoContent a.btnViewMoreVideos:link, #videoBlock .videoContent a.btnViewMoreVideos:active, #videoBlock .videoContent a.btnViewMoreVideos:visited {
				display:block;
				text-decoration:none;
			}
				#videoBlock .videoContent a.btnViewMoreVideos:hover {
					background-position:bottom;
				}
				#videoBlock .videoContent a.btnViewMoreVideos img {
					width:105px; height:13px;
				}
				
			
/*	--------------------------------------------------------------------------------------------------------------------------
	liveVideoBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#liveVideoBlock {
		background:url(../../images/boxBG.png);
	}
		
		/* rightCol */
		#liveVideoBlock .videoContent .rightCol {
			float:left;
		}
			#liveVideoBlock .videoContent .rightCol a:link, #liveVideoBlock .videoContent .rightCol a:visited, #liveVideoBlock .videoContent .rightCol a:active {
				text-decoration:none;
				display:block;
			}
					
			
		/* leftCol */	
		#liveVideoBlock .videoContent .leftCol {
			float:left;
		}
			#liveVideoBlock .videoContent .leftCol .entry .videoImg {
				float:left;
			}
				#liveVideoBlock .videoContent .leftCol .entry .videoImg a:link, #liveVideoBlock .videoContent .leftCol .entry .videoImg a:visited, #liveVideoBlock .videoContent .leftCol .entry .videoImg  a:active {
					text-decoration:none;
					display:block;
				}
			#liveVideoBlock .videoContent .leftCol .entry .videoInfo {
				float:left;
			}
				#liveVideoBlock .videoContent .leftCol .entry .videoInfo h3 a:link, #liveVideoBlock .videoContent .leftCol .entry .videoInfo h3 a:visited, #liveVideoBlock .videoContent .leftCol .entry .videoInfo h3 a:active {
					text-decoration:none;
				}
	
				
/*	--------------------------------------------------------------------------------------------------------------------------
	videoBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videoBlogBlock {
		background:url(../../images/boxBG.png);
	}

		#videoBlogBlock .videoContent .entry .videoImg {
			float:left;
		}
			#videoBlogBlock .videoContent .entry .videoImg a:link, #videoBlogBlock .videoContent .entry .videoImg a:visited, #videoBlogBlock .videoContent .entry .videoImg  a:active {
				text-decoration:none;
				display:block;
			}
		#videoBlogBlock .videoContent .entry .videoInfo {
			float:left;
		}
			#videoBlogBlock .videoContent .entry .videoInfo h3 a:link, #videoBlogBlock .videoContent .entry .videoInfo h3 a:visited, #videoBlogBlock .videoContent .entry .videoInfo h3 a:active {
				text-decoration:none;
			}
		
				
/*	--------------------------------------------------------------------------------------------------------------------------
	tourBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tourBlock {
		background:url(../../images/boxBG.png);
	}
		/* tour dates */	
		#tourBlock a.btnViewMoreDates:link, #tourBlock a.btnViewMoreDates:active, #tourBlock a.btnViewMoreDates:visited {
			display:block;
			text-decoration:none;
		}
		
		
				
/*	--------------------------------------------------------------------------------------------------------------------------
	ringtonesBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#ringtonesBlock {
		background:url(../../images/boxBG.png);
	}
		#ringtonesBlock .ringtonesContent .entry {
				display:inline;
				float:left;
			}
			#ringtonesBlock .ringtonesContent .entry .info h4 a:link, #ringtonesBlock .ringtonesContent .entry .info h4 a:active, #ringtonesBlock .ringtonesContent .entry .info h4 a:visited {
				text-decoration:none;
			}
			#ringtonesBlock .ringtonesContent .entry a.btnBuyNow:link, #ringtonesBlock .ringtonesContent .entry a.btnBuyNow:active, #ringtonesBlock .ringtonesContent .entry a.btnBuyNow:visited {
					display:block;
				}
	


/*	--------------------------------------------------------------------------------------------------------------------------
	photosBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#photosBlock {
		background:url(../../images/boxBG.png);
	}
	
		/*	leftCol */
		#photosBlock .photosContent .leftCol {
			float:left;
		}
			#photosBlock .photosContent .leftCol img {
				display:block;
			}			
			
		/*	rightCol */
		#photosBlock .photosContent .rightCol {
			float:left;
		}
			#photosBlock .photosContent .rightCol img {
				display:block;
			}
			#photosBlock .photosContent .rightCol .prevEntry {
				float:left;
			}
				#photosBlock .photosContent .rightCol .prevEntry a.btnPrev:link, #photosBlock .photosContent .rightCol .prevEntry a.btnPrev:active, #photosBlock .photosContent .rightCol .prevEntry a.btnPrev:visited {
					display:block;
				}
				#photosBlock .photosContent .rightCol .nextEntry a.btnNext:link, #photosBlock .photosContent .rightCol .nextEntry a.btnNext:active, #photosBlock .photosContent .rightCol .nextEntry a.btnNext:visited {
					display:block;
				}
			#photosBlock .photosContent .rightCol .nextEntry {
				float:left;
			}
			
			#photosBlock .photosContent .rightCol .thumbnails .header a.active {
				background-position:bottom !important;
			}
			#photosBlock .photosContent .rightCol .thumbnails .header a.press:link, #photosBlock .photosContent .rightCol .thumbnails .header a.press:active, #photosBlock .photosContent .rightCol .thumbnails .header a.press:visited {
				display:block;
				float:left;
			}
			#photosBlock .photosContent .rightCol .thumbnails .header a.live:link, #photosBlock .photosContent .rightCol .thumbnails .header a.live:active, #photosBlock .photosContent .rightCol .thumbnails .header a.live:visited {
				display:block;
				float:left;
			}
			#photosBlock .photosContent .rightCol .thumbnails .header a.misc:link, #photosBlock .photosContent .rightCol .thumbnails .header a.misc:active, #photosBlock .photosContent .rightCol .thumbnails .header a.misc:visited {
				display:block;
				float:left;
			}
			
			#photosBlock .photosContent .rightCol .thumbnails .thumbnailContent a:link, #photosBlock .photosContent .rightCol .thumbnails .thumbnailContent a:active, #photosBlock .photosContent .rightCol .thumbnails .thumbnailContent a:visited {
				float:left;
				display:inline;
			}



/*	--------------------------------------------------------------------------------------------------------------------------
	bioBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bioBlock {
		background:url(../../images/boxBG.png) no-repeat;
	}
	
	

/*	--------------------------------------------------------------------------------------------------------------------------
	extrasBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#extrasBlock {
		background:url(../../images/boxBG.png) no-repeat;
	}				
				
			/* leftCol */	
			#extrasBlock .extrasContent .leftCol {
				float:left;
			}
				#extrasBlock .extrasContent .leftCol .wallpapers .wallpaperHolder {
					float:left;
				}
					#extrasBlock .extrasContent .leftCol .btnHolder a.btn800:link, #extrasBlock .extrasContent .leftCol .btnHolder a.btn800:active, #extrasBlock .extrasContent .leftCol .btnHolder a.btn800:visited {	
						display:inline;
						float:left;
					}
					#extrasBlock .extrasContent .leftCol .btnHolder a.btn1024:link, #extrasBlock .extrasContent .leftCol .btnHolder a.btn1024:active, #extrasBlock .extrasContent .leftCol .btnHolder a.btn1024:visited {
						display:block;
						float:left;
					}

								
			/* rightCol */					
			#extrasBlock .extrasContent .rightCol {
				float:left;
			}
				#extrasBlock .extrasContent .rightCol .buddyIcons .buddyIconHolder {
					float:left;
				}
				
			
				
/*	--------------------------------------------------------------------------------------------------------------------------
	kyteBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#kyteBlock {
		background:url(../../images/boxBG.png) no-repeat;
	}
	
	
					
/*	--------------------------------------------------------------------------------------------------------------------------
	upcomingTourBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#upcomingTourBlock {
		background:url(../../images/boxBG.png) no-repeat;
	}
	
		/* tour dates */	
		#upcomingTourBlock a.btnViewMoreDates:link, #upcomingTourBlock a.btnViewMoreDates:active, #upcomingTourBlock a.btnViewMoreDates:visited {
			display:block;
			text-decoration:none;
		}
	
			


/*	--------------------------------------------------------------------------------------------------------------------------
	communityBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#communityBlock {
		background:url(../../images/boxBG.png) no-repeat;
	}
		
		/* recent posts */
		#communityBlock .communityContent .recentPosts {
			display:inline;
			float:left;
		}
					
					
		/* recent photos */
		#communityBlock .communityContent .recentPhotos {
			float:left;
		}
			#communityBlock .communityContent .recentPhotos h3 {
				margin:0 0 20px 0;
				width:214px; height:23px;
				background:url(../../images/h3_recentPhotos.png) no-repeat;
			}
				#communityBlock .communityContent .recentPhotos .entry {
					overflow:hidden;
					display:inline;
					float:left;
				}
					#communityBlock .communityContent .recentPhotos .entry img {
						display:block;
					}
					#communityBlock .communityContent .recentPhotos .entry a:link, #communityBlock .communityContent .recentPhotos .entry a:visited, #communityBlock .communityContent .recentPhotos .entry a:active {
						width:100px;
						text-decoration:none;
						display:block;
					}
			
			
		/* newest members */
		#communityBlock .communityContent .newestMembers {
			float:left;
		}
			#communityBlock .communityContent .newestMembers h3 {
				margin:0 0 20px 0;
				width:181px; height:23px;
				background:url(../../images/h3_newestMembers.png) no-repeat;
			}
			#communityBlock .communityContent .newestMembers .entry {
				overflow:hidden;
				display:inline;
				float:left;
			}
				#communityBlock .communityContent .newestMembers .entry a:link, #communityBlock .communityContent .newestMembers .entry a:active, #communityBlock .communityContent .newestMembers .entry a:visited {	
					display:block;
					text-decoration:none;
				}
				
		
		#communityBlock a.btnViewCommunity:link, #communityBlock a.btnViewCommunity:active, #communityBlock a.btnViewCommunity:visited {
			display:block;
			text-decoration:none;
		}
		
		
/*	--------------------------------------------------------------------------------------------------------------------------
	loginBlock
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#loginBlock {
		background:url(../../images/boxBG.png);
	}
		#loginBlock .loginContent .joinBox p {
			float:left;
			display:block;
		}
				#loginBlock .loginContent .joinBox a.joinBtn:link, #loginBlock .loginContent .joinBox a.joinBtn:active, #loginBlock .loginContent .joinBox a.joinBtn:visited {
					margin:4px 0 0 0;
					width:52px; height:13px;
					background:url(../../images/btn_joinHere.png) top center no-repeat;
					display:block;
					float:left;
				}
					#loginBlock .loginContent .joinBox a.joinBtn:hover {
						background-position:bottom;
					}
				/*form styles*/

					#loginBlock .loginContent .item label {
						display:block;
					}
					#loginBlock .loginContent .item input {
						display:block;
					}
					/*checkbox style*/
					#loginBlock .loginContent .item.checkbox label {
						display:block;
						float:left;
					}
					#loginBlock .loginContent .item.checkbox input {
						display:block;
						float:left;
					}
				
				/*login button */
				#loginBlock .loginContent a.loginBtn:link, #loginBlock .loginContent a.loginBtn:active, #loginBlock .loginContent a.loginBtn:visited, #loginBlock .loginContent a.loginBtn:hover {
					display:block;
				}
	
	
	
/* 	*******************************************************************************************

		DO NOT CHANGE ANYTHING BELOW THIS LINE
		
	******************************************************************************************* */

/*	--------------------------------------------------------------------------------------------------------------------------
	COMMUNITY PAGES Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/*	nav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		ul#profileNav li {
			float:left;
			display:block;
		}
			ul#profileNav li a.active {
				color:#fff !important;
			}
			
			
	/*	header Styles ---- used for each section
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.header h2 {
			float:left;
		}
		.header a.btnViewAll:link, .header a.btnViewAll:active, .header a.btnViewAll:visited {
			text-decoration:none;
			float:right;
			display:block;
		}
			.header a.btnViewAll:hover {
				color:#fff;	
			}
			
				
	/*	userBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#userBlock {
			background:url(../../images/boxBG.png) no-repeat;
		}
			
			
			/* userInfo */
			#userBlock .userInfo .userPhoto {
				float:left;
			}
			#userBlock .userInfo .user {
				overflow:hidden;
				float:left;
			}
					
			/* logOut button */
			#userBlock a.btnLogOut:link, #userBlock a.btnLogOut:visited, #userBlock a.btnLogOut:active {
				text-decoration:none;
				display:block;
				float:left;
			}
			
			
	/*	pagination Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.pagination {
			float:right;
		}
			.pagination .pageOf {
				float:left;
			}
			
			/* PNG-8 */
			.pagination a.older:link, .pagination a.older:active, .pagination a.older:visited {
				display:block;
				float:left;
			}
			/* PNG-8 */
			.pagination a.newer:link, .pagination a.newer:active, .pagination a.newer:visited {
				display:block;
				float:left;
			}
			.pagination ul.page {
				float:left;
			}
				.pagination ul.page li {
					list-style:none;
					display:block;
					float:left;
				}
		
						
/*	--------------------------------------------------------------------------------------------------------------------------
	communityOverview Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#communityOverview {
		width:853px;
	}
		#communityOverview .leftCol {
			display:inline;
			float:left;
		}
		#communityOverview .rightCol {
			display:inline;
			float:left;
		}
		
		
		
	/*	profileBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#profileBlock {
			background:url(../../images/boxBG.png) repeat-y;
		}
				
			
			/* profile */	
			#profileBlock .profile .profileImage {
				display:inline;
				float:left;
			}
			#profileBlock .profile .profileText {
				float:left;
			}
				
				
				/* btnHolder */
				#profileBlock .profile .btnHolder a.btnSendMessage:link, #profileBlock .profile .btnHolder a.btnSendMessage:visited, #profileBlock .profile .btnHolder a.btnSendMessage:active {
					text-decoration:none;
					display:block;
					float:right;
				}
				#profileBlock .profile .btnHolder a.btnAddToFriends:link, #profileBlock .profile .btnHolder a.btnAddToFriends:visited, #profileBlock .profile .btnHolder a.btnAddToFriends:active {
					text-decoration:none;
					display:block;
					float:right;
				}
				
			/* 	***********************************************************************
				communityOwnerOverview styles
				*************************************************************************** */
				#profileBlock .profile .profileImage a:link, #profileBlock .profile .profileImage a:active, #profileBlock .profile .profileImage a:visited {
					text-decoration:none;
					display:block;
				}
				#profileBlock .profile .btnHolder a.btnManageRequests:link, #profileBlock .profile .btnHolder a.btnManageRequests:visited, #profileBlock .profile .btnHolder a.btnManageRequests:active {
					text-decoration:none;
					display:block;
					float:right;
				}
				#profileBlock .profile .btnHolder a.btnEditProfile:link, #profileBlock .profile .btnHolder a.btnEditProfile:visited, #profileBlock .profile .btnHolder a.btnEditProfile:active {
					text-decoration:none;
					display:block;
					float:right;
				}
				
				
	/*	latestBlogBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#latestBlogBlock {
			background:url(../../images/boxBG.png) top no-repeat;
		}				
					
			/* entry */
			#latestBlogBlock .entry ul.socialBar {
				list-style:none;
			}
				#latestBlogBlock .entry ul.socialBar li {
					float:left;
				}
				#latestBlogBlock .entry ul.socialBar li.digg {
					float:right;
				}
				#latestBlogBlock .entry ul.socialBar li.delicious {
					float:right;
				}
				
				
		/* 	***********************************************************************
			communityOwnerOverview styles
			*************************************************************************** */
			#latestBlogBlock .btnHolder a.btnEditEntry:link, #latestBlogBlock .btnHolder a.btnEditEntry:visited, #latestBlogBlock .btnHolder a.btnEditEntry:active {
				text-decoration:none;
				display:block;
				float:left;
			}
			#latestBlogBlock .btnHolder a.btnDelete:link, #latestBlogBlock .btnHolder a.btnDelete:visited, #latestBlogBlock .btnHolder a.btnDelete:active {
				text-decoration:none;
				display:block;
				float:left;
			}
			#latestBlogBlock .btnHolder a.btnNewEntry:link, #latestBlogBlock .btnHolder a.btnNewEntry:visited, #latestBlogBlock .btnHolder a.btnNewEntry:active {
				text-decoration:none;
				display:block;
				float:right;
			}
				
				
	/*	recentPhotosBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#recentPhotosBlock {
			background:url(../../images/boxBG.png) repeat-y;
		}
		
		/* leftCol */
		#recentPhotosBlock .photosHolder .leftCol {
			float:left;
		}
			#recentPhotosBlock .photosHolder .leftCol img {
				display:block;
			}
				
				
		/* rightCol */
		#recentPhotosBlock .photosHolder .rightCol {
			float:left;
		}
			#recentPhotosBlock .photosHolder .rightCol .entry {
				overflow:hidden;
				display:inline;
				float:left;
			}
				#recentPhotosBlock .photosHolder .rightCol .entry img {
					display:block;
				}
				
				
		/* 	***********************************************************************
			communityOwnerOverview styles
			*************************************************************************** */
			#recentPhotosBlock .btnHolder {
				float:right;
			}
			#recentPhotosBlock .btnHolder a.btnUploadPhoto:link, #recentPhotosBlock .btnHolder a.btnUploadPhoto:visited, #recentPhotosBlock .btnHolder a.btnUploadPhoto:active {
				text-decoration:none;
				display:block;
				float:left;
			}
			#recentPhotosBlock .btnHolder a.btnManagePhotos:link, #recentPhotosBlock .btnHolder a.btnManagePhotos:visited, #recentPhotosBlock .btnHolder a.btnManagePhotos:active {
				text-decoration:none;
				display:block;
				float:left;
			}
			
			
				
	/*	friendsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#friendsBlock {
			background:url(../../images/boxBG.png) repeat-y;
		}
			#friendsBlock .entries .entry {
				float:left;
				display:inline;
			}
				#friendsBlock .entries .entry img {
					display:block;
				}		
			#friendsBlock a.btnAddToFriends:link, #friendsBlock a.btnAddToFriends:visited, #friendsBlock a.btnAddToFriends:active {
				text-decoration:none;
				display:block;
			}
			
		/* 	***********************************************************************
			communityOwnerOverview styles
			*************************************************************************** */
			#friendsBlock .btnHolder {
				float:right;
			}
				#friendsBlock .btnHolder .friendRequests {
					float:left;
				}
				#friendsBlock .btnHolder a.btnManageRequests:link, #friendsBlock .btnHolder a.btnManageRequests:visited, #friendsBlock .btnHolder a.btnManageRequests:active {
					text-decoration:none;
					display:block;
					float:left;
				}
				
			
	/*	recentCommentsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#recentCommentsBlock {
			background:url(../../images/boxBG.png) repeat-y;
		}
			
			/* this is a PNG-8 */
			#recentCommentsBlock .hr hr {
				display:none;
			}
			
			/* entry */
			
				/* leftCol */
				#recentCommentsBlock .entry .leftCol {
					float:left;
				}
					#recentCommentsBlock .entry .leftCol img {
						display:block;
					}
				
				/* rightCol */
				#recentCommentsBlock .entry .rightCol {
					float:left;
				}
								
			#recentCommentsBlock a.btnLeaveAComment:link, #recentCommentsBlock a.btnLeaveAComment:visited, #recentCommentsBlock a.btnLeaveAComment:active {
				text-decoration:none;
				display:block;
			}
			

/*	--------------------------------------------------------------------------------------------------------------------------
	communityComments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#communityComments .leftCol {
		display:inline;
		float:left;
	}
	#communityComments .rightCol {
		float:left;
	}
		
				
	/*	commentsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#commentsBlock {
			background:url(../../images/boxBG.png) repeat-y;
		}
		
			/* leftCol */
			#commentsBlock .entry .leftCol {
				float:left;
			}
				#commentsBlock .entry .leftCol img {
					display:block;
				}
				
			
			/* rightCol */
			#commentsBlock .entry .rightCol {
				float:left;
			}
			
			
/*	--------------------------------------------------------------------------------------------------------------------------
	communityFriends Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#communityFriends {
		width:960px;
	}
	
	#communityFriends .leftCol {
		display:inline;
		float:left;
	}
	#communityFriends .rightCol {
		float:left;
	}
		
		/*	friendsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		/* leftCol */
		#communityFriends #friendsBlock .entry .leftCol {
			float:left;
		}
			#communityFriends #friendsBlock .entry .leftCol img {
				display:block;
			}
			
		
		/* rightCol */	
		#communityFriends #friendsBlock .entry .rightCol {
			float:left;
		}
		

/*	--------------------------------------------------------------------------------------------------------------------------
	blogBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#blogBlock .entry ul.socialBar {
		list-style:none;
	}
		#blogBlock .entry ul.socialBar li {
			float:left;
		}
		/* blogBlock Styles for communityBlogSingle.html*/
		#blogBlock a.btnLeaveAComment:link, #blogBlock a.btnLeaveAComment:visited, #blogBlock a.btnLeaveAComment:active {
			display:block;
		}
		/* this is a PNG-8 */
		#blogBlock .hr hr {
			display:none;
		}


/*	--------------------------------------------------------------------------------------------------------------------------
	blogBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#blogBlockSingle .blog .entry ul.socialBar {
		list-style:none;
	}
		#blogBlockSingle .blog .entry ul.socialBar li {
			float:left;
		}
	#blogBlockSingle a.btnLeaveAComment:link, #blogBlockSingle a.btnLeaveAComment:visited, #blogBlockSingle a.btnLeaveAComment:active {
		display:block;
	}
	/* this is a PNG-8 */
	#blogBlockSingle .hr hr {
		display:none;
	}
		
		
		
/*	--------------------------------------------------------------------------------------------------------------------------
	galleryBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#galleryBlock .gallery .galleryEntry {
		float:left;
		display:inline;
		overflow:hidden;
	}
	/* pagination */	
	#galleryBlock .pagination {
		float:right;
	}
		#galleryBlock .pagination .page {
			float:left;
		}
		#galleryBlock .pagination .btnHolder {
			float:left;
		}
		#galleryBlock .pagination .pages {
			float:left;
		}
			#galleryBlock .pagination a.btnOlder:link, #galleryBlock .pagination a.btnOlder:active, #galleryBlock .pagination a.btnOlder:visited {
				
				display:block;
			}
			#galleryBlock .pagination a.btnNewer:link, #galleryBlock .pagination a.btnNewer:active, #galleryBlock .pagination a.btnNewer:visited {
				display:block;
			}
	
	/* galleryBlock Styles for communityBlogSingle.html*/
	#galleryBlock .gallery .header a {
		float:left;
	}
		#galleryBlock .gallery .header a.btnPrev:link, #galleryBlock .gallery .header a.btnPrev:active, #galleryBlock .gallery .header a.btnPrev:visited {
			display:block;
		}
		#galleryBlock .gallery .header a.btnNext:link, #galleryBlock .gallery .header a.btnNext:active, #galleryBlock .gallery .header a.btnNext:visited {
			display:block;
		}
		#galleryBlock .gallery .entry img {
			display:block;
		}
	/* comment */
		#galleryBlock a.btnLeaveAComment:link, #galleryBlock a.btnLeaveAComment:visited, #galleryBlock a.btnLeaveAComment:active {
			display:block;
		}
	/* this is a PNG-8 */
		#galleryBlock .hr hr {
			display:none;
		}
			



/*	--------------------------------------------------------------------------------------------------------------------------
	inboxBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#inboxBlock {
		background:url(../../images/boxBG.png) repeat-y;
	}
			#inboxBlock .userNameInbox {
				display:inline;
				float:left;
			}
			#inboxBlock .subjectInbox {
				display:inline; 
				float:left;
			}
			#inboxBlock .dateInbox {
				display:inline;
				float:right;
			}
			#inboxBlock .messages {
				padding:35px 25px 0 25px;
			}
			
			/* inbox Single */
			#inboxBlock .messageInbox {
				background:url(../../images/bg_newsEntry1.png) repeat;
			}
				#inboxBlock .messageInbox img.profileThumb {
					float: left;
				}
			#inboxBlock .btnHolderInbox .inboxBack {
				float:left;
				display:inline;
			}
			#inboxBlock .btnHolderInbox .inboxPrev {
				float:right;
				display:block;
			}
			#inboxBlock .btnHolderInbox .inboxNext {
				float:right;
				display:block;
			}
			
			#inboxBlock .btnHolderInbox .inboxPrev a.btnPrev:link, #inboxBlock .btnHolderInbox .inboxPrev a.btnPrev:visited, #inboxBlock .btnHolderInbox .inboxPrev a.btnPrev:active {
				text-decoration:none;
				display:block;
				float:left;
			}
			#inboxBlock .btnHolderInbox .inboxNext a.btnNext:link, #inboxBlock .btnHolderInbox .inboxNext a.btnNext:visited, #inboxBlock .btnHolderInbox .inboxNext a.btnNext:active {
				text-decoration:none;
				display:block;
				float:left;
			}
			#inboxBlock .messageInbox .btnHolder a.btnReply:link, #inboxBlock .messageInbox .btnHolder a.btnReply:visited, #inboxBlock .messageInbox .btnHolder a.btnReply:active {
				text-decoration:none;
				display:block;
				float:left;
			}
				#inboxBlock .messageInbox .btnHolder a.btnDelete:link, #inboxBlock .messageInbox .btnHolder a.btnDelete:visited, #inboxBlock .messageInbox .btnHolder a.btnDelete:active {
					text-decoration:none;
					display:block;
					float:left;
				}
