/* @charset "iso-8859-1"; */
/* Charset declaration. Unicode byte order mark (BOM) seems to cause problem if included or omitted, depending on the browser, so we use ISO Latin 1 here to be safe. */

/*
0j4mac.css
All styles for all pages in the Japanese for your Mac section.
This section does not use the 0site.css sheet.
Navigation layout is based on a model at www.computer-zen.com 
*/


/* POSITIONING OF HEADER AND NAVIGATION BAR */

#header {
	margin: 35px; /* all left margins same */
	height: 100px;
	background-repeat:no-repeat;
	background-position: 15em 0px; /* leave scalable room for title */
}

#navigation {
	margin-left: 35px;
	position: absolute;
	top: 170px; /* header height + 2*(header margin + header padding)) */
	left: 0px;
	width: 6.5em; /* keyed to widest text item in navigation menu */
	padding: 0 1em 0 1em;
}

#mainpanel {
	margin: 35px;
	padding: 1em 2em 1em 9.5em; /* left padding = nav width + nav left padding + 2em */
	min-height: 50em;
}

/* COLORS AND BACKGROUND */
/* All color info should be here */

body {
	margin: 0px;
	background: #900 url(../cab/graphics/redflowers.gif) fixed repeat;
	font-family: "trebuchet ms", Tahoma, Arial, Helvetica, sans-serif;
	}

#header {background-color: #ffc; }
#mainpanel {background-color: #ffc; }
#navigation {border-right: 2px solid #900; background-color: #ffc; }
	
p.header-text {color: #900;}
h1 { color: #900; }
h2 { color: #000; }
h3 { color: #000; }
p.colortext {color: #900;}

a:link { color: #900; }
a:visited { color: #603; }

ul.vnavbar a:visited { color: #900; } /* visited navbar links don't change color */

/* a.youarehere { color: #000; } */

/* Border Colors */
/* Don't use border-top:, border: etc. below or it will override these. Instead use specifics like border-top-width. */

ul.vnavbar li {border-color: #900; }

p.footer-text {
	border-color: #900;
	}

.thick-hr {
	border-top: 2px solid #900;
	padding-top: 1em;
	}
	
.thin-hr {
	border-top: 1px solid #900;
	padding-top: 1em;
	}

/* IMAGE STYLES */

img {margin: 0em 0em 0em 1em; }

a img {border: 0;}

img.screenshot
{
	margin-top: 1em;
}

ul.vnavbar img {margin: 0}

/*
img.rhs {
float: right;
margin: 10px 10px 10px 20px;
}

img.lhs {
float: left;
margin: 10px 20px 10px 10px;
}

.clear-both {
clear: both;
}
*/

/* TEXT STYLES */

/* Title */
p.header-text {
	font-size: 200%;
	font-weight: bold;
	padding: 0.5em 0px 0.5em 1.0em;
 	text-shadow: #ECB 3px 3px 3px;
	} 

a 	{
	font-weight: bold;
	text-decoration: none;
	}

a.normalweight {font-weight: normal; }



h1 { font-size: 140%; } 

h2 { 
	font-size: 120%;
	margin-top: 1.5em; 
	}

h3 {
	font-size: 100%;
	font-weight: bold;
	}

code {
	font-size: 110%;
	}

li {
	padding-top: .5em;
	/* list-style-type: none; */
	}

/* VERTICAL NAVIGATION BAR */

ul.vnavbar {
	padding: 1em 0 0 0;
	margin: 0;
	}
	
ul.vnavbar a {
	text-decoration: none;
	}

ul.vnavbar li {
	padding: 0.75em 0px 0.75em 0px;
	list-style-type: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* border-bottom: 1px solid; would override color declaration above */
	}
	
ul.vnavbar li.last {
	border-bottom-width: 0px;
	}


/* FOOTER */
/* Simple footer. No need to define as a separate division after #mainpanel. It's just a paragraph at the bottom of #mainpanel */


p.footer-text {
	border-top-width: 1px;
	border-top-style: solid;
	padding: 1em 0 0 0;
	font-size: smaller;
	font-style: italic;
	text-align: right;
	margin: 1em 0 0 0;
	}