/* nipponDAZE Style Sheet */
/* Not pasted into MT, but copied to server. */
/* This document must stay in Osaka font or it won't pick up the fonts correctly that are specified in Japanese */
/* 2006-02-03 Change to A List Apart strategy */
/* 2003-04-20. Edited colors of blockquote */
/* 2003-01-10. Created. 
/* Colors: */
/*	#bbaa8a dk taupe */
/*	rgb(246,240,202) light beige */
/*	#039 navy a little darker -> 2006-02-03 changed to #036;*/
/* fonts */

	body {
		color:#000; background-color:rgb(246,240,202);
		margin:0px;
		border-left:10px solid #bbaa8a;
		border-right:10px solid #bbaa8a;
		font-size: 12px;
		font-family: Osaka, Mincho, Heisei,
			 Optima, "Lydian MT", "MS Trebuchet",
			 "Gill Sans", verdana, arial, sans-serif;
		min-width: 600px; /* 2x LC width + RC width + CC padding */
	}

	A {
		font-weight:normal; 
		color: #960; background-color:transparent;
		text-decoration: none;
	}

	A:link	{color: #960; background-color: transparent;}
	A:visited	{color: #903; background-color: transparent;}
	A:active	{color: #630; background-color: #9cf;}
	A:hover		{color: #630; background-color: #9cf;}

	#banner {
		color:#036; background-color:transparent;
		background-image:url(http://www.zanthan.com/japan/photos/160/oldAlbum.gif);
		padding-top:42px;
		padding-bottom:9px;
		border-top: 1px solid #036;
		border-bottom: 1px solid #036;
		font-family:"Brush Script MT", "Lydian MT", "Marker Felt", Swing, "Caflisch Script Web", fantasy;
		font-size:48px;
		text-align:center;
	}

	span.description {
		font-size:36px;
	}

	/* 2006-02-03. The new piece per ALA: container. */
	#scroll {
		padding-left: 240px; /* LC width + padding, borders */
		padding-right: 220px; /* RC width + padding, borders*/
		padding-top: 12px;
		overflow: hidden; /* for equal heigh columns */
		padding-bottom: 2010 px; /* for equal heigh columns */
		margin-bottom: -2000 px; /* for equal heigh columns */
	}

	/* 2006-02-03. The new piece per ALA */
	#scroll .column {
		position: relative;
		float: left;
	}

	#centercolumn {
		width: 100%; 
		color:#000; background-color:transparent;
	}

	#leftcolumn {
		width:200px; /* LC width */
		right:220px; /* LC width + left padding */
		margin-left: -100%;
		color:#000; background-color:transparent;
	}

	#rightcolumn {
		width:200px;
		margin-right: -220px;
		padding-left: 10px;
		color:#000; background-color:transparent;
	}

	#footer {
		clear: both;
		position: relative;
		text-align:center; 
		font-size:xx-small;
	}

	/* 2006-02-03. The new piece per ALA ; individual and category container. */
	#twocolumn	{
		min-width: 400px;
		padding-left: 360px; /* LC width + padding, borders. Must be large enough for 320 photos. */
		padding-right: 40px;
		padding-top: 12px;
		overflow: hidden; /* for equal heigh columns */
		padding-bottom: 2010 px; /* for equal heigh columns */
		margin-bottom: -2000 px; /* for equal heigh columns */
	}

	/* 2006-02-03. The new piece per ALA ; individual and category archives. */
	#twocolumn .column {
		position: relative;
		float: left;
	}

	/* For individual and category archives.  Center column. */
	#individual {
		width:100%;
		color:#000; background-color:transparent;
	}

	/* For indiviual and category archives.  Left column. */
	#excerpt {
		width:322px; /* LC width. Large enough for 320 photos plus border */
		right: 340px;
		margin-left: -100%;
		color:#000; background-color:transparent;
	}

/* For individual entries only. */
	#navbar {
		text-align:center;
		color: #036; background-color: transparent;
		text-decoration: none; 
		font-size:12px;
		font-weight:bold;
		padding-top:2ex;
	}

	div.sidetitle {
		color:#036; background-color: transparent;
		font-family: "Lydian MT", "Trebuchet MS", sans-serif;
		font-size:14px;
		font-weight: bold;
		margin-bottom:0px;
	}

	/* 2004-10-18. Copied from gardens. */
	ul.linklists {
		list-style-type:square;
		margin:0px;
		padding-left:2em;
	}

/* Text is 333 so annotations don't overwhelm colored link text. */
	div.side {
		color:#333; background-color:transparent;
		padding-bottom:5px;
		border-bottom:1px solid #036;
		margin-bottom:6px;
		font-size:10px;
		line-height:16px;
	}

	div.blog {
		padding: 0px 5px 9px 5px;
		border-bottom:1px solid #036;
		margin-bottom:12px;
		font-size:12px;
		line-height:16px;
		color:#000; background-color: transparent;
	}

	span.date {
		font-weight:bold;
		margin-bottom:0ex;
	}

	span.title {
		color:#036; background-color:transparent;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;

	}

/* Need this to work for spans and for p (needs override). */
	.posted {
		color:#036; background-color:transparent;
		font-family:Osaka,
			 Optima, "Lydian MT", "Trebuchet MS",
			 verdana, arial, sans-serif;
		font-size:10px;
		margin-top:1ex;
		margin-bottom:2ex;
	}

	span.commentHeader {
		color:#036; background-color:transparent;
		font-size:14px;
		font-weight:bold;
	}

	/* Used in the intro for Q and A format */
	span.myheader {
		color:#036; background-color:transparent;
	}


/* Custom */
/* For headings within entries */
	h1, h2, h4, h5, h6 {
		font-family: "Lydian MT", "Trebuchet MS", sans-serif;
		color:#036; background-color:transparent;
		margin-top:2ex;
		margin-bottom:0ex;
	}

	h3 {
		font-family: "Lydian MT", "Trebuchet MS", sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#036; background-color:transparent;
		margin-top:1ex;
		margin-bottom:0ex;
	}

/* Entry bodies in serif fonts */
	p {
		margin-top: 1ex;
		margin-bottom: 0ex;
		font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro W3", Mincho, Georgia, serif;
	}
	p.cont {
		margin-top: 0ex;
		margin-bottom: 0ex;
		text-indent: 2em;
	}
	p.dateline {
		color:#036; background-color:transparent;
		margin-bottom:0ex;
		font-family: "Lydian MT", "Trebuchet MS", sans-serif;
	}

	#excerpt p {
	text-align: center;
	width: 180px;
      font-size: 11px;
	line-height: 18px;
	}
	
/* Makes the li font in the blog entries the same as the p fonts on both index and individual pages without affecting the other sidebar lists. */
	.blog li{
		font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro W3", Mincho, Georgia, serif;
	}
	.copyright {
		clear:both; /* 2003-02-24. Safari fix. */
		text-align: center;
		font-family: verdana, arial, sans-serif;
		font-size: x-small;
		font-weight: normal;
		padding: 1ex 0 2ex 0;
	}
	img {
		border: 1px solid #036;
	}
	img.daily {
		width:100%;
		border: 1px solid #036;
	}
	strong {
		color:#036; background-color:transparent;
	}
/* Changed from dark taupe to tatami green */
	blockquote {
		color:#000; background-color: rgb(220,220,180);
		padding: 3px 12px 6px 12px;
	}
	pre {
		font-family: monospace;
		font-size: small;
	}
