/* ================================ GENERAL ================================= */
html, body
{
	padding: 0;
	min-height: 100%;
	font-size: 13px; /* Resets 1em to 10px, do NOT modify this! */
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;

}
.toc {
	display: none;
}

body 
{
        margin: 0 0 0 0;
}


a {
	color: #dc1e1f;
	background-color: inherit;
	text-decoration: underline;
}

a:link {
        text-decoration: underline;


}
a:visited {
	color: #dc1e1f; 
	text-decoration: underline;
}

a:hover {
	color: #dc1e1f;
	background-color: inherit;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}

.wikilink1 {color: #821435;}
.wikilink2 {color: #821435;}

a img { border: 10px; }

ol 
{
	line-height: 1.5em;
	margin: 1em 0 .5em 2.0em;
	padding: 0;
}

ul 
{
	list-style-type: square;
	margin: 0 0 2.0em 2.0em;
	padding: 0;
	list-style-image: url(images/doblebullet.gif);
}
/* ================================ HEADER ================================== */
#header
{
	text-align: center;
	height: 200px;
	/* width: 740px;
	margin: 0px auto;
	background: #fff url(images/header.jpg) repeat-y top left; */
}
#header h1 {
	margin: 0;
}

#header a {margin: 0px; padding: 0px; border: none}

/* ================================ NEWSLETTER =============================== */

#newsletter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 59px; /* opcjonalnie jakaś wysokość */
    background-color: #ffffa6;
}


/* ================================= MENU =================================== */
#menu
{
	background-color: #000;
	color: #fff;
	padding: 2px 0 2px 0;
        text-align: center;

	/*height: 0px;
	width: 710px;
	margin: 10px auto;
	padding-top: 147px; */
}
#menu ul
{
        margin: 0;
	padding: 0;
	display: inline;
}

#menu ul li {display: inline;    }
#menu ul li a
{
	font-weight: bold;
        padding: 1em 1em 1em 1em;
}
#menu ul li a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #fce900;
}

/* ================================== SIDE ================================== */
.sidebar
{
	width: 180px;
	float: left;
	padding: 15px;
	margin: 0px;
	text-align: left;
	color: #000;
	margin-top: 0px;
	background-color: #fff;
	border: 3px solid #fce900;
}



.sidebar strong
{
	color: #06365e;
}

.sidebar h1
{
	text-align: left;
	font-size: 15px;
}
.sidebar .buscar {padding: 5px;}
.buscar input {width: 70px}
.sidebar ul
{
         margin: 5px;
         padding: 0px;
         margin-bottom:10px;
}
.sidebar li
{
	list-style: none;
	background: #fff url(images/doblebullet.gif) no-repeat center left;
	padding-left: 15px;
	
}
.sidebar li a {text-decoration: none; font-size: 12px; text-align: justify;}
.sidebar li a:hover {text-decoration: underline}

.search
{
	width: 200px;
}
.search input {width: 110px;background-color: #fff;}
.search .button {width: 70px; margin-left:4px}
.search form
{
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.actions
{
	border: 1px solid #ecf4d9;
	background-color: #faffee;
	margin: 0 0 0 2px;
	width: 145px;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}


/* ================================= CONTENT ================================ */
#Content
{
	margin-left: 230px;
	margin-top: 10px;
	padding: 15px;
	padding-top: 5px;
	color: #000;
	line-height: 20px;
	background-color: #fff;
	border: 3px solid #fce900;
	text-align: justify;
}

#Content a {text-decoration: underline}
#Content a:hover {text-decoration: underline}

/* ================================== BODY ================================== */
#body
{
	margin: 0px;
	background-color: transparent;
	color: #000;
	width: 870px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

#body_top, #body_bottom
{
	height: 0px;
	background-color: transparent;
	color: #000;
}

#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 
{
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #cbad57;   
}


/*
#body h1 { font-size: 2em;   }
#body h2 { font-size: 1.8em; }
#body h3 { font-size: 1.6em; }
#body h4 { font-size: 1.4em; }

#body h1 a:hover, #body h2 a:hover, #body h3 a:hover, #body h4 a:hover, #body h5 a:hover, #body h6  a:hover
{
	text-decoration: underline;
}


#body input {border: solid 1px #8bc612;}
#body input:hover {border: solid 1px #000;}

#body .sidebar h2{border-bottom: none; font-size: 1em;}     */




.code, .file 
{
	border: 1px dashed __code_border__;
	background-color: __code__;
	padding: 5px;
	overflow: auto;
}
.code, .code * 
{
	font-size: 1em;
	font-family: "Courier New",Courier,monospace;
}

/* ============================= DOKUWIKI LEVELS ============================ */
#body h1 { margin-left: 0em; }
div.level1 { margin: 1em 0 0 0; }
#body h2 { margin-left: 1em; }
div.level2 { margin: 1em 0 0 2em; }
#body h3 { margin-left: 2em; }
div.level3 { margin: 1em 0 0 3em; }
#body h4 { margin-left: 3em; }
div.level4 { margin: 1em 0 0 4em; }
#body h5 { margin-left: 4em; }
div.level5 { margin: 1em 0 0 5em; }


/* ================================== TABLE ================================== */
#body table
{
	border: solid 0px #999; 
	margin: 5px 0 5px 0;
	border-collapse: collapse;
}
#body table th
{
	border: solid 0px #999; background-color: #eee;
	padding: 2px 5px 2px 5px;
}

#body table td
{
	border: solid 0px #ccc; background-color: #fff;
	padding: 2px 5px 2px 5px;
}

#body table tr:hover { background-color: #ffffe5; }
#body table td.rightalign { text-align: right; }
#body table td.centeralign { text-align: center; }
#body table td.leftalign { text-align: left; }

.gallery, .gallery tr, .gallery td { border: 5px solid #fff }
#body .gallery td { border: 1px solid #fff }

/* ================================= FOOTER ================================= */
#footer
{
	clear: both;
	text-align: center;
	height: 50px;
	width: 880px;
	padding-top: 20px;
	margin-top: 15px;
	color: #fff;
	padding: 1em 10px 1em 10px;
	margin: 1em auto 1em auto;

}
   #footer ul {
	margin: 0 0 .5em 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer li a {
	padding: 2px 10px 2px 10px;
}
#footer form {
	float: right;
}
#footer input {
	margin-left: 2px;
}
#footer p {
	margin: 0;
}
#qsearch__out {
	display: none !important;
}

/* ==================================== RSK  =================================== */
/* ================================== BUTTONS ================================== */
.button .no{float: right; margin-bottom:3px}
.button
{
  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
  border: none;
}

/* ================================== TOC ================================== */
/* TOC control */
#dokuwiki div.toc {float: left;}
#dokuwiki div.tocheader {text-align: right;}
#dokuwiki #toc__inside {text-align: right;}

#dokuwiki ul.toc
{
  padding: 0;
  padding-right: 1em;
}

#dokuwiki ul.toc li
{
  background-position: right 0.6em;
  padding-right:0.4em;
  direction: rtl;
}

#dokuwiki ul.toc li.clear{padding-right:0.4em;}
#dokuwiki pre {text-align: left;}

#dokuwiki div.toc
{
  margin: 1.2em 0 0 2em;
  float: right;
  width: 200px;
  font-size: 80%;
  clear: both;
}

#dokuwiki div.tocheader
{
  border: 1px solid __border__;
  background-color: __background_alt__;
  text-align: left;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 2px;
}

#dokuwiki span.toc_open,
#dokuwiki span.toc_close
{
    border: 0.4em solid __background_alt__;
    float: right;
    display: block;
    margin: 0.4em 3px 0 0;
}

#dokuwiki span.toc_open span, #dokuwiki span.toc_close span{display: none;}

#dokuwiki span.toc_open
{
    margin-top: 0.4em;
    border-top: 0.4em solid __text__;
}

#dokuwiki span.toc_close
{
    margin-top: 0;
    border-bottom: 0.4em solid __text__;
}

#dokuwiki #toc__inside
{
  border: 1px solid __border__;
  background-color: __background__;
  text-align: left;
  padding: 0.5em 0 0.7em 0;
}

#dokuwiki ul.toc
{
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  padding-left: 1em;
  margin: 0;
}

#dokuwiki ul.toc li
{
  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left: 0.4em;
}

#dokuwiki ul.toc li.clear
{
  background-image: none;
  padding-left: 0.4em;
}

#dokuwiki a.toc:link, #dokuwiki a.toc:visited {color: __existing__;}

#dokuwiki a.toc:hover, #dokuwiki a.toc:active {color: __text__;}



/* ================================== TOOLBAR ================================== */
button.toolbutton
{
  background-color: __background__;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid __border__;
  cursor: pointer;
}

/* nice alphatransparency background except for IE <7 */
html>body button.toolbutton
{
  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
  border: 1px solid #ecf4d9;

}

div.picker
{
  width: 250px;
	border: 1px solid #ecf4d9;
  background-color: __background_alt__;
}

button.pickerbutton
{
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 80%;
  cursor: pointer;
}

textarea
{
	border: 1px solid #dedede;
	background-color: #fafafa;
	width: 500px;
	font-size: 90%;
}
/* =================================== BLOG ==================================== */
#dokuwiki div.inclmeta
{
	width: 450px;
	padding-left: 20px;
	padding-right: 10px;
	border: 1px solid #ecf4d9;
	background-color: #faffee;
	margin-bottom: 40px;
	margin: 0px auto;
	color: #dee7c4;
	text-align: left;
}
#dokuwiki div.inclmeta a {font-size:10px}

#aaaContent .aaahentry
{
	background: url(images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

#dokuwiki div.inclmeta span.comment
{
  background: transparent url(images/ico/comment.png) 0px 1px no-repeat;
  padding: 0px 0px 1px 20px;
}
#dokuwiki div.inclmeta abbr.published
{
  font-size: 11px;
  padding: 1px 0px 1px 20px;
  border-bottom: 0;
}
#dokuwiki div.inclmeta span.author
{
  background: transparent url(images/ico/user.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}
#dokuwiki div.tags {display: inline;float: right;}
#dokuwiki div.tags span
{
  background: transparent url(images/ico/tag.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
  display: inline;
}
#dokuwiki div.inclmeta a.permalink
{
  background: transparent url(images/ico/permalink.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}


/* ================================== DISCUSSION ==================================== */
#Content .comment_wrapper {padding-top: 20px; margin-top: 50px; background: url(images/tribal.gif) no-repeat top center;}
#discussion__comment_text {width: 475px}

#Content .comment_wrapper .comment_head
{
	background-color: #fff;
	background: #fff url(images/comment-head.gif) no-repeat bottom left;
	height: 60px;
	margin: 0px;
	width: 450px;
}
#Content .comment_wrapper .entry_content {padding: 0px; margin: 0px}

#Content .comment_wrapper .comment_body
{
	text-align: left;
	margin: 0px; padding: 0px;
	background-color: #fafafa;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #fafafa;
	width: 450px;
}
#Content .comment_wrapper .comment_body p {padding: 10px; color: #6D6D6D}
#Content .comment_wrapper .comment_form
{
	margin-top: 50px;
	text-align: right;
}

/* ================================== OTHER ==================================== */
.medialeft
{
	padding: 8px;
}

.breadcrumbs
{
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.center
{
	text-align: center;
	margin: 0px auto;
}
.buttons ul {padding: 0px; margin: 0px; list-style: none; margin-top: 20px}
.buttons li{display: inline; padding: 0px; margin: 0px;}
.buttons li .li {display: inline}

.tribal
{
	background: #fff url(images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

#config__manager td .input { width: 26.5em; }
