/*
 * &copy; 2007-2009 Kimmo Parviainen-Jalanko
 *
 * #D40225 Red
 * #9CE4FF Cyan
 * #FFFFFF White
 * #C2F165 Pear
 * #33A61C Lime
 */

#layout
{
min-height: 100%;
}

html, body
{
font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif;
font-size: 11px;
letter-spacing: 1px;
}

body
{
padding:0px;
background: #FFFFFF;
color: #C2F165;
}

a
{
color: #D40225;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #C2F165;
}

h1, h2
{
padding: 0 0 0 0;
margin: 0 0 0 0;
color: #D40225;
}

img
{
  border-style: none;
}

.inline
{
  vertical-align: middle;
}

#header
{
margin: 10px 0 0 0;
padding: 10px 10px 0 20px;
height: 140px;
background: bottom left url(http://static.77.fi/images/hdr1.png) repeat-x;
color: #D40225;
}

#header h1, #header h2
{
color: #D40225;
}

#header h2 {
padding-top: 40px;
text-align: right;
}

#menu
{
margin: 10px 0 10px 0;
background: #9CE4ff;
height: 18px;
}

.clear {
content: ".";
clear: both;
visibility: hidden;
height: 0px;
display: block;
}

#menu ul
{
margin: 0;
padding: 0;
list-style: none;
}

#menu li
{
display: inline;
width: 100px;
}

#menu li a
{
  font-weight: normal;
display: block;
float: left; 
background: url(http://static.77.fi/images/menubg.png) top right no-repeat;
            text-transform: lowercase;
            text-decoration: none;
height: 40px;
padding: 2px 15px 2px 5px;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}

#menu a:hover
{
color: #33A61C;
}


#links
{
margin: 10px 0 10px 10px;
float: left;
/* width: 220px; */
}

#links h1, #links h2, #links h3 {
color: #33A61C;
}

#links ul
{
margin: 0 0 20px 0;
padding: 0;
         list-style: none;
}

#links ul li {
margin: 2px 0 0 0;
}

#links ul a
{
  text-decoration: none;
color: #C2F165;
}

#links ul a:hover
{
color: #9CE4FF;
}

#footer
{
margin: 10px 0 0 0;
padding: 25px 0 0 0;
background: url(http://static.77.fi/images/footerbg1.png) repeat-x #9CE4FF;
color: #33A61C;
       min-height: 60px;
}

#footer a
{
color: #D40225;
}

#footer p
{
  text-align: center;
}

#posts
{
padding: 0 20px 0 20px;
float: left; 
width: 760px;
margin: 10px 10px 10px 0;
}

#posts h1, #posts h2
{
  text-transform: uppercase;
}

.post
{
  padding: 0 0 20px 0;
}

#content
{
margin: 0;
background: #FFFFFF;
color: #33A61C;
min-height: 500px;
}

#ads {
padding: 50px 0 0 0;
}

#stamps
{
  padding: 5px 5px 5px 5px;
  text-align: center;
}

label
{
  float: left;
  text-align: right;
  margin: 0 0 0 0;
  display: block
}

input
{
  font-weight: bold;
  color: #D40225;
  background: #FFF;
  border: 3px dotted #C2F165
}

.submit
{
  color: #33A61C;
  background: #C2F165;
  border: 3px dotted #33A61C;
}

fieldset
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0px solid #9CE4FF;
}

legend
{
  color: #D40225;
  background: #fff;
  border: 1px solid #9CE4FF;
  padding: 2px 6px
}
