/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#666;
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#eee;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#eee;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
	text-transform: lowercase;
	float: left;
	font-weight: bold;
	font-size: 1em;
	
	color: #eee;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	}
	
h1 a {
    text-decoration:none;
	color:#eee;
	}

h2 {
	font: normal 2em georgia, garamond, serif;
	padding: 10px 0 0 0; margin: 0;
	color:#ddd;
}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	background:#333333;
	border-bottom:1px solid #aaa;
	padding:5px;
	height:15px;
}

.menu {
	float:right;
	clear:right;
	text-align:right;
	font-size: 1em;
}

.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
}
		
.menu a:hover {
	text-decoration: none;
	color: #ccc;
}

#prevnext {
	padding: 15px;
}

/* .............................. */
/* Content*/
/* .............................. */

img {
	color: black;
}

.addcomment {
	clear:right;
	padding:0px;
}
	
#photo {
	background: white;
	padding:10px;
	border:1px solid #333;
}

.date {
	color: #bbb;
}

#image-navigate {
	background:#666;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
}

#image-info {
	position: relative;
	background: #515151;
	border: 1px solid #aaa;
	padding: 20px;
	padding-top: 0;
	text-align: justify;
	width: 574px;
	max-width: 574px;
	margin: 20px auto;
	line-height:16px;
	color: #eee;
}

* > #image-info {
	width: 70%;
}

#image-notes {
	color: #ddd;
	font-family: georgia, garamond, serif;
	line-height: 1.2em;
	font-size: 1.4em;
	margin: 1em 0 2em 0;
	vertical-align:top;
}

#image-notes a {
	color: #ccc;
	font-weight: bold;
	border-bottom: dotted 1px #aaa;
}
#image-notes a:hover {
	color: white;
	border-bottom: solid 1px white;
	text-decoration: none;
}

#image-notes p.ja {
	font-size: 1.2em;
	line-height: 1.2em;
}

p[lang=ja] {
	font-size: 1.3em;
	line-height: 1.2em;
}

#page p[lang=ja] a {
	font-weight: normal;
	color: white;
}

#image-exif {
	vertical-align: top;
}

/* .............................. */
/* Browse */
/* .............................. */

.browse h2 {
	text-align: left;
	font: normal 200% georgia, garamond, serif;
	padding-left: 15px;
}

#category-list {
	border-top: solid 1px #333;
	padding: 0; margin: 15px;
	position: absolute;
	list-style-type: none;
}
#category-list li {
	width: 16em;
}
#category-list li a {
	display: block;
	border: solid 1px #333;
	border-top: none;
	font-weight: normal;
	padding: 2px 5px;
}
#category-list li a:hover {
	background-color: #888;
}
#current {
	background-color: #777;
}
#page {
	position:relative;
	background: #515151;
	border: 1px solid #aaa;
	padding: 20px;
	text-align: left;
	width: 65%;
	height: 340px;
	min-height: 340px;
	margin: 20px auto;
	margin-bottom: 25px;
	line-height: 16px;
}

* > #page {
	height: auto;
}	
#page a {
	font-weight: bold;
}
	
#page img {
	background: #fff;
	padding: 5px;
	border: 1px solid #333;
}

#page img.thumbnails {
	margin: 3px;
}

#page #thumbwrapper a:hover img {
	color: blue;
	border: 1px solid #ddd;
}

#page #thumbwrapper {
	padding-left: 250px;
}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
	background:#333;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:15px;
}    

#comments {
	margin: 0px auto;
	width: 95%;
	text-align: left;
}
	
#comments ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	}
	
#comments li {
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	color: #eee;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #aaa;
}

#comments li cite {
	display: block;
	color: #ccc;
	padding-top: 0.8em;
	font: normal 1em verdana, tahoma, sans-serif;
}
#comments li cite a {
	color: #eee;
	font-weight: bold;
}

#comments li a:hover {
	text-decoration: none;
	border-bottom: solid 1px;
	color:#fff;
}
	
#comments li:hover {
	background:#515151;
}

#comment-middle {
	background:#666;
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
} 

#addcomment {
	text-align:left;
	padding:10px;
	margin:0px;
	/* border:1px solid #aaa; */
	background:#515151;
}

.input {
	font-family: monospace;
	width: 25em;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
}
.input:focus, #addcomment textarea:focus {
	background-color: #777;
}
	
#addcomment textarea {
	width: 35em;
	height: 50px;
	border: 1px solid #aaa;
	background-color: #666;
	color: #eee;
	padding: 5px;
}

.comment-button {
	background: #fff;
	border: 1px solid #aaa;
	color: #666;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
	text-align: center;
	margin-bottom: 20px;
}

