@charset "utf-8";

#mainCont {
	margin-top:20px;
	margin-bottom:10px;
}
#entry h1 {
	margin-top:10px;
	margin-bottom:10px;
}
dl.chrono dt:first-letter {
	color:#fcb4d6;
}
#entry .movieAtt {
	font-size:85%;
	color:#999;
	margin:10px 0;
}
#slideshow {
	width:480px;
	margin:10px auto;
	/*border-top:solid 1px #333;*/
	/*border-bottom:solid 1px #333;*/
}
#slideshow p {
	margin:0;
}
#entries h2.date {
	font-size:100%;
	padding-bottom:3px;
}
/*===anchor===*/
#entries h3.entryTitle a:link {
	text-decoration:none;
	color:#fcb4d6;
}
#entries h3.entryTitle a:visited {
	text-decoration:none;
	color:#fcb4d6;
}
#entries h3.entryTitle a:hover {
	text-decoration:underline;
	position:static;
	color:#fcb4d6;
}
#entries h3.entryTitle a:active {
	text-decoration:underline;
	color:#fcb4d6;
}
