/*
Theme Name: saa fAnittaa
Theme URI: http://anittaahonen.net/
Description: Kampanjateema.
Version: 1.0
Author: peukalo
Author URI: http://peukalo.net/
Tags: Iso A, saa fAnittaa, Anitta Ahonen

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

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



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background:none;
	margin:0;padding:0;
	}

a{
color:pink;
text-decoration:none;
}
a:hover{
color:orange;
text-decoration:none;
}
#taivas{
position:relative;min-width:1310px;width:auto !important;width:1310px;min-height:1310px; height:auto !important;
height:1310px;
/*background: url("images/taivas.jpg") top left repeat-x;*/
background-color: #A8BED5;
background-image: url("images/taivas.jpg");
background-repeat: repeat-x;
background-position: top left;

z-index:1;
}	
#city{
position:relative;min-width:1310px;width:auto !important;
width:1310px;min-height:1310px; height:auto !important;
height:1310px;
/*background:  url("images/city.jpg") bottom left ;*/
background-image: url("images/city.jpg");
background-repeat: repeat-x;
background-position: bottom left;
z-index:2;
}
#valikko li{
display:inline;
padding-left:4px;
padding-right:4px;
}
#valikko li a{
/*color:white;*/
font-size:17px;
}
h2{
font-size:20px;
margin:0;
margin-top:40px;
margin-bottom:20px;
padding:0;
text-transform: uppercase;

}
small{
margin:0px;
margin-bottom:-30px;
line-height:16px;
font-size:15px;
font-weight:bold;
}
.post{
margin-top:10px;
margin-bottom:50px;
}
a img {
border:pink solid 2px;
}