
/*** SPARKLES THEME ***/

.sparkles .themeListBox {
	background-image:	url("/images/profile-theme-lists/sparkles/bg.jpg");
	background-color:	#59144d;
	background-repeat:	no-repeat;
	background-size: 	100% auto;
	background-position:bottom center;
	border:				0px solid #9b0000;
	overflow:			hidden;		
}

.sparkles .themeContent .themeIcon {
	display:			none;
}

.sparkles .themeListBox .themeContent {
	color:				#FFFFFF;
}

.sparkles .themeDecription h1 {
	font-family: 		'Pacifico', cursive;
	color: 				#FFFFFF;
	line-height:		45px;
	font-size:			45px;
	font-weight:		400;
	text-align:			center;
}

.sparkles .themeDecription {
	line-height:		26px;
	padding:			10px 30px 10px 30px;
}

.sparkles .listWrapper .listCol div {
	font-family: 			'Pacifico', cursive;
	background: 			rgba(40,8,34,.7);
	font-size:				17px;
	-moz-border-radius: 	18px;
	-webkit-border-radius: 	18x;
	border-radius: 			18px;
}

.sparkles .listWrapper .listCol div span {
	width: 				35px;
	font-size:			22px;
	line-height: 		1em;
}

.sparkles.numberBullet .listWrapper .listCol div span {
	background-image:	url("/images/profile-theme-lists/sparkles/number-bullet.png");
	background-repeat:	no-repeat;	
	color:				#fff;
	margin-top:			5px;	
}

.sparkles.bullet .listWrapper .listCol div span {
	background-image:	url("/images/profile-theme-lists/sparkles/bullet.png");
	background-repeat:	no-repeat;	
	color:				#fff;
	margin-top:			5px;	
}


.sparkles .listWrapper.threeRowList .listCol {
	width:				32%;
	margin:				0 0 0 8px;	
}