/* SETUP */

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #666666;
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
#page .block{
  overflow: visible;
}

/* LAYOUT */

#page{
	width: 960px;
	background-color: #FFFFFF;
	margin:45px auto;
	border: 1px solid #CCCCCC;
}
/* Main Columns */
#columns{
	padding:15px 15px 25px;
	background-color: #FFFFFF;
	margin: 0px;
}
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
}
.col2{
	float: left;
	width: 320px;
}
/* Sub Columns */
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/* HEADER */

/* Page Navigation */
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 930px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:600px;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}

/* Dropdowns */

#nav1, #nav1 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav1 {
	padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
}
#nav1 li {
	float: left;
	line-height:30px;
	font-weight:bold;
	font-size:11px;	
	text-transform:uppercase;
}
#nav1 li a:hover {
	background: none;
	text-decoration:none;
	color:#ffffff;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav1 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav1 li:hover, #nav1 li.hover {
    position: static;
}
#nav1 li ul ul {
	margin: -29px 0 0 15em;
	border-top:1px solid #dedbd1;	
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
} 


/* Category Navigation */

/* Nav / Dropdowns */
#nav2 {
	margin:0 0 15px 15px !important;
	margin:0 0 7px 7px;	 
}

#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
	padding: 0;
	font-size:13px;
	float:left;
	width:930px;
	border-top: 1px solid #DDDDDD;
}
#nav2 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	border-right: 1px solid #DDDDDD;
}
#nav2 li {
	float: left;
	line-height:30px;
}
#nav2 li a:hover {
	background: none;
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 


/* Search */
#search{
	float: right;
	height: 27px;
	width:310px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 11px;
	width:223px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/* Header */
#header{
	height: 100px;
	background-color: #ffffff;
	margin: 0 15px;
	padding: 0px;
}
/* Logo */
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
	color: #000000;
	font-size: 28px;
}

/* Top Banner */
#topbanner {
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/* RSS */
#rss a{
	color: #666666;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
  margin: 0 0 8px 8px;
}

/* FEATURED POSTS (FRONT-PAGE) */

/* See slideshow.css */

/* FEATURED VIDEOS (FRONT-PAGE) */

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-top:15px;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd right center no-repeat !important;
	}

/* BLOG POST STYLING */

/* Small Box Post */
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/* Box */
#myGallery{
  margin-bottom:15px;
}
#artykuly{
	clear: both;
	height: 1%;
	margin: 0;
}
#artykuly .post,
#artykuly-numer .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
#artykuly .post h2 a,
#artykuly-numer .post h2 a{
	color:#333333;
}
#artykuly .post h2,
#artykuly-numer .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
#artykuly .post p,
#artykuly-numer .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

#artykuly .post img,
#artykuly-numer .post img{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

/* Traditional Blog Post */
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 24px;
	padding: 0;
	color:#000000;
	line-height: 26px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h3.subheadline{
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	opacity: 0.5;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	clear:both;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}

#niusy .post h3.posted {
	border-bottom:none;
}
/* Buttons */
.back {display:none;}
.continue{
	background: url(../images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(../images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(../images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/* Traditional Blog Post */
.navigation {
	width:595px;
	margin-bottom:15px;
	float:left;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

/* ARCHIVE SPECIFIC */

#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background: center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/* SINGLE POST SPECIFIC */

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }
.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/* COMMENTS */

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#000000;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment {
	width: 583px;
}

/* THREADED COMMENTS */

ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
}

/* PageNavi */

.more_entries {font-size:11px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important;}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f !important;}

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #EEEEEE;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }

/* SIDEBAR */

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

/* Sidebar Tabs - Popular, Comments, Featured, Tag Cloud */

#tabs {
	width:308px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #ddd;
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: none;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 293px !important;
	padding:5px !important;
	border:1px solid #ddd !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	}
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #666666;
	font-size: 12px;
}
.list3 li {
	background: no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
#tagcloud {
	float:left;
	width:306px;
	padding-top:10px;
}
/* Ads */
.ads{
	height: auto;
}
.ads img{
	float: left;
}
.ads img.last{
	margin: 0;
}
/* Flickr */
.flickr{
	border: 1px solid #ddd;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr .flickr_badge_image img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
	float:left;
}
/* Styling Widget Lists */

.widget {
	margin-bottom:15px;
}	
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}

/* FOOTER */

#footer{
	clear: both;
	color: #666666;
	height: 35px;
	line-height: 35px;
	margin:0px 15px 15px;
	padding:0px 15px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

#footer img {
	vertical-align:middle;
	margin-left:5px;
}

/* MISC */

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
#artykuly .even, #artykuly-numer .even, .fl{
	float: left;
}
#artykuly .odd, #artykuly-numer .odd, .fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a { cursor:pointer !important; }

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       


#toppanel a {
	color: #FFFFFF;
	text-decoration: none;
}

#toppanel a:hover {
	color: #00CCFF;
}

#toppanel a img {
  border: none;/*remove border for linked images*/
}

#toppanel h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

#toppanel h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

#toppanel .highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/* Main Layout */
#toppanel #container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#toppanel #content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

/* Avatar frontend module */
.mod_avatar .checkbox_container * { vertical-align:middle; }
.mod_avatar .label_container { margin-top:10px; }
.mod_avatar .textlabel { font-weight:bold; }
.mod_avatar .error_message { color:red; }
.mod_avatar .hint { color:#888; margin-bottom:10px; }

/* PAGINATION */
.wp-pagenavi ul, .wp-pagenavi ul li {
display:inline;
}

form p.error
{
color:red;
font-size:1.1em;
}

/* Copryight note */ 
div#copyright {
margin: -30px auto 30px auto;
font-size: 11px;
width:130px;
}
div#copyright a {
font-weight: bold;
}

/* Prenumerata box */ 

div.prenumerata_lista {
margin: 5px 5px 0 0;
}

div#prenumerata .first, div#prenumerata .odd {
float: left;
}

div#prenumerata .last {
margin-left: 210px;
margin-right: 0;
float:none;
}

/* Poprawki */ 
 
 /*----  1  ----*/


.left .field {
	margin:0 !important;
}

/*----  2  ----*/

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
	margin:15px 0 !important;
	font-family:Arial,Helvetica,sans-serif !important;
}

.entry h1 {
	color:#474747 !important;
	font-size:30px !important;
}

.entry h2 {
	color:#333 !important;
	font-size:25px !important;

}

.entry h3 {
	color:#333 !important;
	font-size:20px !important;
}

.entry h4 {
	color:#000 !important;
	font-size:15px !important;
}

.entry h5 {
	color:#333 !important;
	font-size:0.95em !important;
	font-weight:normal !important;
	text-decoration:underline !important;
	font-size:10px !important;
}

th {
	padding:5px;
	background:#6F6F6F;
	color:#fff;
	font-size:15px;
}

.t1 {
	width:100px;
}

.t2 {
	width:300px;
}

.t3 {
	width:100px;
}

td {
	padding:5px;
}

ul.list,
ol.list {
	margin-top:-10px;
	list-style:none !important;
}

ul.list li,
ol.list li {
	margin:0 0 0 20px !important;;
}

ul.list li ul,
ol.list li ul {
	margin:-5px 0 -5px 20px !important;
}

ol.list li ul li ol {
	margin:-5px 0 -5px 20px !important;
}

/*----  3  ----*/

#page .ce_headline,
#page .ce_text h2 {
	margin-top:5px;
	font-size:17px;
}

#page #myform span.mandatory {
	#position:relative;
	#top:-16px;
}

#page #password {
	#width:141px;
	margin-left:20px;
}

#page .lost-pwd {
	margin-bottom:10px;
	display:inline-block;
}

#page #ctrl_username {
	width:141px;
	margin-left:134px;
}

#page #ctrl_email {
	width:141px;
	margin-left:95px !important;
}

#page .ce_comments #ctrl_email {
  margin-left:0 !important;
}

#page #ctrl_firstname {
  width:141px;
  margin-left:141px;
}

#page #ctrl_lastname {
  width:141px;
  margin-left:112px;
}

#page #ctrl_password {
	width:141px;
	margin-left:14px;
}

#page #ctrl_password_confirm {
	width:141px;
	margin-left:88px;
}

#page input#username {
  margin-left:141px;
}

#page input#password {
  margin-left:139px;
}

#page .bt_register {
	width:153px !important;
	margin-left:173px !important;
	border:1px solid #000;
}

#page table {
	border-collapse:collapse;
}

tr {}

#page td {
	height:20px;
	padding:5px 0 5px 5px !important;
	border:1px solid #ddd;
}


/*----  4  ----*/

table td input,
table td select,
table td textarea {
	margin-bottom:2px !important;
	color:#666;
}

table td select {
	width:420px !important;
	#width:440px !important;	
}

table td textarea {
	width:408px;
	#width:430px;
}

#ctrl_1 {
	width:408px;
	#width:385px;	
}

#ctrl_1 option {
	margin:0;
	padding:0;
}

#ctrl_8,
#ctrl_10,
#ctrl_11 {
	width:408px;
	#width:428px !important;
}

#ctrl_3,
#ctrl_4 {
	width:408px;
	#width:430px;
}


#ctrl_7,
#ctrl_12{
	width:70px;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #ddd;
	border-top:2px solid #ddd;
}

.submit {
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #ddd;
	border-top:2px solid #ddd;	
}

.wbrd td {
	border:0;
}

/*----  5 ----*/

#page div.formbody {
	margin:20px 0 0 0;
}

#page div.formbody * {
	margin-bottom:10px;
}

#page div.formbody label {
	#position:relative;
	#top:-15px;
}

#page div.formbody .field {
	margin-left:21px;
	color:#666;
}

#page div.formbody .field2 {
	#width:142px;
	margin-left:20px;
	color:#666;
}

#page .bt_login {
	width:146px;
	#width:153px;
	position:relative;
	left:175px;
	color:#666;
	border:1px solid #000 !important; 
}

#page .lost-pwd {
	color:#666;
}

.lists {
	margin-top:10px;
	list-style:none;
}

.lists li {
	margin-bottom:5px;
}

.lists .image {
	width:70px;
	height:80px;
	float:left;
}

.lists .image img {
	margin:3px 0 0 3px;
	display:block;
}

.lists  .nr {
	width:260px;
	height:50px;
	padding-top:30px;
	float:left;
}

.lists  .nr a {
	color:#666;
}

.lists  .date {
	width:260px;
	height:50px;
	padding-top:30px;
	float:left;
}

.lists .image2,
.lists .nr2,
.lists .date2 {
	background:#DCDCDC;
}

/*---- 6 ----*/

/*---- 7 ----*/

ul.cloud {}

ul.cloud li.size1 a {
	color: #ff8e8e;
	font-size:15px !important;
}

ul.cloud li.size2 a {
	color: #ff5555;
	font-size:20px !important;
}

ul.cloud li.size3 a {
	color: #f90000;
	font-size:25px !important;
}

ul.cloud li.size4 a {
	color: #ee0000;
	font-size:30px !important;
}


/*---- 8 ----*/

.box-post-content {
	font-family: Verdana;
	font-size: 10px;
}

/*---- Poprawki ----*/

#ctrl_email {
	width:120px;
	margin-left:0 !important;
}

.col_1 input {
	#position:relative;
	#top:-10px;
}

p a {
	color:#CC0000;
}

#page .mod_lostPassword table td {
  border: 0;
}

#page .mod_lostPassword input#ctrl_username,
#page .mod_lostPassword input#ctrl_email {
  margin-left: 20px !important;
}


/* Searrrrrrch results */
.mod_search p.header {
  line-height: 3em;
}

.mod_search div {
  padding-bottom: 1.2em;
}
