/*
 *  JoggerPL version 2.5 (codename Agni) Styles
 *  last-updated: 28-04-2007
 *  ===========================================================================
 *  
 *  Mozesz wykorzystywac fragmenty tego stylu do nauki i w swoich projektach,
 *  ale unikalne polaczenie obrazow, kolorow, rozmiarow, typografii oraz
 *  pozycjonowania jest chronione prawem autorskim jako wlasnosc JoggerPL
 *  i nie moze byc kopiowane.
 *
 *  You may adapt certain elements of this CSS to learn and in your own 
 *  projects, but the unique combination of images, colors, sizes, typography,
 *  and positioning is copyright 2003-2007 JoggerPL and may not be reproduced.
 *
 *  ===========================================================================
 */
 
@import url(reset.css);

/* =global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background-color: #fff;
	color: #3b3b3b;
	font: normal 100% "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", "Bitstream Vera Sans", Geneva, Verdana, sans-serif;
}

a, a:visited {
	color: #3e798c;
	border-bottom: 1px solid #a2d1e0;
	text-decoration: none;
}

a:visited { background-color: #e8f4f8; }
a:hover { border-bottom-color: #76b5cc; }

h1 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.04em;
	color: #3b3b3b;
	font-size: 1.86em;
	line-height: 80%;
	margin-bottom: 0.38em;
}

/* =boxed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	height: 100%;
}

.boxed {
	display: table;
	width: 50%;
	margin: 0 auto;
}

.boxed-helper {
	display: table-cell;
	vertical-align: middle;
}

.cell {
	padding-bottom: 40px;
	background: url(i/joggerpl-logo-boxed.png) 100% 100% no-repeat;
}

.boxed h1 strong {
	background-color: #ee4e4e;
	color: #fff;
	padding: 0.1em 0.2em;
}

.boxed p, .boxed ul {
	margin: 20px 0;
	line-height: 150%;
}

.boxed ul {
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}