html {
    overflow-y: scroll;
}

h1, h2 {
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 17px;
    font-weight: bold;
}

h3, p, ul, ol, pre, dl {
    margin-bottom: 1.0em;
}

em { font-style: italic; }
strong { font-weight: bold; }

/**** #site-nav ****/

#site-nav {
    position: absolute;
    width: 180px;
    padding:  0 10px;
}

#site-nav h1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.8em;
    padding-top: 10px;
}

#site-nav h1 a { color: #D26; }
#site-nav h1 a:hover { color: #A2C; }

#site-nav h2 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0.3em;
}

#site-nav ul {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
}

#site-nav li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#site-nav li a {
    display: block;
    padding: 3px 5px;
}

#site-nav li.current {
    background: #C8C5C2;
}

#site-nav li.current a { color: white; }
#site-nav li.current a:hover { color: #D26; }

#site-nav li ul {
    margin-bottom: 0;
}

#site-nav li li {
    font-size: 11px;
    line-height: 1.4em;
}

#site-nav li li a {
    padding-left: 15px;
}

#site-nav li.selected li a {
    padding: 3px;
    background: none;
}

#site-nav li.selected li a:hover {
    color: #D26;
}

/**** Content ****/

#content {
    padding: 10px 10px 10px 210px;
}



/* screens smaller than 640 */
@media screen and (max-width: 920px) {

    #site-nav {
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        padding-top: 0px;
        height: auto;
        margin-bottom: 20px;
    }

    #content {
        padding-left: 10px;
    }

}

.copy h2 {
    clear: both;
}

a img {
    border: none;
}

pre, code {
    font-family: Monaco, monospace;
    font-size: 12px;
    background: #111;
    color: #F5F5F5;
}

p code {
    padding: 1px 3px;
}

pre {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }

.copy {
    width: 600px;
    line-height: 1.55em;
}

blockquote {
    margin: 0;
    font: italic 18px Georgia, serif;
}

dt {
    font-weight: bold;
    font-size: 14px;
}

dd + dt {
    margin-top: 0.5em;
}

dd {
    margin-left: 1.0em;
}

button {
    -webkit-appearance: push-button;
}

#site-footer {
    clear: both;
    margin: 20px 0px;
    border-top: 2px solid white;
    padding-top: 10px;
    line-height: 30px;
    font-size: 95%;
    font-style: italic;
}

.license-copy {
    font-size: 85%;
}

.demos #copy,
.docs #content {
    max-width: 640px;
}

.docs #content h2 {
    border-top: 2px solid #FFF;
    padding-top: 10px;
}

.docs #content h2:target {
    background: #D26;
    color: white;
    padding: 10px 5px 5px;
}

/**** Docs ****/



.options dl dt { font-weight: normal; }

.options dl dt,
.options dl dd {
    float: left;
    padding: 0 1.2em;;
    background: #161616;
    line-height: 32px;
    height: 32px;
    margin: 0;
}

.options dl.header dt,
.options dl.header dd {
    background: #444;
}

.options dl .option-type {
    font-size: 13px;
    color: #AAA;
    font-style: italic;
}

.options dl dd {
    margin-left: 1px;
}

/**** Demos ****/

#container {
    background: #FFF;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.centered { margin: 0 auto; }

.box2015,
.box {    
    padding: 5px;
    width: 200px;
    background: #fff;
    font-size: 11px;
    min-height: 40px;
    padding-bottom: 20px;
    float: left;
}

.boxBtop{height: 17px; background: url('../framework/tydzien/bg1top.png') no-repeat 0% 0%;}
.boxInner{background: url('../framework/tydzien/bg.png') repeat-y; padding: 0 5px 5px 5px;}


.boxB1bottom{height: 17px; background: url('../framework/tydzien/bg1.png') no-repeat 0% 100%;}
.boxB2bottom{height: 17px; background: url('../framework/tydzien/bg2.png') no-repeat 0% 100%;}

.box h2 {
    font-size: 14px;
    font-weight: 200;
}

.box img,
#tumblelog img {
    display: block;
    width: 100%;
}

.rtl .box {
    float: right;
    text-align: right;
    direction: rtl;
}





/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.transitions-enabled.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

/**** Fluid ****/

#container.fluid  {
    padding: 5px 0;
}

/* right margin value is 0.1% less than calculated,
  to allow for rounding errors in Firefox */
.fluid .box {
    margin: 5px 0.9% 5px 1%;
    padding: 5px 1%;
}

.fluid .box.col1 { width: 16%; }
.fluid .box.col2 { width: 36%; }
.fluid .box.col3 { width: 56%; }

/**** Corner stamp ****/

.corner-stamp {
    width: 280px;
    height: 340px;
    padding: 10px;
    margin: 10px;
    float: right;
    background: red;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**** Pygments ****/

code .s1,
code .s { color: #78BD55; } /* string */
code .mi, /* integer */
code .cp, /* doctype */
code .kc { color: #5298D4; } /*boolean*/
code .k { color: #E39B79; } /* keyword */
code .kd, /* storage */
code .na { color: #A9D866; } /* markup attribute */
code .p  { color: #EDB; } /* punctuation */
code .o  { color: #F63; }   /* operator */
code .nb { color: #AA97AC;} /* support */

/* comment */
code .c,
code .c1 { color: #666; font-style: italic; }

code .nt { color: #A0C8FC; } /* Markup open tag */

code .nf { color: #9EA8B8; } /* css id */
code .nc { color: #A78352; }  /* CSS class */
code .m  { color: #DE8E50; } /* CSS value */
code .nd { color: #9FAD7E; } /* CSS pseudo selector */

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#licznik{
    width: 940px;
    font-size: 50px;
    margin: 0px auto;
    margin-left: 0px;
    color: #FF6600;
    text-shadow: 4px 5px 2px #ccc;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #eff0f0;
}

#tab1,#tab2{
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    float: left;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    border: 1px solid #eff0f0;
    border-bottom: 0px;
    width: 469px;
    background: url('../framework/tydzien/bgTydzien_inactive.png') repeat-x;
}

#tab1{ border-top-left-radius: 10px;}
#tab2{ border-top-right-radius: 10px;}

.tabVisible{
    color: #fff;
    background: url('../framework/tydzien/bgTydzien_active.png') repeat-x !important;
}

#divContent{
    min-height: 500px;
    clear: both;
    width: 920px;
    padding: 10px;
    border: 1px solid #eff0f0;
}

/*#content2{visibility: hidden;}*/

#content2 span{color: #FF6600;}

#submitKultura,
#ktoPowiedzial input{
    width: 150px;
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    padding: 2px;
}

#submitKultura{
    height: 40px !important;
    background: #FF6600;
    float: right;
    color: #fff;
    font-weight: bold;
}

#kul1,#kul2{
    background-color:#ff6600;
    color: #fff;
}

.errSuc{
    width: 910px;
    float: right;
    padding:5px;
    font-size: 16px;
}

#ktoPowiedzial{
    width: 910px;
    float: right;
    padding:5px;
    text-align: left;
    font-size: 16px;
    background:url('../framework/tydzien/form_bg.png') repeat-x;
	background-color: #eee;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

#prepend{
    clear: both;
    width: 200px;
    height: 55px;
    font-size: 20px;
    margin-left: 20px;
    color: #FF6600;
    background:url('../framework/tydzien/form_bg.png') repeat-x;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    float: left;
}

#ktoPowiedzial div{
    margin-bottom: 10px;
    font-size: 14px;
}

#ktoPowiedzial span{font-size: 12px;line-height: 20px; float: left; display: block;}
#ktoPowiedzial label{margin-top: 3px;float:right; width: 720px}

#ktoPowiedzial input{
    border: 1px solid #ccc;
    border-radius: 5px !important;
}


#kulturaError{
    display: none;
    padding: 5px;
    background-color:#FDCEA4;
    border: 1px solid #C44509;
    color:#C44509;
    border-radius: 5px;
    font-weight: bold;
}

#kulturaSuccess{
    display: none;
    border: 1px solid #739F1D;
    border-radius: 5px;
    background-color: #D4F684;
    padding: 5px;
    color:#739F1D;
    font-weight: bold;
}

.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font15{font-size: 15px;}
.font16{font-size: 16px;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}


#dodajAO{
    padding: 8px;
    background-color: #ff6600;
    border: 1px solid #ccc;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 10px;
}

#go2AO{
    padding: 10px !important;
    background-color: #F0F0F0 !important;
    border: 1px solid #ccc !important;
    color: #FF6600 !important;
    font-size: 12px !important;
    width: 240px;
    text-align: center;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    position: relative    !important;
    margin-top:-10px;
    margin-left: 0px;
    margin-bottom: 10px;
    display: block;

}

#go2FB{
    padding: 10px !important;
    background-color: #F0F0F0 !important;
    border: 1px solid #ccc !important;
    color: #4c7bff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 8px !important;
    width: 242px !important;
    display: block;
    /*margin-left: 35px;*/
}

#no_data{
    font-size: 14px;
    line-height: 35px;
    margin-left: 240px;
    text-align: center;
    padding: 5px;
    display: none;
    background-color:#FDCEA4;
    border: 1px solid #C44509;
    color:#C44509;
    font-weight: bold;
    border-radius: 5px;
}


/****** 2013 **********/

.box2013{
	border-top: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	position: relative;
	font-size: 12px !important;
	margin: 25px 5px 50px;
	padding: 5px 5px 10px !important;
}

.box2013Name{
	position:absolute;
	left: -1px;
	top: -25px;
	background: #FF6600;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 11px;
	padding: 5px;
	color: #FFF;
}
.box2013City{
	position:absolute;
	left: -1px;
	top: -1px;
	font-size: 11px;
	background: #FF6600;
	padding: 5px;
	border-bottom-right-radius: 5px;
	color: #FFF;
}

.box2013Type{
	position:absolute;
	right: -1px;
	font-size: 10px;
	bottom: -1px;
	background: #FF6600;
	padding: 5px;
	border-top-left-radius: 5px;
	color: #FFF;
}

.box2013Bottom{
	position: absolute;
	bottom: -25px;
	left:0;
	width: 210px;
	height: 26px; 
	display: block;
	background: url('../framework/tydzien/bottomTAO.png') no-repeat 0% 100%;	
}

.box2013Inner{
	margin-bottom:20px;
	padding: 30px 10px 5px 10px !important;
}

#konkurs2013,
#relacja2013,
#dyplomy2013Gallery,
#dyplomy2013Gallery_inner img,
#dyplomy2013{
	cursor: pointer;
}

#konkurs2013_inner,
#relacja2013_inner,
#dyplomy2013_inner,
#dyplomy2013Gallery_inner{
	width: 412px;
	border: 1px solid #ccc;
	padding: 10px;
}

/* Tiny Scrollbar */
#container { width: 480px;  }
#container .viewport { width: 450px; height: 700px; overflow: hidden; position: relative; }
#container .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#container .scrollbar{ background: transparent url(../framework/tinyscrollbar/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 25px; }
#container .track {   height: 100%; width:25px; position: relative; padding: 0 1px; }
#container .thumb { background: transparent url(../framework/tinyscrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#container .thumb .end { background: transparent url(../framework/tinyscrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#container .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.wrap{
     background: url("../framework/tydzien/wrap.png") repeat-x scroll 0 0 transparent;
    bottom: -7px;
    height: 26px;
    margin-left: -10px;
    position: absolute;
    width: 482px;
}


#relacja2013_inner label,
#dyplomy2013_inner label{
	width: 150px; 
	float: left;
	text-align: right;
	margin-right: 5px;
}

#dyplomy2013_inner select,
#dyplomy2013_inner input,
#dyplomy2013_inner textarea,
#relacja2013_inner input,
#relacja2013_inner textarea{
	border: 1px solid #ccc;
	width: 230px;
	border-radius: 3px;
	padding: 5px;
}
#dyplomy2013_inner select{width: 240px;}
#dyplomy2013_inner textarea{ width: 230px; height: 130px}
#relacja2013_inner textarea{ width: 230px; height: 130px}
#relacja2013_inner select{width: 240px;}

#relacja2013_inner p,
#dyplomy2013_inner p{ line-height: 30px; width: 410px; text-align:center;}

.homepage *,.homepage :before,.homepage :after{
	-webkit-box-sizing:content-box !important;
	box-sizing:content-box; !important}
	
.box_clear_both{clear:both; height:25px;}	
#clear{clear:both;}	

.box2015{
    position: relative;
	padding: 10px; 
	border: 1px solid rgb(143,143,143); 
	margin: 5px; 
	text-align: justify;
	font-size: 16px;
	/*border-radius:10px; */
	width: 415px;	 
} 

.boxSpan,
.boxHash{
	clear:both;
	color: #000 !important;
	float: right;
}

.boxSpan{width: 100%; display: inline; text-align: right;}

.box2k15_1{background-color: rgb(75,180,230);}
.box2k15_2{background-color: rgb(255,220,0);}
.box2k15_3{background-color: rgb(80,190,135);}
.box2k15_4{background-color: rgb(145,100,205);}
.box2k15_5{background-color: rgb(255,180,230);}
.box2k15_6{background-color: rgb(255,102,0);}
.box2k15_7{background-color: rgb(255,255,255);}
.box2k15_8{background-color: rgb(143,143,143);}

*:focus {
    outline: 0 !important;
}

.boxBottom{
	position: absolute;
	bottom: -1px;
	left: -1px;	
	width: 437px;
	height: 40px;
	display: block;
}

.bb1{background: url('../framework/tydzien/tao_bg_2015L.png') no-repeat 0% 100%;}
.bb2{background: url('../framework/tydzien/tao_bg_2015R.png') no-repeat 0% 100%;}