<!--

html {
  font-family: arial, sans-serif;
  color: white;
  background: #0f0f0f url('/images/site/bg/wkmalogobg.png') no-repeat center center;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
}

a:link {
  color: #eee;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: #fff;
}

#content {
  padding: 1em;
  margin: 1em auto 1em;
  height: 100%;
  font-size: 10pt;
  width: 800px;
}

#heading {
  clear: both;
  border: solid 1px #555;
  background: #0c0c0c;
  height: 150px;
}

#heading img {
  margin: 0;
  padding: 0;
}

#main {
  margin-bottom: 1em;
  color: #aaa;
  padding: 1em 0 1em 0;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 8pt;
  border: solid 1px #555;
  padding: .5em;
}

#cleft {
  float: left;
  width: 8em;
  margin-bottom: 1em;
}

#cright {
  margin-left: 10em;
  text-align: justify;
  line-height: 120%;
  margin-bottom: 1em;
}

#cright .right {
  float: right;
  padding: 0;
  margin: 1em 0 0 1em;
}

#cright .right img {
  border: none;
}

#cright ul {
  padding-left: 2em;
}

/* menu stuff */

#menu {
  width: 100%;
}

#menu .menuheading {
  font-size: 12pt;
  font-weight: bold;
  color: white;
  border-bottom: solid 1px #555;
  margin-bottom: 5px;
}

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

#menu ul li {
}

#menu ul li a {
  display: block;
  padding: 2px;
}

#menu ul li a:hover {
  background: #555;
}

/* heading classes */

h1  {
  padding-bottom: 4px;
  margin: 0 0 1em 0;
  font-size: 18pt;
  border-bottom: solid 1px #555;
  color: white;
  font-weight: normal;
}

h2 {
  font-size: 14pt;
  color: #eee;
}

h3 {
  font-size: 12pt;
  color: white;
  font-weight: normal;
}

/* gallery bits */

.gallery {
  text-align: center;
  background: #111;
  margin-bottom: 1em;
  padding-top: 1em;
}

.gallery p {
  text-align: center;
  margin-top: 0;
  font-size: smaller;
}

/* media stuff */

.mediaitem td {
}

.mediaitem img {
  border: dotted 1px #222;
  padding: 5px;
}
.mediaitem a:hover img {
  border: dotted 1px #666;
}

.mleft {
}

.mright {
  padding-left: 3em;
}

/* instructor list table */

table .instructor {
  width: 100%;
  border-bottom: dotted 1px #555;
}

table .instructor td {
  width: 50%;
}

.instructor img {
  float: right;
}

/* language flags */

#language {
  text-align: center;
  font-size: 8pt;
  margin-bottom: 2em;
}

#language ul {
  padding: 0;
  margin: 0;
}

#language ul li {
  display: inline;
  list-style-type: none;
}

#language ul li input {
  vertical-align: middle;
}

.highlight {
  background: #303030;
  padding: 5px;
}

/* shop bits */
#shop table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

#shop table td {
  vertical-align: top;
}

#shop th {
  border-top: solid 1px grey;
  padding-top: 5px;
}

/* class information */
.class {
  margin-bottom: 1em;
}

.new {
  color: #ee0000;
}

.class_day {
  font-size: 14pt;
  color: white;
  margin-bottom: 1em;
}

.sub_class {
  padding-left: 1em;
}

.class_title {
  font-size: 12pt;
  color: white;
}

.class_address {
}

.class_time {
  margin-bottom: 1em;
}

.class_postnote {
  margin-bottom: 1em;
}


-->
