

/*------------------------------------------------------------------------------------
      Global reset
    ------------------------------------------------------------------------------------*/
    * {
        padding:0;
        margin:0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
    li, dd { margin-left:5%; }
    fieldset { padding: .5em; }
    select option{ padding:0 5px; }

    .hide, .print-logo, .close-button{ display:none; }
    .left{ float:left; }
    .right{ float:right; }
    .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
    a img{ border:none; }
	
    /*------------------------------------------------------------------------------------
      Body & Holder
    ------------------------------------------------------------------------------------*/
	
	body {
		background: url(img/background.jpg) top left repeat #F0EFDD fixed;
		background-position: 20px 55px;
		font-size: 13px;
		}
		
	#holder {
		width: 953px;
		margin: 0 auto;
		}

    /*------------------------------------------------------------------------------------
      Top
    ------------------------------------------------------------------------------------*/
	
	#page_menu {
		background:url(img/menu_top.png) center repeat-y #2C5529;
		height: 40px;
		font-family: Verdana, Geneva, sans-serif;
		text-align: center;
		border-bottom: 3px solid black;
		padding-top: 0px;
		overflow: hidden;
		}
		
		#page_menu a {
			color: #fff;
			font-size: 19px;
			font-weight: bold;
			text-decoration: none;
			}
			
		#page_menu ul li a:hover {
			color: #F00;
			}
			
			
		#page_menu ul {
			width: 950px;
			margin: 0 auto;
			padding-top: 8px;
			list-style: none;
			}
			
		#page_menu ul li {
			display: inline;
			float: left;
			margin: 0px 12px 0 12px;
			}
			
	#logo {
		width: 948px;
		border: 1px solid #000;
		border-top: 0px;
		}
		
    /*------------------------------------------------------------------------------------
      Content
    ------------------------------------------------------------------------------------*/
	
	#category_menu {
		color: #fff;
		font-size: 18px;
			border: 1px solid #000;
			border-top: 0px;
			border-bottom: 0px;
		width: 948px;
		}
		
	#main {
		width: 668px;
		float: left;
		background: #225922;
		padding: 15px 15px;
		padding-bottom: 0px;
		border: 1px solid #333;
		border-top: 0px;
		}
		
		
    /*------------------------------------------------------------------------------------
      Post
    ------------------------------------------------------------------------------------*/
	
	.post {
		margin-bottom: 20px;
		}
		
	.entry {
		background: url(img/post.gif) top left repeat-x #fff;
		border: 1px solid #515151;
		width: 648px;
		padding: 10px;
		font-size: 13px;
		line-height: 20px;
		color: #595959;
		}
		
	h2 {
		margin: 0px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #000;
		}
		
		h2 a {
			text-decoration: none;
			color: #000;
			}
			
	h3 {
		color: #fff;
		background: #D61B08;
		font-size: 14px;
		border: 1px solid #000;
		display: inline-block;
		padding: 6px 10px;
		margin: 7px 0;
		}
		
		h3 a {
			text-decoration: none;
			color: #fff;
			}
		
    /*------------------------------------------------------------------------------------
      Eventy
    ------------------------------------------------------------------------------------*/
	
	#eventy {
		float: left;
		width: 676px;
		background: #fff;
		border: 2px solid #676767;
		padding: 10px;
		color: #F60;
		margin-bottom: 15px;
		}
	
	.event_name, .event_name a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #6C6;
		text-decoration: none;
		}
		
		.event_name a:hover {
			color: #396;
			}
	
	.event_data {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #F60;
		}
	
	.event_time {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #333;
		}
	
	#eventy p {
		font-size: 12px;
		color: #000;
		}
		
	.event_more {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		clear: both;
		width: 670px;
		text-align: right;
		display: block;
margin-bottom: 10px;
		}
		
	.event_more a {
		color: #333;
		text-decoration: none;
		}

		.event_more a:hover {
			color: #F60;
			}
			
    /*------------------------------------------------------------------------------------
      Sidebar
    ------------------------------------------------------------------------------------*/
	
	#sidebar {
		width: 220px;
		float: left;
		background: #161819;
		padding: 15px 15px;
		}
		
	#sidebar h2 {
		text-align: center;
		}
		
	#sidebar ul {
		list-style: none;
		}
		
	#sidebar ul li {
		background: #fff;
		border: 1px solid #0C555F;
		margin: 10px 0;
		padding: 7px;
		}
		
	#sidebar ul li ul li {
		border: 0px;
		}
		
		#sidebar .kategorie {
			background: #fff;
			border: 1px solid #0C555F;
			margin: 10px 0;
			padding: 7px;
			color: #000;
			font-size: 14px;
			font-weight: bold;
			}
			
		#sidebar .kategorie .entry {
			width: 185px;
			border: 0px;
			background: none;
			text-align: center;
			}
			

			
		#sidebar .kategorie .entry img {
			clear: both;
			margin: 0 20px 10px 20px;
			}
		
		#sidebar .kategorie a {
			text-decoration: none;
			color: #000;
			font-size: 13px;
			font-weight: normal;
			}
		
		#sidebar .kategorie ul li {
			background: none;
			border: 0px;
			margin: 3px 0 3px 28px;
			padding: 0px;
			}
			
		#sidebar .kategorie ul {
			background: none;
			border: 0px;
			list-style: disc;
			margin: 8px 0px;
			}

		#multi-category {
			text-align: center;
			}

		#multi-category select {
			padding: 5px; margin: 5px;
			}

		
		.next-month, #events-calendar .prev-month {
			text-decoration: none;
			color: #000;
			}
		
    /*------------------------------------------------------------------------------------
      Nauczyciele
    ------------------------------------------------------------------------------------*/
	
	#nauczyciele {
		background: url(img/post.gif) top left repeat-x #fff;
		border: 1px solid #515151;
		width: 648px;
		padding: 5px;
		padding-left: 15px;
		font-size: 13px;
		line-height: 20px;
		color: #595959;
		height: 250px;
		margin-bottom: 20px;
		}
		
	#nauczyciele ul {
		width: 648px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
	
	#nauczyciele ul li {
		background: none;
		border: 0px;
		width: 150px;
		height: 100px;
		margin: 5px 6px;
		display: inline;
		float: left;
		}
		
	#nauczyciele img {
		border: 1px solid #000;}
		
		.category-nauczyciele img.alignnone, .category-gielda img.alignnone {
			border: 1px solid #000;
			margin-right: 20px;
			float: left;
			}
		
    /*------------------------------------------------------------------------------------
      Menu
    ------------------------------------------------------------------------------------*/
	
	.opis {display:block; float:left; height:40px; line-height:33px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 0px; cursor:pointer; width: 226px; text-align: center; font-weight: bold;}
/*{float:left; display:block; padding:0 0px 0 0px; height:40px;}*/
		
.preload2 {background: url(img/button4.gif);}
.menu2 {padding:0 0 0 0px; margin:0; list-style:none; height:40px; background:#fff url(img/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu2 li {display:block; float:left; position:relative;}
.menu2 li a {display:block; float:left; height:40px; line-height:33px; color:#bbb; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 0px; cursor:pointer; width: 86px; text-align: center;}
.menu2 li a span {float:left; display:block; padding:0 0px 0 0px; height:40px;}
.menu2 li a span.down {float:left; display:block; padding:0 0px 0 0px; height:40px; background:url(img/down.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background: url(img/button4.gif) no-repeat;}
.menu2 li a:hover span {background:url(img/button4.gif) no-repeat right top;}
.menu2 li a:hover span.down {background:url(img/button4a.gif) no-repeat right top;}

.menu2 li:hover > a {color:#fff; background: url(img/button4.gif) no-repeat;}
.menu2 li:hover > a span {background:url(img/button4.gif) no-repeat right top;}
.menu2 li:hover > a span.down {background:url(img/button4a.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.children {left:2px; top:40px; background: #fff; padding:3px 0; border:1px solid #4ab; white-space:nowrap; width:93px; height:auto;}
.menu2 :hover ul.children li {display:block; height:20px; position:relative; float:left; width:80px;}
.menu2 :hover ul.children li a {display:block; font-size:11px; height:20px; width:77px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu2 :hover ul.children li a.fly {background:#fff url(img/arrow.gif) 80px 7px no-repeat;}
.menu2 :hover ul.children li a:hover {background:#4ab; color:#fff;}
.menu2 :hover ul.children li a.fly:hover {background:#4ab url(img/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#4ab url(img/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #4ab; white-space:nowrap; width:93px; z-index:200; height:auto;}


.page-item-144 a {
	background: #d61b08;
	color: #000;
	padding: 2px 3px;}
	
	
		#page_menu ul li.page-item-144 a:hover {
			color: #000;
			}
			
			
		
#formularz {
	text-align: center;
	color: #fff;
	}
	
	
    /*------------------------------------------------------------------------------------
      Komentarze
    ------------------------------------------------------------------------------------*/
	
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	margin-bottom:8px;
	background: #8e8e8e url(img/kom/comment_arrows.gif) bottom no-repeat;
	color:#FFF;
	list-style:none;
	width:613px;
	}

.commentlist .commenttext {
/*	background:url(img/kom/bg_paint.gif) no-repeat;*/
	padding:22px 22px 50px 22px;
	}

.commentlist cite {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
	background:url(img/kom/bg_cite_arrows.gif) bottom repeat-x;
	padding-bottom:12px;
	font-size:1.1em;
	}

.commentlist a:link, .commentlist a:visited {
	color:#fff9b9;
	}

.commentlist a:hover, .commentlist a:active {
	color:#FFF;
	}

.commentlist .date {
/*	background:#454545;*/
	padding:3px;
	float: right;
		margin-left: 90px;
		margin-top: -23px;
		margin-right: 130px;
	}

li.alt {
	background:#454545 url(img/kom/comment_arrows_alt.gif) no-repeat bottom;
	}

li.alt .commenttext {
/*	background:url(img/kom/bg_paint_alt.gif) no-repeat;*/
	}	

li.alt .date {
/*	background:#8e8e8e;*/
	padding:3px;
		margin-left: 90px;
		margin-top: -23px;
		float:left;
	}


#zcmail textarea {width: 250px; margin-top: 5px; margin-bottom: 5px;}

#zcmail input {width: 250px; margin-top: 5px; margin-bottom: 5px;}




.wybory {
	width: 440px; text-align: left; clear: both; margin: 0 auto;}

.wybory .instrument select  {
	height: 300px;
 float: left;}

.wybory .styl select {
		height: 300px;
float: right;

}

.wybory .instrument  {

 float: left;}

.wybory .styl {

float: right;
}



img.alignright {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid grey;
	display: block;}


img.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid grey;
	display: block;}
	
	.category-nowosci p {
		line-height: 19px;}
		
		
		.category-newsy .ratingstars {
			display: none;}
			
		
.navigation .alignleft a {
	color: #fff;
	float: left; 
	}

.navigation .alignright a {
		color: #fff;
	float: right; }
	
	a.dodaj {
		float: right;
		color: #fff;
		text-decoration: none;
		margin-top: 10px;}
		
		.category .navigation {
			display: none;}
			
			.archive .kategorie, .page-id-74 .kategorie {display: none;}