/* Fonts */

@font-face {
  font-family: 'Anivers Regular';
  src: url('Anivers-Regular.eot');
  src: local('Anivers Regular'), local('Anivers'),
         url('Anivers_Regular.otf') format('opentype');
}

/* COLORS */

body {
  color: #222;
}

a {
  color: #00a;
}

h1, h1 a {
  color: #543;
}

h2, h3, h4 {
  color: #555;
}

/*h2 .ruby {
  color: red;
}
*/
#intro em {
  background-color: #eef;
}

#class-navigation a {
  color: #00a;
}

#class-navigation a.current {
  background-color: #eef;
}

#class-navigation a:hover {
  background-color: #aaf;
}

td.price {
  color: #543;
}

/* LAYOUT */
body {
  padding: 0;
  margin: 0;
}

#container {
  width: 960px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#masthead {

}

#masthead h1 {
  text-align: right;
  margin-bottom: -7px;
  font-family: "Anivers Regular", "Gill Sans", Verdana, sans-serif;
}

#container {
  width: 960px;
}

#main {
  float: left;
  width: 480px;
  padding: 0 60px;
  margin: 0;
  border: 0;
}

#sidebar {
  width: 360px;
  padding: 0;
  float: left;
}

img.profile {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* TYPOGRAPHY */

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.2;
}

h1, h2, h3 {
  margin: 25px 0 0 0;
  font-family: "Anivers Regular", "Gill Sans", Verdana, sans-serif;
  text-transform: uppercase;
  clear: both;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

p, dl, ol {
  margin-bottom: 1em;
}

#main ul li {
  background: url('../images/bullet-leaf.png') no-repeat 0 0.75em;
  padding: 0.5em 1.5em;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

caption {
  display: none;
}

#masthead a {
  text-decoration: none;
}

#intro {
  font-size: 1.3em;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.3;
  margin: 1em 0;
}

#intro em {
  padding: 0 0.1em;
}

#notice {
  font-size: 1.3em;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #FFD6D6;
  padding: 5px;
  margin: 1em 0;
  border: 1px solid;
  color: #97252F;
}

#days {
}

#ilmoittaudu {
	width: 197px;
	height: 48px;
	position: relative;
	text-indent: -100em;
	overflow: hidden;
	outline: 0;
}

#ilmoittaudu a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url('../images/ilmoittaudu-2.png') no-repeat;
  background-position: -3px;
}

#ilmoittaudu a:hover {
  background-position: -201px;
}

#days table {
  margin-bottom: 2em;
}

#days td {
  padding-top: 1em;
  padding-right: 1em;
}

#class-navigation {
  width: 100%;
  border-top: 1px dotted;
}

#class-navigation li {
  border-bottom: 1px dotted;
}

#class-navigation a {
  text-decoration: none;
  display: block;
  padding: 0.5em;
  width: 100%;
}

#prices thead {
  display: none;
}

#prices td {
  padding: 0.5em 0.5em 0.5em 0;
}

td.price {
  font-weight: bold;
}

