/*
	Copyright (C) 2008-2012 Jussi Laako, Signalyst.
	All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
}
a {
	color: RoyalBlue;
}
a:hover {
	color: DodgerBlue;
}
body {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: DimGrey;
	color: #3F3F3F;
	font: normal 75% "Arial","Adobe Helvetica","Lucida Sans",sans-serif;
	margin: 0;
}
input {
	color: Green;
	font: normal 1.1em "Arial","Adobe Helvetica","Lucida Sans",sans-serif;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 8px;
}
h2 {
	margin-bottom: 8px;
}
h1,h2,h3 {
	color: #007F00;
	padding-top: 8px;
}

.container {
	background: url(images/bgcontainer.png) repeat-y;
	margin: 0 auto;
	padding-bottom: 8px;
	width: 768px;
}
.header {
	background-image: url(images/header.png);
	background-repeat: repeat-x;
}

.title h1 {
	color: White;
	font: normal 3em "Arial","Adobe Helvetica","Lucida Sans",sans-serif;
	height: 160px;
	line-height: 160px;
	margin-bottom: 8px;
	text-align: center;
}

.main {
	clear: both;
	padding: 8px 16px;
}

.leftnav h1,.leftnav ul {
	padding-left: 8px;
}
.leftnav {
	background: WhiteSmoke;
	border: 1px solid LightGrey;
	float: left;
	width: 160px;
}
.leftnav h1 {
	color: #3F3F3F;
	font-size: 1.2em;
	height: 16px;
	margin-top: 1.2em;
}
.leftnav ul {
	border-top: 1px solid #E0E0E0;
	margin: 0;
	padding: 0;
}
.leftnav li {
	border: 1px solid #E0E0E0;
	border-top: none;
	list-style: none;
	margin: 0;
	background: url(images/bgul.png) repeat-x;
}
.leftnav li a {
	color: #5F5F5F;
	display: block;
	font-size: 0.9em;
	padding: 4px 8px 4px 16px;
	text-decoration: none;
}
.leftnav li a:hover {
	color: #1F1F1F;
}

.leftpane {
	float: left;
	width: 160px;
	padding-top: 16px;
}

.content {
	float: right;
	width: 560px;
}
.content .item {
	padding: 8px 16px;
	border: 1px solid LightGrey;
	background: White;
	margin-bottom: 8px;
}
.content .item li {
	margin-left: 32px;
}
.content .item .figure {
	float: center;
	text-align: center;
	width: 66%;
}
.content .item .figure .picture {
	/*border: 2px solid blue;*/
	display: table-cell;
	padding: 8px 8px 8px 8px;
}
.content .item .figure .caption {
	display: table-caption;
	font-style: italic;
	font-size: smaller;
}

.clear {
	clear: both;
}

.footer {
	background: White;
	border: 1px solid LightGrey;
	color: #3F3F3F;
	font-size: 1.0em;
	margin: 0 auto;
	text-align: center;
	padding: 8px;
	width: 718px;
}
