#Trends {}

/***************************
*	CelebrityList
***************************/
#Trends .celebrityList {
	list-style: none;
	margin: 20px 0 0 0; padding: 0;
	clear:both;
	overflow:hidden;
}
	#Trends .celebrityList li {
		float: left;
		width:110px;
		margin: 0 10px 0 0; padding:0;
	}
	#Trends .celebrityList li:nth-child(5n+1) {
		clear:left;
	}
	
/***************************
*	CelebritySlide
***************************/
#Trends .celebritySlide {}
	

/***************************
*	Celebrity
***************************/
#Trends .item {
	width:100px; height:180px;
	background-color:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
	#Trends[lang=cn] .item {
		height:200px;
	}
	#Trends .item:hover{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
	}
	
	
	#Trends .celebrity .image{
		position:relative;
		width:100px; height:100px;
		overflow:hidden;
		border: 1px solid white;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-box-shadow: 3px 3px 0 #E3E1E1,6px 6px 0 #adadad;
		-webkit-box-shadow: 3px 3px 0 #E3E1E1,6px 6px 0 #ADADAD;
		box-shadow: 3px 3px 0 #E3E1E1,6px 6px 0 #ADADAD;
		}
		#Trends .celebrity .im{
			position:absolute;
			left:0; top:0;
			}
		#Trends .celebrity .age{
			position:absolute;
			left:0; top:82px;
			width:100px; height:18px;
			color:#fff;
			background-color:#000;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: alpha(opacity=50);
			opacity: 0.5;
			text-align:center;
			}
		#Trends .celebrity .more{
			position:absolute;
			left:0; top:0;
			width:80px; height:100px;
			background-color:#eee;
			text-align:center;
			padding:12px 10px 0 10px;
			font-size:0.9em;
			line-height:1.2em;
		}
			#Trends[lang=cn] .celebrity .more{
				font-size:0.8em;
				line-height:1.2em;
			}
			#Trends .celebrity .more a {
			}
			#Trends .celebrity .more a:hover {
				text-decoration:none;
			}
			#Trends .celebrity .more .scope {
				display:block;
				margin:0.2em 0;
				line-height:1.2em;
				font-size:1.5em;
			}
				#Trends[lang=cn] .celebrity .more .scope {
					line-height:1.1em;
					margin:0.4em 0;
				}
			
	#Trends .item .name {
		margin-top:0.8em;
		text-align:center;
		font-size:0.9em;
		line-height:1.2em;
		}
	#Trends[lang=cn] .item .name {
		font-size:1em;
		}
	#Trends .item .date {
		margin-top:0.3em;
		text-align:center;
		font-size:0.8em;
		color:#aaa;
		line-height:1.2em;
		}
	#Trends[lang=cn] .item .date {
		font-size:0.7em;
		}
	#Trends .item .info {
		color:#000;
		font-size:0.85em;
		}
		#Trends .item .info a {
			color:#000;
		}
	#Trends .item .info2 {
		color:#999;
		font-size:0.8em;
		}
		#Trends .item .info2 a {
			color:#999;
		}

	#Trends .entry {
		text-align:center;
		width:100px; height:auto;
		margin-bottom:30px;
	}
		#Trends[lang=cn] .entry {
			height:auto;
		}
	#Trends .entry img {
		border: 1px solid white;
		-moz-box-shadow: 3px 3px 0 #E3E1E1,6px 6px 0 #adadad;
		-webkit-box-shadow: 3px 3px 0 #E3E1E1,6px 6px 0 #ADADAD;
		box-shadow: 3px 3px 0 #E3E1E1,6px 6px 0 #ADADAD;
		}

/***************************
*	Calendar
***************************/
#Trends .calendar {
	float: left;
	margin:0 20px 0 0;
	padding:0;
 	width: 44px; height: 44px;
	overflow:hidden;
	text-align:center;
	
	background: #56508E;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#Trends .calendar:hover {
		background: #FF0060;
		box-shadow: 0 0 5px rgba(255,255,255,0.8);
		text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	}
	#Trends .calendar span {
		display:block;
	}
	#Trends .calendar a {
		color:#fff;
		font-family: verdana;
		text-decoration:none;
	}
	#Trends .month {
		padding-top:1px;
		font-size:1em;
		text-transform: uppercase;
	}
		#Trends[lang=cn] .month {
			font-size:0.8em;
		}
	#Trends .day {
		font-size:1.6em;
	}
	#Trends .year {
		font-size:0.8em;
		word-wrap: break-word;
	}
	#Trends .monthyear  .month {}
	
	

/***************************
*	Section
***************************/
#Trends .celebritySection {
	margin:0 0 30px 0 ;
	padding:0 0 0 0 ;
	/*border-bottom: 1px dotted #CBC2C6;*/
	clear:both;
	overflow:hidden;
	}
	#Trends .calendarTitle {
		margin:8px 0;
		clear:both;
		overflow:hidden;
	}
	#Trends .celebritySection .title {
		float:left;
		width:80%;
		color: #FF0060;
		font: italic 24px/25px Georgia;
		}
	#Trends[lang=cn] .celebritySection .title {
		font-style:normal;
		}
	#Trends .celebritySection .subtitle {
		float:left;
		width:80%;
		font-size: 0.85em;
		color:#aaa;
		}
	#Trends .celebritySection .subtitle a {
		color:#666;
		}
	#Trends .celebritySection h3{
		clear:both;
		margin:20px 0;
		color: #333;
		font: italic 20px Georgia;
		}

#Trends .prevnext {
	list-style: none;
	margin: 20px 80px; padding: 4px;
	clear:both;
	overflow:hidden;
	text-align:center;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background-image: -ms-linear-gradient(top, #000000 0%, #333333 100%);
	background-image: -moz-linear-gradient(top, #000000 0%, #333333 100%);
	background-image: -o-linear-gradient(top, #000000 0%, #333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #333333));
	background-image: -webkit-linear-gradient(top, #000000 0%, #333333 100%);
	background-image: linear-gradient(to bottom, #2c3042 0%, #11151e 100%);

	-moz-box-shadow: 0px 10px 5px -5px #656565;
	-webkit-box-shadow: 0px 10px 5px -5px #656565;
	-o-box-shadow: 0px 10px 5px -5px #656565;
	box-shadow: 0px 10px 15px -5px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
	#Trends .prevnext li {
		display:inline-block;
		margin:0;
		width:140px;
		font-size: 0.85em;
		font-weight: bold;
		color:#fff;
	}
		#Trends[lang=cn] .prevnext li {
			font-size: 0.8em;
			font-weight: normal;
		}
	#Trends .prevnext a {
		font-weight: bold;
		color:#d2d6db;
	}
	#Trends .prevnext a.current {
		font-weight: normal;
		color:#fff;
	}
		#Trends[lang=cn] .prevnext a {
			font-weight:normal;
		}

#Trends h2 {
	clear:both;
	margin:20px 0;
	color: #333;
	font: italic 20px Georgia;
}
	#Trends[lang=cn] h2 {
		font-style:normal;
	}

/***************************
*	BXSlider
***************************/
#Trends .bx-wrapper {
	margin-top:20px;
}
#Trends .bx-viewport {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	left: -6px;
	}
	
#Trends	.bx-prev {
	top:200px;
}
#Trends	.bx-next {
	top:200px;
}
	#Trends[lang=cn]	.bx-prev {
		top:220px;
	}
	#Trends[lang=cn]	.bx-next {
		top:220px;
	}


/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	#Trends .celebrityList li {
		width:25%;
		margin: 0; padding:0;
	}
	#Trends .celebrityList li:nth-child(5n+1) {
		clear:none;
	}
	#Trends .celebrityList li:nth-child(4n+1) {
		clear:left;
	}
	#Trends .prevnext {
		margin: 20px 0; padding: 4px;
	}
	
	#Trends .prevnext li {
		display:inline-block;
		margin:0;
		width:33%;
	}
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

	#Trends .celebrityList li {
		width:33%;
	}
	#Trends .celebrityList li:nth-child(4n+1) {
		clear:none;
	}
	#Trends .celebrityList li:nth-child(3n+1) {
		clear:left;
	}
	#Trends .celebrity {
		width:90px;
		height:160px;
		}
	#Trends .celebrity .image {
		width:90px;
		height:90px;
		}
	#Trends .celebrity .age{
		width:90px;
		top:72px;
		}
	#Trends .celebritySection .title {
		width:70%;
		}
	#Trends .celebritySection .subtitle {
		width:70%;
		}
}