@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'),
    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;

}



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;
}

/* ---- Banner Styles ---- */


#banner {
background: url(images/hdr-middle.jpg) no-repeat;
display:none;
width:940px;
height:315px;
margin-top: 5px;
margin-bottom:50px;
}

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

}

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


}


/* ---- 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;
	}



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

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


/* ---- Photos & 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 175px;
}

.galleryContent {
width:63%;
float:left;
margin:20px 0 0 0;
padding-left:5px;

}

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

}

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

}



.gallerythumb {
display:none;
position:relative;
border: 1px solid #000;
float:left;
margin:10px 10px 10px 10px;
width:46%;
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%;
 margin-bottom:-1px;
}

.gallerythumb a{

color: #ccc;
text-decoration: none;
}

.gallerythumb a:hover{

color: #fff;
text-decoration: none;
}

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

}


video { outline: none; 
    -moz-outline-style: none;
 }

.videoHeader {
font-size: 2em;
font-weight:bold;
margin:0 0 0 10px ;
   font:.75em Helvetica, Sans-Serif; 
   letter-spacing: -.5px;  
   padding: 0; 
   text-align:left;

}





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

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

}

.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;
}

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

.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;
}

.welcome a {
color: #c01517;
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;
}

.principles a {
color:#fff;
text-decoration:none;

}



 h2.faq{
font-family: 'AG_BenguiatRegular';
font-size:1.2em;
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 25px;

}


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

}

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

}

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


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

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

}


.welcomekids {
width: 70%

}



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;

}

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

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

.termBox{

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


}

.word{

font-weight: bold;
font-size:.9em;
line-height:.9em;
width:35%;
padding:10px 5px 5px 0;
float:left;
margin:0 0 0 25px;
display:inline-block;

}


.definition{

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

.alphabetLetter {
color:#c01517;
line-height:1.6em;
font-size:2em;
font-weight: bold;
display: block;
height:1.5em;
width: 1.5em;
border: 1px solid black;
text-indent:.4em;
margin:20px 0 15px 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;

}

.frontschedule {
width:30%;
float:left;
margin:15px;
padding-right:15px;
}

.schedule {
width:50%;
float:left;
margin:0;
padding-right:15px;
}


article.welcome {
width:40%;
float:left;
margin:0;
padding-left:25px;

}

.training {
width:78%;
float:right;
align:center;
margin-left:70px;
border-top: 2px solid #888;
}

section table, article table {
border-collapse: collapse;
border:none;
margin:10px 0;
font-size:.7em

} 

section table td , article table td {
padding:5px 15px 5px 0;
}

section table td:nth-child(odd), article table td:nth-child(odd) {
font-weight:bold;
}



.oSensei{
width:155px;
float:left;
text-align:center;
line-height:140%;
font-size:.7em;
}

.oSensei img {
padding-bottom:10px;

}

section.welcome{
width:360px;
float:right;
margin-right:10px;


}

.news {
width:440px;
height: auto;
float:left;
padding: 30px 25px;

}

.newsItem {
display:table;
width:450px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
margin:20px 0 20px 0;
padding:0 15px 0 0;
height:auto;
}

.newsItemtext {
width:300px;
height:100px;
line-height:150%;
display:table-cell;
vertical-align:middle;

}

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

.newsItem img {
padding:0 25px 0 0;
float:left;
vertical-align:middle;
}


.principles {
width:375px;
float:right;
padding: 30px 25px;
margin-right:20px;
height:400px;
}



.principles ul {

width:300px;
padding: 10px 15px;
font-size:.8em;
}

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

.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;

}


#lineageWrapper {
width:100%;
margin:0;
background:url(images/backgrounds/dojo-background.jpg) no-repeat;
background-size: 100%;
background-attachment:fixed;
}

.lineageName {

}

.lineageBlock {
width:100%;
float:left;
margin:25px 1px 1px 1px;;
}

.lineageBlock:last-child {

margin-top:5em;

} 

.lineageText {
height:100%;
float:right;
width:67%;
margin:0 0 0 20px;

}

.leaderImage {
width:27.5%;
height:488px;
float:left;
margin:1px;
overflow:hidden;
border:1px solid black;
-moz-box-shadow:    1px 1px 10px 4px #333;
  -webkit-box-shadow: 1px 1px 10px 4px #333;
  box-shadow:         2px 2px 10px 4px #333;

}



/* ---- 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'),
    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;
}

section table, article table {
border-collapse: collapse;
border:none;
margin:10px 0;
font-size:.9em

} 

section table td , article table td {
padding:5px 5px 5px 10px;
}

section table td:nth-child(odd), article table td:nth-child(odd) {
font-weight:bold;
}



.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;

}

.lineageName {

}

.lineageBlock {
width:100%;
float:left;
margin:25px 1px 1px 1px;;
}

.lineageBlock:last-child {

margin-top:5em;

} 

.lineageText {
height:100%;
float:right;
width:60%;
margin:0 0 0 10px;

}

.leaderImage {
width:30%;
height:275px;
float:left;
margin:1px;
overflow:hidden;
border:1px solid black;
-moz-box-shadow:    1px 1px 10px 4px #333;
  -webkit-box-shadow: 1px 1px 10px 4px #333;
  box-shadow:         2px 2px 10px 4px #333;

}

/* ---- 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;
}

}