﻿html {
	margin-top: 40px;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/backgrounds/bg.jpg');
	background-attachment: fixed;
	font-family: "Futura Lt BT", "AvantGarde Bk BT", Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 110%;
	font-weight: lighter;
	color: #993333;
	text-decoration: none;
}
/**************************
CONTENT
**************************/
#content {
	max-width: 66em;
	padding: 7px 3px 20px 225px;
	position: absolute;
	float: right;
	width: 75%;
}
/**************************
LEFT COLUMN
**************************/
#left {
	position: fixed;
	margin-left: 40px;
	top: 30px;
	z-index: 10;
	width: 10%;
	float: left;
}
img {
	border: 0px;
	display: block;
}
p {
	font-size: 120%;
	font-family: 'Josefin Sans', sans-serif;
	color: black;
	font-weight: bold;
}
p {
	letter-spacing: 0.1em;
	text-align: left;
}
h1 {
	font-size: 300%;
	font-family: 'Homemade Apple', cursive;
	margin-top: -5px;
	margin-bottom: -85px;
	color: rgba(253, 243, 222, 0.4);
}
h2 {
	font-size: 150%;
	font-family: 'Comfortaa', cursive;
	color: #993300;
}
h3 {
	font-size: 100%;
	margin-bottom: -20px;
	font-family: 'Comfortaa', cursive;
	font-weight: 600;
	color: rgba(238, 238, 255, 0.7);
}
h4 {
	font-size: 100%;
	line-height: 0.7em;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: -8px;
	color: black;
	text-shadow: 2px 2px 22px #666;
}
h5 {
	font-size: 75%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: lighter;
	color: black;
}
h6 {
	font-family: 'Homemade Apple', cursive, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.8);
	text-shadow@: 3px 3px 8px #000;
}
a img {
	border: none !important;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: ;
	border-bottom: 1px dotted, #cccccc;
	background-color: #fff;
}
a:active {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
table {
	width: 100%;
	background-image: url('../images/backgrounds_translucent/lounas-leipa-tiles.png');
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-webkit-box-shadow: 9px 3px 19px 0 #905d2a;
}
.table {
	padding: 0px 7px 0px 7px;
}
tr {
	height: 1px;
}
.menuBlueGradient {
	background-image: url('../images/backgrounds_translucent/bg_blue_gradient.png');
}
.menuLake {
	text-align: left;
	background-image: url('../images/backgrounds_translucent/1-lake01.png');
}
.ruokaLista {
	background-position: inherit top;
	border-width: thin;
	border-color: #CC6600;
	padding: 10px;
	width: 100%;
	border-style: solid dashed dashed dashed;
	visibility: visible;
	display: table;
	border-collapse: inherit;
	empty-cells: show;
	caption-side: top;
	background-repeat: inherit;
	background-attachment: inherit;
	text-align: left;
	vertical-align: top;
}
.columns {
	-moz-column-width: 375px;
	-moz-column-gap: 3em;
	-moz-column-rule: 1px solid white;
	-webkit-column-width: 375px;
	-webkit-column-gap: 3em;
	-webkit-column-rule: 1px solid white;
}

