/*
Theme Name: Ruma ankanpoikanen
Theme URI: http://www.rumaankanpoikanen.fi
Description: Ruma ankanpoikanen, Metropolia Kulttuuriala
Version: 1.0
Author: Tomi Pajunen
Author URI: http://www.darkroom.fi
Tags: custom header, fixed width, widgets

	This theme was designed and built by Tomi Pajunen
	http://www.darkroom.fi

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
  overflow-y: scroll;
}
body {
  font-size: 0.9em;
  font-family: sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
  background-image: url('images/ankkajajosse-resized.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
img {
  border: 0;
}
h2 {
  font-weight: normal;
  margin-bottom: 0px;
}
.clear {
  clear: both;
}
#otsikko a {
  display: block;
  background-image: url('images/otsikko.png');
  background-repeat: no-repeat;
  width: 514px;
  height: 101px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
#page {
  background-color: rgb(255, 255, 255); /* Fallback */
  background-color: rgba(255, 255, 255, 0.8);
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 10px #8ebe3c solid;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#menu {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  background-color: #FFFFFF;
  background-image: url('images/menu-tausta.png');
  background-repeat: repeat-x;
  border-top: 1px #8ebe3c solid;
  border-left: 1px #8ebe3c solid;
  border-right: 1px #8ebe3c solid;
}
#footer {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#footerlist li {
  list-style-type: none;
  float: right;
}
#menulist {
  margin: 0px;
  padding: 0px;
}
#menulist li {
  list-style-type: none;
  background-image: url('images/menu-split.png');
  background-repeat: no-repeat;
  background-position: right;
  float: left;
}
#menulist li a {
  display: block;
  padding: 5px 10px 5px 10px;
  color: #000000;
  font-size: 24px;
  font-family: serif;
}
a {
  color: #c69000;
  text-decoration: none;
}
/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

p.wp-caption-text {
  padding-left: 5px;
  padding-right: 5px;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left;
  }
/* End Images */
