html
{
  height: 100%;
}

body
{
  padding:0;
  margin:0;
  background-image: url('/images/bg.gif');
  background-position: top center;
  height: 100%;
  font-family: Verdana;
  text-align: center;
}

#container
{
  text-align: left;
  margin: 0 auto;
  width: 815px;
  background-color: #baaa89;
  background-image: url('/images/wrapper_bg.gif');
  background-position: 0px 0px;
  padding: 10px 0 0px 0;
}

#branding
{
  background-image: url('/images/branding.jpg');
  background-repeat: no-repeat;
  margin: 0 0 0 18px;
  height: 214px;
  width: 780px;
}

#search
{
  float: right;
  margin-top: 159px;
  width: 276px;
  height: 55px;
  background-image: url('/images/search_bg.jpg');
  background-repeat: no-repeat;
}

#search div.content
{
  margin: 5px 0 0 20px;
}

#search div.content p
{
  margin:0 0 5px 0;
  padding:0;
}

input.submit
{
  background-color: #0a1f53;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#navigation
{
  background-color: #0a1f53;
  background-image: url('/images/nav_back.gif');
  height: 26px;
  line-height: 26px;
  margin-left: 17px;
  margin-top: 10px;
  width: 782px;
}

html > body #navigation
{
  line-height: 15px;
}

#navigation ul 
{
  list-style-type: none;
  padding:0;
  display: block;
  margin-left: 50px;
  margin-top:0;
}

html > body #navigation ul
{
  padding: 4px 0 0 0;
}

#navigation ul li
{
  float: left;
}

#navigation ul li a
{
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  padding: 7px 10px;
}

html > body #navigation ul li a
{
  padding: 6px 10px;
}

#navigation ul li a:hover
{
  background-color: #3f62bd
}

#breadcrumb
{
  margin: 10px 0px 0px 30px;
}

#breadcrumb a,
#breadcrumb span,
#breadcrumb
{
  font-size: 11px;
  color: #204067;
}

#content_holder
{
  background-color: #ffffff;
  margin-top: 30px;
  width: 780px;
  margin-left: 18px;
}

#subnav
{
  background-color: #ffffff;
  float: left;
  border-right: 1px solid #baaa89;
  padding-bottom: 210px;
  width: 220px;
}

#subnav ul
{
  background-color: #baaa89;
  list-style-type: none;
  padding:0;
  margin-top:0;
  margin-bottom:0;
  margin-left: 0;
}

#subnav ul li
{
  background-image: url('/images/karki.gif');
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 11px;
  padding: 0px 12px 6px 0px;
  margin-right: 18px;
}

html > body #subnav ul li
{
  margin-right: 8px;
}

#subnav ul li a
{
  padding: 5px 0px 7px 10px;
  text-decoration: none;
  background-color: #ffffff;
  display: block;
  width: 190px;
  color: #0a1f54;
}

#subnav ul li ul li
{
  margin-top: 6px;
  background-image: url('/images/karki.gif');
  background-repeat: no-repeat;
  background-position: top right;
  width: 200px;
}

#gradient
{
  height: 85px;
  width: 220px;
  background-image: url('/images/gradient.gif');
  background-repeat: repeat-x;
  background-position: left -30px;
  margin: 0;
}

#subnav #member h2
{
  margin: 0 0 5px 21px;
}

#subnav #member
{
  background-color: #ffffff;
}

#subnav #member ul
{
  background-color: #ffffff;
}

#subnav #member ul li
{
  background-image: url('/images/karki_sininen.gif')
}

#subnav #member ul li a
{
  border-top: 1px solid #baaa89;
  border-bottom: 1px solid #baaa89;
  color: #ffffff;
  background-color: #0a1f53;
}

#subnav #member ul li.active
{
  background-image: url('/images/karki_vaal_sininen.gif');
}

#subnav #member ul li.active a
{
  background-color: #4063BD;
  border-bottom: 1px solid #4063BD;
  border-top: 1px solid #4063BD;
}

#subnav #member ul li.active li a
{
  border-top: 1px solid #baaa89;
  border-bottom: 1px solid #baaa89;
  color: #ffffff;
  background-color: #0a1f53;
}

#image
{
  margin-left: 10px;
  float: left;
  margin-top: -190px;
}

#login_form
{
  margin-left: 20px;
}

#login_form p
{
  padding:0;
  margin:0;
}

#container #login_form span
{
  font-size: 11px;
}

#content
{
  border-left: 1px solid #baaa89;
  margin-left: -1px;
  float: left;
  width: 555px;
  background-color: #ffffff;
  background-image: url('/images/content_corner.gif');
  background-repeat: no-repeat;
}

#content #content-text
{
  margin: 25px 20px 20px 30px;
}

hr.break
{
  clear: both;
  height: 0px;
  border-width: 0px;
  visibility: hidden;
}

div.news-entry
{
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
}

#siteinfo
{
  padding-bottom: 1px;
  margin-top: -10px;
  margin-left: 1px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-image: url("/images/alareuna.gif");
}

html > body #siteinfo
{
  padding-bottom: 10px;
  margin-top: 0px;
}

*html #siteinfo
{
  padding-top: 13px;
}

#siteinfo table td
{
  vertical-align: top;
  padding-right: 20px;
}

#siteinfo-txt
{
  margin-left: 17px;
}

#siteinfo span.email
{
  margin-left: 50px;
}

p,
#content-text
{ 
  color: #333333;
  line-height: 14px;
  font-size: 11px;
}

h1
{
  font-family: Georgia, Times, Sans;
  font-size: 22px;
  font-weight: normal;
  color: #843a21;
  line-height: 20px;
}

h2,
h3,
h4
{
  font-family: Georgia, Times, Sans;
  font-size: 16px;
  font-weight: normal;
  color: #000033;
}

h3
{
  font-size: 14px;
}

h4
{
  font-size: 12px;
}

body.sivukartta #content-text ul
{
  padding-left: 15px;
}

body.sivukartta #content-text ul li ul
{
  padding-left: 15px;
}

body.sivukartta #content-text ul li,
body.sivukartta #content-text ul li a
{
  list-style-type: square;
  font-family: Verdana, Times, Sans;
  margin-top: 5px;
  font-size: 11px;
  color: #0A1F53;
  text-decoration: none;
  line-height: 10px;
}

body.sivukartta #content-text ul li a:hover
{
  text-decoration: underline;
} 

#container h2.entry-title a
{
  text-decoration: none;
  color: #20204b;
}

#container h2.entry-title a:hover
{
  text-decoration: underline;
}

a.logout
{
  font-size: 11px;
  padding: 3px 15px;
  color: #ffffff;
  text-decoration: none;
  background-color: #0A1F53;
  margin-left: 15px;
}

