@charset "UTF-8";
/* CSS Document */

#selection-page{
	width:958px;
	float:left;
	padding:1px;
	margin-top:20px;
	margin-bottom:40px;
	}
	
#title{
	width:958px;
	float:left;
	text-align:center;
	}
	
#title h1{
	font-size:22px;
	margin-bottom:10px;
	text-transform:uppercase;
	
	
	
	}	
			
.award{
	color:#FFFFFF;
	
	}
	
.a-no-film{
	
	color:#CC0000;
	margin-top:10px;
	
	}	
	
		
	
.entry{
	width:580px;
	height:112px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	border-top:#333333 1px dotted;
	margin-left:189px;
	}
	
.entry-pic{
	width:202px;
	height:114px;
	float:left;
	margin-left:20px;
	}
	
.entry-pic img{
	width:200px;
	height:112px;
	border:#000 1px solid;
	-webkit-transition: all 0.25s ease-in;
	transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	}


.entry-pic img:hover{
	border:#ffffff 1px solid;
	}
	
.entry-pic-no-film{
	width:202px;
	height:114px;
	float:left;
	margin-left:20px;
	}
	
.entry-pic-no-film img{
	width:200px;
	height:112px;
	border:#000 1px solid;
	
	}	
		
	
	
			
		
	
.entry-text{
	width:338px;
	height:114px;
	float:left;
	margin-left:20px;
	}
	
	
	
.entry-text h1{
	
	font-size:18px;
	margin-bottom:3px;
	letter-spacing:0;
	
	}
	
.entry-text p{
	line-height:16px;
	font-size:13px;
	
	color:#999999

	
	}			
		
	


