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

h1{
	font-family:"Trebuchet MS", Verdana;
	font-size:20px;
	font-weight:bold;
 	letter-spacing: 0.2em;
}

h2 {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#f106bc;
	margin:0;
	letter-spacing: 0.03em;
}

h6 {
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	margin:0;
	letter-spacing: 0.03em;
}



a {
	color:#f106bc;
	text-decoration: none;
	}

a:hover {
	color:#000000;
	text-decoration: none;
	}

p {	
	line-height:18px;
	
	}
	
.grey {
	color:#999999;
	margin:0;
	
	}

#moviescreen{
width:100%;
height:310px;
background-color:#000000;
padding-top:20px;
text-align:center;
border:1px solid #000000;
color:#ffffff;
}

.movieborder{
border:1px solid #0f0f0f;
}


#item_photo {
	position:relative;
	display:block;
	width:152px;
	height:192px;
	padding:2px;
	float:left;
	border:1px solid #eee;
	margin:0 4px 30px 0px;
}
#item_photo img {
	border:1px solid #ccc;
}

#item_photo .title {
	position:absolute;
	width:150px;
	height:26px;
	top:147px;
	padding-top:20px;
	color:#f106bc;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background-image:url(/images/headers/photo_title_bg.png);
	background-repeat:no-repeat;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

