
/*************************************************************/
/********************** ustawienia ogólne ********************/

* {
	margin: 0;
	padding: 0;	
	outline: none;
}

a:hover,
a:focus,
a:active {
	outline: none !important; 
}

a, img, button {
	border: none;
	outline: none;
}

p, h4, h3, h2, h1, 
#Main ul, 
#Main ol {
	padding-bottom: 20px;
}

hr {
	margin-bottom: 20px;
}

a {
	color: #515151;	
}

#Main a:hover {
	text-decoration: none;
}

.alignright.size-full {
	float: right;
	margin-left: 20px;
}

.alignleft.size-full {
	float: left;
	margin-right: 20px;
}

/*************************************************************/
/************************* nagłówki **************************/

.page-header {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.page-header h1,
.item-page.kOntakt .page-header h2,
.blog h2 span.subheading-category {
	padding-bottom: 25px;
	color: #393939;
	font-size: 45px;
	font-family: 'world_of_waterregular', Arial, sans-serif;	
	font-weight: normal;
	line-height: 150%;
}

.blog .page-header h2,
.item-page .page-header h2,
.archive .page-header h2,
h2.item-title {
	font-family: 'world_of_waterregular', Arial, sans-serif;
	padding-bottom: 20px;
	color: #393939;
	font-size: 30px;
	font-weight: normal;
	line-height: 150%;
}

.page-header h2 a,
h2.item-title a {	
	color: #393939;
	text-decoration: none;
}

.page-header h2 a:hover,
h2.item-title a:hover {	
	text-decoration: underline !important;
}

.moduletable h3 {
	padding-bottom: 20px;
	color: #393939;
	font-size: 30px;	
	font-weight: normal;
	line-height: 150%;
}

/*************************************************************/
/*************************** table ***************************/

table.weblinks,
table.category {
	font-size: 16px;
	margin: 10px 10px 20px 0px;
	width: 99%;
}

table.weblinks td,
table.category td {
	padding: 7px;
}

table.weblinks th,
table.category th {
	padding: 7px;
	text-align: left;
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	background: #4E4E4E;
	color: #DDDCDC;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a {
	color: #DDDCDC !important;
}

td.table_footer {
	background: #ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.num {
	vertical-align: top;
	text-align: left;
}

td.hits {
	vertical-align: top;
	text-align: center;
}

tr.odd,
.cat-list-row1 {
	background: url(../images/news.gif)  repeat-x;
}

/* category table */

table.category th a img {
	border: solid 0px;
	padding: 2px 10px;
}

/*************************************************************/
/************************* Tooltips **************************/

div.tooltip {
	background: #EEEEEE;
	border: 1px solid #D4D5AA;
	padding: 5px;
	width: 200px;
	display: none !important;	
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Tooltips ADM */

.tip {
	background: #ffffcc;
	border: solid 1px #333;
	font-size: 13px;
	text-align: left;
	padding: 3px;
	max-width: 400px;
}

.tip-title {
	font-weight: bold;
}

/*************************************************************/
/*********************** Caption fixes ***********************/

.img_caption .Left {
	float: left;
	margin-right: 16px;
}

.img_caption .right {
	float: right;
	margin-left: 16px;
}

.img_caption .Left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left: auto;
	margin-right: auto;
}

/*************************************************************/
/************************* Calendar **************************/

a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	cursor: pointer;
	vertical-align: middle;
}

/*************************************************************/
/********************** System Messages **********************/

.error {
	padding: 0px;
	margin-bottom: 20px;
}

.error h2 {
	color: #000 !important;
	font-size: 22px !important;
	text-transform: uppercase;
	padding: 0 !important;
}

#system-message-container {
}

#system-message {
	margin: 10px 0 20px 0;
	border-left: 0;
	border-right: 0;
}

#system-message dt {
	font-weight: bold;
}

#system-message dd {
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding: 0;
}

#system-message dd ul {
	color: #000;
	list-style: none;
	padding: 0px;
}

#system-message dd ul li {
	line-height: 24px;
}

/* System Standard Messages */

#system-message dt.message {
	position: absolute;
	top: -2000px;
	left: -3000px;
}

#system-message dd.message  ul {
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */

#system-message dt.error {
	position: absolute;
	top: -2000px;
	left: -3000px;
}

#system-message dd.error ul {
	background: #fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left: 40px;
 	padding: 10px 10px 10px 40px;
    border-top: 2px solid #990000;
    border-bottom: 2px solid #990000;
}

/* System Notice Messages */

#system-message dt.notice {
	position: absolute;
	top: -2000px;
	left: -3000px;
}

#system-message dd.notice  ul {
	background: #fff url(../images/system/notice-note.png) no-repeat ;
	padding-left: 40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #FAA528;
	border-bottom: 2px solid #FAA528;
}

#system-message dd.notice ul { 
	color: #000;
	margin: 10px 0; 
}

#system-message {
    margin-bottom: 0px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    font-weight: bold;
    padding: 0;
}

/* system message alert */

.alert {
	padding: 15px 50px 15px 50px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #C8E243;
	border: 1px solid #B4D220;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert p {
	padding-bottom: 0;
}

.alert h4 {
	padding-bottom: 10px;
}

.alert,
.alert h4 {
	color: black;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}