﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 140%; /* after this line same as styles3 */;
	background-color: #F1F1F4;
}

#container {
		margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#navigation {
	background-color: #F1F1F4;
	padding-top: 8px;
	padding-bottom: 30px;
}

/* Styles for Nav menu */

#Nav{
	list-style:none;
	margin:0;
	padding:0;
}

#Nav ul{ /*Sub menus*/
	list-style:none;
    margin:0px;
    padding:0px;
    display:none;
    z-index:5;
    position:absolute;
	max-width:240px;
}

#Nav ul:hover{ /*When mouse moves off top main menu, submenus don't dissappear*/
    display:block;
}

#Nav li{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#525252;
	padding:10px 10px;
	text-decoration:none;
	text-shadow:1px 0px 2px #ffffff;
	text-align:center;
}

#Nav li:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7c7c7), color-stop(1, #dedede) );
	background:-moz-linear-gradient( center top, #c7c7c7 5%, #dedede 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#dedede');
   background-color: #bbe6f2;
   color: #1111111;	
     }
	 
 
#Nav li  a:hover + ul { /*If mouse hovers over top menu with a sub menu, show the sub menu*/
    display:block;
}

#Nav li a{
	text-decoration: none;
	text-align: center;
	color: #800000;
	    display:block;
}

#Nav li a:hover{
	display: block;
}

#Nav ul li a{
    background-color:# 69F;
}

#bottom {
	padding: 10 5 10 5;
	clear: both;
}

#content {
	background:#FFF;
	border: solid;
	border-width: 8px;
	border-color: #FFF;	
	border-radius: 8px;
	box-shadow: 7px 7px 13px 2px #999999;
	display: inline-block;
}
#widecontent {
	max-width:88%;
	padding:2% 4% 2% 4%;
}

#medcontent {
	max-width:600px;
	padding-left:6%;
	padding-right:6%;
}

#contents {
	float:left;
}

#leftcol {

	float:left;
}

#midcol {
	background:#FFF;
	border: solid;
	border-width: 8px;
	border-color: #FFF;
	border-radius: 8px;
	box-shadow: 7px 7px 13px 2px #999999;
	float:left;
}

#rightcol {
	background:#FFF;
	border: solid;
	border-width: 8px;
	border-color: #FFF;
	border-radius: 8px;
	box-shadow: 7px 7px 13px 2px #999999;
	float:left;
}

#jpoem {
	background:#FFF;
	border: solid;
	border-width: 8px;
	border-color: #FFF;
	border-radius: 8px;
	box-shadow: 7px 7px 13px 2px #999999;
	float:left;
}

#romaji {
	background:#FFF;
	border: solid;
	border-width: 8px;
	border-color: #FFF;
	border-radius: 8px;
	box-shadow: 7px 7px 13px 2px #999999;	
	float:left;
}

#epoem {
	background:#FFF;
	border: solid;
	border-width: 8px;
	border-color: #FFF;
	border-radius: 8px;
	box-shadow: 7px 7px 13px 2px #999999;	
	float:left;
}


.Japanese2 {
	width: 28%;
	padding-left: 4%;
	text-indent: -3%;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.romaji2 {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	padding-left: 4%;
	text-indent: -3%;
	float: none;
	font-style:italic;
	margin-top: 0;
	margin-bottom: 0;
}
.English2 {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	padding-left:4%;
	text-indent: -3%;
	margin-top: 0;
	margin-bottom: 0;
}




/* Content and Sidebar Styles */
p {
	font-size:12pt;
	line-height: 1.4em;
	color:#000;
}
h6 {
	color: #060;
	padding-bottom:2pt;
	line-height:1.1em;
}
h5 {
	color: #060;
	padding-bottom:3pt;
	line-height:1.1em;
}
h4 {
	color: #060;
	padding-bottom:4pt;
	line-height:1.1em;
}
h3 {
	color: #060;
	padding-bottom:6pt;
	line-height:1.1em;
}
h2 {
	color: #060;
	padding-bottom:8pt;
	line-height:1.1em;
}
h1 {
	color: #060;
	padding-bottom:10pt;
	line-height:1.1em;
}
.hanging-indent {
	text-indent: -25px;
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}
.indented {
	text-indent: 25px;
	margin-top: 0;
	margin-bottom: 0;
}
.no-indent {
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.indented-hanging-indent {
	text-indent: -25px;
	padding-left: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
.centered-line {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.rightish {
	text-align: right;
}
.large-cap {
	font-size: 24.0pt
}
.indented-quote {
	font-size: x-small;
	padding-left: 25px;
	padding-right: 25px;
}
