/*
 *
 * chomzee's homepage
 * http://chomzee.ethernet.pl/
 *
 * Autor: Bartosz "chomzee" Chodorowski
 * mailto: chomzee[at]ethernet[dot]pl
 *
 */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: #aaa;
	background-color: #000;
	font-family: monospace;
	font-size: 12px;

}

a:link
{
	color: #ddd;
	text-decoration: underline;
}

a:visited
{
	color: #ddd;
	text-decoration: underline;
}

a img
{
	border: 0;
}
h1
{
	font-size: 28px;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: center;
}

#update
{
	text-align: right;
	padding: 15px 0;
}

#page
{
	position: relative;
	width: 780px;
	margin: 10px auto;
	padding: 10px;
	background-color: #111111;
}

#lang
{
	position: absolute;
	top: 20px;
	right: 20px;
}

#weblog
{
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 20px;
}


#content
{
}

table
{
	border-collapse: collapse;
}

.cvtable h2
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 50px;
}

.cvtable .firsth2
{
	padding-top: 0;
}

.cvtable .line
{
	border-bottom: 1px solid #aaa;
}

.cvtable td
{
	padding: 10px;
}

.cvtable th
{
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	width: 200px;
	padding: 10px;
	border-right: 1px solid #aaa;
}

#valid
{
	text-align: center;
}
