/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

div,body { padding: 0; margin: 0; }
a img{
border: none;
}
a{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url('/img/bg.png') #5ad607 repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 1027px;
}
#faux {
 background: url('/img/faux_bg.png');
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 1027px;
 height: 400px;
 margin: 0px 0px 0px 0px;
 text-align: center;
 overflow: hidden;
 /*background: url('/img/logo.png') no-repeat;*/ 
}
#leftcolumn { 
 text-align: right;
 position: relative;
 display: inline;
 color: #333;
 padding: 0 0px;
 width: 376px;
 height: 580px;
 float: left;
background: #5ad607;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding: 0px;
 width: 651px;
 display: inline;
 position: relative;
 background: url('/img/rightcolumn_bg.png') repeat-x;
}
#bottom_wrapper{
width: 1027px;
margin: 0 auto;
}
#bottom_left{
display: inline-block;
float: left;
background: url('/img/bottom_left.png') repeat-x;
width: 11px;
height: 100px;
margin-left: 372px;
}
#bottom{
 display: inline-block;
 float: left;
 height: 100px;
 width: 560px;
 background: url('/img/bottom_bg.png') repeat-x;
 text-align: right;
}
#bottom_right{
display: inline-block;
float: left;
background: url('/img/bottom_right.png') repeat-x;
width: 11px;
height: 100px;
}
#footer { 
 /*height: 100px;*/
 clear: both;
 color: #ff0;
	font-size: 10px;
 background: #0a8b36 url('/img/footer_bg.png') repeat-x;
 margin: 0px 0px 00px 0px;
text-align: center;


}
#content{
	margin: 25px 100px 25px 25px;
}
.errors{
	color: red;
}
.menuitem{
	display: inline-block;
	position: absolute;
}
.menuitem *{
	text-decoration: none;
	border: none;
}
.clear { clear: both; background: none; }

h1.title{
	text-align: center;
	font-style: italic;
}
.comment_body{
	margin: 0 auto;
	width: 70%;
	background: lightgray;
	border: 1px dashed black;
	padding: 5px;
}
.comment_author{
	margin: 10px auto;
	width: 70%;
	padding: 5px;
	text-align: right;
	font-size: 12px;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
#realizacja{
	position: relative;
	top: 60px;
}
#realizacja *,#hosting *{
	border: none;
	display: inline;
}
#copyright{
 display: inline;
 position: relative;
 left: -425px;
 top: 55px;
}
#hosting{
 position: relative;
 top: 50px;
 left: 170px;
 font-size: 11px;
 font-family: "Helvetica", "Arial", serif;
 font-style: italic;
 color: #F0F000;
 text-shadow: 0px 1px black;
}
#hosting:visited{
 color: #F0F000;
}
#hosting:hover{
 text-decoration: none;
}
.icon{
	height: 24px;
	vertical-align: middle;
}
form#zapisz input[type=text]{
	width: 300px;
}
form#zapisz textarea{
	width: 300px;
	height: 100px;
}
/* Styl CKEditora */
form#strona span#cke_tresc{
	position: relative;
	left: -18px;
	width: 545px;
}
/*Galeria */
div#gallery{
	position:relative;
	color: #691e00;
	line-height: 150%;
	letter-spacing:0px;
	vertical-align: bottom;

}
div.gallery_item{
	position: relative;
	width: 170px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}
div.gallery_item a.gallery_link, div.gallery_item a.gallery_cat{
	display: inline-block;
	width: 170px;
	height: 120px;
	overflow: hidden;
}
div.gallery_item span {
	width: 170px;
	height: 120px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/gallery/round-corner.png) no-repeat;
}
div.gallery_item img{
	min-width: 170px;
	min-height: 120px;
	border: none;
}
div.gallery_item img.directory{
	min-width: 120px;
	min-height: 120px;
	border: none;
}
div.gallery_item img.gallery_cmd{
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	vertical-align: middle;
	border:none;
}
div#paginator{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}
div#paginator a{
	color: #691e00;
}
div#paginator a:visited{
	color: #691e00;
}

