/* 1. standard elements */

a:link {
  color: #00E;
}

a:visited {
  color: #551A8B;
}

a:active {
  color: #F00;
}

/*
a:hover {
  background: #EEE;
}

#uutiset a:hover {
  background: #FFF;
}
*/

a img {
  aborder-width: 1px;
}

blockquote {
  font-size: small;
}

body {
  margin: 8px 0; /* left & right margins are set on '#maindiv' */
  padding: 0;
}

/*
body,td,th,caption,dl,address {
  font-size: 13px;
  font-size-adjust: 0.58;
}
*/

dd {
  margin-left: 0;
}

dt {
  font-weight: bold;
  margin-top: 1em;
}

fieldset {
  padding: 1.5em 0.5em 0.5em 0.5em;
  border: 1px solid black;
}

h2, h3, legend {
  font-family: "CasablancaAntique", "Casablanca Antique", "CaslonAntique", "Caslon Antique", Carleton, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
}

h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  border: none;
  padding: 11px 120px 11px 120px;
}

h2 img {
  vertical-align: bottom;
}

#h2 {
  background-color: black;
  background-repeat: no-repeat;
  background-position: right top;
  color: white;
  clear: both;
}

h3 {
  font-size: 167%;
  margin-top: 1em;
}

hr {
  display: none;
}

label .akey {
  text-decoration: underline;
}

legend big strong {
  font-weight: normal;
  font-size: 24px;
  padding: 0 0.25em;
}

li {
  margin-top: 0;
  margin-bottom: 0;
}

small {
  font-size: 12px;
}

q {
  font-style: italic;
}


/* custom classes */

.nocss {
  display: none;
}


/* common layout elements */

#content {
  padding: 30px 1em 1em 1em;
}

#maindiv {
  border: 10px solid black;
  margin: 0 5% 0 5%; /* top & bottom margins are set on 'body' */
  min-width: 520px;
  max-width: 50em;
}

#navigation,#sitemaplinkdiv,#dsitemaplinkdiv {
  font-size: 12px;
}

#navigation {
  padding: 0.5em 0 0.5em 80px;
  white-space: nowrap;
  float: left;
  width: 65%;
}

#navigation .navitem {
  padding: 0.5em 0.67em;
  background: white none;
}

#navigation #current { /* The appearance of current (=active) navigation item */
  background: #DDD none;
  border-width: 0 1px;
  border-style: solid;
  border-color: #000;
}
#navigation strong {
  font-weight: normal;
}

#pdlogo {
  position: absolute;
  top: 8px;
  left: 5%;
  width: 130px;
  height: 117px;
  padding: 9px;
}

#pdlogo img {
  border: 0;
  margin: 0;
  padding: 0;
}


/* specific to 'tapahtumat' pages */

/* replaced by an HTML table because of IE's float bugs
#juliste {
  float: left;
  text-align: left;
  width: 160px; * the poster is 140px wide, so this leaves a 20px right margin *
}
*/

#soittolista {
  clear: both;
}

#soittolista {
  margin-top: 2em;
}

#soittolista ul {
  margin-top: 0;
}

#soittolista ul li {
  list-style: url('../gfx/starbullet.png') square;
  vertical-align: middle;
}

.wish {
/*  color: #777; */
}

#sponsors {
  margin-top: 3em;
  text-align: center;
}


/* main page specific */

h2#mainhead {
  font-style: normal;
  text-transform: uppercase;
}

#slogan {
  font-style: italic;
  letter-spacing: 0.5em;
  word-spacing: 0.5em;
  margin: 0em;
}

#mainpagetable tr td p {
  margin-top: 1em;
}

#uutiset {
  background: #EEE none;
  color: #000;
  padding: 0.25em 0.5em;
}

#uutiset h3 {
  margin-left: 0;
  margin-top: 0;
}

#lisaauutisia {
  text-align: right;
}

#webmaster {
  margin-top: 2em;
}


/* different header background images for different site sections */

.tapaht {
  background-image: url(../gfx/kasi.jpg);
}

.none {
  background-image: none;
}


/* English summary page */

.clubdescriptions {
  margin-left: 2em;
}

/* not used yet 

#sitemaplinkdiv,#dsitemaplinkdiv {
  float: right;
  width: 15%;
  text-align: right;
  padding: 0.5em 1em 0.5em 0;
}

#sitemap {
  position: absolute;
  top: 3em;
  width: 85%;
  min-width: 520px;
  max-width: 50em;
  text-align: right;
}

#smframe {
  width: 190px;
  height: 0;
  border: 0 none;
}

*/


/* obsolete BS ?

.oldbite {
  width: 100px;
  float: left;
  border: 0px solid red;
}

*/

