* {margin:0; padding:0;}

body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}

body {padding:0 0; font:0.8em/1.5 "arial", serif; text-align:center;}



a {text-decoration:none;}



h1, h2, h3, h4, h5, h6 {margin:0 0 0 0;}

h1 {font-size:260%; font-weight:normal; letter-spacing:-1px;}

h2 {font-size:160%; font-weight:normal;}

h3 {font-size:140%; font-weight:normal;}

h4, h5 {font-size:100%;}



p, table, ul, ol, dl, fieldset {margin:15px 0;}



table {border-collapse:collapse; border-spacing:0; font-size:100%;}

th {text-align:center; font-weight:bold;}

th, td {padding:3px 7px;}



ul, ol {margin-left:30px;}

ul ul, ol ol {margin:0; margin-left:20px;}

ol {list-style-type:decimal;}

li {display:list-item;}



dt {font-weight:bold;}

dd {margin-left:30px;}



fieldset {position:relative; padding:10px;}

legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

div.clear { clear: both; }

div.noflash {
	display: none;
}

/**
 * 	Specific styles 
 */ 
 
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	color: #494949;
}

a {
	color: #ea272d;
}

div#page {
	width: 1006px;
	margin: 0 auto;
	
	background-image: url(images/page-bg.png);
	background-repeat: repeat-y;
}

div#page div.in {
	padding: 13px;
}

div#header {
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;    
    
    float: left;
    width: 980px;
    height: 106px;
}

div#header h1 {
    width: 280px;
    height: 70px;
    
    margin: 20px 30px;
    
    position: relative;
    overflow: hidden;
    
    float: left
}

div#header h1 span {
	background-image: url(images/logo-suuk.png);
	background-repeat: no-repeat;
	
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 0;
	
	position: absolute;
}

div#search {
	float: left;
	
	height: 28px;   
    margin: 35px 30px;
	
	background-image: url(images/search-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div#header div#search {
	float: right;
}

div#search label.screen-reader-text {
	display: none;
}

div#search input#searchsubmit { 
	border: 0;
	background: transparent;
	overflow: hidden;
	line-height: 100px;
	font-size: 1px;
	height: 28px;
	width: 32px;
	cursor: pointer;
	
	background-image: url(images/search-button.png);
	background-repeat: no-repeat;
	background-position: left center;
	
	float: left;
}

div#search input#s {
	border: 0;
	background: transparent;
	margin: 5px;
	padding: 2px;
	
	float: left;
}

div#menu {
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
	
	height: 59px;
	
	position: relative;
	padding: 0 8px 0 8px;
	
	color: #FFFFFF;
	font-size: Arial;
	text-transform: uppercase;
}

div#menu a {  
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

div#menu span.lft {
	background-image: url(images/menu-bg-left.png);
	background-repeat: no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
}

div#menu span.rgt {
	background-image: url(images/menu-bg-right.png);
	background-repeat: no-repeat;    
	background-position: right;
		
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

div#menu ul {
	list-style: none;
	float: left;
}

div#menu ul li {
	padding: 4px 8px;

	display: block;
	float: left;
	
	background-image: url(images/menu-split.png);
	background-repeat: no-repeat;
	background-position: right center;
}

div#menu ul li a { 
	display: block;
	position: relative;
	
	padding: 2px 10px 3px;     
}

div#menu ul li.current_page_item a {
		
	background-image: url(images/menu-item-bg.png);
	
	text-decoration: none;
}

div#menu ul li.current_page_item a span.l {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 5px;
	height: 100%;
	
	background-image: url(images/menu-item-bg-left.png);
	background-repeat: no-repeat;
}

div#menu ul li.current_page_item a span.r {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 5px;
	height: 100%;
	
	background-image: url(images/menu-item-bg-right.png);
	background-repeat: no-repeat;
}   

div#menu ul li.page-item-319 {
	color: #d70000;
	overflow: hidden;
	position: relative;
}

div#menu ul li.page-item-319 a {
	position: relative;
	display: block;
	width: 37px;
	height: 30px;
	font-size: 1px;
	overflow: hidden;
	top: -3px;
	margin-left: 20px;
}

div#menu ul li.page-item-319 a span.l {
	display: none;
}

div#menu ul li.page-item-319 a span.r {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	background-image: url(images/k4-icon.png);
	background-repeat: no-repeat;
}      

div#menu ul li.current_page_item.page-item-319 a span.r {
	background: transparent;
	background-image: url(images/k4-icon.png);
	background-repeat: no-repeat;
}

div#menu ul li.page-item-319.current_page_item a {
	color: #ffffff;
	background: transparent;
}

div#left-col {
	float: left;
	
	width: 630px;
}

div#right-col {
    float: left;
}

div#flash {
	float: left;
	width: 610px;
	height: 225px;
	
/*	background-image: url(images/fakeflash.png); /* TODO: FLASH 
	background-repeat: no-repeat; */
	
	margin: 0 0 10px;
}

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

div#featured-posts {
	float: left;
	clear: both;
	margin: 5px 0px;
}

div#featured-posts {
	clear: both;
}

div#featured-posts div.post {
	width: 200px;
	float: left;
	
	margin-right: 7px;
	
	text-align: left;
}

div#featured-posts div.post h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 5px 0px;
}

div#featured-posts div.post a {
	text-decoration: underline;
}

div#featured-posts div.post.first a {
	color: #ea272d;
}

div#featured-posts div.post.second a {
	color: #f57f21;
}

div#featured-posts div.post.third a {
	color: #fdbe11;
}

div#featured-posts div.post p {
	margin: 0;
	color: #818181;
}
                 

div#featured-categories {
	float: left;
	clear: both;
	margin: 10px 0px;
}

div#featured-categories div.category {
	width: 200px;
	float: left;
	
	margin-right: 7px;
	
	text-align: left;
}

div#featured-categories div.category h2 {
	font-size: 1em;	     

	padding: 4px 10px 3px;
	
	position: relative;
}

div#featured-categories div.category.first h2 {
	background-image: url(images/category-title-red-bg.png);
}

div#featured-categories div.category.second h2 {
	background-image: url(images/category-title-orange-bg.png);
}

div#featured-categories div.category.third h2 {
	background-image: url(images/category-title-yellow-bg.png);
}

div#featured-categories div.category h2 span.l {
	background-repeat: no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
}

div#featured-categories div.category.first h2 span.l {      
	background-image: url(images/category-title-red-bg-left.png);
}

div#featured-categories div.category.second h2 span.l {      
	background-image: url(images/category-title-orange-bg-left.png);
}

div#featured-categories div.category.third h2 span.l {      
	background-image: url(images/category-title-yellow-bg-left.png);
}

div#featured-categories div.category h2 span.r {
	background-repeat: no-repeat;    
	background-position: right top;
		
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

div#featured-categories div.category.first h2 span.r {      
	background-image: url(images/category-title-red-bg-right.png);
}

div#featured-categories div.category.second h2 span.r {      
	background-image: url(images/category-title-orange-bg-right.png);
}

div#featured-categories div.category.third h2 span.r {      
	background-image: url(images/category-title-yellow-bg-right.png);
}

div#featured-categories div.category a {
	text-decoration: underline;
}

div#featured-categories div.category.first a {
	color: #ea272d;
}

div#featured-categories div.category.second a {
	color: #f57f21;
}

div#featured-categories div.category.third a {
	color: #fdbe11;
}

div#featured-categories div.category.first h2 a,
div#featured-categories div.category.second h2 a,
div#featured-categories div.category.third h2 a {  
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

div#featured-categories div.category p {
	margin: 0;
	color: #818181;
}

div#featured-categories div.category ul {
	list-style-image: url(images/list-type.png);   
	margin: 5px 20px;
}

div#featured-categories div.category ul li {
	padding: 1px 0;
}

div.tabbed-box {
	width: 320px;
	margin-bottom: 10px;
}

div.tabbed-box div.tab {
	clear: both;  
}

div.tabbed-box ul.tabs {
	list-style: none;  
	margin: 0;   
	height: 41px;            
	
	background-image: url(images/tab-bg-bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.tabbed-box ul.tabs li {
	float: left;
	
	padding: 14px 15px 9px;
	
	margin: 0 5px 0 0;
	
	background-image: url(images/tab-bg.png);
	background-repeat: repeat-x;
	
	position: relative;   
	
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	
	cursor: pointer;
}

div.tabbed-box ul.tabs li.active {
	background-image: url(images/tab-bg-active.png);
	color: #f57f21;
}

div.tabbed-box ul.tabs li span.l {
	background-image: url(images/tab-bg-left.png);
	background-repeat: no-repeat;
	
	position: absolute;
	
	top: 0;
	left: 0;
	
	height: 100%;
	width: 5px;
}

div.tabbed-box ul.tabs li.active span.l {
	background-image: url(images/tab-bg-left-active.png);
}

div.tabbed-box ul.tabs li span.r {
	background-image: url(images/tab-bg-right.png);     
	background-repeat: no-repeat;
		
	position: absolute;
	
	top: 0;
	right: 0;
	
	height: 100%;
	width: 5px;
}                                            

div.tabbed-box ul.tabs li.active span.r {
	background-image: url(images/tab-bg-right-active.png);
}

div.tabbed-box div.content {
	background-image: url(images/box-bg.png);
	border-bottom: #cfcfcf 1px solid;
	border-left: #cfcfcf 1px solid;
	border-right: #cfcfcf 1px solid;   
	position: relative;
	top: 0px;        
	padding-top: 8px;
	min-height: 300px;
}

div#latest-events ul {
	list-style: none;
	text-align: left;
	margin: 0;
}

div#latest-events div.event {
	padding: 4px 10px;
	text-align: left;
}
             
div#latest-events div.event h3 a {
	color: #ea272d;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}

div#latest-events div.event p {
	margin: 0;    
	color: #3a3a3a;
}

div#latest-events div.event p strong {
	font-weight: normal;
	color: #7e7e7e;
}

div#latest-events hr {
	border: 0;
	border-bottom: #ebebeb 1px solid;
	width: 90%;
	margin: 0 auto;
}

div#ukacko-rss ul {
   	list-style: none;
   	margin: 0;
   	float: left;
}

div#ukacko-rss ul li {
	margin: 15px 10px;
	text-align: left;
}

div#ukacko-rss ul li a {
	color: #3d3d3d;
}           

div#ukacko-rss ul li.old {
	display: none;
}

div#ukacko-rss ul li a:hover {
	text-decoration: underline;
}

div#spolky,
div#partneri {
	float: left;
	clear: both;
	text-align: left;
	width: 100%;
	
	margin: 10px 0;
}


div#spolky h2,
div#partneri h2 {
	color: #6c6c6c;
	text-transform: uppercase;
	margin-bottom: 5px;
}

div#spolky ul,
div#partneri ul {
	list-style: none;
	margin: 0;
}

div#spolky ul li,
div#partneri ul li {
	float: left;
}

div#spolky ul {
	/*border-top: #e9e9e9 2px solid;
	border-bottom: #e9e9e9 2px solid;*/
	
	background-color: #eeeeee;
	
	position: relative;
	padding: 0 40px;
	
	height: 96px;
	
	overflow: hidden;
}

div#spolky ul div.solid {
	height: 90px;
	width: 2000px;
	overflow: visible;
	position: relative;
	border-top: #e9e9e9 3px solid;
	border-bottom: #e9e9e9 3px solid;
}

div#spolky ul li {
	padding: 20px;
}

div#spolky ul span.l {
	background-image: url(images/spolky-btn-left.png);
	background-repeat: no-repeat;
	
	position: absolute;
	
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	
	cursor: pointer;
}

div#spolky ul span.r {
	background-image: url(images/spolky-btn-right.png);
	background-repeat: no-repeat;
	        	
	position: absolute;
	
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	
	cursor: pointer;
}


div#footer {  
	clear: both;
	background-image: url(images/category-title-red-bg.png);
	
	margin: 10px;
	position: relative;
	
	color: #ffffff;
}

div#footer p {
	margin: 12px 20px 12px;
	/*padding: 12px;*/
	text-align: left;
}

div#footer p.links {
	float: right;
}

div#footer p.copy {
	float: left;
}

div#footer p a {
	color: #fdbe11;
}

div#footer span.l {
	position: absolute;
	
	top:0;
	left:0;
	width:5px;
	height:44px;
	
	background-image: url(images/footer-bg-left.png);
	background-repeat: no-repeat;
}

div#footer span.r {
	position: absolute;
	
	top:0;
	right:0;
	width:5px;
	height:44px;
	
	background-image: url(images/footer-bg-right.png);
	background-repeat: no-repeat;
}

div#navigation {
	float: left;
	width: 200px;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#navigation ul li {
	/*	list-style-image: url(images/nav-bullet.png);
	list-style-position: inside;    */
	border-left: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;   
	margin: 0;
	padding: 0;
}

div#navigation ul li:first-child {       
	border-top: #d9d9d9 1px solid;
}


div#navigation ul li:last-child {       
	border-bottom: #d9d9d9 1px solid;
}

div#navigation ul li a {
	display: block;
	color: #494949;
	text-decoration: underline;    
	margin: 0;
	padding: 5px 10px 5px 25px;
	background-image: url(images/nav-bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

div#navigation ul li a:hover {
	background-color: #eeeeee;
}

div#navigation ul li.current_page_item a,
div#navigation ul li.used-cat a,
div#navigation ul li.current-cat a,
div#navigation ul li.current_page_parent a {
	font-weight: bold;
	background: transparent;
	background-color: #ea272d;
	border: none;
	list-style: none;    
	color: #ffffff;
	text-decoration: none;
}

div#navigation ul li.current_page_item a:hover,
div#navigation ul li.used-cat a:hover,
div#navigation ul li.current-cat a:hover,
div#navigation ul li.current_page_parent a:hover {
	/*background-color: transparent;*/
}

div#navigation ul li ul li:first-child,
div#navigation ul li ul li:last-child {
	border: 0;
}

div#navigation ul li ul {
	display: none;
}

div#navigation ul li.current_page_item ul,
div#navigation ul li.current_page_parent ul {
	display: block;
}

div#navigation ul li.current_page_item ul li a,
div#navigation ul li.current_page_parent ul li a {
	border: 0;
	background: transparent;
	color: #6b6b6b;
	font-weight: normal;
	background-image: url(images/list-type-arrow.png);   
	background-repeat: no-repeat;
	background-position: 22px 9px;
	padding-left: 35px;
}

div#navigation ul li ul li.current_page_item a, 
div#navigation ul li ul li.used-cat a,
div#navigation ul li ul li.current-cat a,
div#navigation ul li ul li.current_page_parent a {
	font-weight: bold;
}

div#navigation ul li ul li {
	/*list-style-image: url(images/list-type-arrow.png);*/
	border: 0;
}

div#text {
	width: 700px;
	float: left;
	text-align: left;
	margin-left: 20px;
}


div#text h1,
div#text h2 {
	border-bottom: 1px solid #ededed;    
	font-size: 1.3em;
}

div#text h1,
div#text h2 a {
	font-weight: bold;
	color: #f57f21;
}                     

div#text div.post {
	margin-bottom: 30px;
}

div.post {
	text-align: left;
}

img.size-medium {
	margin: 15px;
}