﻿#header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
#nav {
    line-height:30px;
    background-color:#2a92b4;
    height:350px;
    width:200px;
    float:left;
    padding:10px;
    position: relative;
   display: inline;
}

body{
	margin: 0;
	background: #c24398;
}
#container{
	width: 960px;
	margin: 0 auto;
	border-right: 1px solid #4f4f4f;
	border-left: 1px solid #4f4f4f;
	background: #5eaaf0;
}

#section {
     background-color:#0099FF;
    width:850px;
    float:left;
    padding:10px; 
}

#sidebar {
	float: right;
	width: 250px;
	background-color: #6a1bec;
	padding-bottom: 20px;}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}

ul.navbar {
	list-style-type: inline;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 1em;
	width: 9em}

ul li {
    float: left;
    list-style: none;
    margin-right: 1em;
    font-family: 'KulminoituvaRegular', helvetica, sans-serif;
    font-size: 25px;
    padding: 12px; 
}
 
li a {
    color: #544738;
    text-decoration: none;
    float: left;
}
 
li a:hover {
    color: #7eb9be;
    -webkit-transform: rotate(-10deg) scale(1.2);
    -moz-transform: rotate(-10deg) scale(1.2);
    -o-transform: rotate(-10deg) scale(1.2);
}


a:visited {
	color : purple}

.left a:hover {
    -webkit-transform: rotate(-10deg) scale(1.2);
    -moz-transform: rotate(-10deg) scale(1.2);
    -o-transform: rotate(-10deg) scale(1.2);
   
    /*Transition*/
    -webkit-transition:All .5s ease;
    -moz-transition:All .5s ease;
    -o-transition:All .5s ease;
     
    /*Transform*/
    -webkit-transform: rotate(-10deg) scale(1.2);
    -moz-transform: rotate(-10deg) scale(1.2);
    -o-transform: rotate(-10deg) scale(1.2);
}
 
.right a:hover {
    -webkit-transform: rotate(10deg) scale(1.2);
    -moz-transform: rotate(10deg) scale(1.2);
    -o-transform: rotate(10deg) scale(1.2);

/*Transition*/
    -webkit-transition:All .5s ease;
    -moz-transition:All .5s ease;
    -o-transition:All .5s ease;
     
    /*Transform*/
    -webkit-transform: rotate(10deg) scale(1.2);
    -moz-transform: rotate(10deg) scale(1.2);
    -o-transform: rotate(10deg) scale(1.2);
}

@font-face {
    font-family: 'Almendra';
    src: url('Almendra-www.fontsquirrel.com/');
    src: local('‚ò∫'), url('Almendra-www.fontsquirrel.com/f') format('woff'), url('Almendra-webfont.ttf') format('truetype'), url('Almendra-webfont.svg#webfontHNAi9IoX') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1{
	color: blue;
	fon-family: verdana;
	font-size: 250%;
	}
div.img{
	float: left;
	margin-right: 10px;
	clear: both;
	}

div.info{
	float: right;
	display: block;
	margin: right: 400px;
	width: 650px}
p {
    -moz-text-decoration-style: wavy; 
    text-decoration: none;
    font-family: "Almendra"
}

.sfm input {background-color: #f5f5f5; 
    font-size: 10px; 
    border: 0px; 
    text-transform: uppercase; 
    margin-top: 0px; 
    color: #999; 
    letter-spacing: 1px; 
    padding: 4px 8px;
    font-family: calibri, helvetica, arial;}