@import url("common.css");

/* ------------------------------
 Top
------------------------------ */

#letter #top .toptitle {
	background: url(../letter/img/top.jpg) no-repeat left top;
}

#photodiary #top .toptitle {
	background: url(../photodiary/img/top.jpg) no-repeat left top;
}

/* ------------------------------
 Index
------------------------------ */

ul.list {
	width: 684px;
	margin: 0 0 40px -16px;
	overflow: hidden;
}
ul.list li {
	width: 190px;
	height: 200px;
	border: #D2D2D2 1px solid;
	float: left;
	margin: 0 0 18px 16px;
	padding: 10px 10px 0;
	overflow: hidden;
	position: relative;
	display: inline;
}
ul.list li .image {
	width: 190px;
/*	height: 134px;*/
	height:126px;
	overflow: hidden;
	margin-bottom: 10px;
}
ul.list li .image a {
	display: block;
	width: 190px;
	height: 134px;
	overflow: hidden;
}
ul.list li .text {
	width: 190px;
	/*
	height: 40px;
	*/
	min-height: 40px;
	overflow: hidden;
	line-height: 1.3;
	text-align: center;
}
ul.list li .text a {
}
ul.list li .date {
	position: absolute;
	bottom: -2px;
	right: 2px;
	color: #999;
	font-size: 11px;
}


ul.list li .name {
	position: absolute;
	bottom: 0px;
	left: 10px;
	line-height: 1.3;
	text-align: left;
}
ul.list li .date span {
	color:#F3A54E;
	font-size: 11px;
}

/* ------------------------------
 Entry-Page
------------------------------ */

.comment {
	margin: 0 6px 26px 6px;
}
.comment h2,
.comment h1 {
	font-size: 130%;
	margin: 16px 0 12px;
	color: #06A4B0;
	letter-spacing: 0.2em;
	border-left: #06A4B0 4px solid;
	padding-left: 12px;
}
.comment p {
	margin-bottom: 1em;
}

/* ---------- Galleriffic-Setting ---------- */

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 652px;
	padding: 12px 10px 18px 4px;
	border: #DDD 1px solid;
	margin-bottom: 12px;
	background-color: #F2F2F2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div.slideshow-container {
	position: relative;
	width: 652px;
	height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/script/gallariffic/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 652px;
	height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	text-align:center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	width: 652px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	width: 640px;
	margin-top: 10px;
	font-size: 11px;
	height: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 640px;
	top: 0;
	left: 0;
}
div.caption {
	text-align: center;
}
div.image-desc {
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

#thumbs {
	width: 668px;
}
ul.thumbs {
	width: 679px;
	margin: 0 0 0 -11px;
	overflow: hidden;
}
ul.thumbs li {
	float: left;
	margin: 0 0 11px 11px;
	display: inline;
}
a.thumb {
	display: block;
	border: 1px solid #DDD;
	padding: 4px;
}
ul.thumbs li.selected a.thumb {
	border: 1px solid #3EB4C7;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 0;
	background: none;
}
div.navigation div.bottom {
	margin-top: 12px;
}

/* ---------- Galleriffic-Setting END ---------- */
