﻿/*
 *      
 *      style.css
 *      
 *      Copyright 2009 Marek Wysiński <mwysinski@gmail.com>
 *      
 */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #242424;
	color: #b2b0b0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

p {
	text-align: left;
}

#layout {
	margin: 0 auto;
	width: 950px;
	height: 900px;
	background: url('../images/background.gif') no-repeat;
	text-align: left;
}

#holder {
	position: absolute;
}

#menu {
	position: absolute;
	top: 123px;
	background: #000;
	width: 950px;
	height: 20px;
	text-align: center;
	z-index: 1000;
}

#menuHolder {
	margin: 0 auto;
	width: 776px;
}

#menu a {
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 128px;
}

#menu a:hover, #menu a.active {
	background: #242424;
	text-decoration: none;
}

#content {
	position: absolute;
	width: 950px;
	top: 200px;
	text-align: center;
}

#copyright {
	color: #999;
	font-style: italic;
	font-size: 11px;
	position: relative;
	top: 800px;
	left: 760px;
}

#aboutMe {
	color: #999;
	line-height: 20px;
	font-size: 10px;
	margin-top: 10px;
	text-align: justify;
}

#recomended {
	position: absolute;
	width: 720px;
	margin: 200px 128px;
}

.contactInfo {
	color: #fff;
	line-height: 120%;
	margin-top: 15px;
}

.recomendedColumn {
	float: left;
	width: 214px;
	line-height: 200%;
	margin-right: 26px;
}

.dolewej {
	float: left;
}

.ramka {
	border: 8px solid #000;
}

.white {
	color: #fff;
}

.miniaturki {
	width: 520px;
	margin: 0 auto;
}

.miniaturki img {
	border: 8px solid #000;
	margin-bottom: 10px;
}

.miniaturki img:hover {
	border-color: #fff;
}

.miniaturka {
	float: left;
	font-size: 10px;
	margin: 15px;
}

.miniaturka a {
	color: #b2b0b0;
}

.miniaturka a:hover {
	text-decoration: none;
}

.sciezka {
	position: absolute;
	top: 170px;
	left: 96px;
	width: 700px;
	color: #888;
	margin-left: 15px;
	z-index: 1000;
}

.sciezka a {
	color:  #b2b0b0;
}
