/*
	Copyright (C) 2008 Jan Stępień
	This work is licensed under
	Creative Commons Attribution-Share Alike 3.0 License.
	Details and the full license can be acquired at the following address:
	http://creativecommons.org/licenses/by-sa/3.0/
*/
html, body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #f19200;
	color: #f19200;
}
a:visited {
	border-bottom: 1px dotted #d98400;
	color: #d98400;
}
a:hover {
	border-bottom: 1px dotted #000;
}
acronym, abbr {
	font-size: 90%;
	border-bottom: 1px dotted #000;
}
a acronym, a abbr {
	border-bottom: 0;
}
acronym:hover, abbr:hover {
	cursor: help;
}
a acronym:hover, a abbr:hover {
	cursor: inherit;
}
kbd {
	margin-left: 50px;
}
var {
	text-decoration: none;
	font-style: normal;
	font-family: monospace;
}
div#content {
	padding: 0;
	margin: 0 auto 10px;
	width: 980px;
	background: #eee url('corner.png') no-repeat left bottom;
}
div#title {
	padding: 20px 0 0 20px;
}
div#title h1 {
	margin: 0;
	padding: 0;
}
div#leftcolumn {
	float: left;
	width: 450px;
	padding: 0 20px 20px 20px;
	margin: 0;
}
div#rightcolumn {
	width: 450px;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 490px;
	background: #eee url('penguin.png') no-repeat right bottom;
}
div#footer {
	margin: 10px auto 10px;
	width: 980px;
	font-size: x-small;
	color: #f19200;
	text-align: center;
}
div#footer a, div#footer a:visited {
	color: #eee;
	border-bottom: 1px dotted #eee;
}
div#footer a:hover {
	color: #eee;
	border-bottom: 1px dotted #f19200;
}
div#langpick {
	float: right;
	width: 100px;
	margin-top: 15px;
}
div#langpick img, div#langpick a {
	border: none;
}
.south-east {
	width: 300px;
}
