
/*** SKY THEME ***/

.sky .themeDecription h1 {
	font-family: 		'Oswald', sans-serif;
	color: 				#000;
	text-shadow: 		0px 0px 7px #fff;
	font-size:			31px;
}

.sky .themeListBox {
	background-image:	url("/images/profile-theme-lists/sky/bg.jpg");
	background-color:	#fff;
	background-repeat:	no-repeat;
	background-size: 	100% auto;
	border:				3px solid #68b9e9;
}

.sky .themeContent .themeIcon {
	width: 				25px;
}

.sky .themeContent .themeDecription {
	padding-top:		10px;
}

.sky .themeListBox .themeContent {
	color:				#000;
	font-weight:		normal;
}

.sky .listWrapper .listCol div {
	background: 		rgba(152,206,241,.4);
	color:				#000;
	font-weight:		normal;
	padding-top:   		10px;
	padding-bottom:  	10px;
	border:				1px solid #aad7f5;
}

.sky.numberBullet .listWrapper .listCol div span {
	background-repeat:		no-repeat;	
	color:					#000;	
	font-weight:			bold;
	background: 			rgba(63,167,230,.3);
	width:					30px;
	line-height:			40px;
}

.sky.bullet .listWrapper .listCol div span {
	background-repeat:	no-repeat;	
	color:				#fff;			
}

.sky .bottomRightDesign {
	background-image:	url("/images/profile-theme-lists/sky/bottom-right.png");
	background-position:bottom right;
	height:				608px;
	width:				100%;
	background-repeat:	no-repeat;
	overflow:			hidden;
}