﻿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-size: 100%;
	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;
}
/* responsive */
img, embed, object, video {
	max-width: 100%;
	height: auto;
}
/* responsive */
img {
	border: 0px;
	display: block;
	padding-bottom: .5em;
}
p {
	font-size: 85%;
	font-family: 'Josefin Sans', sans-serif;
	color: black;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
}
h1 {
	font-size: 300%;
	font-family: 'Homemade Apple', cursive;
	margin-top: -5px;
	margin-bottom: -85px;
	color: rgba(225, 150, 0, 0.8);
}
.smallerHeading1 {
	font-size: 120%;
	margin-top: -5px;
	margin-bottom: -85px;
}
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: 80%;
	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;
    font-weight: 400;
    font-style: normal;
	font-size: 80%;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
	text-shadow@: 3px 3px 8px #000;
}
.ClickImages {
	font-size: 66%;
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: 1pt;
	margin-bottom: -0.05em;
}
figcaption {
	font-size: 80%;
	color: rgba(55, 55, 55, 0.8);
	font-style: italic;
}
figure {
	margin-left: -0.01em;
}
a img {
	border: none !important;
img, embed, object, video {
	max-width: 100%;
	height: auto;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f00;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
	background-color: rgba(247, 247, 252, 0.2);
	position: relative;
	z-index: 1000;
}
a:active {
	color: black;
	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;
}
ul {
	background: transparent;
	margin-left: 0px;
	padding-bottom: 1em;
	line-height: 1.5em;
}
li {
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	line-height: 1.75em;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */;
}
