﻿body {
	margin: 0;
	padding: 0;
	background-color: #2e2e2e;
	color: #777;
	font-size: 12px;
	font-family: Georgia, Gulim, sans-serif;
	text-align: center;
}
div, form { margin: 0; padding: 0; }
img {
	border: 0 none;
}
a { color: #777; text-decoration: none; }
.clr { clear: both; }
.title { 
	padding: 10px; 
	color: #6f6f6f;
	text-align: left;
	font-weight: bold;
}
.content { 
	padding: 10px; 
	color: #5e5e5e; 
	text-align: left;
	line-height: 170%;
}
.date {
	font-size: 11px;
	color: #3a3a3a;
	font-family: tahoma, sans-serif;
}
.exif {
	background-color: #292929;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	padding: 5px;
}
#topMenu {
	margin: auto;
	border-bottom: #3e3e3e 1px solid;
	height: 50px;
}
#logo {
	width: 40%;
	text-align: left;
}
#menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 310px;
	text-align: right;
}
#menu div {
	float: left;
	width: 101px;
}
#menu .on {
	margin-top: 1px;
}
#main {
	margin: auto;
	width: 980px;
	padding-top: 20px;
	text-align: center;
}
#mainList {
	margin: auto;
	width: 980px;
	padding-top: 50px;
	text-align: center;
}
#mainList th.s {
	text-align: right;
}
#mainList th.s select {
	background-color: #404040;
	color: #aaa;
	font-size: 12px;
}
#mainPhoto {
	margin: auto;
	padding-top: 30px;
	width: 720px;
	line-height: 100%;
}
#mainPhoto img {
	border: #262626 10px solid;
}
#mainPhoto img:hover {
	border: #000 10px solid;
}
#photoInfo {
	margin: 50px 0 30px 0;
	width: 980px;
	text-align: center;
	border: #3e3e3e 1px dotted;
}
#latest {
	width: 980px;
	margin: auto;
	text-align: left;
	padding-top: 30px;
	height: 30px;
	border-bottom: #3e3e3e 1px solid;
}
#latest img {
	vertical-align: bottom;
	margin-top: 1px;
}
#latestPhoto {
	width: 980px;
	margin: auto;
	padding-top: 10px;
	text-align: left;
}
#latestPhoto img {
	border: #222 2px solid;
	vertical-align: middle;
}
#latestPhoto img:hover {
	border: #000 2px solid;
}
#comments {
	margin: auto;
	width: 980px;
	text-align: left;
	padding-top: 20px;
	height: 30px;
	border-bottom: #3e3e3e 1px solid;
}
#comments img {
	vertical-align: bottom;
	margin-top: 1px;
}
#commentList {
	margin: auto;
	width: 980px;
	padding-top: 10px;
}
#commentList .name {
	float: left;
	width: 137px;
	padding-top: 5px;
}
#commentList .name span {
	color: #666;
	font-size: 10px;
}
#commentList .memo {
	float: left;
	width: 832px;
	border-left: #3c3c3c 5px solid;
	padding: 5px 0px 5px 5px;
	text-align: left;
	line-height: 160%;
}
#inputComment {
	margin: auto;
	width: 970px;
	padding: 10px 0px 10px 10px;
	text-align: left;
}
#inputComment .t {
	border: #606060 1px solid;
	background-color: #505050;
	font-size: 12px;
	color: #aaa;
}
#inputComment textarea {
	border: #606060 1px solid;
	background-color: #505050;
	font-size: 12px;
	color: #aaa;
	line-height: 160%;
	padding: 5px;
}
#inputComment div {
	padding-top: 5px;
}
#inputComment .c {
	padding-top: 10px;
}
#inputComment .c .s {
	border: #777 3px double;
	width: 180px;
	height: 45px;
	background-color: #999;
	font-size: 12px;
}
#mainList .list {
	padding: 10px 0px 10px 0px;
}
#mainList .list img {
	border: #222 5px solid;
}
#mainList .list span {
	font-size: 10px;
	color: #666;
}
#mainList .paging {
	padding-top: 20px;
}
#mainList .paging a {
	font-size: 14px;
	color: #aaa;
}
#txtInfo {
	float: left;
	width: 49%;
}
#prevNextInfo {
	float: left;
	width: 49%;
	padding: 10px 0 10px 0;
}
#prevNextInfo img {
	vertical-align: middle;
}
#prevNextInfo a img {
	border: #292929 5px solid;
}
#prevNextInfo a img:hover {
	border: #000 5px solid;
}
#enterPass {
	position: absolute;
	width: 250px;
	height: 30px;
	padding: 7px;
	border: #aaa 3px solid;
	background-color: #fff;
}
#enterPass .i { 
	border: #ddd 1px solid;
	background-color: #fff;
}
#enterPass .s {
	background-color: #666;
	color: #fff;
	border: 0 none;
}
/* for lightbox plus */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(../image/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../image/lightbox/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(../image/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}


