﻿/*
 *  JoggerPL version 2.5 (codename Agni) Styles
 *  last-updated: 29-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.
 *
 *  ===========================================================================
 */
 
a, a:visited {
	color: #de1818;
	border-bottom-color: #f1c9c9;
}

a:visited {
	background-color: #fbe9e9;
}

a:hover {
	color: #555;
	border-bottom-color: #c6c6c6;
}

a:visited:hover {
	background-color: #eee;
}

.wrap {
	min-width: 570px;
	max-width: 650px;
}

#intro {
	background: #eee url(i/techblog.png) 100% 0 no-repeat;
	padding-right: 80px;
}

#intro p {
	color: #555;
}

#intro a, #intro a:visited {
	color: #333;
	font-style: italic;
	border-bottom-color: #c6c6c6;
	background-color: transparent;
}

#intro a:hover {
	color: #000;
	border-bottom-color: #aaa;
}

#top, #footer {
	background-color: #96a0a3;
	background-image: url(i/fauxborder-gray.png);
}

#top h1 {
	background-image: url(i/joggerpl-logo-techblog.png);
}

#nav li a {
	background-color: #687073;
}

#nav li.active a, #nav li.active a:hover, #nav li.active a:focus {
	color: #687073;
	background-color: #fff;
}

#nav li a:hover, #nav li a:focus {
	background-color: #4b5457;
}

#nav #returnJogger {
	float: right;
}

#actions li a, #footer p a {
	background-color: #d5d5d5;
	color: #444;
}

#actions #access-content a {
	background: #d5d5d5 url(i/icon-skipcontent-gray.png) 50% 50% no-repeat;
}

#actions #access-content a:hover,
#actions #access-content a:focus {
	background: #ee4e4e url(i/icon-skipcontent-white.png) 50% 50% no-repeat;
}

.entry {
	border-color: #ccc;
}

.entry .meta {
	background-color: #f3f3f3;
}

.entry .header p a {
	color: #555;
	background-color: #eee;
}

#footer p {
	left: 50%;
}

#footer p a {
	background-image: url(i/icon-gototop-gray.png);
}

#footer ul, #footer address {
	color: #c2c6c7;
}

#footer ul a, #footer address a {
	color: #eee;
	border-bottom-color: #aeb3b4;
}

.pager a:hover {
	color: #fff;
}