/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #dc7803;
}

a:hover {
	text-decoration: none;
	color: #ecb933;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
padding-bottom: 10px;
}

.boxed .title {
	background: #a0b22a url(images/top_green.png) repeat-x top center;	
	font-family: Verdana;
	font-weight: bold;	
	padding-bottom: 2px;
}

.boxed .title h2 {
	height: 22px;
	padding: 7px 0 0 10px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	padding-bottom: 2px;
}

.boxed .content {
	padding: 5px 5px 5px 0px;
	border-top: 1px solid #FFFFFF;
	background: white;
}

/* Post */

h2.fiolet {
height: 22px;
	padding: 7px 0 0 10px;
	font-size: 16px;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	background: #8c5aee;}
	
h2.pomarancz {
height: 22px;
	padding: 7px 0 0 10px;
	font-size: 16px;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	background: #cd7803 url(images/top_orange.png) repeat-x top center;}
	

.post {
}

.post .title {
	background: #a0b22a url(images/top_green.png) repeat-x top center;	
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
		padding-bottom: 2px;
}

.post .title span {
	display: block;
	height: 22px;
	padding: 7px 0 0 10px;
		padding-bottom: 2px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}

/* Header */

#header {
	width: 1000px;
	height: 251px;
	margin: 0 auto;
	padding: 0px 4px 0px 0px;
	text-align: center;
	margin-bottom: 10px;
}

/* Header > Logo */

#logo {
	float: left;
	width: 1000px;
	height: 200px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 2.0em;
}

#logo h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;

}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	position: relative; left: -11px;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 505px;
	padding-left: 5px;
}
#main_left {
	float: left;
	width: 705px;
	padding-left: 0px;
}
#main_full {
	float: left;
	width: 980px;
	padding-left: 0px;
}
/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 235px;
}

#sidebar .boxed .title h2 {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 230px;
	padding-left: 5px;
}

#sidebar2 .boxed .title h2 {

}

/* Content > Sidebar2 > Sponsors */

#sponsors {
  background: #fff;
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 2px 20px 2px 20px;
	background: #9fb22a url(images/img02.jpg) repeat-x top left;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 14px;
	color: white;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {}

/* Footer > Links */

#links {
}

/* e107 core style */

.tbox, .helpbox{
	font-size: 11px;
	margin: 0px;
	border-top: 1px solid #6699FF;
	border-left: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
	border-right: 1px solid #6699FF;
  font: normal small Arial, Helvetica, sans-serif;
  margin-top: 0px;
  padding: 0;
}
.tbox.comment.subject {
  width: 300px; 
  color: #000;
  padding-left: 0px;
	font: normal small Arial, Helvetica, sans-serif;
  }
.tbox.comment {

  }
input.tbox.search {
  width: 150px;
	font: normal small Arial, Helvetica, sans-serif;  
  }
input.helpbox {

}
#dataform {

}
#commentform {

}
#comment.tbox.comment {
background-color: #fff;
padding-left: 10px;  
}
#contactForm textarea.tbox {
width: 450px;
padding-left: 10px;
}
input#helpb.helpbox {
background-color: #fff; 
color: #000;
padding-left: 0px;
width: auto; 
border: 0 
}
#commentform .tbox, #commentform .helpbox{
width: 450px; 
background-color:#fff; 

}
textarea.tbox {
background-color:#FFF;
margin: 0 0 20px 0;
}
.button {
  background:#fff;
  color:#000;
  border:1px solid #6699FF;
  margin: 0 0 5px 0;
}
.indent {
	background-color: #f3f3f3;
	border: 1px solid #6699FF;
	padding: 4px 4px 4px 4px;
}
.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .finfobar {
	font-weight:bold;
	padding: 4px;
	background-color: transparent;
	border: 1px solid #6699FF;
	text-align: left;
}

#post.tbox {
background-color: #FFF;
}
select.tbox {
background-color: #FFF;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	border: 1px solid #6699FF;
	height: 35px;
  color: #fff;
}
.fcaption a, .forumheader5 a {
  color: #fff;
}
table {
	margin-left: auto;
	margin-right: auto;
}    

.tagi {margin-top: 4px; color: gray; font-size: 11px;}
.tagi a {text-decoration: none; color: gray;}
.tagi a:hover {text-decoration: underline;}

.linkorange {color: #dc7803;}
.linkorange a {text-decoration: none; color: #dc7803;}
.linkorange a:hover {text-decoration: underline;}

.katalog {margin-left: 14px; font-size: 11px;}

.katalog2 {color: #dc7803; font-size: 16px;}
.katalog2 a {text-decoration: none; color: #dc7803;}
.katalog2 a:hover {text-decoration: underline;}

.katalog3 {color: #333333;}

.zajawki {color: #dc7803; font-size: 15px;}
.zajawki a {text-decoration: none; color: #dc7803;}
.zajawki a:hover {text-decoration: underline;}

.wiecej {color: #0066cc;}
.wiecej a {text-decoration: none; color: #0066cc;}
.wiecej a:hover {text-decoration: underline; color: #3399ff;}

.wiecej2 {color: #0066cc;}
.wiecej2 a {text-decoration: underline; color: #0066cc;}
.wiecej2 a:hover {text-decoration: none; color: #3399ff;}

.wiecej3 {color: #336699;}
.wiecej3 a {text-decoration: none; color: #336699;}
.wiecej3 a:hover {text-decoration: underline;}

.wiecej4 {color: #3366cc;}
.wiecej4 a {text-decoration: none; color: #3366cc;}
.wiecej4 a:hover {text-decoration: underline;}

.wiecej5{color: #0033cc;}
.wiecej5 a {text-decoration: none; color: #0033cc;}
.wiecej5 a:hover {text-decoration: underline;}
