/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0 auto;
    padding: 0px;
    background-color: #000000;
    font-family: Arial, Calibri, Corbel, Tahoma, Helvetica, sans-serif, Times New Roman;
    font-size: 14px;
    color: #9DAAB2;
    behavior: url("../css/csshover3.htc"); 
}

table {
  border-collapse: collapse;
  font-family: Arial, Calibri, Corbel, Tahoma, Helvetica, sans-serif, Times New Roman;
  font-size:14px;
  color: #9DAAB2;
}


h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: red;
}

h1 {
    font-family: Defused;
    font-size: 3.4em;
}

h2 {
    font-family: Defused;
    font-size: 2.4em;
}

h3 {
    color: white;
    font-size: 1em;
    font-family: arial black;
}


a {
    text-decoration: none;
    color: white;
    border: none;
}

img {
    border: none;
}

.img {
    padding: 5px;
    border: 1px solid gray;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 310px; 
    margin-bottom: 5px;
}

.imgNoWidth {
    border: 1px solid gray;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}

.rtImg {
    float: right; 
    width: 320px; 
    margin: 0px 0px 15px 30px; 
    text-align: right;
}

.lftImg {
    float: left; 
    width: 320px; 
    margin: 0px 30px 15px 0px; 
}

.caption {
    font-size: 10px; 
    font-family: arial;
}

a:hover {
    color: red;
}

.rollover a:hover {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5; 
}

#innerWrapper {
    background: url("../Images/footerDivBg.jpg") no-repeat scroll 0 100% black;
    width: 940px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    background-color: black;
}

#topBorderBG {
    margin: 0 auto;
    width: 940px; 
    text-align: center; 
    background: url("../Images/topBorderBG2.jpg") no-repeat scroll 0pt 0pt black; 
    height: 25px;
}

#wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    
    /*border-style: solid;
    border-width: 1px;
    border-color: white*/
    background: #333333;
    
}

/** HEADER */

#header {
    width: 950px;
    height: 141px;
    margin: 0px auto;
}

/** LOGO */

#logo {
    height: 73px;
    padding-top: 20px;
}

#logo h1 {
    margin: 0px;
    font-size: 36px;
    font-weight: normal;
}

#logo h1 a {
    text-decoration: none;
    color: #FFFFFF;
}

#logo p {
    padding-left: 3px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #BABABA;
}

#logo a {
    color: #BABABA;
}

/** MENU */

#menu {
	background: url("../Images/menu_bg.jpg");
    height:30px;
    margin:0 auto;
    text-align:center;
    width:940px;
}

.hr {
    margin-bottom: 4px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /* background: url(".../Images/menuhover.jpg");*/
	border: 0px solid orange;
}

#menu ul li {
    font-size: 16px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    display: inline;
    text-align: center;
    line-height: normal;
    line-height:1.8;
    position: relative;
	border: 0px solid limegreen;
}

#menu li ul {
    background-color: #111;
    display: none;
    left: 0px;
    padding-top: 4px;
    position: absolute;
    text-align: left;
    top: 24px;
    width: 125px;
	border: 1px solid #333;
	/* background: url("../Images/gradient.php.jpg"); */
}

#menu ul li a {
    font-weight: bold;
    color: #000000;
    display: inline;
    /*height:40px;*/
    padding: 5px 15px;
    text-decoration: none;
    color: white;
	height: 60px;
}

#menu ul ul, li:hover ul ul { 
    display:none; 
} 

#menu li:hover ul, li:hover li:hover ul { 
    display:block; 
} 

#menu li:hover {
	/* background: url("../Images/menu_hover.jpg") repeat scroll 0 90%; */
}

#menu a:hover {
    color: red;
    /*text-decoration: underline;*/
	
	margin-bottom: -5px;
}

#menu li ul li a {
    color: lightgray;
}

#menu .active {
    background: #000000;
}


/* Search */

#search {
    float: right;
    width: 270px;
    height: 60px;
    padding: 0px 0px 0px 0px;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 150px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #5D781D;
}

#search-submit {
    width: 50px;
    height: 24px;
    border: none;
    background: #040F12;
    color: #FFFFFF;
}

/* Page */

#page {
    width: 950px;
    margin: 0 auto;
    padding: 30px 0px;
}

#page-bgtop {
    padding: 20px;
}

#page-bgbtm {
}

/* Content */

#content {
    float: left;
    width: 620px;
    padding: 20px 0px 0px 0px;
}

/***************** ID's I CREATED *****************/
#graybar {
    width: 950px; 
    height: 20px; 
    background-color: rgb(51, 51, 51);
}

a#button1 {
    display: block;
    width: 125px;
    height: 47px;
    background-image: url("../Images/kids.JPG");
    margin: 0 auto;
}
a#button1:hover {
    background-image: url("../Images/kidshover.jpg");
}
a#button2 {
    display: block;
    width: 164px;
    height: 50px;
    background-image: url("../Images/hover.jpg");
    margin: 0 auto;
}
a#button2:hover {
    background-image: url("../Images/enter.jpg");
}
a .alt { display: none; }

/*************** CLASSES I CREATED ***************/

.contentDiv {
    margin: 0 auto;
    padding: 10px;
    width: 900px;
    text-align: justify;
    font-size: 16px;
}

.homeDiv {
    float: left;
    margin: 0px;
    padding-right: 25px;
    padding-bottom: 50px;
}

.formDiv {
    margin: 0 auto;
    width: 450px;
}

.contactDiv {
    margin: 10px 0px 0px 0px;
    padding: 10px;
    border: solid;
    border-width: 1px;
    border-color: gray;
    width: 565px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form {
    margin: 0px;
    text-align: left;
    padding: 10px;
}

.alignLeft {
    margin:0px;
    text-align:left;
}

.formHeaderDiv {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.label {
    margin:0px 10px 0px;
}

.labelDiv {
    color: gray;
    margin: 0px;
    text-align:left;
}

.contactLabelDiv {
    width:70px; 
    text-align:right; 
    vertical-align: middle;
    float:left; 
    line-height: 1.75;
}

.contactInputDiv {
    margin: 0px 0px 5px 0px;
    text-align: left;
}

.input {
    width: 146px;
}
.contactInput {
    width: 373px;
}

.contactSubmitDiv {
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.inputDiv {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.onKeyDiv {
    margin: 0px 10px;
    text-align: left;
}

.submit {
    margin: 0px;
    text-align:left;
}

.footerDiv {
    margin: 12px auto 5;
    width: 940px;
    text-align: center;
    clear: both;
    height: 25px;
    background-color:#333333;
    /*background: none repeat scroll 0% 0% black;*/
	background: url("../Images/menu_hover.jpg") repeat scroll 0 100%;
}

.CopyrightDiv{
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.buttonLink {
    border:0;
    color:#0D6B82;
    background: transparent;
}

.buttonLink:hover {
    cursor:pointer;
    text-decoration:underline;
}

.formButtonLink {
    border-width: 1px;
    border-color: #9DAAB2;
    color:#9DAAB2;
    background-color:black;
}

.formButtonLink:hover {
    cursor:pointer;
    text-decoration:underline;
}

.maroon {
    color: maroon;
}

.boldMaroon {
    color: maroon;
    font-weight: bold;
}

.boldBlue {
    color: #0D6B82;
    font-weight: bold;
}

.VTtd {
    padding: 5px;
    color: maroon;
    font-weight: bold;
    text-align: center;
    font-family: 'Trebuchet MS';
}

.TCinput {
    width: 100%; 
    background-color: black; 
    color: gray; 
    border: 1px solid black; 
    text-align: center;
}

.tableContent {
    padding: 10px;
    text-align: center;
}

.TC {
    text-align: center;
}

.username {
    color: #0D6B82;
    font-weight: bold;
    padding: 10px;
}

.MUAmenuContainer {
    margin: 15px;
    vertical-align:top;
}

.MUAmenu {
    font-size:12px;
    text-align: right;
    padding: 5px 4px 5px 4px;
}

.MUAmenuLink {
    font-weight:bold; 
    vertical-align:middle;
}

.MUAcontentContainer {
    vertical-align: top;
    width: 350px;
}

.pwdKeyUp {
    text-align: left;
}

.resetDiv {
    width: 400px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    padding: 10px;
}

.td {
    margin: 0 auto;
    padding: 10px;
    vertical-align: top;
    width: 14.2%;
}

.leftAlign { text-align: left; }
.rightAlign { text-align: right; }
.centerAlign { text-align: center; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.pointer { cursor: pointer; }
.fr { float: right; }
.white { color: white; }
.grayBorder { border: 1px solid #333; }
.black { background-color: black; }
.fullWidth { width: 100%; }

.blogTd { padding: 5px; }

.BU {
    font-weight: bold;
    text-decoration: underline;
}

.scheduleHeader {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.BR {
    color: red;
    font-weight: bold;
}

.instructorDiv {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.instrImg {
    float: left;
    width: 250px;
}

.instrImg2 {
    margin: 0px 25px;
    float: left;
    border: 1px solid gray;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}

.contactHeader {
    font-size: 22px;
    color: red;
    font-family: arial;
    font-weight: bold;
}

.header {
    text-align: center;
}

.red { color: red; }
.dimRed { color: #bb0000; }

.U {
    font-weight: bold;
}

.RU {
    color: red;
    font-weight: bold;
}

.padding {
    padding: 10px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.kidsList {
    padding-left: 368px;
}

.jkdSchedule {
    margin: 5px 0px 85px;
}

.jujitsuSchedule {
    padding-left: 242px;
}

.weaponsSchedule {
    padding-left: 280px;
}

.roundBorder {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.topRoundBorder {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-top-left-radius: 10px 10px 0 0;
    border-top-right-radius: 10px 10px 0 0; 
    border-bottom-left-radius: 10px 10px 0 0;
    border-bottom-right-radius: 10px 10px 0 0;
}

.bottomRoundBorder {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-top-left-radius: 0 0 10px 10px;
    border-top-right-radius: 0 0 10px 10px; 
    border-bottom-left-radius: 0 0 10px 10px;
    border-bottom-right-radius: 0 0 10px 10px;
}

.prepDvdAd {
    margin: 0pt auto 25px; 
    text-align: center; 
    border: 1px solid gray; 
    width: 500px; 
    padding: 20px; 
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.scheduleTD {
    padding: 5px; 
    text-align: center;
} 

.scheduleHdr {
    width: 145px;
    padding: 5px; 
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: red;
    background-color: black;
} 

.grayTD {
    background-color: lightgray; 
    padding: 5px; 
    text-align: center;
} 

.yellowTD {
    background-color: #FFE87C; 
    padding: 5px; 
    text-align: center;
} 

.redTD {
    background-color: #C36241; 
    padding: 5px; 
    text-align: center;
} 

.blueTD {
    background-color: #87AFC7; 
    padding: 5px; 
    text-align: center;
}

.alt { display: none; }

#toolBox {
    display: block;
    width: 212px;
    height: 308px;
    background-image: url("../Images/toolbox.jpg");
    margin: 0 auto;
}

#toolBox:hover {
    background-image: url("../Images/toolboxBack.jpg");
}


/*************** END OF CLASSES I CREATED ***************/




.post .title {
    height: 38px;
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: -.5px;
    color: #FFFFFF;
}

.post .title a {
    color: #FFFFFF;
    border: none;
}

.post .meta {
    width: 400px;
    margin-top: -10px;
    padding: 5px 20px 5px 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #3D4F5C;
}

.post .meta a {
    color: #3D4F5C;
}

.post .entry {
    padding: 0px 0px 20px 0px;
    padding-bottom: 20px;
    text-align: justify;
}

.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 280px;
    padding: 0px;
    color: #054A60;
    background: url(images/img05.jpg) repeat-y left top;
}

#sidebar-bgtop {
    background: url(images/img04.jpg) no-repeat left top;
}

#sidebar-bgbtm {
    padding: 40px 0px;
    background: url(images/img06.jpg) no-repeat left bottom;
}

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

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 30px;
}

#sidebar li li {
    line-height: 35px;
    border-bottom: 1px dashed #D1D1D1;
    margin: 0px 30px;
    border-left: none;
}

#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#sidebar h2 {
    height: 38px;
    padding-left: 30px;
    letter-spacing: -.5px;
    font-size: 1.8em;
    color: #000000;
}

#sidebar p {
    margin: 0 0px;
    padding: 0px 30px 20px 30px;
    text-align: justify;
}

#sidebar a {
    border: none;
    color: #054A60;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #054A60;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/** FOOTER */

#footer-wrapper {
    background: url(images/img02.jpg) repeat-x left top;
    height: 250px;
}

#footer {
    width: 950px;
    height: 250px;
    margin: 0px auto;
    background: url(images/img03.jpg) no-repeat left top;
}

#footer p {
    margin: 0px;
    padding: 30px 0px 0px 0px;
    text-align: center;
    color: #133D47;
}

#footer a {
    text-decoration: none;
    color: #133D47;
}

#footer .legal {
}

#footer .links {
}
