
body {
  margin-top: 79px;
  margin-bottom: 2em;
  padding: 0;  /* For OPERA */
  text-align: center;

  font-size: 80%;
  font-family: Arial, sans-serif;
  background-image: url(../kuvat/toninummela.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#siteBody {
  position: absolute;
  top: 79px;
  left: 50%;
  padding-right: 1px;
  width: 500px !important;
  width /**/:501px;
  margin: 0 auto;
  margin-left: -250px;
  text-align: left;
  z-index: 1;
/*  background: #fff; */
}

#menu {
  display: block;
  width: 100%;
  height: 20px;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid white;;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#menu li {
  display: block;
  width: 99px;
  float: left;
  background: #bbb;
  color: white;
  height: 20px;

  margin: 0;
  padding: 0;

  line-height: 20px;
  font-weight: bold;
  font-size: 0.89em;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
}

#menu a:link,
#menu a:visited,
#menu a:active {
  display: block;
  width: 100%;
  height: 20px;
  text-decoration: none;
  color: white;
}

#menu strong {
  display: block;
  width: 100%;
  height: 20px;
  padding-top: 5px;
  color: white;
  background: #369;

  position: relative;
  top: -5px;
  margin-bottom: -5px;
}

#menu a:hover {
  background: #f93;
}


#feature {
  display: block;
  position: absolute;
  background-image: url(../kuvat/featureBg.jpg);
  background-repeat: no-repeat;
  width: 498px;
  height: 215px;
  top: 21px;
  left: 1px;
}



#content {
  display: block;
  width: 458px;

  background: white;

  text-align: left;
  padding: 20px;
  border: 1px solid #DEF;
  border-top: 0;
  margin-top: 236px;
  margin-bottom: 0;
}

#footer {
  display: block;
  position: relative;
  padding-top: 0;
  width: 500px;
  background-color: white;
}

#footer p {
  color: #999;
  font-size: 0.85em;
  margin: 0;
}




#bulk {
  display: block;
  width: 50%;
  height: 287px;
  background-image: url(../kuvat/bulkBg.jpg);
  background-repeat: repeat-x;

  position: absolute;
  top: 100px;
  right: 0;

}

#bulk img {
  position: absolute;
  right: 16%;
  top: 100px;
  behavior: url("/css/pngbehavior.htc"); 
}

.galleria #bulk img {
  width: 275px;
  height: 83px;
}

.toni #bulk img {
  width: 135px;
  height: 79px;
}

.galleria #bulk img {
  width: 275px;
  height: 83px;
}

.musiikkia #bulk img {
  width: 289px;
  height: 87px;
}

.blog #bulk img {
  width: 147px;
  height: 84px;
}

.etusivu #bulk img {
  width: 236px;
  height: 83px;
}







#black {
  display: block;
  width: 50%;
  height: 215px;

  position: absolute;
  top: 100px;
  left: 0;

  background: black;
}

#news {
  display: block;
  width: 150px;
  height: 175px;
  margin-bottom: -175px;

  position: relative;
  top: 80px;
  left: -150px;
  text-align: left;
}

#news h2 {
  color: white;
  background: #000;
  margin: 0;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

#news ul {
  color: white;
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
}

#news li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #666666;
}

#news li span {
  color: white;
  font-weight: bold;
  font-size: 0.89em;
  letter-spacing: 0.1em;
}


.jutut blockquote h2 {
  font-size: 1.1em;
  line-height: 1.5em;
  position: relative;
  padding: 0;
  color: black;
  background: transparent;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  border: 0;
}

.jutut blockquote {
  margin-bottom: 0;
  margin-left: 1.2em;
}



.date {
  font-size: 0.9em;
  font-weight: normal;
}


h1 {
  display: block;
  margin-bottom: 1.3em;
  font-size: 130%;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #999;
}

h2 {
  display: block;
  margin-top: 2em;
  padding-bottom: 0.5em;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 110%;
  line-height: 1em;
  color: #036;
  border-bottom: 1px solid #ddd;
  text-align: left;
  text-transform: none;
}

h2 a:link,
h2 a:visited,
h2 a:active {
  text-decoration: none;
  color: inherit;
}

h2 a:hover {
  color: #f93;
}

h3 {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-left: 1em;
}

span.more {
  font-size: 0.85em;
  font-weight: bold;
}

ul {
  margin: 0;
  margin-left: 1.2em;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
  list-style-image: url(/li.gif);
}

li {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

img.noborder {
  border: 0;
}




.pussi-matti #feature {
 background-image: url(../kuvat/pussi-matti.png);
}

.leikkiako-vain #feature {
 background-image: url(../kuvat/leikkiako-vain.png);
}


#news {
  display: block;
  width: 150px;
  height: 175px;
  margin-bottom: -175px;

  position: absolute;
  top: 125px;
  left: -125px;
  text-align: left;
}

#news h2 {
  color: white;
  background: black;
  margin: 0;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-transform: none;
  border: 0;
}

#news ul {
  color: white;
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;

}

#news li {
  padding: 0;
  margin: 0;
  text-transform: none;
  color: #666666;
  list-style-image: none;
  line-height: 1em;
}

#news li a:link,
#news li a:visited,
#news li a:active {
  color: #fff;
  text-decoration: none;
}

#news li a:hover {
  text-decoration: underline;
}

#news li span {
  color: white;
  font-weight: bold;
  font-size: 0.89em;
  letter-spacing: 0.1em;
}

.galleria #content li {
  list-style-type: none;
  display: block;
  width: 152px;
  text-align: center;
  float: left;
  overflow: visible;
}

.galleria #content li a:link,
.galleria #content li a:visited,
.galleria #content li a:active {
  text-decoration: none;
}

.galleria #content li a:link strong,
.galleria #content li a:visited strong,
.galleria #content li a:active strong,
.galleria #content li a:link span,
.galleria #content li a:visited span,
.galleria #content li a:active span {
  text-decoration: underline;
}

.galleria #content li a:hover img {
  border: 1px solid #00f;
}

.galleria #content img {
  border: 1px solid #ccc;
}

.galleria #content div {
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
}

#profile {
  display: block;
  width: 229px;
  background: #ddd;
  float: right;
  margin-right: 10px;
  margin-top: 19px;
  margin-bottom: -12px;
  text-align: center;
}

#profile img {
  border: 0;
}

#profile h2 {
  margin: 5px 0 5px;
  text-align: right;
  position: relative;
  top: -13px;
  margin-bottom: -13px;
  letter-spacing: 3px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-weight: bold;
}

#profile .corners-top {
  position: relative;
  top: -12px;
  margin: 0;
}

#profile .corners-bottom {
  position: relative;
  top: 12px;
  margin: 0 0;
}

#profile dl {
  display: block;
  position: relative;
  clear: both;
  float: none;
  margin: 10px 20px;
  overflow: hidden;
}

#profile dt {
  display: block;
  float: left;
  clear: left;
  width: 4em;
  height: 1.3em;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  margin: 0;
}

#profile dd {
  display: block;
  float: left;
  clear: right;
  width: 10em;
  text-align: left;
  overflow: hidden;
  position: relative;
  height: 1.3em;
  margin: 0;
}

#profile p {
  margin: 0;
  padding: 0;
  clear: both;
  float: none;
}

.blog h2 {
  font-size: 1em;
  font-weight: normal;
  text-align: right;
}

.blog h3 {
  display: block;
  margin-bottom: 1.3em;
  font-size: 130%;
  line-height: 1.3em;
  color: #666;
}

.blog h4 {
  margin-left: 1em;
border-bottom: 1px solid #ddd;
}