@import url(//fonts.googleapis.com/css?family=Chelsea+Market|Open+Sans);
.celebrity_files_top_header{
	width: 100%;
	overflow: hidden;
}
.celebrity_files_top_header .celebrity_files_top_text{
	font-family: 'Chelsea Market', cursive;
	width: 21%;
	min-height: 124px;
	float: left;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: white;
	background:url("celebrity-files-images/topBackground.png") no-repeat;
	background-size:100%;
	line-height: 1;
	margin-right:-25px;
}
.celebrity_files_top_header .celebrity_files_top_text p{
	margin: 0px;
}
.celebrity_files_top_header .celebrity_files_top_text .celebrity_files_top_text_top{
	margin-top:25px;
	font-size:16px;
}
.celebrity_files_top_header .celebrity_files_top_text .celebrity_files_top_number{
	font-size:38px;
}
.celebrity_files_top_header .celebrity_files_top_resume{
	width: 79%;
	min-height: 75px;
	color: #666666;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 25px;
	border-bottom: 2px solid #ff0066;
	border-top: 2px solid #ff0066;
	border-right: 2px solid #ff0066;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	line-height: 1.1;
}

.celebrity_files_all{
	overflow: hidden;
	width:100%;
	margin-top: 1%;
}
.celebrity_files_all .celebrity_file{
	width: 20%;
	padding: 0.5%;
	float: left;
	margin-top: 1%;
	overflow: hidden;
}
.celebrity_files_all .celebrity_file .celebrity_file_name_link{
	text-align: center;
	margin: 0px;
	font-size:14px;
	height: 43px;
	border-bottom:1px solid #ff0066;
	border-left:1px solid #ff0066;
	border-right:1px solid #ff0066;
	overflow: hidden;
}
.celebrity_files_all .celebrity_file .celebrity_file_name_link p{
	color:#000;
}
.celebrity_files_all .celebrity_file img{
	margin: 0px;
	display: block;
}

.celebrity_file_information{
	margin-top:1%;
	width:100%;
   	overflow:hidden;
   	border: 1px solid #ff0066;
   	-webkit-border-radius: 25px;
  	-moz-border-radius: 25px;
  	border-radius: 25px;
}
.celebrity_file_information img{
	width: 40%;
	float:right;
	padding:2%;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}
.celebrity_file_information .celebrity_file_text{
	float:left;
	width:60%;
	padding:1%;
	text-align: center;
}
.celebrity_file_information .celebrity_file_text .celebrity_file_field{
	color: #009bde;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0em;
}
.celebrity_file_information .celebrity_file_text .celebrity_file_field_value{
	color: #333333;
	margin-bottom: 0.2em;
}
.celebrity_file_information .celebrity_file_text .celebrity_file_name{
	font-family: 'Chelsea Market', cursive;
	font-size: 2.5em;
	font-weight: bold;
	color: #e10078;
	text-transform: uppercase;
	margin-bottom: 0em;
}

.celebrity_files_miniTop{
	width: 100%;
	margin-top: 1%;
	overflow: hidden;
}
.celebrity_files_miniTop .celebrity_files_miniTop_text{
	font-family: 'Chelsea Market', cursive;
	width: 19%;
	text-align: center;
	float:left;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
}
.celebrity_files_miniTop .celebrity_files_miniTop_images{
	width: 81%;
	line-height: 58px;
	float: left;
}
.celebrity_files_miniTop .celebrity_files_miniTop_images img{
	width: 9%;
	float: left;
	margin: 0.5%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.celebrity_file_message h1{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0em;
	margin-top: 2%;
}

.celebrity_files_search_bar{
	width: 100%;
	margin-top: 2%;
	overflow: hidden;	
}
.celebrity_files_search_bar .celebrity_files_search_bar_letters{
	float: left;
	text-align: center;
	width: 68%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #009bde;
	border-top: 1px solid #009bde;
	font-family: 'Chelsea Market', cursive;
	font-weight: bold;
}
.celebrity_files_search_bar .celebrity_files_search_bar_letters ul{
	margin: 0px;
}
.celebrity_files_search_bar .celebrity_files_search_bar_letters ul li{
   display: inline-block;
   padding: 0 0.5%;
}
.celebrity_files_search_bar .celebrity_files_search_bar_letters a{
	font-size: 16px;
	color: black;
}
.celebrity_files_search_bar .celebrity_files_search_bar_letters a:visited{
	color: black;
}
.celebrity_files_search_bar .celebrity_files_search_bar_box{
	float: left;
	width: 32%;
	height: 40px;
	line-height: 40px;
	background: #009bde;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.celebrity_files_search_bar .celebrity_files_search_bar_box input[type="text"]{
	margin-left: 8px;
	width: 140px;
	padding: 0;
	margin-top: 8px;
	float: left;
}
.celebrity_files_search_bar .celebrity_files_search_bar_box input[type="submit"]{
	margin-left: 8px;
 	text-decoration: none;
  	background-color: transparent;
   	color: #FFF;
   	border: none;
   	width: 23px;
   	height: 23px;
	background: url("celebrity-files-images/search.png") no-repeat;
}

.celebrity_files_search_pagination{
	width: 100%;
	font-size: 16px;
}
.celebrity_files_search_pagination .celebrity_files_before{
	float:left;
	color: black;
	margin: 2%;
}
.celebrity_files_search_pagination .celebrity_files_following{
	float:right;
	color: black;
	margin: 2%;
}

.celebrity_files_group{
	background: #4d4d4d;
	overflow: hidden;
	width:100%;
}
.celebrity_files_group h1{
	margin:0.6em;
	color:white;
	text-transform: uppercase;
	font-weight: bold;
}
.celebrity_files_group .celebrity_file_member{
	width:20%;
	float:left;
	padding:1%;
}

.celebrity_files_header_news{
	font-weight: bold;
	font-size: 2em;
	color: #009bde;
	padding: 0.6em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.celebrity_file_news_box{
	width:100%;
	overflow: hidden;
}
.celebrity_file_news_box .celebrity_file_news.one{
	width: 50%;
	padding: 0 2% 30px 0;
	float: left;
}
.celebrity_file_news_box .celebrity_file_news.two{
	width: 50%;
	padding: 0 0% 30px 2%;
	float: left;
}
.celebrity_file_news_box .celebrity_file_news img{
	display:block;
	margin:0;
}
.celebrity_file_news_box .celebrity_file_news .celebrity_files_news_img img:hover{
	opacity: 0.80;
}
.celebrity_file_news_box .celebrity_file_news .celebrity_file_news_info{
	padding: 10px 20px 20px 20px;
	border-bottom:1px solid #e10078;
	border-right:1px solid #e10078;
	border-left:1px solid #e10078;
}
.celebrity_file_news_box .celebrity_file_news .celebrity_file_news_info .celebrity_file_news_info_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3%;
}
.celebrity_file_news_box .celebrity_file_news .celebrity_file_news_info .celebrity_file_news_info_title a{
	color: #4d4d4d;
}
.celebrity_file_news_box .celebrity_file_news .celebrity_file_news_info .celebrity_file_category_and_comments{
	width:100%;
	overflow: hidden;
}
.celebrity_file_news_box .celebrity_file_news .celebrity_file_news_info .celebrity_file_category_and_comments a{
	float:left;
	font-size: 0.9em;
	margin-right:5%;
	letter-spacing: 1px;
}
.link_to_celebrity_tag{
	font-size:1.3em;
	text-align:right	
}

.widget_celebrity_file_top{
	width: 100%;
	overflow: hidden;
}
.widget_celebrity_file_top .widget_celebrity_file{
	width: 50%;
	padding: 2%;
	float:left;
}
.widget_celebrity_file_top .widget_celebrity_file img{
	width: 100%;
	display: block;
}
.widget_celebrity_file_top .widget_celebrity_file .widget_celebrity_file_name_link{
	text-align: center;
	margin: 0px;
	font-size:14px;
	height: 43px;
	border:1px solid #ff0066;
}
.widget_celebrity_file_top .widget_celebrity_file .widget_celebrity_file_name_link p{
	color:black;
	font-weight: bold;
}
.widget_link_to_main_page{
	float:right;
}

@media screen and (max-width: 1000px){

	.celebrity_files_top_body .celebrity_file p{
		font-size: 14px;
	}
	.celebrity_files_search_bar .celebrity_files_search_bar_box input[type="text"]{
		width: 100px;
	}
	.celebrity_files_search_bar .celebrity_files_search_bar_letters{
		float: left;
		width: 100%;
		height: auto;
		line-height: 20px;
		border: 1px solid #009dbe;
		padding: 2% 0;
	}
	.celebrity_files_search_bar .celebrity_files_search_bar_letters ul li{
  	 	padding: 0 0.7%;
	}
	.celebrity_files_search_bar .celebrity_files_search_bar_letters a{
		font-size: 20px;
	}
	.celebrity_files_search_bar .celebrity_files_search_bar_box{
		width: 100%;
		float: left;
		border-top-right-radius:0px;
	}
	.celebrity_files_search_bar .celebrity_files_search_bar_box input[type="text"]{
		width: 80%;
	}
	.celebrity_files_top_header .celebrity_files_top_resume{
		font-size: 13px;
	}
	.celebrity_files_miniTop .celebrity_files_miniTop_text{
		font-size:28px;
	}
	.celebrity_files_all .celebrity_file p{
		height: 43px;
	}
	.celebrity_file_information .celebrity_file_text .celebrity_file_name {
		font-size: 2em;
	}
}
@media screen and (max-width: 899px){
	.celebrity_files_top_header .celebrity_files_top_text{
		width: 120px;
	}
	.celebrity_files_top_header .celebrity_files_top_resume{
		font-size: 16px;
	}
	.celebrity_files_miniTop .celebrity_files_miniTop_text{
		font-size:42px;
	}
}
@media screen and (max-width: 720px){
	.celebrity_files_miniTop .celebrity_files_miniTop_text{
		font-size:30px;
		letter-spacing: -2px;
	}
}
@media screen and (max-width: 480px){

	.celebrity_files_top_header .celebrity_files_top_text{
		text-align: center;
		margin-left: 33%;
	}
	.celebrity_files_top_header .celebrity_files_top_resume{
		width: 100%;
		border-top: none;
		border: 1px solid #ff0066;
		line-height: 1.1;
		font-size: 16px;
		margin:0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.celebrity_file_message h1{
		font-size:20px;
	}
	.celebrity_files_all .celebrity_file{
		width: 33%;
	}
	.celebrity_files_all .celebrity_file .celebrity_file_name_link{
		height: 43px;
	}
	.celebrity_files_miniTop .celebrity_files_miniTop_text{
		width: 100%;
		font-size: 42px;
	}
	.celebrity_files_miniTop .celebrity_files_miniTop_images{
		width: 100%;
		height: auto;
		float: none;
	}
	.celebrity_files_miniTop .celebrity_files_miniTop_images img{
		width: 19%;
	}
	.celebrity_file_information img{
		width:100%;
  		
	}
	.celebrity_file_information .celebrity_file_text{
		width:100%;
		padding: 0 5%;
	}
}