*	{ padding: 0; margin: 0; }
html 	{ height: 101% }
body	{
	/* how about a subtly striped background? */
	background: #1e222a url('../images/body.gif') no-repeat left bottom fixed;
	font-family: georgia, serif;
	padding-top: 30px;
}
/* text shadows: */
#header h2, #menu a, #lang_rss a {
	text-shadow: #111 1px 1px 1px;
}
/* headings: */
h1, h2, h3	{
	font-weight: normal;
	text-decoration: none; }
h1	{
	font-size: 20px; /* to prevent quirkiness if font-size is changed in IE */
	margin-left: 2px;
	background: transparent url('../images/h1-5.gif') left top no-repeat;
	height: 50px;
	width: 219px; }
h1 a	{
	display: block;
	background: transparent url('../images/h1-5.gif') left top no-repeat;
	height: 50px;
	width: 219px;
	text-decoration: none; }
h1 a:hover	{ 
	background: transparent url('../images/h1-5.gif') left bottom no-repeat; }
h1 span	{
	visibility: hidden; }
h2	{
	color: #fd3;
	margin-bottom: 10px; }
#header h2 {
	color: #777;
	font-size: 115%;
	padding-left: 6px;
	margin: 3px 0 7px 0; }
#content h2 { 
	font-size: 2em;
	color: #ccc; }
h3	{
	font-size: 1.5em;
	padding: 6px 0 0 0;
	width: 450px; }
h3.caption {
	font-size: 1.25em;
}
h4	{
	clear: both; 
	padding-top: 0.5em; }

acronym	{ cursor: help; }
address 	{ white-space: pre; }
blockquote 	{
	color: #999;
	font-style: italic; }
fieldset {
	margin-top: 10px;
	padding: 5px 0 5px 3px;
}
* > fieldset {
	border: dotted 1px #666;
}
p	{
	padding: 0 0 0.5em 0;
	width: 450px;
	color: #999; }
.fullwidth {
	width: 100%; }
hr 	{ 
	margin: 10px 0;
	height: 0px;
	background-color: #666;
	color: #666;
}
hr.hidden, hr.nodisplay { margin: 5px; }
hr.narrow { width: 430px; float: left; }
legend	{
	color: #999;
	margin-left: 0.5em;
}
table	{
	
	border-collapse: collapse;
	margin: 1em;
}
td	{
	border-color: #555;
	padding: 0.4em;
}
caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.4em;
}

/* header and menu: */
#header {
	position: relative;
	width: 672px; /* = (#menu a) x 7 */
	padding-bottom: 0;
	margin: 0 auto; }
#lang_rss {
	position: absolute;
	width: 200px;
	top: 0; right: 0;
	text-align: right;
}
#lang_rss a {
	color: gray;
	font-size: small;
	text-decoration: none;
}
#lang_rss a:hover { 
	border-bottom: solid 3px #fd3;
	color: #fd3;
}
.icon {
	margin-left: 5px;
	display: inline-block;
	padding-bottom: 3px;
	width: 29px;
}
#lang_rss a img {
	border: none;
	margin-top: 10px;
}
	
#menu {
	height: 40px;
	font: normal 70% "lucida sans unicode", verdana, sans-serif;
	border-bottom: solid 1px black; }
#menu li {
	white-space: nowrap;
	list-style: none;
	float: left; }
#menu a {
	/* total width: 96px (86px + 8px padding + 2px borders) */
	display: block;
	border: solid 1px #444;
	border-right: solid 1px #222;
	height: 40px;
	width: 86px;
	color: #bbb;
	padding: 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	/* background-color: #393939; */
	background-color: #31343e; }
ul#menu:first-child { border-right: solid 1px red; }
#menu a.lastitem { border-right: solid 1px #444; }
#menu a.currentsection {
	/* background-color: #444; */
	background-color: #41454e;
	border-color: #777; }
#menu a:hover {
	color: white;
	height: 38px;
	border: solid 1px #888;
	border-bottom: solid 3px #fd3;
	background-color: #51555e;
	/* background-color: #555; */ }
#menu li > a#blog {
	background-image: url('/images/WP-bg.png');
	background-position: right;
	background-repeat: no-repeat;
}
#pagebody {
	position: relative; }

/* content: */
#content {
	position: relative; /* so you can float things inside it */
	color: #ccc;
	/* background-color: #393939; */
	background-color: #31343e;
	margin: 0 auto;
	width: 640px;
	height: 350px;
	padding: 16px;
	padding-top: 12px;
	border: solid 2px black;
	/* border-top: solid 1px black; */ }
*>#content {
	height: auto;
	margin-top: 10px;
	min-height: 350px; }
#content a	{
	text-decoration: none;
	color: white;
	/* border-bottom: dotted 1px #777; */ }
#content a:hover {
	border-bottom: none;
	color: #fd3; }
#content img {
	margin-top: 6px;
	border: solid 1px black; }
#content a:hover img { border-color: #fd3; }
#content ul {
	color: #aaa;
	/* list-style-type: circle; */
	padding: 5px 12px; }
#content ul li {
	margin-left: 10px;
	padding: 3px 0; }
#content ul.menu { list-style: none; }
#content small.caption {
	font: x-small verdana, arial, sans-serif;
	color: #666; }
#content strong {
	color: #bbb; }

/* footer: */
#footer {
	position: relative;
	bottom: 0; right: 0;
	text-align: center;
	padding: 10px;
	font-size: 0.7em; }
#footer a {
	color: #888;
	text-decoration: none; }
#footer a:hover { 
	color: #fd3;
	border-bottom: none; }

/* gallery */

/*backgrounds for gallery index: */
#content #galleries {
	margin-top: 10px;
	padding: 0;
	position: absolute;
}
#content #galleries li {
	margin: 4px;
	list-style: none;
	float: left; }
#galleries li a {
	position: relative;
	display: block;
	height: 240px; width: 140px;
	margin: 0px; padding: 5px;
	border: solid 1px black;
	font-family: "lucida sans unicode", arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ddd; }
#galleries li a:hover {
	border: solid 1px white;
	color: white; }
#galleries li a span {
	position: absolute; bottom: 0;
	padding: 5px 0;
	text-shadow: #000 1px 1px 2px; }
a#galleryOkinawa { background: transparent url('../images/okinawa.gif') right top no-repeat; }
a#galleryOkinawa:hover { background: transparent url('../images/okinawa.gif') left top no-repeat; }
a#galleryModern { background: transparent url('../images/modern1.jpg') right top no-repeat; }
a#galleryModern:hover { background: transparent url('../images/modern1.jpg') left top no-repeat; }
a#galleryTraditional { background: transparent url('../images/traditional.jpg') right top no-repeat; }
a#galleryTraditional:hover { background: transparent url('../images/traditional.jpg') left top no-repeat; }
a#galleryFestivals { background: transparent url('../images/festivals.jpg') right top no-repeat; }
a#galleryFestivals:hover { background: transparent url('../images/festivals.jpg') left top no-repeat; }

/* css for the gallery pages: */
#gallery { position: relative; }

/* normal galleries: */

*>ul#galleryNav { padding-top: 8px; margin-left: -15px; }
ul#galleryNav li, #thumbnails li, ul#print_thumbnails li {
	list-style: none;
	padding: 0; }
ul#galleryNav li a { 
	font: 65% verdana, arial, sans-serif;
	color: #bbb;
	padding: 0 0 0 2px;
	margin: 3px 0;
	height: 20px; width: 18px; 
	border: solid 1px #444;
	display: block; }
ul#galleryNav li a:hover, ul#thumbnails li a:hover img {
	border: solid 1px #fd3;
	color: white;
	background-color: #666; }
ul#galleryNav a.currentImage {
	color: white;
	border-color: #777;
	background-color: #555; }
ul#galleryNav li {
	float: left;
}
	
/* print gallery: */
.prints {
	min-height: 580px;
}
.prints ul#galleryNav {
	position: absolute;
	right: 0; top: 0;
	padding-top: 7px;
	padding-right: 0;
}
.prints ul#galleryNav li {
	float: none;
}
#image_info {	
	position: relative;
	min-height: 175px;
	width: 600px;
}
#image_info h3 {
	font-size: 1.5em;
}
#image_info p {
	padding-top: 0.4em;
	width: 355px;
}
#image_info form {
	position: absolute;
	top: 0; right: 0;
	width: 230px;
}
#image_info .button {
	float: right;
	margin: 10px;
}
#image_info fieldset#size {
	border: none;
	margin: 0 1em;
}
#image_info #size legend {
	margin-left: 0;
	padding: 0.5em 0 0 0;
}
#image_info #size input.radio {
	margin-top: 7px;
	position: absolute;
}
#image_info #size label {
	line-height: 1.5em;
	left: 20px;
	position: relative;
}
	
ul#thumbnails {
	position: absolute;
	top: 50px; right: 0;
}
#prints {
	min-height: 1410px;
}
#prints p {
	width: 365px;
}
#prints div#thumbnails {
	position: absolute;
	top: 0; right: 0;
	width: 295px;
}
#prints #column2 {
	position: absolute;
	top: 0; right: 0;
}
ul#thumbnails li { padding-bottom: 8px; }

/* Page backgrounds: */
#contact { background: transparent url('../images/contact.gif') right bottom no-repeat; }
#profile { background: transparent url('../images/profile.gif') right bottom no-repeat; }
#gallery { background: transparent url('../images/gallery.gif') right bottom no-repeat; }
#prints { background: transparent url('../images/prints.gif') right bottom no-repeat; }
#links { background: transparent url('../images/links.gif') right bottom no-repeat; }
#gallery.prints { background-image: none; }
#notfound	{
	height: 350px;
	background: transparent url('../images/404.gif') right bottom no-repeat;
}

/* Contact form:
-> travel67.com/contact/
-> travel67.com/prints/ */
form.contact_form { width: 332px; margin: 15px 0 30px; position: relative;}
#content a.button {
	font-family: sans-serif;
	color: #bbb;
}
.button, input.text, textarea, select {
	width: 300px;
	border: solid 1px #666;
	border-radius: 3px;
	margin-bottom: 5px;
	color: #bbb;
	background-color: #445;
	/* overflow: hidden; */
	padding: 3px; }
input.text, textarea, select {
	margin: 0 25px 5px 25px;	
}
input.text:focus,
textarea:focus,
option:focus,
input.highlight,
textarea.highlight  {
	border: solid 1px #777;
	background-color: #556; }
.contact_form label {
	margin-left: 25px;
}
.button {
	box-shadow: 2px 2px 2px #222;
	cursor: pointer;
	margin-left: 3px;
	padding: 5px 0.5em;
	width: auto;
}
#content .button:hover {
	background-color: #556;
	border-bottom: solid 1px #666;
}
input[disabled='disabled'] {
	background-color: #888 !important;
	color: #777;
}
#content input[disabled='disabled']:hover {
	background-color: #445;
	cursor: default;	
}
#checkout_form h3 {
	margin-bottom: 0.5em;
}
#checkout_form .sidenote {
	width: 260px;
	margin-top: 1em;
	position: absolute;
	left: 360px;
}
.contact_form .button {
	position: absolute;
	right: 0;
}
#checkout_form .button {
	bottom: 0;
}
/* Basket */
#basket table {
	width: 600px;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#basket td {
	text-align: left;
	vertical-align: top;
	font-size: large;
	padding: 9px 10px;
}
#basket td.thumb {
	width: 122px;
	padding-top: 0;
}
#basket td.title {
	width: 220px;
	padding: 0 10px;
}
#basket h3 {
	width: auto;
}
#basket td.number {
	width: 4em;
}
#basket td.price {
	color: #999;
}
#basket #total {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
#basket form {
	float: right;
	margin-left: 10px;
}
button#checkout {
	border: solid 1px #ccc;
}
#content button#checkout:hover,
button#checkout:focus {
	background-color: #fd3;
	border-color: #888;
	color: black;
}

/* Miscellaneous: */
.box	{
	width: 325px;
	border: dotted 2px #444;
	padding: 8px;
	margin-bottom: 8px;
}	
.column {
	margin-left: 45%;
	position: absolute;
	top: 3.8em;
}
.hidden { visibility: hidden; }
.noborder { border: none !important; }
.nodisplay { display: none; }
.tearsheet {
	float: left;
	margin-right: 10px; }
.right {
	position: absolute;
	right: 0;
	text-align: right;
	margin-right: 12px; }
.clear { clear: both; }
.bottom {
	position: absolute;
	bottom: 0; }
#alamy {
	position: fixed;
	border: solid 1px black;
	bottom: 10px; right: 10px; }
#alamy:hover { border: solid 1px #fd3; }

/* Japanese text: */
html[lang="ja"] { font-family: sans-serif; }
html[lang="ja"] #content { line-height: 1.5em; }
div[lang="ja"] address { font-style: normal; }
*[lang="ja"] { font-family: sans-serif; }
html[lang="en"] em[lang="ja"] { font-family: inherit; }
h2[lang="ja"], div[lang="ja"] h2 { font-family: serif; }
*[lang="ja"] p a	{ text-decoration: underline !important; }
html[lang="ja"] .column { top: 2.5em; }

/* Features index: */
.feature {
	position: relative;
}
.feature {
	clear: both;
	padding: 7px 0;
	position: relative;
	border-top: dotted 1px #666;
}
.feature img {
	float: left;
	margin: 0 15px 15px 0;
	width: 240px;
}
.feature h3 {
	font-size: x-large;
	margin-bottom: 7px;
	width: 100%;
}
.feature .more {
	display: block;
	text-align: right;
	margin-top: 0.5em;
}

/* Front page: */

.index #content {
	background-image: url('/images/background67hok107.jpg');
	background-repeat:no-repeat;
	background-position: 102% top;
}
.section {
	/* border: solid 1px black; */
	margin: 15px 0 0 0;
	padding: 0 0 0 105px;
	position: relative;
	z-index: 1;
}
/* .section:hover {
	background-color: #41444e;
} */
.section .image {
	background: transparent right top no-repeat;
	border: solid 1px black;
	display: block;
	left: 0; top: 0;
	position: absolute;
	width: 89px;
}
#section-features .image {
	background-image: url('../images/thumb-features2.jpg');
	height: 74px;
}
#section-gallery .image {
	background-image: url('../images/thumb-gallery2.jpg');
	height: 75px;
}
#section-prints .image {
	background-image: url('../images/thumb-prints2.jpg');
	height: 68px;
}
.exhibitions .image {
	background-image: url('../images/news-button.gif');
	border: none;
	/* cursor: pointer; */
	height: 78px;
	position: absolute;
	left: 10px;
	top: 5px;
}
.section a:hover .image {
	/* background-position: top left !important; */
	background-position: -1px 0px !important;
}
.exhibitions {
	border: dotted 1px #666;
	padding-left: 105px;
	height: 90px;
	position: relative;
	width: 260px;
	z-index: 1;
}

