html
{
  overflow: auto;
  margin: 0;
  padding: 0;
}

body
{
  font-family: Georgia, "Times New Roman";
  font-size: 12px;
  color: #000000;
  margin: 0 auto;
  width: 800px;
  text-align: center;
}

h1,
h2
{
  font-size:18px;
  font-weight: normal;
}

h3
{
  font-size: 16px;
  color: #76B900;
  font-weight: bold;
  font-style: italic;
}

#container
{
  width: 788px;
  min-height: 450px;
  background-image: url('/images/tausta-viivat.jpg');
  background-repeat: repeat-y;
  text-align: left;
}

#navigation a,
#navigation a:hover,
#navigation a:visited,
#navigation a:active
{
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

#navigation
{
  float: left;  
}

body.blogit #navigation
{
  position:absolute;
}

#navigation ul, 
#navigation li
{
  width:130px;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 18px;
  list-style: none;
}

#navigation ul li.active
{
/*   background-position: -20px; */
  background-image: url('/images/rinkula.jpg');
  background-repeat: no-repeat;
}

#content-text
{

  border-left: 3px solid;
  padding-left: 10px;
  min-height: 400px;
  font-size: 13px;
  width: 550px;
  margin-left: 160px;
  padding-bottom: 50px;
}

#sidepicture
{
  margin-left: 560px;
  z-index: 100;
  height: 80px;
  width: 200px;
  background-image: url('/images/tuloo_musta.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
}

body.frontpage #content-text
{
  border-left: 3px solid;
  padding-left: 10px;
  font-size: 13px;
  width: 250px;
  margin-left: 160px;
  min-height: 510px;
}

.badge
{
  display:none;
}

body.frontpage #sidepicture
{
  position: absolute;
  margin-left: 418px;
  margin-top: -406px;
  width: 370px;
  height: 440px;
  z-index: 100;
  background-image: url('/images/mietaa_viivalla.jpg');
  background-repeat: no-repeat;
}

body.blogit #content-text
{
  border-left: 3px solid;
  padding-left: 10px;
  font-size: 13px;
  width: 300px;
  margin-left: 160px;
}

body.blogit #sidepicture
{
  margin-left: 468px;
  width: 290px;
  z-index: 150;
  height: 450px;
  position: absolute;
  background-image: url('/images/kertoja1.jpg');
  background-repeat: no-repeat;
  bottom: 0;
}

body.create #sidepicture,
body.edit #sidepicture
{
  display: none;
}

/*
body.blogit #content-text a
{
  color: #76B900;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
*/

body.blogit.view #content-text
{
  width: 550px;
}

body.blogit.view #sidepicture
{
  display:none;
}

body.linkit #content-text,
body.yhteystiedot #content-text
{
  border-left: 3px solid;
  padding-left: 10px;
  font-size: 13px;
  width: 300px;
  margin-left: 160px;
  min-height: 510px;
}

body.linkit #sidepicture,
body.yhteystiedot #sidepicture
{
  position: relative;
  margin-left: 490px;
  width: 290px;
  z-index: 150;
  height: 450px;
  margin-top: -400px;
  background-image: url('/images/nojaus.jpg');
  background-repeat: no-repeat;
}

#content-text a:link,
#content-text a:visited
{
  color: #76B900;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

#content-text a:hover,
#content-text a:visited:hover
{
  text-decoration: underline;
}

.grouplogo img
{
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
  border:0px;  
}

#branding-container
{
  width: 800px;
  background-image:   url('/images/ylakaari.jpg');
  background-repeat: no-repeat;
}

#siteinfo
{
  width: 800px;
  background-image:   url('/images/alakaari.jpg');
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
  height: 30px;
  text-align: left;
  clear: both;
}

.permalink
{
  display:none;
}

#siteinfo img
{
  position: absolute;
  margin-top: -60px;
}

.area.meta legend
{
  margin-bottom: 20px;
}