



/* RANKS--------------------------------------------------------------------*/
/*  1 ----------------------  set the symbol color --------------------------*/
.ur-symbol {
	font-family: arial, "Times New Roman", Times, serif;
	font-size : 14px ;
	color :  #dbd000  ;
	
}



/*2. add the styling for the level names--------------------------------------*/

	 
	#level1	
	 
	 {
	color:  #000000 ;
	 }
	 	 
	 	 
	#level1	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level2	
	 
	 {
	color:  #000000 ;
	 }
	 	 
	 	 
	#level2	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level3	
	 
	 {
	color:  #703801 ;
	 }
	 	 
	 	 
	#level3	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level4	
	 
	 {
	color:  #703801 ;
	 }
	 	 
	 	 
	#level4	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level5	
	 
	 {
	color:  #895b00 ;
	 }
	 	 
	 	 
	#level5	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level6	
	 
	 {
	color:  #895b00 ;
	 }
	 	 
	 	 
	#level6	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level7	
	 
	 {
	color:  #c6361f ;
	 }
	 	 
	 	 
	#level7	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level8	
	 
	 {
	color:  #c6361f ;
	 }
	 	 
	 	 
	#level8	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
	#level9	
	 
	 {
	color:  #f7d84f ;
	 }
	 	 
	 	 
	#level9	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	 
		 
	 	 
	#level10	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	




/* BADGES--------------------------------------------------------------------*/

	 
		 
	 	 
		


	

		/* Tooltip text */
			.bur-tooltip .bur-tooltiptext1			{
				visibility: hidden;
				width : 180px;
				text-align: center;
				padding: 5px;
				border-radius: 6px;
				position: absolute;
				background-color:grey ;
				color:  ;
				font-size:   ;
			}
			
			/* Show the tooltip text when you mouse over the tooltip container */
		.bur-tooltip:hover .bur-tooltiptext1		
		{
			
		visibility: visible;
		}
			 
		 
	 	 
		


	

		/* Tooltip text */
			.bur-tooltip .bur-tooltiptext2			{
				visibility: hidden;
				width : 180px;
				text-align: center;
				padding: 5px;
				border-radius: 6px;
				position: absolute;
				background-color:grey ;
				color:  ;
				font-size:   ;
			}
			
			/* Show the tooltip text when you mouse over the tooltip container */
		.bur-tooltip:hover .bur-tooltiptext2		
		{
			
		visibility: visible;
		}
			 
	#badge3	
	 
	 {
	color:  #af8b1b ;
	 }
	 	 
	 	 
	#badge3	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	


	

		/* Tooltip text */
			.bur-tooltip .bur-tooltiptext3			{
				visibility: hidden;
				width : 180px;
				text-align: center;
				padding: 5px;
				border-radius: 6px;
				position: absolute;
				background-color:grey ;
				color: #af8b1b ;
				font-size:   ;
			}
			
			/* Show the tooltip text when you mouse over the tooltip container */
		.bur-tooltip:hover .bur-tooltiptext3		
		{
			
		visibility: visible;
		}
			 
	#badge4	
	 
	 {
	color:  #919191 ;
	 }
	 	 
	 	 
	#badge4	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	


	

		/* Tooltip text */
			.bur-tooltip .bur-tooltiptext4			{
				visibility: hidden;
				width : 180px;
				text-align: center;
				padding: 5px;
				border-radius: 6px;
				position: absolute;
				background-color:grey ;
				color: #919191 ;
				font-size:   ;
			}
			
			/* Show the tooltip text when you mouse over the tooltip container */
		.bur-tooltip:hover .bur-tooltiptext4		
		{
			
		visibility: visible;
		}
			 
	#badge5	
	 
	 {
	color:  #a15c37 ;
	 }
	 	 
	 	 
	#badge5	
	 
	 {
	Font-weight:  bold ; 
	 }
	 	


	

		/* Tooltip text */
			.bur-tooltip .bur-tooltiptext5			{
				visibility: hidden;
				width : 180px;
				text-align: center;
				padding: 5px;
				border-radius: 6px;
				position: absolute;
				background-color:grey ;
				color: #a15c37 ;
				font-size:   ;
			}
			
			/* Show the tooltip text when you mouse over the tooltip container */
		.bur-tooltip:hover .bur-tooltiptext5		
		{
			
		visibility: visible;
		}
		

/*----------------------  set up li for buddypress display--------------------------*/


#buddypress div#item-header #bur_profile ul li
{
    float : none  ;
}

/*----------------------  set the tooltip text--------------------------*/
/* Tooltip container */
.bur-tooltip {
    position: relative;
    display: inline-block;
}




/*----------------------  custom css--------------------------*/
