/* CSS Document
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
@charset "utf-8";
@font-face {
	font-family: MuseoSans;
	src: url("http://niepalprzydziecku.pl/public/fonts/museosans.ttf") format("truetype"); 
}
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-size: 100%;
	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 {
	line-height: 1;
	background: url('../images/bg-light.png') no-repeat center top #eaeaea;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6a6a6a;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
html {
	overflow-y: scroll; 
	overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}
body, button, input, select, textarea {
    font-family: sans-serif;
}
b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}
a {
	text-decoration: none;
	color: #6a6a6a;
}
a:hover {
	color: #000;
}

/* ======================== STYLES ========================== */

div#container {
	width: 966px;
	margin: 0 auto;
	height: auto;
	background: none;
}
div#container div#content {
	width: 960px;
	margin: 45px 3px 20px 3px;
	height: auto;
	position: relative;
}
header.box-header h3 {
	font-size: 24px;
	font-family: MuseoSans, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #b10066;
	padding: 15px 0;
}
h3.page-header {
	font-size: 30px;
	font-family: MuseoSans, Arial, Helvetica, sans-serif;
	color: #b10066;
	padding: 15px 0 30px;
}
a.boxlink {
	padding: 5px 10px;
	font-size: 11px;
	background: #eeeeee;
	border: 1px solid #c6c6c6;
	text-decoration: none;
	color: #6A6A6A;
}

/* ===================== DOWNLOAD ICOS ====================== */

a.download-pdf,
a.download-doc {
	margin: 4px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
a.download-pdf {
	background: url('../images/icons/pdf.png') no-repeat center transparent;
}
a.download-doc {
	background: url('../images/icons/doc.png') no-repeat center transparent;
}

/* ======================= PAGINATION ======================== */
div.pagination {
	height: 22px;
	margin: 0;
}
div.pagination ul.pages {
	float: right;
}
div.pagination ul.pages li {
	display: inline-block;
	float: left;
}
div.pagination ul.pages li a.pagin {
	display: block;
	margin-right: 6px;
	padding: 5px 8px;
	font-size: 11px;
	background: #eeeeee;
	border: 1px solid #c6c6c6;
	text-decoration: none;
	color: #6A6A6A;
}
div.pagination ul.pages li a.pagin:hover {
	padding: 5px 8px;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #f00f95;
	color: #f00f95;
}
div.pagination ul.pages li a.pagin-current {
	padding: 5px 8px;
	display: block;
	font-size: 11px;
	background: #f00f95;
	border: 1px solid #f00f95;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin-right: 6px;
}

/* ====================== PAGE HEADER ======================== */

div#container header#page-header {
	width: 966px;
	height: auto;
	position: relative;
}
div#container header#page-header div#visit-us-on-fb {
	position: absolute;
	top: -30px;
	right: 10px;
	text-align: right;
}

div#container header#page-header div#visit-us-on-fb a {
	text-decoration: none;
	color: #5f5f5f;
	font-weight: bold;
}
div#container header#page-header div#visit-us-on-fb img {
	vertical-align: middle;
	width: 20px;
	height: 18px;
	padding-left: 6px;
}
div#container header#page-header div#logo {
	position: absolute;
	top: -28px;
	left: 15px;
	z-index: 5;
}

/* ====================== NAVIGATION ======================== */

div#container header#page-header nav#page-navigation {
	background: url("../images/menu.png") no-repeat scroll center top transparent;
	height: 56px;
	margin-top: 55px;
	width: 966px;
}
div#container header#page-header nav#page-navigation ul#menu {
	display: inline;
    float: right;
    width: 662px;
}
div#container header#page-header nav#page-navigation ul#menu > li {
	position: relative; 
	display: inline-block; 
	z-index: 300;
    float: left;
    margin-top: 1px;
}
div#container header#page-header nav#page-navigation ul#menu ul {
	display: none;	/* ' chowanie rozwijanej listy ' */
}
div#container header#page-header nav#page-navigation ul#menu li a {  /* ' GŁÓWNE LINKI ' */
	color: #FCC8E7;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 12px;
    text-decoration: none;
}
div#container header#page-header nav#page-navigation ul#menu li.dropdown:hover > ul {
	display: block; 
	position: absolute; 
	white-space: nowrap; 
	z-index: 1000;
}
div#container header#page-header nav#page-navigation ul#menu > li.dropdown:hover > ul {
	top: 100%; 
	left: 0;
}
div#container header#page-header nav#page-navigation ul#menu li a:hover {
	color: #FFF;
	background: #780047;
}
div#container header#page-header nav#page-navigation ul#menu li.dropdown:hover {
	background: #780047;
}
div#container header#page-header nav#page-navigation ul#menu li.dropdown ul > li > a { /* WYGLĄD LINKÓW - DROPPED DOWN */
    background: none repeat scroll 0 0 #780047;
    border-top: 1px solid #B3016A;
    color: #FFFFFF;
    margin: 0;
    padding: 10px;
    width: 150px;
	height: 12px;
	font-size: 12px;
}
/* ' IKONA DOMEK ' */
div#container header#page-header nav#page-navigation ul#menu li a.frontpage {
    background: url("../images/icons/home.png") no-repeat scroll center center transparent;
    height: 14px;
    width: 18px;
}
div#container header#page-header nav#page-navigation ul#menu li a.frontpage:hover {
	width: 18px;
	height: 14px;
	background: url('../images/icons/home_hover.png') no-repeat center #780047;
}

/* ======================== SLIDER ========================== */

div#container div#slides {
	width: 966px;
	background: url('../images/slider_shadow_frame.png') no-repeat 0 210px transparent;
	height: 305px;
	text-align: center;
	position: relative;
	
	margin-top: 10px;
}
div#container div#slides ul.pagination {
	position: absolute;
	bottom: 40px;
	left: 440px;
	z-index: 20;
}
div#container div#slides a.next,
div#container div#slides a.prev {
	display: none;
}
div#container div#slides div.slides_container div,
div#container div#slides div.slides_container {
	width: 966px;
	height: 230px;
	z-index: 5;
}
div#container div#slides ul.pagination li {
	display: inline-block;
	float: left;
}
div#container div#slides ul.pagination li a {
	display: block;
	width: 16px;
	height: 17px;
	margin: 4px;
	background: url('../images/icons/dots_slider.png') no-repeat 0 -51px transparent;
}
div#container div#slides ul.pagination li a:hover,
div#container div#slides ul.pagination li.current a {
	background: url('../images/icons/dots_slider.png') no-repeat 0 0 transparent;
}
div#container div#slides div.slides_container div a {
	display: block; 
	width: 966px; 
	height: 230px;
	z-index: 1 !important;
}

/* ======================== FOOTER ========================== */

footer#page-footer {
	width: 100%;
	background: #FFF;
	clear: both;
}
footer#page-footer div#footer-container {
	height: 140px;
    margin: 0 auto;
    padding: 0 3px;
    width: 960px;
}
footer#page-footer div#footer-container div#manko-logo {
	float: left;
    line-height: 18px;
    margin: 8px 0 0;
    width: 710px;
}
footer#page-footer div#footer-container div#manko-logo img {
	float: left;
}
footer#page-footer div#footer-container div#manko-logo span {
	display: block;
	padding: 6px 0;
	float: left;
	width: 100%;
}
footer#page-footer div#footer-container div#manko-logo p {
	float: left;
	margin-top: 18px;
	margin-left: 18px;
}
footer#page-footer div#footer-container div#newsletter {
	border-left: 1px solid #dfdfdf;
    float: left;
    height: 75px;
    margin: 10px 0;
    padding: 8px 0 0 15px;
    width: 230px;
}
footer#page-footer div#footer-container div#newsletter p {
	color: #b10066;
    font-family: MuseoSans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 13px;
    text-transform: uppercase;
    width: 245px;
}
footer#page-footer div#footer-container div#newsletter input.newsletter-input {
	background: url('../images/box_input_newsletter.png') no-repeat center transparent;
	border: 0 none;
    float: left;
    font-size: 11px;
    height: 12px;
    padding: 10px 9px;
    width: 152px;
}
footer#page-footer div#footer-container div#newsletter input.newsletter-ok {
	background: url('../images/button_ok') no-repeat left transparent;
	border: 0 none;
    float: left;
    height: 30px;
    margin: 1px 0 0 5px;
    width: 40px;
}
footer#page-footer div#footer-container div#footer-links {
	float: left;
	width: 100%;
	height: 26px;
	border-top: 1px solid #e9e9e9;
}
footer#page-footer div#footer-container div#footer-links ul {
	float: right;
}
footer#page-footer div#footer-container div#footer-links ul li {
	float: left;
	display: inline-block;
	padding: 14px 0 0 10px;
}
footer#page-footer div#footer-container div#footer-links ul li a {
	text-decoration: none;
	color: #6a6a6a;
}
footer#page-footer div#footer-container div#footer-links ul li a:hover {
	color: #b10066;
}

/* ============= SOCIALO OPTIONS @ FRONTPAGE ================ */

div#container div#content section#frontpage div#social-options {
	width: 700px;
	margin: 0 70px 25px 15px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	background: none;
	height: 47px;
}
div#container div#content section#frontpage div#social-options p{
	font-size: 16px;
	color: #004866;
	margin-left: 190px;
	padding: 12px 0 13px 0;
	float: left;
}
div#container div#content section#frontpage div#social-options p span{
	font-size: 24px;
}
div#container div#content section#frontpage div#social-options img.popieram {
	position: absolute; 
	top: 0;
	left: 0;
}
div#container div#content section#frontpage div#social-options img.wyslijekartke {
	position: absolute;
	top: 0;
	right: 0;
}

/* =================== NEWS @ FRONTPAGE ===================== */

div#container div#content section#frontpage {
	float: left;
	margin: 0 50px 0 0;
	width: 720px;
	height: auto;	
}
div#container div#content section#frontpage header.box-header {
	width: 700px;
	margin-left: 20px;
	position: relative;
}
div#container div#content section#frontpage header.box-header h3 {
	font-size: 24px;
	font-family: MuseoSans, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #b10066;
	padding: 15px 0;
}
div#container div#content section#frontpage header.box-header img.pokaz-wszystkie {
	position: absolute;
	right: 0px;
	top: 16px;
}
div#container div#content section#frontpage article.news {
	width: 220px;
	float: left;
	height: auto;
	margin-left: 20px;
}
div#container div#content section#frontpage article.news img {
	width: 220px;
	height: 100px;
	margin-bottom: 20px;
}
div#container div#content section#frontpage article.news header {
	font-size: 11px;
	color: #767676;
	margin: 0 0 18px 0;
}
div#container div#content section#frontpage article.news header h3 {
	font-size: 18px;
	font-family: MuseoSans, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #b10066;
	padding: 0 0 5px 0;
}
div#container div#content section#frontpage article.news p {
	line-height: 18px;
	width: 220px;
	height: auto;
	text-align: justify;
	padding: 0 0 20px 0;
	font-size: 12px;
	color: #6a6a6a;
}
div#container div#content section#frontpage header.box-header {
	width: 700px;
	margin-left: 20px;
	position: relative;
}

/* ====================== LEFT COLL ========================= */

div#container div#content aside#event-other-sites {
	float: right;
	width: 175px;
}
div#container div#content aside#event-other-sites div#recommend-sites,
div#container div#content aside#event-other-sites div#event-pic {
	width: 175px;
	margin-bottom: 20px;
	float: left;
}
div#container div#content aside#event-other-sites div#recommend-sites header.box-header,
div#container div#content aside#event-other-sites div#event-pic header.box-header{
	width: 175px;
	height: auto;
	margin-bottom: 15px;
}
div#container div#content aside#event-other-sites div#recommend-sites img {
	width: 175px;
	margin-bottom: 10px;
}
div#container div#content aside#event-other-sites img.popieram,
div#container div#content aside#event-other-sites img.wyslij {
	margin: 0 0 10px 0;
	float: left;
	width: 175px;
}

/* ===================== PAGES STYLES ======================= */

div#container div#content section#page {
	float: left;
	margin: 0 20px 0 0;
	width: 760px;
	height: auto;
}
div#container div#content section#page div.border-top {
	width: 760px;
	height: 4px;
	background: url('../images/border-content-page.png') no-repeat top transparent;
	margin: 0;
	padding: 0;
	float: left;
}
div#container div#content section#page div.content {
	width: 720px;
	padding: 20px;
	background: url('../images/bg-content-1px.png') repeat-y top #FFF;
	float:left;
}
div#container div#content section#page div.border-bottom {
	width: 760px;
	height: 4px;
	background: url('../images/border-content-page.png') no-repeat bottom transparent;
	margin-bottom: 40px;
	padding: 0;
	float: left;
}
div#container div#content section#page div.content article.news {
	width: 720px;
}
div#container div#content section#page div.content article.news header.news-title {
	padding-bottom: 10px;
}
div#container div#content section#page div.content article.news header.news-title h3 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 12px;
}
div#container div#content section#page div.content article.news header.news-title p {
	text-indent: 20px;
	font-size: 11px;
}
div#container div#content section#page div.content article.news p {
	text-align: justify;
	line-height: 1.5;
	font-size: 12px;
}
div#container div#content section#page div.content article.news footer.read-more {
	padding: 10px 10px 20px 10px;
	width: 700px;
	text-align: right;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
}
div#container div#content section#page div.content div.contact {
	float: left;
    margin: 0 0 50px;
    width: 700px;
}
div#container div#content section#page div.content div.contact p {
	line-height: 20px;
	font-size: 12px;
	float: left;
	margin-left: 30px;
	width: 200px;
}
div#container div#content section#page div.content p.contact-info,
div#container div#content section#page div.content p.komunikat {
	line-height: 20px;
	font-size: 12px;
}

/* ===================== ABOUT PAGES ======================= */

div#container div#content section#page div.content nav#about-navigation {
	margin: 0 auto 30px;
	background: url('../images/submenu_okampani.png') no-repeat center transparent;
	width: 695px;
	height: 48px;
	position: relative;
}
div#container div#content section#page div.content nav#about-navigation ul {
	left: 15px;
    position: absolute;
    top: 10px;
}
div#container div#content section#page div.content nav#about-navigation ul li {
	display: inline-block;
}
div#container div#content section#page div.content nav#about-navigation ul li a{
	display: block;
	padding: 4px 10px;
	font-weight: bold;
}
div#container div#content section#page div.content nav#about-navigation ul li a:hover {
	color: #d7007e;
}
div#container div#content section#page div.content p.text {
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
}
div#container div#content section#page div.content div.wybierz-ekartke {
	height: auto;
	margin: 0 auto; 
	width: 690px;
}
div#container div#content section#page div.content div.wybierz-ekartke div.mini-ecard {
	float: left;
	margin: 0 15px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	height: 200px;
}
div#container div#content section#page div.content div.wybierz-ekartke div.mini-ecard input.check {
	margin: 5px;
	vertical-align: middle;
}
input.wybierz {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	float: right;
}
div.ekartka-image {width:450px; margin-bottom: 30px; height: 317px; float: left;}
div.ekartka-dane {width:200px; float: left; margin-left: 25px; line-height: 30px;}
div.ekartka-dane input {width: 200px; padding: 6px 10px; font-size: 12px; color: #000;}
div.ekartka-tresc {width: 600px; float: left;}
div.ekartka-tresc textarea {padding: 10px; width: 430px; height: 200px; font-size: 12px;}
div#podglad-kartki div.podglad-kartki-img {width: 450px; height: 317px; margin: 0 20px 20px 0; float: left;}
div#podglad-kartki {
	width:720px; 
	height: 350px; 
	margin: 0 auto; 
	position: relative;
	}
div#podglad-kartki div.podglad-kartki-dane {
	float: left;
    margin-left: 45px;
    margin-top: 150px;
    width: 200px;}
div#podglad-kartki div.podglad-kartki-dane span.imie {
	font-size: 12px;
	display: block;
	margin: 20px 0 0;
	padding: 0;
}
div#podglad-kartki div.podglad-kartki-dane p.dane {
	font-size: 14px;
    line-height: 19px;
    text-align: right;
}

/* ===================== GALERIA ======================= */

div.gallery {
	width: 700px; 
	margin-bottom: 30px; 
	clear: left;
	float: left;
}
div.gallery div.big-image {
	width: 190px; 
	margin-right: 10px; 
	height: 126px; 
	float: left;
}
div.gallery div.big-image div.photo {
	width: 190px;
	height: 126px; 
}
div.gallery div.title-minis {
	width: 500px;
	float: left;
}
div.gallery div.title-minis h3 {
	margin: 0; 
	padding: 0 10px; 
	font-size: 18px;
}
div.gallery div.title-minis p {
	margin: 0; 
	padding: 10px; 
	font-size: 12px; 
	text-align: justify; 
	line-height: 18px;
}
div.gallery div.title-minis div.miniphoto {
	width: 500px;
}
div.gallery div.photo {
	width: 90px; 
	margin-left: 10px; 
	float: left; 
	height: 70px;
	margin-top: 5px;
}
div.gallery div.photo a {
	display: block;
	width: 100%;
	height: 100%;
        width: 90px;
        height: 70px;
}

div.gallery div.photo img {
 max-width: 100%;
 max-height: 100%;
 vertical-align: middle;
}

/* ===================== PARTNERS ======================= */

span.partner-header {
	display: block; 
	padding: 15px 6px; 
	font-size: 14px; 
	width: 100%; 
	border-top: 1px solid #ececec;
	font-weight: bold;
}
img[src^="public/images/partners/"] {
	margin: 0 15px;
}

/* ===================== EVENT ======================= */

div.draft-event {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}
div.draft-event ul.program-rozrywkowy li {
	padding: 5px 0; 
	border-bottom: 1px dashed #e5e5e5;
}
div.draft-event ul.program-rozrywkowy li godzina {
	padding: 0 20px 0 8px; 
	font-weight: bold;
	color: #8a165a;
}
div.draft-event ol.program-konsultacji {
	list-style: square; 
	margin-left: 20px;
}
div.draft-event ol.program-konsultacji li {
	padding: 10px 0;
}
div.draft-event ol.program-konsultacji li ul li {
	padding: 5px 0 0;
}
div.draft-event h3 {
	font-weight: normal;
	font-size: 14px;
	color: #d7007e;
	padding: 0;
	margin: 0;
}
div.draft-event a[href$=".pdf"],
a.broszura {
	font-weight: bold;
	margin-right: 20px;
	padding-right: 24px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: url('http://cdn4.iconfinder.com/data/icons/spirit20/file-pdf.png') 100% 50% no-repeat;
}
div.draft-event a[href$=".doc"] {
	font-weight: bold;
	margin-right: 20px;
	padding-right: 24px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: url('http://cdn4.iconfinder.com/data/icons/spirit20/file-doc.png') 100% 50% no-repeat;
}
div.draft-event div.pobierz-program {
	background: #F6F6F6;
    border: 1px solid #eaeaea;
    padding: 10px;
	margin: 20px 0;
}
div.draft-event p.zajawka {
	font-size: 14px;
	color: #545454;
	padding: 10px 20px;
}

/* ======== TABELE Z OSRODKAMI JAK RZUCIC PALENIE ========== */

table.osrodki-lista {
	font-size: 11px;
	width: 700px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
}
table.osrodki-lista thead tr th {
	height: 30px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFF; 
	background: #a0005f; 
	margin: 0 1px;
	vertical-align: middle;
	text-transform: uppercase;
}
table.osrodki-lista tbody tr td {
	vertical-align: top;
}
table.osrodki-lista tbody tr:nth-child(odd) {
	background-color: #f2f2f2;
	text-align: center;
}
table.osrodki-lista tbody tr:nth-child(odd) > td,
table.osrodki-lista tbody tr:nth-child(even) > td {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px;
	margin: 1px;
}
table.osrodki-lista tbody tr:nth-child(odd) > td:first-child,
table.osrodki-lista tbody tr:nth-child(even) > td:first-child {
	width: 362px;
	text-align: left;
}
table.osrodki-lista tbody tr:nth-child(odd) > td:first-child + td,
table.osrodki-lista tbody tr:nth-child(even) > td:first-child + td{
	width: 182px;
	text-align: left;
}
table.osrodki-lista tbody tr:nth-child(odd) > td:last-child,
table.osrodki-lista tbody tr:nth-child(even) > td:last-child {
	width: 100px;
}
table.osrodki-lista tbody tr:nth-child(odd) > td:last-child,
table.osrodki-lista tbody tr:nth-child(even) > td:last-child {
	text-align: right;
}
table.osrodki-lista tbody tr:nth-child(even) {
	background-color: #ffffff;
	text-align: center;
}
span.opis-dzialania {
	padding: 10px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #292929;
	display: block;
}
ul.lista-wojewodztw {
	margin: 10px 0;
	width: 700px;
}
ul.lista-wojewodztw li {
	display: inline; 
    line-height: 34px;
}
ul.lista-wojewodztw li a {
	padding: 6px 10px; 
	margin: 2px; 
	background: #eaeaea; 
	border: 1px solid #dedede;
}
