@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	clear: both;
	margin: 0px;
}

/* WRAPPER IDS  ****************************************************************************************************/

#background {
	background-image: url(../images/_background.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #850001;
}
#headerOverlay {
	text-align: center;
	margin-left: 700px;
}
#headerWrapper {
	background-image: url(../images/header_pic.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 808px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#CD1201;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CD1201;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
}
a, a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CD1201;
	text-decoration:none;
}
a:hover, a:active {
	color:#CD1201;
	text-decoration:underline;
}
a img {
	border: none;
}
.Pictures {
   padding: 10px;
}
.footer {
	background-image: url(../images/footer.jpg);
	text-align: center;
}
.footertext {
	font-weight: bold;
	color: #333;
}
.StudentLetter {
	padding-right: 25px;
	padding-left: 25px;
}
p.StudentLetter {
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.StudentLetter2 {
	padding-right: 10px;
	padding-left: 10px;
}
p.StudentLetter2 {
	font-size: 1.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.CalendarItem {
	font-size: 1.2em;
	height: 1.5em;
	font-weight: bold;
}
#EventCalendar {
    text-align: left;
}
#EventCalendar th {
	background-color:#CCC;
	color:#CD1201;
	vertical-align: top;
	text-align: left;
}
#EventCalendar td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCC;
	vertical-align: top;
}
.MainHeader {
    background-image: url(../images/main_back2.jpg);
}
.MainTable {
	background-image: url(../images/main_back.jpg);
	height: 565px;
}
.PhotoTable {
	background-image: url(../images/main_back2.jpg);
	height: 565px;
}
.MainBody {
	padding-right: 18px;
	padding-left: 12px;
}
.SideLinks {
	padding-left: 15px;
	margin-bottom: 10px;
	width: 156px;
	vertical-align: top;
}
/* ======== Styles for Class Schedule Pages ======== */

.beltcolor{
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.classtype {
    background:#DDD;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CD1201;
}
.classtimes {
    margin-top: 0px;
    margin-left: 20px;
	margin-bottom: 40px;
}
.openlanguage { /*class added to contents of belts when they are open*/
    color: #008000;
}
.closedlanguage { /*class added to contents of belts when they are closed*/
    color: #CD1201;
}
/* ======== Styles for Photo Galleries ======== */

.GalleryBack {
	background-image:url(../images/galleryback.gif); /* photo gallery page background */
	background-repeat: repeat;
}

.dtop, .dbottom {
    display:block;
	background-color:#FFF; /* change the color of the corners here */
}

.dtop b, .dbottom b {
    display: block;
	height: 1px;
	overflow:hidden;
	background:#000;
}

.d1 {margin:0 5px}

.d2 {margin:0 3px}

.d3 {margin:0 2px}

.dtop .d4, .dbottom b.d4 {margin:0 1px;height:2px}.MainTable2 {

	background-image: url(../images/main_back2.jpg);
	height: 565px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#videolink p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
}
#videolink p a:hover {
	background-color:#DDD;
	text-decoration:none;
}
#videolink p a img {
	padding-right: 8px;
}
#introvideo {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#introduction #introdojo {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	z-index: 1;
}

#funakoshi {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

/* PRINTABLES  ****************************************************************************************************/

#printables {
	width: 100%;
	padding-top: 0px;
	overflow: auto;
	display: block;
}
div.printablesMain {
	height: 145px;
	width: auto;
	margin: 0px;
}

div.printablePages ul {
	margin: 0; padding: 0;
}

div.printablePages li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
}

div.printablePages li a { 
	display:block;
}

.memberPageHeading {
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #CD1201;
	background-color: #CCC;
	vertical-align: middle;
}
#homeChoice #justLooking {
	float: left;
	width: 485px;
	padding-left: 25px;
	text-align: left;
}
#homeChoice #enterSite {
	text-align: right;
	padding-right: 25px;
}
.memberPageHeading img {
	vertical-align: text-top;
	padding: 0px;
	height: 15px;
	width: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	border: 1px solid #999;
}
.memberAreaButton {
	text-align: center;
}
.MainBody #introduction .tagline {
	font-size: 1.45em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.SideLinks img {
	margin-bottom: 10px;
}
/*
.SideLinks #bannerKrav img {
	height: 160px;
	width: 140px;
	margin-bottom: 10px;
}
.SideLinks #Promotion1 img {
	height: 140px;
	width: 140px;
	margin-bottom: 10px;
}
.SideLinks #StudentOfTheMonth img {
	height: 160px;
	width: 140px;
	margin-bottom: 10px;
}
.SideLinks #BumperStickerPromo img {
	height: 140px;
	width: 140px;
	margin-bottom: 10px;
}
.SideLinks #OnlineStore img {
	width: 140px;
	height: 140px;
	margin-bottom: 10px;
}
*/
.MainBody #introduction #introdojo #social {
	font-size: 1.2em;
	font-weight: bold;
	z-index: 101;
	text-align: left;
	position: absolute;
	height: 26px;
	width: 100%;
	overflow: hidden;
	padding: 4px;
}
.MainBody #introduction #introdojo #social img {
	margin-right: 5px;
}
#social a img {
	margin-left: 5px;
}
.MainBody #getAdobeReader {
	float: right;
	height: 33px;
	width: 112px;
}
.MainBody #PrintCalendar {
	text-align: right;
	float: right;
}
#currentHomework { text-align: center; 
}
#currentHomework a {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
}
.mainNav {
	background-color: #850001;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#calendarDisclaimer {
	text-align: center;
}

