/*
Theme Name: Teeman nimi
Description: Teeman kuvaus
Author: Anna Broholm
Author URI: http://www.pienisuuriidea.net
Version: 1.0
*/

/* CSS BROWSER RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
background-color: #e5e5e5;
font-family: minion pro;
font-weight: bold italic;
font-size: 20px;
}

div#container {
display: table;
width: 875px;
margin: 0px auto 0px auto;
}

div#containercontainer {
width: 100%;
background-color: white;
padding: 35px 0px 0px 0px;
}

div#sidebar {
display: table-cell;
vertical-align: bottom;
width: 325px;
}

div#content {
display: table-cell;
width: 600px;
padding: 50px 0px 0px 0px;
}

div#footer {
width: 100%;
height: 66px;
background: url('images/alamusta.png') repeat;
}

div#footer_content {
width: 750px;
color: #C8C5C7;
margin: 0px auto 0px auto;
padding: 10px 0px 0px 0px;
}

ul {
width: 750px;
list-style-type: none;
margin: 10px auto 0px auto;
}

li {
float: left;
display: block;
width: 175px;
font-size: 15px;
}

img#kuva {
display: block;
}

h2 {
font-weight: bold;
margin: 5px 0px 20px 0px;
}

div#footer_content h2 {
color: white;
font-weight: normal;
align:center;
}

p {
font-size: 15px;
}

span#copyright {
font-size: 12px;
color: #C8C5C7;
vertical-align: bottom;
position: relative;
left: 230px;
}
