/**
 * @subpackage  Cirrus Green v1.0 HM01J1.7
 * @author      SSN (www.hurricanemedia.net)
 * @date        2011-11-10
 * @package     Joomla
 * @copyright   Copyright (C) 2010 - 2011 Hurricane Media ApS. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: Arial;
  vertical-align: baseline;  
 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
 

}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/**  cookie **/


#cookieinfo * {
    margin: 0px;
    padding: 0px;
}
 
#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
 
#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}
 
#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
 
#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
 
#cookieinfo a:hover {
    background-color: #ff7925;
}





/**  General **/

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

body {
  text-align: left;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #000000;
   background-color: #000000;
}

a {
  color: #366c36;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

img {
  border-style: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}


p {
  line-height:1.6em;
  margin:8px 0;
}

h1 {
  font-family: Times New Roman, 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #366c36;
  font-size: 22px;
  margin-bottom: 12px;
 
}

h1 a {
  color: #366c36;
  text-decoration: none;
}

h1 a:hover {
  color: #000000;
  text-decoration: none;
 
}


h2 {
  font-family: Times New Roman, 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px; 
  
}

h2 a {
  color: #000000;
  text-decoration: none;
  
}

h2 a:hover {
  color: #366c36;
  text-decoration: none;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  margin-bottom: 6px;
}

h3 a {
  color: #000000;
  text-decoration: none;
}

h3 a:hover {
  color: #366c36;
  text-decoration: none;
}

.moduletable h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  margin-bottom: 6px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif, Helvetica, Arial;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}

h5 {
  font-family: Arial, Helvetica, sans-serif, Helvetica, Arial;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
}

h6 {
  font-family: Arial, Helvetica, sans-serif, Helvetica, Arial;
  font-weight: 600;
  font-size: 13px;
}


ul {
  list-style-position: outside;
  list-style-type: square;
  padding-left: 30px;
  margin-top: 6px;
  margin-bottom: 6px;
}

hr {
  border: 0;
  color: rgb(226,226,226);
  background-color: rgb(226,226,226);
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tip {
  font-size:0.9em;
  text-align:left;
  line-height: 1.2em;
  padding:3px;
  max-width:400px
}

.tip-title {
  font-weight:bold;
}

#wrapper {
  display: block;
  padding: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4.6em;
}

#push {
  height: 4.6em;
}




/** Buttoms **/

#login-form input.button,
#member-profile button.validate,
#member-registration button.validate,
#user-registration button.validate,
.logout button,
.login button,
#searchForm button,
#contact-form button.validate,
#mailto-window button {
  font-family: Times New Roman, 'Droid Sans', sans-serif; font-weight: 400;
  font-size: 13.5px;
  color: #fff;
  background-color: #0aeff7;
  border: 0px;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 0px;  
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
         border-radius: 3px;
}

#login-form input.button:hover,
#member-profile button.validate:hover,
#member-registration button.validate:hover,
#user-registration button.validate:hover,
.logout button:hover,
.login button:hover,
#searchForm button:hover,
#contact-form button.validate:hover,
#mailto-window button:hover {
  color: #e6e6e6;
  text-decoration: none;
  background-color: #000000;
}


.readmore a {
  font-weight: 700;
}




/** Header **/

#header_wrap {
  background-color: #1d1d1d;
}


#header {
  width: 1000px;
  margin: auto;
  min-height: 150px;
  margin-bottom: -1px; /* iPhone/iPad fix */
  overflow: auto;
  background-image:url(../images/header-bg.png);
  background-repeat:no-repeat;
}

#logo {
  float: left;
  font-family: Arial, Helvetica, sans-serif; font-weight: 700;
  font-size: 2.8em;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #366c36;
  padding-top: 36px;
  padding-bottom: 14px;
  margin: 0px;
}

#logo a {
  text-decoration: none;
  color: #366c36;
}

#logo a:hover {
  text-decoration: none;
  color: #366c36;
}

#logo div.sitedescription {
  font-family: Arial, Helvetica, sans-serif, Helvetica;
  font-size: 0.40em;
  letter-spacing: 0;
  color: #fff;
  padding-left: 2px;
}

#topnav_wrap {
  background-color: #000;
  overflow: auto;
}


#topnav {
  width: 1000px;
  margin: auto;
  font-size: 0.87em;
}

#topnav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

#topnav a:hover {
  color: #366c36;
  text-decoration: underline;
}

#topnav h3 {
  display: none;
}

#topnav ul.menu {
  float: right;
  padding-top: 4px;
  padding-bottom: 4px;
}

#topnav ul.menu li {
  display: inline;
  padding-left: 12px;
  padding-right: 12px;
  border-right: 1px solid #525252;
}

#topnav ul.menu li:last-child {
  border: 0;
  padding-right: 0px;
}


#search {
  clear: right;
  float:right;
  margin-top: 56px;
  margin-right: 0px;
}

#mod-search-searchword {
  background-image:url(../images/search.png);
  background-repeat:no-repeat;
  background-position: right;
  padding: 6px;
  width: 180px;
  padding-right: 24px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border: 1px solid #c3c3c3;
  outline: none;
}





/** Topmenu (added multi-level support v1.1) **/

#topmenu_wrap {
  overflow: auto;
  
  /* --- Gradient --- */
    /* Opera */
    background: #151515;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #151515, #282828);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#151515), to(#282828));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#151515', EndColorStr='#282828', GradientType=0);
}

#topmenu {
  width: 1000px;
  margin: auto;
  padding-left: 0px;
  font-family: Arial, 'Droid Sans', sans-serif; font-weight: 400;
  font-size: 1.2em;
  color: #969696;
}

#topmenu ul { 
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

#topmenu a {
  display: block;
  color: #969696;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 19px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration:none;
  text-transform: uppercase;
}

#topmenu a:hover,
#topmenu li.active a {
  color: #fff;
  text-decoration: none;
  background-color: #366c36;
}


#topmenu li { 
  float: left;
  border-left: 1px solid #3c3c3c;
}

#topmenu li:last-child { 
  border-right: 1px solid #3c3c3c;
}



/** Second-level lists **/

#topmenu li ul { 
  position: absolute;
  z-index: 22;
  font-family: Arial, 'Droid Sans', sans-serif, Helvetica;
  font-size: 12px;
  width: 230px;
  left: -999em; /* "display: none" not seen by screen readers */
  background-color: #000;
  border: 0;
  margin-left: -1px;
}

#topmenu li li,
#topmenu li li:last-child {
  border: 0;
  margin-bottom: -1px; /* iPhone/iPad fix */
}

#topmenu li li a {
 
  width: 230px;
  background-color: #000;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}


#topmenu li ul a {
 
  width: 230px;
}

#topmenu li.active ul a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #366c36;
}

#topmenu li.active ul a {
  text-decoration: none;
  background-color: #000;
}

/** Level third and above **/

#topmenu li ul ul { 
  position: absolute;
  z-index: 20;
   margin: -39px 0 0 258px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
 
  left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */

  left: auto;
}



/** Content/Menu Wrap **/

#content-menu_wrap_bg {
  background-color: #fafafa;
  overflow: auto;
  min-height: 400px;
 
}

#content-menu_wrap {
  width: 990px;
  margin: auto;
 
}




/** Breadcrumbs **/

#breadcrumbs {
  width: auto;
  font-size: 0.89em;
  text-decoration:none;
  margin-bottom: 0px;
  margin-top: 16px;
}

#breadcrumbs a {
  color: #000000;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #366c36;
  text-decoration: underline;
}






/** Menus (Left/Right) **/

#leftmenu {
  width: 111px;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 26px;
  float: left;
  line-height: 1.7em;
  
 
}

#rightmenu {
  width: 211px;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 26px;
  float: right;
  line-height: 1.7em;  
   
}


#leftmenu a,
#rightmenu a {
  color: #000000; text-decoration: none;
}

#leftmenu a:hover,
#rightmenu a:hover {
  color: #366c36; text-decoration: none;
}

#leftmenu ul,
#rightmenu ul {
  padding-left: 0px;
  list-style-type: none;
  margin-left: 0px;
  margin-top: 12px;
  margin-bottom: 10px;
}

#leftmenu ul li,
#rightmenu ul li {
  border-bottom: 1px solid rgb(226,226,226);
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;  
  list-style-type: none;
}

#leftmenu ul li ul,
#rightmenu ul li ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

#leftmenu ul li ul li,
#rightmenu ul li ul li {
  border: 0px;
  padding-bottom: 2px;
  list-style-type: none;
  font-size: 0.96em;
  line-height: 1.5em;  
}

#leftmenu ul.menu li.current a,
#rightmenu ul.menu li.current a {
  font-weight:bold;
}

#leftmenu ul.menu li.current ul li a,
#rightmenu ul.menu li.current ul li a {
  font-weight:normal;
}


.moduletable {
  overflow: hidden;
  margin-bottom: 16px;
  
}

.moduletable_menu {
  clear: both;
} 

.moduletable_menu h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  margin-bottom: 6px;
}








/** Content **/

#content-w1 {  /** left and right menu visible **/
  width: 606px;
  float: left;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 10px;
   }

#content-w2 {  /** left or right menu visible **/
  width: 528px;
  float: left;
  padding-top: 20px;
  overflow: hidden;  
  margin-bottom: 10px;
  
}

#content-w3 {  /** no menu visible **/
  width: 1000px;
  float: left;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

#content-w1 h3,
#content-w2 h3,
#content-w3 h3 {
  margin-top: 20px;
   
}
#strona {
    margin  : auto;
    border  : none;
    padding : 0px;
    width   : 1000px;
}
#lewa {
    margin  : 0px;
    border  : none;
   
    width   : 450px;
    float   : left;
}

#prawa {
    
 margin: 0px; 
  border  : none;
    
    width   : 530px;
    float   : right;
}
ul.actions {
  float: right;
  clear: both;
  width: 100%;
  padding-bottom: 0px;
  list-style-type: none;
}

li.print-icon,
li.email-icon,
li.edit-icon {
  float: right;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  margin-top: -14px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
  text-decoration: none;
}

dl.article-info {
  clear: both;
  margin-left: 0;
  padding: 0px;
  font-size: 0.86em;
  line-height: 1.3em;
}

.article-info dd, .article-info dd {
  margin-left: 0;
}

.article-info-term {
  display:none
}

.categories-list ul {
  list-style-type: none;
  padding-left: 0;
  padding-left: 5px;
  margin-top: 8px;
}

.categories-list ul li {
  list-style-type: none;
  padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
  display: inline;
}

.image-left {
  float: left;
  margin-top: 0pt;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 0pt;
}

.category-desc p img {
  float: left;
  margin-top: 0pt;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 0pt;  
}

.first ul {
  padding-left: 15px;
  padding: 5px;
  
}

.first ul li {
  padding-bottom: 8px;
  padding: 5px;

}

.last ul {
  padding-left: 15px;
  
}

.last ul li {
  padding-top: 10px;
}


.cat-children ul {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0px;
}

ul#archive-items {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0px;  
}

.intro ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

fieldset.filters {
  border:solid 0px #ddd;
  margin-top: 5px;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 2px;
}

legend.hidelabeltxt {
  display: none;
}

.items-leading {
  margin-bottom: 10px;
}

.newsfeed ol li {
  margin-top: 10px;
}

.newsfeed ol li img {
  margin-top: -10px;
}

#article-index {
  width:25%;
  float:right;
  border:solid 1px #eee;
  padding:10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background:#f9faf9
}

#article-index h3 {
  font-size:1em;
}

#article-index ul {
  list-style-type:disc;
  padding-left: 1.4em;
  color:#666;
}

.pagenavcounter {
  font-weight:bold;
  padding-top: 10px;
  padding-bottom: 10px;
}







/* Syndicate */

a.feed-link {
  margin-top:15px;
  display:block;
  text-decoration:none
}

.feed-link img {
  border:0
}




/** Footer **/

#footer_wrap {
  background-color: #fafafa;
  padding-bottom: 20px;
}

#footer {
  clear: both;
  width: 1000px;
  margin: auto;
  padding-top: 26px;
  font-size: 0.86em;
  color: rgb(170,170,170);
  background-color: #fafafa;
}

#footer div.custom hr {
  border: 0;
  color: rgb(226,226,226);
  background-color: rgb(226,226,226);
  height: 1px
}

#copyright {
  clear: both;
  margin: auto;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px solid #000;
  font-size: 0.86em;
  text-align: center;
  color: #515151;
  background-color: #1d1d1d;
}

#copyright a {
  color: #515151;
  text-decoration: none;
}

#copyright a:hover {
  color: #515151;
  text-decoration: none;
}

#copyright img {
  border-style: none;  
}

#copyright div.cp2 {
  text-align: left;
}




/** Box/Banner/Links **/

#box_wrap {
  margin: auto;
  padding-top: 20px;
  width: 1000px;
}

#box_wrap a:hover {
  color: #fff;
}

#box_wrap h1, #box_wrap h2, #box_wrap h3  {
  color: #969696;

}
#box1 {
  width: 250px;
  margin: 0;
  padding: 0;
  float: left;
}

#box2 {
  width: 50px;
  margin: 0;
  padding: 0;
  float: left;
}

#box3 {
  width: 270px;
  margin: 0;
  padding: 0;
  float: left;
}


#box2 {
  width: 360px;
  margin: 0;
  padding: 0;
  float: left;
}

#box3 {
  width: 330px;
  margin: 0;
  padding: 0;
  float: left;
}




/** Editor **/

#adminForm.form-validate fieldset {
  border: solid 1px #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
}

#adminForm legend {
  font-weight: bold;
}

.edit.item-page {
  max-width: 660px;
}

#adminForm.form-validate fieldset div.formelm {
  padding-bottom: 10px;
  display: block;
}

#adminForm.form-validate fieldset div.formelm label,
#adminForm.form-validate fieldset div.formelm input {
  display: inline-block;
}

#adminForm.form-validate fieldset div.formelm label {
  width: 120px;
}

#adminForm.form-validate fieldset div.formelm-area label,
#adminForm.form-validate fieldset div.formelm-area input {
  display: inline-block;
}

#adminForm.form-validate fieldset div.formelm-area label {
  width: 120px;
  vertical-align: top;
}

#adminForm.form-validate fieldset div.formelm-buttons {
  margin-top: -32px;
  padding-bottom: 10px;
  height: 20px;
  float: right;
}

#jform_articletext_tbl.mceLayout {
  clear: both;
}




/** Mailto Window **/

#mailto-window {
  padding: 50px;
  width: 360px;
}

#mailto-window h2 {
  padding-bottom: 10px
}

#mailto-window p {
  clear: left;
  padding-top: 20px
}

#mailto-window label {
  padding: 0px;
}

#mailto-window input {
  margin: 4px;
  padding: 6px;
  padding-right: 24px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border: 1px solid #e2e2e2;
  outline: none;
}

#mailtoForm div.formelm label,
.formelm input {
  display:inline-block;
}

#mailtoForm div.formelm label {
  width: 80px;
}

#mailtoForm div.formelm input {
  width: 200px;
}

#mailto-window div.mailto-close a {
  display: none;
}

body.contentpane {
  background-color: #fff;
}



/** Print Window **/

#main div.item-page {
  margin: 10px;
}

#main div.item-page ul.actions li {
  float: right;
}

body.contentpane {
  color: #000;
}










