/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#40301c;
}

a, a:visited {
	text-decoration:underline;
	color:#582946;
}
a:hover, a:active {
	text-decoration:none;
}
a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Navigation
----------------------------------------------------------------------------------------------------*/
.homepage-nav a, .homepage-nav a:visited {
	color:#bbcf4e;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
.homepage-nav a:hover, .homepage-nav a:active {
	color:#fdd50c;
	text-decoration:underline;
	}
.subpage-nav a, .subpage-nav a:visited {
	color:#bbcf4e;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	margin-left:20px;
	margin-right:20px;
	}
.subpage-nav a:hover, .subpage-nav a:active {
	color:#fdd50c;
	text-decoration:none;
	}
.subpage-subnav {
	margin:20px 0px 30px 50px;
	}
.subpage-subnav a, .subpage-subnav a:visited {
	font-size:16px;
	font-weight:bold;
	color:#bbcf4e;
	text-decoration:none;
}
.subpage-subnav a:hover, .subpage-subnav a:active {
	text-decoration:underline;
	color:#fdd50c;
	}
.link-top a {
	color:#5e642e;
	font-size:11px;
	text-decoration:none;
	}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 41px;
	font-weight:bold;
    letter-spacing: -1px;
	color:#bbcf4e;
	text-align:center;
	margin:10px auto 0px auto;
	padding:0px;
}

h2 {
	font-size: 31px;
	font-weight:bold;
	letter-spacing: -2px;
	color:#fdd50c;
	text-align:center;
	margin:-10px auto 0px auto;
	padding:0px;
}

h3 {
	font-size: 26px;
	font-weight:normal;
	letter-spacing: -1px;
	color:#fcab26;
	text-align:center;
	margin:-10px auto 0px auto;
	padding:0px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

big {
	display:block;
	font-size: 17px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#fdd50c;
	margin:10px 0px 10px 35px;
	padding:0px;
}
big a {
	color:#fdd50c;
	}
big.first {
	font-size: 23px;
	font-weight:bold;
	margin-top:15px;
}
.last {
	margin-bottom:20px;
	}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
.side-panel a, .side-panel a:visited, .side-panel a:hover, .side-panel a:active {
	font-size:11px;
	color:#bbcf4e;
	}
.article p {
	line-height:18px;
	margin-left:35px;
	text-indent:10px;
	margin-bottom: 15px;
	}
#foot p, #foot a {
	color:#5e642e;
	font-size:11px;
	text-align:center;
	}
#foot a {
	text-decoration:none;
}
ol {
	list-style: decimal;
	margin-left:50px;
}
ol li ol {
	margin-left:20px;
}

ul {
	list-style: square;
	margin-left:50px;
}
li {
	margin-top:8px;
	margin-left: 10px;
	padding-left:0px;
	line-height:15px;
	list-style-image:url(/images/subnav-bullet.png);
}
.orange {
	color:#fcab26;
	}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*arkowe modyfikacje*/
ul.wiekszy li{font-size: 15px; list-style-image:url(../images/bullet-flower.png);}