<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* [javascript/Ajax Samples]
 * Summary: global styles
 * Modified: 2009-05-12
 */


/* entry -- font / text styles
----------------------------------------*/
#entry-date { letter-spacing:.1em; }
#entry h2 { font-size: 150%; display:block; text-align:center; }
#entry-title{ width:850px; height:50px; margin:0 auto; padding:20px 0;}

#entry-container h2 {font-weight: bold;}

#thumbs-container {}
#thumbs-container a,
#thumbs-container a:visited {
	color: #333;
	text-decoration: underline;
}
#thumbs-container a:hover,
#thumbs-container a:focus,
#thumbs-container a:active {
	text-decoration: none;
}

/* content
----------------------------------------*/

#entry-container {
	position: relative;
	width: 950px;
	margin: 20px auto 0;
	text-align: left;
}

/* entry
------------------------------*/
#entry { }
#entry h2 {
	width: 520px;
	margin: 0 auto 2px 75px;
	color: #555;
	font-size: 150%;
}
p#entry-date {
	width: 950px;
	margin: 0;
	padding:0;
	text-align: right;
}

/* entry photo */

#entry-pct {
	width:950px;
	padding:0;
	margin:0 auto;
	text-align: center;
}
#entry-pct img{
	width:950px;
	}
	html&gt;body #entry-pct {height: auto;}
p#more {
	width: 520px;
	margin: 0 auto 14px 0;
	text-align: right;
}
p#more a:link,
p#more a:visited {
	color: #333;
}
p#more a:hover,
p#more a:active {
	text-decoration: none;
}

/* entry content (body) */

div.entry-content {
	clear: both;
	margin-top: 20px;
}
div.entry-content p {
	margin-bottom: 20px;
}

/* prev/next navigation
------------------------------*/
a#pctnav-prev,
a#pctnav-next {
	position: absolute;
	z-index: 2;
	top:265px;
	width: 56px; height: 56px;
	overflow: hidden;
	text-indent: -9999px;
}
a#pctnav-prev {
	left: 0;
	background: url(../graph/nav_entry.png) no-repeat 0 0;
}
a#pctnav-next {
	right: 0;
	background: url(../graph/nav_entry.png) no-repeat 100% 0;
}
a#pctnav-prev:hover {
	background-position: 0 -56px;
}
a#pctnav-next:hover {
	background-position: 100% -56px;
}
.endL a#pctnav-prev,
.endL a#pctnav-prev:visited {
	background-position: 0 -112px;
	cursor: default;
}
.endR a#pctnav-next,
.endR a#pctnav-next:visited {
	background-position: 100% -112px;
	cursor: default;
}

/* thumbnail
------------------------------*/
div#thumbs { clear: both;}
#thumbs-container {
	clear: both;
	width: 600px;
	margin: 0;
	padding:0 0 0 7px;
	text-align: left;
	display:none;
}
ul#thumbs {
	position: relative;
	width: 600px;
	margin: 0;
	overflow: hidden;
	list-style-type:none;
}
ul#thumbs li {
	float: left;
	margin:1px;
}

ul#thumbs li img{
	width: 116px;
}

ul#thumbs li a img,
ul#thumbs li a:visited img {
	border: 1px solid #FFF;
}
ul#thumbs li a.on img{
	border: 1px solid #3b99ff;
}
ul#thumbs li a:hover img{
	border: 1px solid #3b99ff;
}
/*
ul#thumbs li a.zoom {display: none;}
*/

</pre></body></html>