@charset "UTF-8";


/* ---- colors 

#C2B8AE - Container & Footer beige
#333	- Nav Background
#794226 - Brown
#c01517	- link color
#9A7D59	- heading first word style
---- */

/* ---- Fonts ----- */

@font-face {
    font-family: 'AG_BenguiatRegular';
    src: url('../fonts/agbcb-webfont.ttf');
    src: url('../fonts/agbcb-webfont.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/agbcb-webfont.woff') format('woff'),
         url('../fonts/agbcb-webfont.ttf') format('truetype'),
         url('../fonts/agbcb-webfont.svg#AG_BenguiatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shojumaru';
    src: url('../fonts/shojumaru-regular-webfont.ttf');
    src: url('../fonts/fonts/shojumaru-regular-webfont.ttf?#iefix') format('embedded-opentype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bilbo';
    src: url('../fonts/Bilbo-Regular.otf');
    src: url('../fonts/fonts/Bilbo-Regular.otf?#iefix') format('embedded-opentype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Komika';
    src: url('../fonts/komtxt.ttf');
    src: url('../fonts/komtxt.ttf?#iefix') format('embedded-opentype'),
    font-weight: normal;
    font-style: normal;
}



/* ---- Global Styles ---- */

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


/*html5 display rule*/

html {
background:#000;

}



body {
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 0 auto;
color:#000;
}

a:link {
font-weight: normal;

	color: #c01517;

	text-decoration: underline;

	font-style: normal;
	outline:0;
	
}

a:hover {
font-weight: normal;

	color: #c01517;

	text-decoration: underline;

	font-style: normal;
}

a:visited{
font-weight: normal;

	color: #c01517;

	text-decoration: underline;

	font-style: normal;
	outline:0;
}

/* ---- Basic Layout Styles---- */

.mainContainer {
width:979px;
background:#DFDBD3;
margin: 0 auto;
border:0;
overflow:hidden;
font-size:inherit;
padding-bottom:25px;
}





/* ---- Header Styles---- */
.topContainer {
background: #fff;
width:940px;
min-height:700px;
height: auto;
padding:7px;
margin: 0 auto 35px;
border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
overflow:auto;
}

header {
background: #6E402D url(../images/hdr-home.png) no-repeat;
height:78px;
padding-bottom:0;
}



/* ---- Nav Styles ---- */
#mainNav {
height: 20px;
width: 930px;
background: #333;
padding:5px;
margin:0 auto;


}

#mainNav ul ul{
display:none;

}

#mainNav ul li:hover > ul {
		display: block;
		
	}


#mainNav ul {
list-style:none;
margin-left:1px;
display: inline-table;
position: relative;
}

#mainNav ul:after {
		content: ""; clear: both; display: block;
	}
	
	#mainNav ul li {
	float: left;
	display: inline;
	font-size: .8em;
	line-height:1.7em;
	text-align:center;
	

}

#mainNav ul li a{
display:block;
color:#ccc;
list-style: none;
width:103px;
height:20px;
text-decoration:none;
background: linear-gradient(top, #333 4%, #000 63%);
background: -o-linear-gradient(top, #333 4%, #000 63%);
background: -moz-linear-gradient(top, #333 4%, #000 63%);
background: -webkit-linear-gradient(top, #333 4%, #000 63%);
background: -ms-linear-gradient(top, #333 4%, #000 63%);

background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.04, #333),
	color-stop(0.63, #000)
);
border-top: 1px solid #555;
}


#mainNav .current a, #mainNav ul li a:hover { 
color:#fff;
width:103px;
height:20px;
background: linear-gradient(bottom, #555 36%, #333 68%);
background: -o-linear-gradient(bottom, #555 36%, #333 68%);
background: -moz-linear-gradient(bottom, #555 36%, #333 68%);
background: -webkit-linear-gradient(bottom, #555 36%, #333 68%);
background: -ms-linear-gradient(bottom, #555 36%, #333 68%);

background: -webkit-gradient(
	linear,left bottom,left top,color-stop(0.36, #555),color-stop(0.68, #333));
border-top: 1px solid #666;
border-bottom: 2px solid #222;
}

span .current {
color:#fff;
width:103px;
height:20px;
background: linear-gradient(bottom, #555 36%, #333 68%);
background: -o-linear-gradient(bottom, #555 36%, #333 68%);
background: -moz-linear-gradient(bottom, #555 36%, #333 68%);
background: -webkit-linear-gradient(bottom, #555 36%, #333 68%);
background: -ms-linear-gradient(bottom, #555 36%, #333 68%);

background: -webkit-gradient(
	linear,left bottom,left top,color-stop(0.36, #555),color-stop(0.68, #333));
border-top: 1px solid #666;
border-bottom: 2px solid #222;
}




#mainNav ul ul {
	border-radius: 0 0px 15px 0px; 
	position: absolute; top: 100%;
	padding-top:5px;
	
	background:#000000;
}
	#mainNav ul ul li {
	display: block;
	font-size: inherit;
	line-height:inherit;
	text-align:left;
		display:block;
		margin-left:30px;
color:#ccc;
float:none;
list-style: none;
padding-right: 20px;
width:116px;
height:25px;
text-decoration:none;
background:#000000;
border-radius: 0 0px 15px 0px; 
/*background: linear-gradient(top, #333 4%, #000 63%);
/*background: -o-linear-gradient(top, #333 4%, #000 63%);
/*background: -moz-linear-gradient(top, #333 4%, #000 63%);
/*background: -webkit-linear-gradient(top, #333 4%, #000 63%);
/*background: -ms-linear-gradient(top, #333 4%, #000 63%);

/*background: -webkit-gradient(
	/*linear,
	/*left top,
	/*left bottom,
	/*color-stop(0.04, #333),
	/*color-stop(0.63, #000));*/

}

		#mainNav ul ul li a {
		border: none;
			display:block;
color:#ccc;
list-style: none;
width:116px;
height:25px;
float:none;
text-decoration:none;
background:none;
/*background: linear-gradient(top, #333 4%, #000 63%);
/*background: -o-linear-gradient(top, #333 4%, #000 63%);
/*background: -moz-linear-gradient(top, #333 4%, #000 63%);
/*background: -webkit-linear-gradient(top, #333 4%, #000 63%);
/*background: -ms-linear-gradient(top, #333 4%, #000 63%);

/*background: -webkit-gradient(
	/*linear,
	/*left top,
	/*left bottom,
	/*color-stop(0.04, #333),
	/*color-stop(0.63, #000));*/


}


#mainNav ul ul li a:hover {
text-align:left;
					border: none;
			display:block;
color:#fff;
list-style: none;
width:116px;
height:25px;

margin-left:-30px;
padding: 0 20px 0 30px;
float:none;
text-decoration:none;
background: linear-gradient(bottom, #555 36%, #333 68%);
background: -o-linear-gradient(bottom, #555 36%, #333 68%);
background: -moz-linear-gradient(bottom, #555 36%, #333 68%);
background: -webkit-linear-gradient(bottom, #555 36%, #333 68%);
background: -ms-linear-gradient(bottom, #555 36%, #333 68%);

background: -webkit-gradient(
	linear,left bottom,left top,color-stop(0.36, #555),color-stop(0.68, #333));


				
border-radius: 0 0px 15px 0px; 			
	}		



#mainNav ul ul ul {
		position: absolute; left: 100%; top:0;
	}





/* ---------------ADMIN GENERAL STYLES-------------*/

#wrapper {
margin:0;
background:url(../images/backgrounds/lightbambooforest.jpg) repeat-x;
background-attachment:fixed;
}

/* ---------------ADMIN MENU-------------*/

#adminCollection{
font-family: 'Shojumaru';
font-size: 1.7em;
color: #eee;
line-height:.5em;
padding-top:20px;
margin-left:2px;
text-shadow:#000 0 0 7px;

}
#adminCollection2 {
font-family: 'Shojumaru';
font-size: 1em;
color: #eee;
line-height:.5em;
margin-left:2px;
padding-bottom:20px;
text-shadow:#000 0 0 7px;

}


#adminMenu {
width:100%;
height:600px;
float:left;
background:#794226;
background: linear-gradient(left, #603220 4%, #794226 63%);
background: -o-linear-gradient(left, #603220 4%, #794226 63%);
background: -moz-linear-gradient(left, #603220 4%, #794226 63%);
background: -webkit-linear-gradient(left, #603220 4%, #794226 63%);
background: -ms-linear-gradient(left, #603220 4%, #794226 63%);

padding:5px 5px 25px 5px;
margin:0 auto;
border-radius: 0 20px 20px 0;
-moz-box-shadow:    4px 8px 5px 5px #777;
  -webkit-box-shadow: 4px 8px 5px 5px #777;
  box-shadow:         4px 8px 5px 5px #777;
}

.adminLeft h3 {
width:80%;
font-size:1.5em;
font-weight:  bold;
padding:10px;
text-align: center;
}

.adminList {
width:100%;
margin:1px;
padding:7px;

}


#adminMenu > ul > li {
width:80%;
height:20px;
padding-top:10px;
border-bottom:1px dotted white;
list-style-type: none;
margin-left:4px;
}



#adminMenu > ul > li > a {
font-family: 'Komika';
font-size:1em;
color: #cccccc;
text-decoration: none;


}

#adminMenu > ul > li > a:hover{
color: #ffffff;
text-decoration: none;
font-weight:bold;

}







/* ---------------ADMIN HOME PAGE-------------*/

#adminWrapper {
width:100%;
float:left;
height:100%;
border: 1px solid black;
padding:1px;
margin:1px;
}

.adminCenter {
width:64%;
height:100%;
float:left;
margin:10px 0 0 20px;
padding-left:5px;

}

.adminLeft {
width:155px;
height:100%;
float:left;
margin:10px 0 0 -7px ;
padding:5px;

}

.adminRight {
width:125px;
height:400px;
margin:10px 0 0 0;
padding:1px;
float:right;
background: #fff url(../images/kanji-right.jpg)no-repeat;

}


/* ---------------ADD NEW STUDENT PAGE-------------*/


#lets_add {
font-family: 'Shojumaru';
font-size: 2em;
color: #000000;
margin-left: 20px;
padding-bottom: 25px;
}

#formBlock {
background:#cccccc;
width:80%;
margin:0 0 50px 50px;
padding:25px;
border-radius: 35px 0 35px 0;
border: .5px solid #999;
}

#parentBox {
width:75%;
display: block;
background: #99cccc;
border: .5px solid #999;
border-radius: 0 20px 0 20px;
clear: both;
height: 4.5em;
padding: .8em 0 .8em 0;
margin: 10px;
}


.entry {
display: block;
clear: both;
height: 1em;
padding: .5em;
margin: 1px;
}

label {
font-size: .85em;
font-weight:bold;
margin-left:10px;
}

#locationLabel {
padding-right: 25px;
}

#phone_area_code {
width:35px;
}

#phone {
margin-left:-10px;
}

#rank {
margin-left:20px;
}

#age {
width:50px;
}

#last_rank_date {
margin:0 15px 0 5px;
}

#last_rank_date1 {
width: 20px;
margin:0 15px 0 5px;
}

#last_rank_date2 {
width: 20px;
margin:0 10px 0 5px;
}

#last_rank_date3 {
width: 40px;
margin:0 0 0 5px;
}

.notes {
display: block;
width: 100%;
height:130px;
margin: 20px 0 20px 15px;
}

#comments {
width:55%;
height: 100px;
float: left;
}

/* ---- VIEW STUDENT STYLE ---- */

#viewWrapper {
width: 80%;
min-height: 500px;
padding:25px;
margin-top:25px;
}

#editButton {
-webkit-appearance: none;
position: relative;
    top: -30px;
    left: 300px;
height:30px;
border: none;
background: #9edc98;
border-radius: 5px;
margin: 0;
color: #444;
font-weight: bold;
border: .5px solid #aaa;
}

#editButton:hover {
-webkit-appearance: none;
position: relative;
    top: -30px;
    left: 300px;
height:30px;
border: none;
background: #8bc186;
border-radius: 5px;
margin: 0;
color: #fff;
font-weight: bold;
border: .5px solid #aaa;
}

#contactInfo {
background: #ccc;
border: 1px solid #999;
border-radius: 0 20px 0 20px;
width: 80%;
min-height: 100px;
padding:10px 10px 10px 20px;
margin-top:50px;
}

#emInfo {
background: #ef694c;
border: 1px solid #999;
border-radius: 0 20px 0 20px;
width: 100%;
min-height: 20px;
padding:10px 10px 10px 20px;
margin-top:50px;
margin-bottom: 25px;
}

#commentBox {
font-family: 'Helvetica', sans-serif;
font-size: .8em;
font-weight: normal;
width: 60%;
min-height: 100px;
padding: 10px;
border: 1px solid #555;
margin: 15px 0 0 0;

}

#commmentLabel {
display: block;
font-weight: bold;
}



/* ---- Content Styles ---- */


.standardContent {
width:600px;
float:left;
margin:20px 0 0 0;
padding-left:5px;

}

.standardContentLeft {
width:155px;
float:left;
margin:20px 0 0 0px;
padding:5px;

}

.standardKanjiRight {
width:125px;
height:330px;
margin:10px 0 0 0;
padding:1px;
float:right;
background: #fff url(images/kanji-right.jpg)no-repeat;

}

.standardContent p {
margin-bottom: 1.5em;
font-size: .75em; }



.standardContent h2 {
font-family: 'AG_BenguiatRegular';
font-size:1.4em;
font-weight:normal;
font-style: normal;
padding-bottom:20px;
padding-top:25px;
}

.standardContent h4.red {
color:#c01517;
font-size:.8em;
font-weight:bold;
font-style:normal;
padding: 15px 0 15px;
background:#fff url(images/brown_flower.png)no-repeat;
background-size:20px 20px;
text-indent: 27px;
line-height:5%;
}


.standardContent h3 {
font-family: Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
font-style: normal;
padding: 15px 0 10px;
background:#fff url(images/brown_flower.png)no-repeat;
line-height:5%;
text-indent: 35px;
}

.standardContent img.oSensei {
float:right;
margin: 10px 10px 10px 15px;
}

.standardContent ul {

width:300px;
padding: 0;
font-size:.8em;
list-style:none;
}

.standardContent li {
padding: 1px;
margin-bottom:10px;
}


.standardContent p img {
margin-right:20px;
margin-bottom: 30px;
float:left;
border: 1px solid black;

}

.standardContent p.bio  {
padding: 0 0 30px 0px;
}



h2 { 
font-family: 'AG_BenguiatRegular';
font-size:1.3em;
font-weight:normal;
font-style: normal;
/* homepage h2*/
}

h2.special{
font-family: 'AG_BenguiatRegular';
font-size:1.3em;
font-weight:normal;
font-style: normal;
color:#c01517;
}

h2 span{
color:#9A7D59;
}

article h2{
font-family: 'AG_BenguiatRegular';
font-size:1.3em;
font-weight:normal;
font-style: normal;
text-indent:35px;
line-height:1.5em;
background: url(images/brown_flower.png)no-repeat;

}

blockquote {
color:#794226;
display:hidden;
font-family:Arial, HGelvetica, sans-serif;
font-size:.8em;
font-style:italic;
font-weight:bold;
padding: 8px 0;

}



/* ---- section Styles ---- */

section {
font-family: Arial, Helvetica, sans-serif;
padding:15px;
font-size:1em;
}

section p {
margin:10px 0;
font-size:.7em;
line-height:150%;
text-align:justify;
}

section#lhaSection {
width:96%;
margin: 10px 0 75px 0;
}

section#lfaSection {
width:96%;
margin:10px 0 10px 0;
}


table#lhaStudents {
border:1px solid black;
margin:10px 0;
font-size:.7em;
white-space: nowrap;
} 

table#lhaStudents th {
width: 20px;
height: 5px;
padding:5px 10px;
background-color: black;
color: white;
white-space: nowrap;
}

table#lfaStudents {
border:1px solid black;
margin:10px 0;
font-size:.7em;
white-space: nowrap;
} 

table#lfaStudents th {
width: 20px;
height: 5px;
padding:5px 10px;
background-color: #771100;
color: white;
white-space: nowrap;
}

tr {

}

tr:nth-child(odd) {
background: #ecdec8;
}

td {
width: 20px;
white-space: nowrap;
height: 5px;
padding:5px 10px;

}


.affiliation {
width:450px;
height:150px;
text-align:center;
float:right;
color: #000;
font-size: 1.2em;
margin:-150px 0 0 0;
padding: 1px;
align: right;

}

.affiliation img{

padding: 5px 0 0 0;

margin:1px;

}


/* ---- Footer Styles---- */
footer {
width: 929px;
height:auto;
background:#DFDBD3;
font-size:.7em;
line-height:150%;
padding:30px 25px 25px 25px;
clear:both;
border-top: 1px solid #643424;
margin:0 auto;
}

.footerLeft {
width:450px;
clear:left;
padding:1px;
margin:1px;

}

footer h3 {
font-size:1.3em;
font-weight:bold;
display:inline;

}

footer img {
margin-left: 15px;
}


/* -----------------------------------------
   ----------Mobile Styles Styles-----------
   ----------------------------------------- */
@media only screen and (max-width:480px){


@charset "UTF-8";


/* ---- colors 

#C2B8AE - Container & Footer beige
#333	- Nav Background
#c01517	- link color
#9A7D59	- heading first word style
---- */

/* ---- Fonts ----- */

@font-face {
    font-family: 'AG_BenguiatRegular';
    src: url('../fonts/agbcb-webfont.ttf');
    src: url('../fonts/agbcb-webfont.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/agbcb-webfont.woff') format('woff'),
         url('../fonts/agbcb-webfont.ttf') format('truetype'),
         url('../fonts/agbcb-webfont.svg#AG_BenguiatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shojumaru';
    src: url('../fonts/shojumaru-regular-webfont.ttf');
    src: url('../fonts/fonts/shojumaru-regular-webfont.ttf?#iefix') format('embedded-opentype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bilbo';
    src: url('../fonts/Bilbo-Regular.otf');
    src: url('../fonts/fonts/Bilbo-Regular.otf?#iefix') format('embedded-opentype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Komika';
    src: url('../fonts/komtxt.ttf');
    src: url('../fonts/komtxt.ttf?#iefix') format('embedded-opentype'),
    font-weight: normal;
    font-style: normal;
}



/* ---- Global Styles ---- */

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


/*html5 display rule*/

html {
background:#000;

}




/* ---- Basic Layout Styles---- */

body {
width:100%;
background:#000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
margin:0 auto;
color:#000;
}


.mainContainer {
width:100%;
background:#DFDBD3;
margin: 0 auto;
border:0;
overflow:hidden;
font-size:inherit;
}

.topContainer {
background: #fff;
width:93%;
/*min-height:700px;*/
padding:7px;
margin: 0 auto;
border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
overflow:hidden;
}

.fix {
height:1400px;
}

/* ---- Links---- */

a:link {
font-weight: normal;

	color: #c01517;

	text-decoration: underline;

	font-style: normal;
	outline:0;
	
}

a:hover {
font-weight: normal;

	color: #c01517;

	text-decoration: underline;

	font-style: normal;
}

a:visited{
font-weight: normal;

	color: #c01517;

	text-decoration: underline;

	font-style: normal;
	outline:0;
}


.readMoreRed {
width: 85px;
height: 17px;
padding:2px;
font-size:.8em;
margin-top:20px;
text-align:center;
background: #c01517;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
line-height:1.2em;
text-decoration:none;
}



.readMoreRed a {
font-size:.7em;
color:#fff;
text-decoration:none;

}

.readMoreBlack {
width: 85px;
height: 17px;
padding:2px;
font-size:.8em;
text-align:center;
background: #000;
color: #fff;
margin-top:20px;
border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
line-height:1.2em;
text-decoration:none;
}

.readMoreBlack a {
font-size:.9em;
color:#fff;
text-decoration:none;

}

/* ---- Header Styles---- */

header {
background: #6E402D url(../images/hdr-home-mobile2.png) no-repeat;
background-size:100%;
height:54px;
padding-bottom:0;
}

/* ---- Banner Styles ---- */
#banner {
display:none;
}


#rsmBanner {
clear:both;
border-radius:20px;
width:100%;
height:60px;
background:#651015;
vertical-align:bottom;
margin-top:5px;
}

p.tagline {
margin:10px;
font-size:.9em;
text-align:center;
color:#ffffff;
padding-top:10px;

}


/* ---- Nav Styles ---- */
#mainNav {
height: auto;
width: 97%;
background: #333;
padding:5px;
margin:0 auto;
border-radius: 0 0 15px 15px; 

}

#mainNav ul ul{
display:none;
position: relative;
width:100%;
height:auto;
margin: 0;
background:#000;
border-radius: 0 0 15px 15px;
}

#mainNav ul li:hover > ul {
		display: block;
		position: relative;
		width:100%;
		margin:0;
		height:auto;
		
		
	}


#mainNav ul {
width:100%;
height:25px;
list-style:none;
margin-left:1px;
display: inline-table;
position: relative;

}

#mainNav ul:after {
		content: ""; clear: both; display: block;
	}
	
	#mainNav ul li {
	width: 100%;
	height:24px;
	margin: 1px 0 0 0;
	float: left;
	display: inline;
	font-size: .8em;
	line-height:1.7em;
	text-align:center;
	border-radius: 15px 15px 15px 15px; 

}

#mainNav ul li a{
display:block;
color:#ccc;
list-style: none;
width:100%;
height:24px;
text-decoration:none;
background: linear-gradient(top, #333 4%, #000 63%);
background: -o-linear-gradient(top, #333 4%, #000 63%);
background: -moz-linear-gradient(top, #333 4%, #000 63%);
background: -webkit-linear-gradient(top, #333 4%, #000 63%);
background: -ms-linear-gradient(top, #333 4%, #000 63%);

background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.04, #333),
	color-stop(0.63, #000)
);
border-radius: 5px 5px 5px 5px; 
}


#mainNav .current a, #mainNav ul li a:hover { 
color:#fff;
width:100%;
height:24px;
background: linear-gradient(bottom, #555 36%, #333 68%);
background: -o-linear-gradient(bottom, #555 36%, #333 68%);
background: -moz-linear-gradient(bottom, #555 36%, #333 68%);
background: -webkit-linear-gradient(bottom, #555 36%, #333 68%);
background: -ms-linear-gradient(bottom, #555 36%, #333 68%);

background: -webkit-gradient(
	linear,left bottom,left top,color-stop(0.36, #555),color-stop(0.68, #333));


}




#mainNav ul ul {
width:100%;
height:25px;
	border-radius: 0 0px 15px 15px; 
	position: absolute; top: 1%;
	margin: -3px 0 0 0;
	padding-top:0;
	padding-bottom:5px;
	background:#000000;
}
	#mainNav ul ul li {
	width:88%;
	height:25px;
	display: block;
	text-align:left;
		display:block;
		margin:0 0 2px 5px;
color:#fff;
float:none;
list-style: none;


text-decoration:none;
background:#444;
border-radius: 15px 15px 15px 15px; 
/*background: linear-gradient(top, #333 4%, #000 63%);
/*background: -o-linear-gradient(top, #333 4%, #000 63%);
/*background: -moz-linear-gradient(top, #333 4%, #000 63%);
/*background: -webkit-linear-gradient(top, #333 4%, #000 63%);
/*background: -ms-linear-gradient(top, #333 4%, #000 63%);

/*background: -webkit-gradient(
	/*linear,
	/*left top,
	/*left bottom,
	/*color-stop(0.04, #333),
	/*color-stop(0.63, #000));*/

}

		#mainNav ul ul li a {
		border: none;
			display:block;
			margin-left:15px;
color:#ccc;
list-style: none;
width:100%;
height:25px;
float:none;
text-decoration:none;
background:none;
/*background: linear-gradient(top, #333 4%, #000 63%);
/*background: -o-linear-gradient(top, #333 4%, #000 63%);
/*background: -moz-linear-gradient(top, #333 4%, #000 63%);
/*background: -webkit-linear-gradient(top, #333 4%, #000 63%);
/*background: -ms-linear-gradient(top, #333 4%, #000 63%);

/*background: -webkit-gradient(
	/*linear,
	/*left top,
	/*left bottom,
	/*color-stop(0.04, #333),
	/*color-stop(0.63, #000));*/


}


#mainNav ul ul li a:hover {
text-align:left;
				
display:block;
color:#fff;
list-style: none;
width:100%;
	height:25px;
margin: 0 0 0 -15px;
text-decoration:none;
background: none;				
border-radius: 15px 15px 15px 15px; text-indeny:-10px;			
	}		



#mainNav ul ul ul {
		position: absolute; left: 100%; top:0;
	}





/* ---- Article Styles ---- */

article {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}


/* ---- Gallery & Video Styles---- */

h2.galleryTitle {
font-family: 'AG_BenguiatRegular';
font-size:1.6em;
font-weight:normal;
font-style: normal;
padding-bottom:30px;
padding-top:10px;
margin:20px 0 0 53px;
}

.galleryContent {
width:95%;
margin:20px 0 0 2px;
padding: 0 0 40px 0;

}

.galleryContentLeft {
display:none;
}

.galleryKanjiRight {
display:none;
}

.gallerythumb {
display:none;
position:relative;
border: 1px solid #000;
margin:5px 10px 5px 27px;
width:85%;
height: auto;
}

.gallerythumb img {
position:relative;
width:100%;
margin-bottom:-5px;
padding:0;
}

.picText {
 background-color: rgba(0,0,0,0.50);
 position: absolute;
 bottom: 0;
 left:0;
 height: 11%;
 width: 100%;
}

.gallerythumb a{

color: #fff;
text-decoration: none;
}
.picText span { 
   color: white; 
   margin:0 0 0 10px ;
   font:.75em Helvetica, Sans-Serif; 
   letter-spacing: -.5px;  
   padding: 0; 
   align:left;
text-decoration:none;

}

/* ---- Content Styles ---- */

.wrapper {
width:85%;
margin:0;
float:left;

}

.standardContent {
width:100%;
margin:0 auto;
padding-left:5px;

}

.standardContentLeft {
clear: both;
width: 95%;
height: auto;
margin: 0 10px 0 2px;
}

.standardKanjiRight {
display:none;


}

.standardContent p {
margin-bottom: 1.5em;
font-size: 1.2em;
text-align: left;
 }



.standardContent h2 {
font-family: 'AG_BenguiatRegular';
font-size:1.6em;
font-weight:normal;
font-style: normal;
padding-bottom:30px;
padding-top:10px;
margin-left: 20px;
}

.standardContent h4.red {
color:#c01517;
font-size:.8em;
font-weight:bold;
font-style:normal;
padding-top:1em;

}


.standardContent h3 {
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size:1.8em;
font-weight:bold;
font-style: normal;
padding:15px 0 35px;
background:#fff url(images/brown_flower.png)no-repeat;
background-size: 10%;
line-height:2%;
text-indent: 40px;

}

.standardContent img.oSensei {
float:right;
margin: 10px 10px 10px 15px;
}

.standardContent ul {

width:300px;
padding: 0;
font-size:.8em;
list-style:none;
}

.standardContent li {
padding: 1px;
margin-bottom:10px;
}

.training ul.kids {
color: #000;
width:300px;
padding: 0;
font-size:.7em;
margin-left:2em;
font-weight:bold;
}





 h2.faq{
font-family: 'AG_BenguiatRegular';
font-size:1.1em;
margin-left:0;
font-weight:normal;
font-style: normal;
text-indent:35px;
line-height:1.5em;
background: url(images/brown_flower.png)no-repeat;
background-attachment:relative;
background-position: 0px 10px;


}


.instructors {
color: #c01517;
font-weight:bold;
font-style:normal;
font-size:.7em;

}

.standardContent p  {

font-size:.8em;
margin-right: 15px;
padding-right:10px;
}

.standardContent h3 {
font-family: Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
font-style: normal;
padding: 15px 0 10px;
background:#fff url(images/brown_flower.png)no-repeat;
line-height:5%;
text-indent: 35px;
}

.standardContent p img {
margin-right:15px;
margin-bottom: 5px;
float:left;
border: 1px solid black;

}

.standardContent p.bio  {
padding: 0 0 30px 0px;
font-size:.8em;
margin-right: 15px;
}


.standardContent img.oSenseiTechnique {
float:none;
margin: 40px 2px 35px 10px;


}

.training img {
float:right;
padding:0 0 40px 40px;

}


.welcomekids {
width: 70%

}



h2 { 
font-family: 'AG_BenguiatRegular';
font-size:1.5em;
font-weight:normal;
font-style: normal;
/* homepage h2*/
}

h2.special{
font-family: 'AG_BenguiatRegular';
font-size:1.5em;
font-weight:normal;
font-style: normal;
color:#c01517;
margin-left: 5px;

}

p.contact {
margin:top:5px;
font-size:.8em;
font-weight:normal;
font-style: normal;
}


h2 span{
color:#9A7D59;
}

article h2{
font-family: 'AG_BenguiatRegular';
font-size:1.3em;
font-weight:normal;
font-style: normal;
text-indent:35px;
line-height:1.5em;
background: url(images/brown_flower.png)no-repeat;

}

article h2 span.events{
display:block;
text-indent:0;
margin-left:35px;
color:#000;
}


blockquote {
font-family:Arial, HGelvetica, sans-serif;
font-size:.8em;
font-style:italic;
font-weight:bold;
padding: 8px 0;

}

p.registration {
font-size:.7em; 
width: 50%;
line-height: 1.3em;
color: sienna; 
background: #895942;
color: #fff;
padding:10px;
border-radius: 15px 0 15px 0;
margin-top:10px;
}


/* ---- Aikido Terms Styles ---- */

.termBox{

width:100%;
height:auto;
padding:1px 1px 50px 1px;
display:block;
clear:both;


}

.word{

text-align:left;
font-weight: bold;
font-size:.68em;
line-height:1.1em;
width:42%;
padding:10px 5px 5px 0;
float:left;
margin-left:1px;
display:inline-block;
text-indent: -1px;
}




.definition{

width:49%;
height:auto;
font-weight: normal;
font-style: italic;
font-size:.68em;
padding:10px 5px 0 3px;
margin:0;
float:left;
display:inline-block;
}

.alphabetLetter {
color:#c01517;
line-height:1.5em;
font-size:2em;
font-weight: bold;
display: block;
height:1.5em;
width: 1.5em;
border: 1px solid black;
text-indent:.4em;
}




/* ---- section Styles ---- */

section {
font-family: Arial, Helvetica, sans-serif;
padding:15px;
font-size:1em;
}

section p {
margin:10px 0;
font-size:.9em;
line-height:120%;
text-align:justify;

}

.frontschedule {
width:88%;
display: block;
margin:15px;


}

.schedule {
width:100%;
margin:0;
padding:5px 0 20px 0;
}


article.welcome {
width:100%;
margin:0 auto;
padding:0;

}

.training {
width:80%;
clear:both;
align:center;
margin:0 auto;
border-top: 2px solid #888;
}

.training p{
text-align:left;
padding-right: 1px;
}



.oSensei{
width:90%;
align:center;
text-align:center;
line-height:140%;
font-size:.9em;

}

.oSensei2 {
width:42%;
float:right;
padding-bottom:20px;
padding-right:10px;
margin:-45px 0 10px 0;

}

section.welcome{
width:90%;
margin: 0 auto;


}

.news {
width:90%;
height: auto;
float:left;
padding: 20px 25px;

}

.newsItem {

width:96%;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
margin:5px 0 5px 0;
height:auto;
}

.newsItemtext {
width:100%;
line-height:150%;

}

.newsItemtext h3 {
font-size:1.3em;
font-weight:bold;
font-style:normal;
color:#c01517;
padding-bottom:5px;
}

.newsItem img {

padding:0 10px 10px 0;
clear:both;
}


.principles {
width:85%;
clear:both;
padding: 30px 25px;
height:auto;
margin: 0 auto;
}



.principles ul {

width:100%;
padding: 5px 15px;
font-size:1em;
font-weight:bold;
}

.principles li {
color:#c01517;
padding: 4px;
}

.affiliation {
float:left;
background-color:#888888;
clear:both;
width:95%;
height:250px;
align:right;
color: #000;
margin: 50px 5px 0 0;
padding-top:25px;
}

.affiliation img {
border: none;
}

/* ---- Footer Styles---- */
footer {
width:93.9%;
background-color:#DFDBD3;
padding: 20px 0 400px 20px;
font-size:.7em;
line-height:150%;
margin:0 auto;
clear:both;
border-top: 1px solid #643424;
height:auto;
}

.footerLeft {
width:90%;
clear:both;
}

footer h3 {
font-size:1.6em;
font-weight:bold;
display:block;
padding-bottom:10px;
}

footer img {
padding:0;
}

footer.link {
text-decoration:none;
}


/* ---------------ADMIN MENU-------------*/

#adminMenu {
width:100%;
height:300px;
float:left;
background:#794226;
background: linear-gradient(left, #603220 4%, #794226 63%);
background: -o-linear-gradient(left, #603220 4%, #794226 63%);
background: -moz-linear-gradient(left, #603220 4%, #794226 63%);
background: -webkit-linear-gradient(left, #603220 4%, #794226 63%);
background: -ms-linear-gradient(left, #603220 4%, #794226 63%);


padding:5px 5px 25px 5px;
margin:0 auto;
border-radius: 0 20px 20px 0;
-moz-box-shadow:    4px 8px 5px 5px #777;
  -webkit-box-shadow: 4px 8px 5px 5px #777;
  box-shadow:         4px 8px 5px 5px #777;
}

.adminList {
width:100%;
height:200px;
margin:1px;
padding:7px;

}

#adminMenu > ul > li {
width:80%;
height:24px;
padding-top:10px;
border-bottom:1px dotted white;
list-style-type: none;
margin-left:4px;
}



#adminMenu > ul > li > a {
font-family: 'Komika';
font-size:1.2em;
color: #cccccc;
text-decoration: none;


}

#adminMenu > ul > li > a:hover{
color: #ffffff;
text-decoration: none;
font-weight:bold;

}



/* ---------------ADMIN PAGE-------------*/

#adminWrapper {
clear:both;
width:100%;

float:left;
border: none;
padding:1px;
margin:1px;
}



.adminLeft {
width:100%;
height:100px;
float:left;
clear:both;
margin:10px 0 0 -7px ;
padding:5px;

}

.adminCenter {

width:95%;
float:left;
clear:left;
margin:250px 0 0 5px;
padding-left:0;

}



.adminRight {
display:none;
}

/* ---------------ADD NEW STUDENT PAGE-------------*/

#entryWrapper {
min-height: 1000px;
padding: 5px;
}

#location_choice {
font-size: .7em;
margin-left: 2px;
}

#state {
display: block;

}



#formBlock {
float left;
background:#cccccc;
width:95%;
height:100%;
margin: 1px;
padding:10px;
border-radius: 35px 0 35px 0;
}

#parentBox {
width:91%;
display: block;
background: #99cccc;
border: .5px solid #999;
border-radius: 0 20px 0 20px;
clear: both;
height: 7em;
padding: 0 0 .3em .8em;
margin: 5px;
}

.entry {
display: block;
clear: both;
height: auto;
padding: .5em;
margin: 1px;
}

label {
font-size: .7em;
font-weight:bold;
margin-left:10px;
}

#locationLabel {
padding-right: 5px;
}


#phone_area_code {
width:12%;

}

#phone {
width: 35%;
}

#rank {
margin-left:20px;
}

#address {
width:70%;
clear: both;
}

#city {
clear: both;
width: 60%;
margin-bottom: 10px;
}
input#city {
width:60%;
margin-right:60px;
}

label#state {
display: inline-block;
width: 10%;
margin: 0 0 0 10px;
padding:5px 0 0 0;
}

label#emphone_label {
margin-right: 400px;
}


#last_rank_date {
display: inline-block;
margin:0 125px 15px 5px;
}

#last_rank_date1 {
width: 20px;
margin:0 15px 0 5px;
}

#last_rank_date2 {
width: 20px;
margin:0 10px 0 5px;
}

#last_rank_date3 {
width: 40px;
margin:0 0 0 5px;
}




#comments {
width:80%;
height: 120px;
float: left;
}

/* ---- STUDENT LIST STYLE ---- */

.mobile {
display: none;
}

section {
font-family: Arial, Helvetica, sans-serif;
padding:15px;
font-size:1em;
}

section p {
margin:10px 0;
font-size:.7em;
line-height:150%;
text-align:justify;
}

section#lhaSection {
width:96%;
margin: 10px 0 75px -25px;
}

section#lfaSection {
width:96%;
margin:10px 0 10px -25px;
}


table#lhaStudents {
border:1px solid black;
margin:10px 0;
font-size:.7em;
white-space: nowrap;
} 

table#lhaStudents th {
width: 1px;
height: 5px;
padding:5px;
background-color: black;
color: white;
border: 1px solid black;
white-space: nowrap;
}

table#lfaStudents {
border:1px solid black;
margin:10px 0;
font-size:.7em;
white-space: nowrap;
} 

table#lfaStudents th {
width: 1px;
height: 5px;
padding:5px;
background-color: #771100;
color: white;
border: 1px solid black;
white-space: nowrap;
}

tr {

}

tr:nth-child(odd) {
background: #ecdec8;
}


td {
width: 35px
white-space: nowrap;
height: 5px;
padding:5px;
}



/* ---- VIEW STUDENT STYLE ---- */

#viewWrapper {
width: 100%;
min-height: 500px;
padding:15px;
margin-top:25px;
}

#editButton {
-webkit-appearance: none;
position: relative;
    top: -100px;
    left: 180px;
height:30px;
border: none;
background: #9edc98;
border-radius: 5px;
margin: 0;
color: #444;
font-weight: bold;
border: .5px solid #aaa;
}

#editButton:hover {
-webkit-appearance: none;
position: relative;
    top: -100px;
    left: 180px;
height:30px;
border: none;
background: #8bc186;
border-radius: 5px;
margin: 0;
color: #fff;
font-weight: bold;
border: .5px solid #aaa;
}

#contactInfo {
font: bold Helvetica bold .5em;
background: #ccc;
border: 1px solid #999;
border-radius: 0 20px 0 20px;
width: 90%;
min-height: 100px;
padding:10px 10px 10px 20px;
margin:50px 0 0 -10px;
}

#emInfo {
background: #ef694c;
border: 1px solid #999;
border-radius: 0 20px 0 20px;
width: 90%;
min-height: 20px;
padding:10px 10px 10px 20px;
margin-top:50px;
margin: 30px 0 25px -5px;
}

#commentBox {
font-family: 'Helvetica', sans-serif;
font-size: .8em;
font-weight: normal;
width: 85%;
min-height: 100px;
padding: 10px;
border: 1px solid #555;
margin: 15px 0 0 0;

}

#commmentLabel {
display: block;
font-weight: bold;
}
}

