/* css Musoshindenkoryu Dojo Moorhead, MN */
/* Created by Bradley Anderson May 2006*/


BODY {
	margin: 0; padding: 0;
	color: #CCCCCC;
	background-color: Black;
	font-family: Arial, "MS Sans Serif", Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center; /*centers the page in the browser in combination with content text align left*/
	background-image: url(../assets/bg_image.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

input, select, th, td {
	font-size: 1em;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1em;
}

p {
	font-size: 1.3em;
}

a {
	color: #669999;
	text-decoration: none;
	background-color: inherit;
   background-image: url(../assets/dot.gif);
   background-repeat: repeat-x;
   background-attachment: scroll;
	background-position: bottom left;
}
a:visited {
	color: #999;
	background-color: inherit;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background: #336666;
}

.no {
display: none;
}
#searchbox {
	border: none;
	background: transparent;
	margin: 0;
	padding: 4px 0;
	font-size: 1.1em;
	text-align: right;
	color: white;
}
#searchbox form {
	margin: 0 10px 0 0;
	padding: 4px 0;
}

#header {
	width: 100%;
	background-image: url(../assets/banner_h.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 140px;
	border-bottom: thin solid #999999;
}

#header a span {
	position: fixed;
	left: 44px;
	top: 20px ;
	width: 108px;
	height: 108px;
	z-index: 3;
}

#headerstore { /*header for store*/
	width: 100%;
	/*background-image: url(../assets/banner_h.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	height: 140px;
	border-bottom: thin solid #999999;
}

#container { /*main container that holds content, navigation, etc.*/
	width: 800px;
	position: relative;
	margin: 0 auto;
	text-align: left; /*centers the page in the browser in combination with body text align center*/
	z-index: 5;
	top: -140px;
}
.content { /*main content area for text*/
	font-size: 1.2em;
	padding: 0 185px 1.6em 0;
	z-index: 10;
	margin-top: 100px;
}

.caption {
	float: left;
	width: 640px;
	padding: 10px;
	margin: 0 10px 10px 0;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	color: Black;
	font-size: smaller;
	background-color: white;
}

.caption-s {
	float: left;
	width: 300px;
	padding: 10px;
	margin: 0 10px 10px 0;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	color: Black;
	font-size: smaller;
	background-color: white;
}

.caption img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

div.floatright {
	float: right;
	width: 640px;
	margin: 0 5px 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatright-s {
	float: right;
	width: 300px;
	margin: 0 5px 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	color: black;
}

div.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

div.free img {
	float: left;
	margin: 0 10px 10px 0;
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

li li { /*setting the nested list font size to standard because of the font set at 10px*/
	font-size: 1.2em;
}
.navbox {
	/*makes the box to hold the navigation*/
	position: absolute;
	left: 630px;
	width: 170px;
	margin: 0;
	font-size: 1.2em;
	border: thin solid #999999;
	top: 150px;
}

ul#mainnav { /* Navigation Menu lists */
	margin: 0;
	padding: 1em 0 1em 1em;
	list-style: none;
	font-size: 1em;
}

ul#mainnav li li {
	font-size: 100%;
}
ul#mainnav li ul { /* Navigation Nested lists */
	display: none;
	list-style: none;
	margin-left: 7px;
}

#home-page ul#mainnav li#home-link ul, /*to add the submenus when on the main menu page*/
#news-page ul#mainnav li#news-link ul,
#gallery-page ul#mainnav li#news-link ul,
#about-page ul#mainnav li#about-link ul,
#kata-page ul#mainnav li#about-link ul,
#term-page ul#mainnav li#about-link ul,
#dojo-page ul#mainnav li#dojo-link ul,
#sensei-page ul#mainnav li#dojo-link ul,
#beg-page ul#mainnav li#dojo-link ul,
#profile-page ul#mainnav li#dojo-link ul,
#contact-page ul#mainnav li#contact-link ul, 
#member-page ul#mainnav li#member-link ul,
#store-page ul#mainnav li#member-link ul,
#guide-page ul#mainnav li#member-link ul,
#howto-page ul#mainnav li#member-link ul,
#testing-page ul#mainnav li#member-link ul {
	display: block; 
	margin-left: .8em;
	padding: 0;
}

#home-page ul#mainnav li#home-link, /*to distinguish the page currently being viewed */
#news-page ul#mainnav li#news-link,
#gallery-page ul#mainnav ul li#gallery-link,
#about-page ul#mainnav li#about-link,
#kata-page ul#mainnav li#about-link ul li#kata-link,
#term-page ul#mainnav li#about-link ul li#term-link,
#dojo-page ul#mainnav li#dojo-link,
#sensei-page ul#mainnav ul li#sensei-link,
#beg-page ul#mainnav ul li#beg-link,
#profile-page ul#mainnav li#profile-link,
#contact-page ul#mainnav li#contact-link, 
#member-page #member-link,
#store-page ul#mainnav li#store-link,
#guide-page ul#mainnav li#guide-link,
#howto-page ul#mainnav li#howto-link,
#testing-page ul#mainnav ul#testing-link {
	background: transparent url(/assets/mon-whiteonly.png) no-repeat right top;
}

ul#mainnav li a {
	display: block;
	width: 100%;
	margin: 0;
	text-decoration: none;
	padding-top: .35em;
	background-image: none;
}

ul#mainnav a:link {color: #336666;}
ul#mainnav a:visited {color: #999999;}
ul#mainnav a:hover {color: white;}

.navbox a span {display: none;}

.navbox a:hover span img { /*to display the picture below the span comments*/
	margin: 1em 0 0 -2em;
}

.navbox a:hover span { /*to display description text down below the nav menu*/
	display: block;
	position: absolute; /* was set at absolute */
	top: 220px;    /* was set at 220px and then 350px */
	width: 120px;
	z-index: 100;
	font: .8em Verdana, sans-serif;
	text-align: center;
	left: 1.5em;
}

.subscribebox   {
	/*makes the subscribe box below the navigation*/
	font-size: 1em;
	border: thin solid #999999;
}
.subscribebox p {
	font-size: 1em;
	margin-left: 1em;
}

.content #pronunciation-tips th {
	background-color: #333;
	}

dt {
	font: 1.5em bold;
}
dd {
	padding: .3em 0 .5em 0;
	font-size: 1.25em;
	font-style: normal;
	color: #4682B4;
}

form#request-info { 
 border: 1px solid #336666; 
 margin: 1em;
 padding: 1em;
 text-align: left; 
 font-size: 1.2em;
}

form#request-info input, textarea {
	background-color: #DCDCDC;
}

fieldset {
	padding: 1em;
}

legend {
color: #fff;
background: #366;
border: 1px solid #999;
padding: 2px 6px;
}

form#request label {
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.footbox {	/*this is a box where the bottom-navigation and the copyright will be placed*/
	color: Black;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	padding: 2px;
	margin: 2px;
	border-style: ridge;
	background: #336666;
	text-align: center;
}

.footbox a {
	color: White;
	background-image: none;
}

body #pg-kanji {
	position:absolute;
	top: 150px;
	left: 8px;
	z-index: -10;
	}