/* HOMEPAGE */
body {
/*	background:#ccb url(../images_pres/bg.jpg) no-repeat fixed top left;*/
	}
#home_content {
	width:750px;
	height:464px;
	margin:0 auto;
	}
#yaxis {										/* the vertical bar */
	float:left;
	width:100px;
	height:402px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-topleft:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	-border-top-right-radius:15px;
	-border-top-left-radius:15px;
	}
#ycontent {									/* area holding promos */
	float:left;
	width:650px;
	height:402px;
	}
#minipromo, #minipromo_sm {
	padding:0.2em;
	clear:both;
	float:right;
	width:200px;
	font-variant:small-caps;
	text-align:right;
	margin-bottom:0.25em;
	}
#minipromo img, #minipromo_sm img {
	float: right;
	margin-left: 5px;
	}
#minipromo a, #minipromo_sm a {
	font-size:0.9em;
	}
#promo {
	position:relative;
	top:182px;
	left:20px;
	width:360px;
	}
#promoshow {
	top:0;
	width:360px;
	position:absolute;
	left:0;
	z-index:100;
	}
#promoshow p {
	margin-left:0;
	}
#evimg {
	border:0;
	width:360px;
	height:200px;
	z-index:10;
 	}
#evtransp {
	top:0;
	width:130px;
	height:200px;
	position:absolute;
	left:28px;
	background-color:black;
	z-index:1001; /* reset to 20 when js fixed */
	opacity:0.60;							/* CSS3 - range 0 to 1 */     
	-moz-opacity:0.60;				/* Firefox- range 0 to 1  */
	filter:alpha(opacity=60);	/* IE- range 0 to 100 */
	}
#evdetails {
	overflow:hidden;
	width:110px;
	height:190px;
	margin-top:10px;
	position:absolute;
	left:38px;
	color:white;
	z-index:100; /* reset to 30 when js fixed */
	}
#evtitle {
	font-size:1.2em;
	}
#xyintersect {
	float:left;
	width:100px;
	height:62px;
	}
#xaxis {										/* the horizontal bar */
	float:left;
	width:650px;
	height:62px;
/*	text-align:right;*/
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-border-top-right-radius:10px;
	-border-bottom-right-radius:10px;
	}
#xaxis #slidecontrol {
	width:360px;
	margin-left:20px;
	}
#xaxis #slidecontrol .go_prev {
	float:left;
	padding-right:20px;
	text-decoration:none;
	}
#xaxis #slidecontrol .go_next {
	float:right;
	padding-left:20px;
	text-decoration:none;
	}
#xaxis p {
	float:right;
	padding-right:1em;
	margin-top:0.5em;
	clear:left;
	}
#xaxis a {
	font-size:1.2em;
	}
#xaxis p:first-letter,
#hlinks li:first-letter {
	font-size:1.5em;							/* sizes the bullet */
	}
#hlinks {										/* the links under the horizontal bar */
	clear:both;
	width:650px;
	padding-left:100px;
	margin:0.2em auto 3em auto;
	}
#hlinks ul {
	margin:0;
	list-style-type:none;
	}
#hlinks li {
	margin:0;
	float:left;
	width:145px;
	width:125px;
	text-align:left;
	}
.diary-film { 									/*film logo*/
	border-width:2px;
	border-style:solid;
	border-left-style:dotted;
	border-right-style:dotted;
	padding:0 0.1em;
	font-size:0.75em;
	margin:0;
	text-align:center;
	width:2em;
	}
.filmlogo {
	float:right;
	}
.newfilms {
	float:right;
	line-height:2em;
	margin-right:1em;
	font-size:1.2em;
	}