/* CSS Document */

html * {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #efefef;
	background-image: url(../images/body_bg.png); 
	background-position: center top;
	background-repeat: repeat-y;
	color: #222;
	font-size: 80%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#skiplinks a {
	position: absolute;
	left: -9999px;
}
#skiplinks a:focus {
	position: absolute;
	left: 10px;
	top: 5px;
	background-color: #efefef;
	border: 1px solid #8b5800;
	padding: 5px;
}





/* Display */
#pane {
	width: 900px;
	height: 500px;
	display: none;
	background-image: url(../images/paneBg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.block {
	position: absolute;
	background-color: #efefef;
}
#cliff {
	position: absolute;
	background-image: url(../images/cliff.png);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: none;
}
#containerOuter {
}
#container {
	width: 5000px;
	height: 3000px;
}
.column {
	width: 900px;
	float: left;
}
.page {
	width: 780px;
	height: 460px;
	padding: 0px 0px 20px 80px;
	margin: 0px;
	line-height: 1.7em;
}




/* Nav Styles */
#nav {
	background-color: #efefef;
	width: 900px;
	background-image: url(../images/navBg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0px 0px 0px;
	padding: 1px 0px 0px;
	list-style: none;
	background-image: url(../images/navRight.png);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
	float: left;
	height: 30px;
	width: 100%;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	float: left;
	height: 30px;
	background-image: none;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 7px 10px;
	border-right: 1px solid #999;
	border-bottom: none;
	font-weight: normal;
	outline: none;
	color: #222;
	text-transform: uppercase;
	background-image: url(../images/navSheet.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-image: url(../images/navSheet.png);
	background-position: 0px -50px;
	background-repeat: repeat-x;
}

/* Subnav */
#nav ul.subnav {
	margin: 0px;
	border-bottom: none;
	height: 30px;
	background-image: none;
	background-color: #222;
	width: auto;
}
#nav ul.subnav li {
	height: 24px;
	margin: 2px 0px;
}
#nav ul.subnav li a {
	color: #fff;
	margin: 6px 0px;
	padding: 0px 10px;
	font-size: .7em;
	background-image: none;
	border: none;
}
#nav ul.subnav li a:hover, #nav ul.subnar li a:focus {
	color: #ffcc33;	
}
#nav ul.subnav li abbr, #nav ul.subnav li abbr:hover {
	cursor: pointer;
	border: none;
	background-color: inherit;
}






/* Basic Styles */
h1, h2 {
	font-size: 3em;
	margin: 0px 0px 1em;
	padding: 60px 0px 20px 0px;
	
	font-weight: normal;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	text-transform: lowercase;
}
h1 { color: #A16700; border-bottom: 3px solid #A16700; }
h2 { color: #666; border-bottom: 2px solid #ccc; }
h3 { color: #666; font-size: 1.1em; font-style: italic; font-weight: normal; margin: .5em 0px .5em; }
a {
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px solid #d9b87e;
	color: #A16700;
}
a:hover, a:focus {
	border-bottom: 1px solid #7a5514;
}
a.workLink {
	display: inline-block;
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #999;
	line-height: 1em;
}
a.workLink img {
	border: 1px solid #999;
}
a.workLink:hover, a.workLink:focus {
	background-color: #666;
	border: 1px solid #000;
}
abbr:hover {
	cursor: help;
	background-color: #ffe6bb;
}
ul, ol {
	margin: 1em 0px 1em 30px;	
}
ul li {
	list-style: none;
	background-image: url(../images/bullet.png);
	background-position: 0px .6em;
	background-repeat: no-repeat;
	padding-left: 15px;
}
p {
	margin: 0px 0px 1em;
}
blockquote {
	padding: 10px 0px 0px 50px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 1.5em;
}
.left {
	float: left;
	width: 470px;
	padding-right: 15px;
}
.right {
	float: left;
	width: 230px;
	padding-left: 15px;
}
img.border {
	border: 1px solid #999;
	background-color: #efefef;
	padding: 5px;
}



/* Message Styles */
.msgPos, .msgNeg, .msgNeut, .msgWarn { 
	padding: 5px 5px 5px 35px; 
	margin: 1em 0px 2em; 
	min-height: 21px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.msgPos 	{ background-color: #eeffed; border: 1px solid #217c3d; color: #217c3d; background-image: url(../images/msgPos.png); }
.msgNeg 	{ background-color: #ffeded; border: 1px solid #7c2121; color: #7c2121; background-image: url(../images/msgNeg.png); }
.msgWarn 	{ background-color: #fffde9; border: 1px solid #746c30; color: #746c30; background-image: url(../images/msgWarn.png);}
.msgNeut 	{ background-color: #efefef; border: 1px solid #aaaaaa; color: #555555; }



/* Kana Quiz Styles */
.kana {
	vertical-align: bottom;
	font-size: 5em;
	display: block;
	padding: 1em auto;
	text-align: center;
	color: #333;
	margin-top: .5em;
	font-family: "Times New Roman", Times, serif;
}
#kanaRomaji {
	color: #444;
	text-align: center;
	margin-top: 30px;
	font-size: 2em;
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #aaa;
}
#kanaQuizGuess {
	padding: 5px;
	width: 50px;
	text-align: center;
	font-size: 1.1em;
	color: #555;
}
#kanaButtons {
	margin-top: 1.5em;
	text-align: center;
}
#kanaButtons button {
	font-size: 1.2em;
	padding: 5px;
}
#kanaQuizResponse {
	font-size: 1.3em;
}



/* Form Styles */
input[type=checkbox], input[type=radio] {
	margin-right: 7px;
	vertical-align: text-top;
}
fieldset {
	padding: .5em 0px;
	border: none;
	border-top: 2px solid #A16700;
}
legend {
	padding: 0px 10px 0px 0px;
	color: #a16700;
	font-style: italic;
	font-weight: bold;
}
