@charset "UTF-8";
/* [javascript/Ajax Samples]
 * Summary: global styles
 * Modified: 2009-05-12
 */




/* content */
#content {
	width: 480px;
	background-color: #FFF;
	color: #333;
	line-height: 1.5;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* entry -- font / text styles
----------------------------------------*/
#entry-date { letter-spacing:.1em; }
#entry h2 { font-size: 150%; }

#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: 480px;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
}

/* entry
------------------------------*/
#entry { }
#entry h2 {
	width: 480px;
	margin: 0 auto 2px 90px;
	color: #555;
	font-size: 150%;
}
p#entry-date {
	width: 480px;
	margin: 0 auto 4px 90px;
	text-align: right;
}

/* entry photo */
#entry-pct img{
	width: 480px;
	height: 340px;
}
#entry-pct {
	
	min-height: 250px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: 0px;
}
	html>body #entry-pct {height: auto;}
p#more2 {
	text-align: right;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: 0px;
	width: 120px;
	float: right;
}
p#more2 a:link,
p#more2 a:visited {
	color: #666;
	font-weight: bold;
}
p#more2 a:hover,
p#more2 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: 130px;
	width: 30px; height: 80px;
	overflow: hidden;
	text-indent: -9999px;
}
a#pctnav-prev {
	left: 0;
	background: url(../images/nav_entry.gif) no-repeat 0 0;
}
a#pctnav-next {
	right: 0;
	background: url(../images/nav_entry.gif) no-repeat 100% 0;
}
a#pctnav-prev:hover {
	background-position: 0 -80px;
}
a#pctnav-next:hover {
	background-position: 100% -80px;
}
.endL a#pctnav-prev,
.endL a#pctnav-prev:visited {
	background-position: 0 -160px;
	cursor: default;
}
.endR a#pctnav-next,
.endR a#pctnav-next:visited {
	background-position: 100% -160px;
	cursor: default;
}

/* thumbnail
------------------------------*/
#thumbs-container {
	clear: both;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
ul#thumbs {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
	padding: 0px;
}
ul#thumbs li {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
}
ul#thumbs li a img,
ul#thumbs li a:visited img {
	border: 2px solid #FFF;
}
ul#thumbs li a.on img,
ul#thumbs li a:hover img,
ul#thumbs li a:active img {
	border: 2px solid #9C0;
}
/*
ul#thumbs li a.zoom {display: none;}
*/
#thumbs li img {
	width: 100px;
	height: 70px;
}
#content div #thumbs li {
	list-style-type: none;
}
