@import url("clear.css");

html
{
  font-family: georgia, times, "times new roman", serif;
  font-size: small;
}
body
{
  border-style: none ridge ridge none;
  color: #000;
  background-color: #996;
  line-height: 1.2;
}
body h1 { font-size: 160%; margin: 0.64em 0 0.95em 0; }
body h2 { font-size: 150%; margin: 0.60em 0 0.90em 0; }
body h3 { font-size: 140%; margin: 0.54em 0 0.85em 0; }
body h4 { font-size: 130%; margin: 0.48em 0 0.80em 0; }
body h5 { font-size: 120%; margin: 0.42em 0 0.75em 0; }
body h6 { font-size: 110%; margin: 0.38em 0 0.70em 0; }
body p  { font-size: 100%; margin: 0.35em 0 0.65em 0; }
body li { font-size: 105%; margin: 0.25em 0 0.25em 0; }

body #content p
{
  text-align: justify;
}

body #content_first p.note
{
  padding: 0;
  margin: -0.8em 1em 0.65em 1em;
}

body #content_first div.notes p
{
  padding: 0;
  margin: 1em 2em 1em 2em;
}


body #content h2
{
  text-align: center;
}

body #content ul
{
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 0 0 2em;
}
body #content ul ul
{
  list-style-type: circle;
}
body #content ul li
{
/*  padding: 0 0 0 2em;*/
}

body #content ol
{
  list-style-type: decimal;
  padding: 0 0 0 2em;
}

body #content #content_first ul.address
{
  list-style-type: none;
}
body #content #content_first ul.address > li:first-child
{
  font-weight: bold;
}

body#default div#content p
{
  font-size: 120%;
  text-align: justify;
}
#container
{
  width: 72em;
  margin: 0 auto;
  padding: 0;
  background-color: #887;
}
#page_content
{
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0.5em;
}
#masthead
{
  position: relative;
  text-align: right;
  width: 100%;
  height: 10em;/*9.6em;*/
  margin: 0;
  padding: 0;
  background-color: #ddb;
  border-bottom: solid 2px #bbb;
  position: relative;
}
#masthead a img
{
  position: absolute;
  top: 0;
  right: -1em;
  background-color: #ddb;
  z-index: 2;
  border-style: none;
}
#masthead img#holiday
{
  position: absolute;
  width: 10em;
  top: 0.8em; /*was:1.5em*/
  left: 18.5em; /*was:19,28em;*/
  background-color: transparent;
  z-index: 2;
  border-style: none;
}

#masthead #identity
{
  margin: 0.75em 1em 0.75em 1em;
  padding: .8em 1em .8em 1em;
  width: 32em;
  float: left;
  font-size: 120%;
  text-align: left;
  font-weight: normal;
  background-color: #cca;
}
#masthead #identity div.postal p,
#masthead #identity div.postal div,
#masthead #identity div.postal div
{
  margin: 0;
  padding: 0;
}

#masthead #notice
{
  margin: 0.75em;
  padding: 1em;
  margin: 0.5em;
  height: 3.5em;
  width: 10em;
  position: absolute;
  top: 0.9em;
  right: 25em;
  font-size: 95%;
  font-weight: bold;
  color: #ddb;
  text-shadow: #554 3px 2px 0.2em;
  background-color: #887;
}

#masthead #notice a:link
{ 
  color: beige;
}
#masthead #notice a:visited
{ 
  color: #ddb;
}
#masthead #notice a:hover
{ 
  color: white;
}
#masthead #notice a:active
{
  color: magenta;
}

#sidebar
{
  width: 12.5%;
  border-right: solid #fff;
  padding: 0;
  margin: 0;
  background-color: #cdf;
  display: inline;
  float: left;
  clear: both;
}
#content
{
  overflow: auto;
  height: 55em;
  position: relative;
  width: 82.5%;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}
#content img
{
  display: block;
}
#content img.map
{
  float: right;
  margin: 1em;
  width: 92%;
}
#content img.other
{
  float: right;
  margin: 1em;
}

div#content
{
  width: 85%;
  margin: 0 0.5em 0.5em 0;
  padding: 0;
}
#content_first
{
  float: left;
  padding: 1em;
  margin: 0.5em;
  width: 95%;
  height: auto;
  min-height: 92%;
  background-color: #f5f5dc;/*beige*/
}

div#content blockquote
{
  font-style: italic;
}

body#thisweek div#content dl.prose
{
  padding: 0 0 0 2em;
}
body#thisweek div#content dl.prose dt
{
  font-weight: bold;
  padding: 0 0 0.1em 0;
}
body#thisweek div#content dl.prose dd
{
  font-weight: normal;
  padding: 0 0 0.2em 2em;
}

div#content.martialarts dl
{
  padding: 0;
}
div#content.martialarts dl dt
{
  font-weight: bold;
}
div#content.martialarts dl dd
{
  font-weight: normal;
}

h1
{
  padding: 0.1em;
  margin: 0.25em 0 0.25em 0;
}
h2
{
  padding: 0.1em;
  margin: 0.25em 0 0.25em 0;
}
#footer
{
  clear: both;
  background-color: #ddb;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  border-top: solid #bbb;
}
/* Styles for Navigation */
#sidebar ul
{
  text-align: right;
  list-style: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#sidebar > ul > li
{
  display: block;
  background:url("../Images/BtnBgBL.png") no-repeat left bottom;
  margin-bottom: 1px;
}
#sidebar > ul > li > a
{
  background:url("../Images/BtnBgTR.png") no-repeat right top;
  font-weight: bold;
  text-decoration: none;
  color: #04b;
  display: block;
  padding: 2px 5px;
  margin: 0.1em 0 0.1em 0;
}

#sidebar ul li ul li
{
  display: none;

}

div#sidebar > ul > li > a
{
  border-top: solid 1px #887;
  font-size: 110%;
}

div#sidebar ul li ul li a
{
  font-size: 90%;
  text-decoration: none;
  font-style: italic;
  padding: 0 0.5em 0 0.25em;
}

/* open all sub-selections within sections */
body.default #sidebar ul li.default ul li,
body.martialarts #sidebar ul li.martialarts ul li,
body.fitness #sidebar ul li.fitness ul li,
body.events #sidebar ul li.events ul li,
body.about #sidebar ul li.about ul li,
body.join #sidebar ul li.join ul li
{
  display: block;
}

#sidebar > ul > li:hover
{
  background:url("../Images/BtnBgBL_Over.png") no-repeat bottom left;
}
#sidebar > li > a:hover
{
  background:url("../Images/BtnBgTR_Over.png") #f9f9f9 no-repeat right top;
  font-weight: bold;
  text-decoration: none;
  color: #04b;
}
#sidebar ul li ul li:hover
{
  background-color: white;
}

/* top level active display */
body#default #sidebar > ul > li.default > a,
body#martialarts #sidebar > ul > li.martialarts > a,
body#fitness #sidebar > ul > li.fitness > a,
body#events #sidebar > ul > li.events > a,
body#about #sidebar > ul > li.about > a,
body#join #sidebar > ul > li.join > a
{
  background:url("../Images/BtnBgBL_On.png") #f9f9f9 no-repeat left bottom;
}

/* second level active display */
body#taekwondo #sidebar ul li ul li.taekwondo a,
body#arnis #sidebar ul li ul li.arnis a,
body#weekly #sidebar ul li ul li.weekly a,
body#calendar #sidebar ul li ul li.calendar a,
body#thisweek #sidebar ul li ul li.thisweek a,
body#staff #sidebar ul li ul li.staff a,
body#contact #sidebar ul li ul li.contact a,
body#history #sidebar ul li ul li.history a
{
  background:url("../Images/BtnBgBL_On.png") #f9f9f9 no-repeat left bottom;
}

/* Styles for Footer */
#footer p
{
  font-size: 0.9em;
  text-align: center;
  margin: 0px;
  padding: 2px;
}
#footer a
{
  color: #333;
  text-decoration: underline;
}
#footer a:hover
{
  color: #333;
  text-decoration: none;
}
a
{
  color: #04b;
  text-decoration: underline;
}
a:hover
{
  color: #333;
  text-decoration: underline;
}

.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix
{
  display: inline-block;
}

html[xmlns] .clearfix
{
  display: block;
}

* html .clearfix
{
  height: 0.1%;
}
