@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. */

/* Main style sheet for Asian Studies site by Christopher Bolton*/
/* Navigation layout is based on a model at Computer-Zen www.computer-zen.com */

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

body {
	margin: 0px;
	background: #900 url(../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;}
	

h1 { color: #900; }
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 */

/* invisible skip link */
ul.vnavbar a.skip {color: #ffc;}	
ul.vnavbar a.skip:visited {color: #ffc;}
ul.vnavbar a.skip:focus {color: #900;}

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

/* POSITIONING OF HEADER AND NAVIGATION BAR */

#header {
	margin: 35px; /* all left margins same */
	height: 100px;
}

#mainpanel {
	margin: 35px;
	padding: 1em 2em 1em 27%; /* left padding a little more than navigation width + padding */
}

#navigation {
	margin-left: 35px;
	position: absolute;
	top: 170px; /* header height + 2*(header margin + header padding)) */
	left: 0px;
	width: 20%;
	padding: 0 2% 0 2%;
}

/* TEXT STYLES */

a { font-weight: bold; }
a.normalweight {font-weight: normal; }

a img {border: 0;}

h1 { font-size: 140%; } 

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

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

/* Vertical navigation bar */

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

ul.vnavbar li {
	padding: 0.5em 0px 0.5em 0px;
	list-style-type: none;
	font-weight: bold;
	/* text-shadow: silver 3px 3px 3px; */
}

/* Horizontal navigation bar */

ul.hnavbar {
	text-align: center;
	padding-bottom: 10px;
}

ul.hnavbar li {
	display: inline;
	padding: 10px;
}

p.footer-text {
	font-size: smaller;
	font-style: italic;
	text-align: right;
}
