/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .80em/1.6em Tahoma, 'Trebuchet MS', sans-serif;
	color: #2A2A2A;
	text-align: center;
	background: #fff url(podlasem_bg.jpg) repeat-x 0 0;;
}

/* links */
a {
	color: #3D770E; 
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: #000;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #3D770E;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

#main h1 { 
	font: normal 1.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #3D770E; 
	padding: 20px 0 20px 15px;	
}
#sidebar h1 {
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	background: #E5E5E5 url(arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #3D770E;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #2A2A2A;
} 

/* images */
img {
	border: 3px solid #E5E5E5;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #E5E5E5;
}
a:hover img {  
  border: 3px solid #3D770E !important; /* IE fix*/
  border: 3px solid #3D770E;
}

/* form elements */
form {
	margin: 15px;
	padding: 0;

    border: 1px solid #CCC;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #CCC;
	margin: 2px;
}
textarea {
	width: 250px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #CCC;
	margin: 2px;
}
input.button { 
	margin: 2px; 
	font: bold 1em Tahoma, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color: #000;
	background: #CCC;	
}


/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 849px;	
}

/* header */
#header {
	
	height: 249px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
	height: 249px;
	background: #fff url(podlasem_header.jpg) no-repeat;
}

#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 30px; left: 100px;
}

/* header menu */
#header-content ul {
	position: absolute;
	left: 120px; top: 224px; 
	font: normal 1.2em 'Trebuchet MS', sans-serif;
	color: #3D770E;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 12px 5px 12px;	
	color: #3D770E;
}
#header-content li a:hover {
	background: #fff;
	color: #F88F26;
}
#header-content li a#current  {
	color: #000;
	background: #fff;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0; margin: 0 auto;	
	background: #fff url(podlasem_body.jpg) no-repeat;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 280px;
	margin: 0; padding: 10px 100px 0px 5px;	
}
#sidebar #wprowadzenie{
	font-weight: bold;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #6A6A6A; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #E5E5E5;		
	border-bottom: 1px dashed #151515; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #E5E5E5;
	border-left: 5px solid  #D30F16;
	color: #D30F16;		
}
#sidebar .sidebox {
	background: #E5E5E5;
	margin: 5px 15px 10px 15px;
}
#sidebar .sidebox p { padding: 0px 15px; }

/* main */
#main {
	margin: 0 10px 0 100px; 
	padding: 0 190px 0 0;		
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font-size: 80%;
	text-align: left;	
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {	
	margin: 0 auto;	
	background: #fff url(podlasem_footer.jpg) no-repeat bottom;
	height: 129px;	
}

#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	width: 60%;
	padding: 30px 95px 0 0;	
}
#footer-content .col2 p { text-align: right; padding-right: 40px; }
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}

/* thumbails */

.thumbnail
{
	cursor: pointer;
	background:#fff;
	background-position: center center;
	float: left;
	visibility: visible;
	background-repeat: no-repeat; 
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 15px;
	border: solid 3px #E5E5E5;
	padding: 15px;
}
/* STRONICOWANIE */

.stronicowanie 
{	width:18px; float:left;	 
	padding: 2px 2px 2px 2px; 
	margin-right: 4px; 
	margin-top: 4px;
	cursor: pointer; 
	text-align:center; 
	background: #e6e6e6; 
	border-left: solid 1px #e6e6e6; 
	border-top: solid 1px #3A6A8D;  
	border-bottom: solid 1px #e6e6e6; 
	border-right: solid 1px #e6e6e6;	
}
a:link.stronicowanie, a:active.stronicowanie, a:visited.stronicowanie, a:hover.stronicowanie
{ color: #3A6A8D; text-decoration: none; font-size: 11px; }
a:hover.stronicowanie
{ 
	color: #ddd; text-decoration: none; font-size: 11px;
	background: #aaa; 
	border-left: solid 1px #e6e6e6; 
	border-top: solid 1px #3A6A8D; 
	border-bottom: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}
.stronicowanie_selected
{	width:18px; float:left; 
	padding: 2px 2px 2px 2px; 
	margin-right: 4px; 
	margin-top: 4px; 
	cursor: pointer; 
	text-align:center;
	background: #aaa; 
	border-left: solid 1px #aaa; 
	border-top: solid 1px #3A6A8D; 
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
}
a:link.stronicowanie_selected, a:active.stronicowanie_selected, a:visited.stronicowanie_selected , a:hover.stronicowanie_selected 
{ color: #eee; text-decoration: none;  font-size: 11px; }

