/* Meyer's CSS Reset: */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} */
body {
	font-family: 'Muli', sans-serif;
	color: #666;
	background-color:#eee;
}
ol, ul {
	list-style: none;
}
/* END CSS Reset________________________________________________*/
h1 {
	font-size: 3.5em;
	font-family: 'Anton', sans-serif;
	border-bottom: 1px solid #9a9a9a;
	color: #9a9a9a;
	}
h2 {
	font-size: 2em;
	text-transform: uppercase;
	color: #9a9a9a;
	margin: 0px 0px 0px 150px;
	}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
	color: #9a9a9a;
}
.noMargin {
	margin: 0px 0px 7px 0px;
	border-bottom: 1px solid #9a9a9a;
	}
h4 {
	padding:10px 0px;
	color: #666;
	}
#wrapper{
	width: 960px;
	margin: 20px auto;
	text-align: left;
	background-color:#fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 7px;
	}
#banner {
	width: 810px;
	margin: 0 auto;
	}
#banner img {
	width: 100%;
	margin-top: 10px;
	}
#banner li {
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
	margin: 0px auto;
	color: #aaa;
	display: inline;
	}
#content {
	width: 810px;
	margin: 0px auto;
	}
#content p {	
	font-size: 14px;
	line-height: 2.5em;
	padding-top: 5px;
	margin: 0px 0px 0px 200px;
	}
#content02 {
	width: 810px;
	margin: 0px auto;
	}
#content02 p {	
	font-size: 14px;
	line-height: 2.5em;
	padding-top: 5px;
	}

.audioPlayer {
	float: right;
	width: 300px;
	background-color:#ddd;
	padding: 20px;
	margin-left: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 7px;
	border: 1px solid #9a9a9a;
	}
.text {
	background: url(/Nadwa/images/florette.png);
	background-repeat: no-repeat;
	}
.text p {
	/*text-indent: 20px;*/
	margin-bottom: 10px;
	}
#slideshow {
  width: 810px;
  height: 413px;
  margin: 0px auto;
}
#navigation {
	margin: 10px 0px;
	text-align: center;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	}
#navigation  li {
	font-family: 'Ek Mukta', sans-serif;
	/*font-family: 'Julius Sans One', sans-serif;*/
	font-size: 1.3em;
	text-transform: uppercase;
	display: inline;
}
#navigation  a.active {
	color: #000;
	font-weight: bold;
	}	
#navigation ul li a {
	color: #9a9a9a;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 3px 10px;
	margin: 0px 5px;
	transition: background-color .25s ease-in-out;
	}
#navigation a:hover {
	color: #000;
	background-color: #9a9a9a;
}
	
#footer {
	font-size: .8em;
	padding: 20px;
	border-bottom: 1px solid #9a9a9a;
	border-top: 1px solid #9a9a9a;
	margin-top: 15px;
	text-align: left;
	clear: both;
}
#footer img {
	float: right;
	margin-top: -12px;
	display: inline-block;
	padding: 3px 5px;
	}
.float-right {
	float: right;
	padding: 0px 0px 20px 20px;
	}
.float-left {
	float: left;
	padding: 0px 20px 20px 0px;
	}