/* <![CDATA[ */
@import url(/static/css/index/reset.css);
@import url(/static/css/index/global.css);
@import url(/static/css/index/forms.css);
@import url(/static/css/index/FCK_Styles.css);
@import url(/static/css/index/contents.css);
@import url(/static/css/index/pagination.css);

/* ]]> */


/*********** FONTS & TEXTS ***********/
body {
	font-family: Tahoma;
	color:#333333;
}
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	padding: 0.6em 1em 0.4em 0;
	margin:0;
}

h2 {
	font-size:138,5%;
	font-weight:600;
}
h4 {
	font-size:1em;
	font-weight:bolder;
	padding-bottom:0;
	
}
h5 {
	font-family: Tahoma;
	font-size:83%;
	margin:0.5em 0 0.2em 0;
	font-weight:normal;
	text-transform:uppercase;
	color:#999999;
}

a {
	color: #006699;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	padding:0.2em 0;
}
ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:1em;
	padding: 0;
}
p {
	margin:5px 0;
}
table {
	clear:both;
	width:98%;
	font-size:0.9em;
	border-collapse:collapse;
}
table td, table th {
	border:1px solid #333333;
	padding:0.2em;	
}
table th {
	font-weight:bolder;
	background-color:#333333;
	color:#fff;
}
table td {
}
/********** LAYOUT ***********/
#page-wrapper {
	width:950px;
	margin: 0 auto;
}
#bd {
	background: url(/static/img/index/bd_site_bg.jpg) left top repeat-y;
}

#sb-left {
	/*
background-color: #EBEBEB;
*/
	float:left;
	width: 250px;
	/*
	border-bottom:11px solid #333333;
	*/
}
#sb-left h3 {
		font-family: tahoma;
		color:#CC0911;
		padding-bottom:0;
		margin-bottom:0;
}
#sidebar-menu {
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
#sidebar-menu li {
	padding:0;
	display:block;
	list-style-type:none;
	margin:0;
	border-bottom: 1px solid #333333;
}

#sidebar-menu li a {
	display:block;
	padding:10px 10px 10px 40px;
	background: url(/static/img/index/bullet_list_red.jpg) 2em 1em no-repeat;
	text-decoration:none;
	color:#333333;
}
#sidebar-menu li a:hover {
	background-color:#666666;
	font-weight:bolder;	
	color:#fff;
}
#main {
	width:700px;
	float:right;
	/*
	border-bottom:11px solid #666666;
	*/
}

/* top section */
#top-bar {
	margin-top:20px;
	height:80px;
	position:relative;
}
#top-logo {
	float:left;
	width:227px;
	margin: 0 15px;
}
#top-baner {
	height:200px;
}

#top-menu {
	float: right;
	width: 500px;
	margin-right:150px;
	margin-top:40px;
}
#top-menu li {
	display:block;
	float:left;
	list-style:none;
	padding: 0 10px;
	background: url(/static/img/index/topmenu_separator.jpg) left no-repeat;
}
#top-menu li.first { background: none; }
#top-menu li a { color: #333333; }
#top-menu li a:hover { color: #FF0000; }

#search {
	position:absolute;
	top:10px;
	right:0px;
	width:144px;
	height:15px;
	
}
#search a {
	display:block;
	background: url(/static/img/index/search_btn.jpg) no-repeat 0 0;
}
#search a.show {
	background-position: 0 -14px;
}
#search-box {
	text-align:right;
	margin:2px 0;
}
#search-box button {
	margin-top:2px;
}

/* sidebar section */
	/* kalendarz */
	#calendar {
		margin:10px;
		/*
			background: url(/static/img/index/gradient_gray_bg_short.jpg) left top repeat-x;
		*/
	}
	#calendar .bar {
		background-color:#666666;
		padding: 0 0 0 1em;
	}
	#calendar div {
		font-size:13px;
		line-height:20px;
	}
	
	#calendar .more.white {
		padding-right:1em;
		color:white;
		font-weight:bolder;
		font-size:87%;
		background: url(/static/img/index/more_white.gif) right no-repeat;
	}
	
	#sb-poll {
		margin:10px;
		border:1px solid #AEAEAE;
		padding:0.5em;
		background-color:#fff;
		font-size:90%;
	}
	#sb-poll-ans {
		position:relative;
	}
	#sb-poll-ans .row {
		clear:both;
		min-height:15px;
		padding: 0.5em 0;
		border-bottom: 1px dooted #b6b6b6;
	}
	* html #sb-poll-ans .row {
		height:15px;
	}
	
	#sb-poll-ans .qst {
	}
	#sb-poll-ans .ans {
		padding-left:1em;
		float:right;
	}
	
	#sb-poll-results .row {
		clear:both;
		min-height:15px;
		padding:0.2em 0.1em;
	}
	* html #sb-poll-results .row {
		height:15px;
	}
	#sb-poll-results .qst {
		float:left;
		width:50%
	}
	
	#sb-poll-results .ans {
		background-color: #43729F;
		margin-left:51%;
		padding:1px;
		color:#fff;
	}

p#breadcrumb {
	padding: 1em 0.5em 0.5em 1em;
	font-size:93%;
}
#public-operations {
	float:right;
}
#public-operations a{
	padding: 0 1px;
	line-height:1.3em;
	vertical-align:middle;
}
#public-operations a img {
	vertical-align:middle;
}


.text-block {
	padding:1em;
}

#bottom-bar {
	height:72px;
	background: url(/static/img/index/footer_logo.jpg) 3em 1.5em no-repeat #CCCCCC;
}

#bottom-menu {
	float:right;
	width: 500px;
	margin-left:150px;
	margin-top:3em;
	font-size:88%;
}
#bottom-menu li {
	display:block;
	float:left;
	list-style:none;
	padding: 0 1em;
	background: url(/static/img/index/topmenu_separator.jpg) left no-repeat;
}
#bottom-menu li.first { background: none; }
#bottom-menu li a { color: #666666; }
#bottom-menu li a:hover { color: #FF0000; }


#page-sector-two {
	background-color:#F6F6F6;
}
a.more {
	color: #333333;
	clear:both;
	padding: 0px 10px 3px 1px;
	background: url(/static/img/index/more_black.gif) right  no-repeat;
	font-weight: bolder;
	line-height:2em;
	font-size:87%;
}
a.more:hover {
}

.col-wrapper{
		margin:0 auto;
	}
	.col21 {
		float:left;
		width:65%;
	}
	.col22 {
		float:left;
		width:34%;
	}
	.col31, .col32, .col33{
		float:left;
		width:33%;
	}

/* footer section */
#ft {
	clear:both;
	padding-top:2em;
	background: url(/static/img/index/bottom_bar_bg.jpg) no-repeat left top;
	
}
#ft .copyright {
	margin:10px 0 50px 0;
	font-size:85%;
	text-align:center;
}
.gotoTop {
	position:fixed;
	left:50%;
	margin-left:500px;
	bottom:20px;
	padding-right:20px;
	background:url(/static/img/index/bullet_top.jpg) #fff right no-repeat;
}

/********** SITE CLASSES **********/



/* 
 * Articles
 */
#article-new {
	padding: 5px 10px 10px 25px;
}

.more-articles {
	background-color: #F6F6F6;
	border-top: 2px solid #B0B0B0;
}
.more-articles ul {
	
}

/*
 * Gallery 
 */
	/* galleries */
	#gallery-listing {
		
	}
	.single-gallery  {
		background: none !important;
		float:left;
		width:150px;
		margin:0;
		padding:0;
	}
	
	.single-gallery a {
		display: block;
		position:relative;
		z-index:15;
		height: 119px;
		padding: 1px;
		margin:1px;
		border: 2px solid #ccc;
		text-align:center;	
	}
	.single-gallery a:hover {
		text-decoration:none;
	}
	.single-gallery img {
		width:100px;
	}
	.single-gallery b {
		position:absolute;
		clear:both;
		font-size:0.8em;
		text-align:center;
		left:0;
		right:0;
		top:85px;
		bottom:0;
		background-color:#000;
		opacity: .3;
		filter: alpha(opacity=30);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		color:#fff;
		text-decoration:none;
	}
	
	/* thumbs */
	.lb_gallery {
		list-style:none;			
	}

	.lb_gallery li {
		float: left;
		background:none  !important;
		width: 125px;
		margin: 3px;
		*margin: 2px; 
	}
	.lb_gallery a {
		display: block;
		position:relative;
		
		z-index:15;
		height: 119px;
		padding: 1px;
		margin:1px;
		border: 2px solid #ccc;
		text-align:center;
	}
	
	.lb_gallery a img {
		margin:0 auto;
		vertical-align:middle;
		max-width:100px;
		max-height:100px;
		*width=100px;
		*height=100px;
	}
	.lb_gallery div.caption {
		position:absolute;
		clear:both;
		font-size:0.8em;
		text-align:center;
		left:0;
		right:0;
		top:85px;
		bottom:0;
		background-color:#000;
		opacity: .3;
		filter: alpha(opacity=30);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		color:#fff;
		text-decoration:none;
	}
	.lb_gallery a:hover {
		border-color: #405061;
		text-decoration:none;	
	}
	
/* Banners and adverts */ 
 
 #banner-adverts div {
 	text-align:center;
 } 
 
 
 
 	/* TAG CLOUD */
	#tagsCloud {
		padding:5px 15px;
	}
	#tagsCloud  ul.cloud {border:none;}
	#tagsCloud  ul.cloud li {display:inline;border:none; margin:0; margin-right: 20px;}
	#tagsCloud  ul.cloud li a {border:none;}
	#tagsCloud  ul.cloud li.tagSize1 {font-size:150%}
	#tagsCloud  ul.cloud li.tagSize2 {font-size:130%;}
	#tagsCloud  ul.cloud li.tagSize3 {font-size:110%}
	#tagsCloud  ul.cloud li.tagSize4 {font-size:100%}
	#tagsCloud  ul.cloud li.tagSize5 {font-size:90%;}
	#tagsCloud  ul.cloud li.tagSize6 {font-size:80%;}
	#tagsCloud  ul.cloud li.tagSize7 {font-size:70%;}
