/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.1          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333;
	background: #FFF url(../images/bg3.jpg) repeat-x;
	text-align: center;
	height: 100%;
	background-color: #637F11;
}

/* links */
a { background: inherit; color: #72A545; }
a:hover { background: inherit; color: #006699; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #669900;
}
h1 { font-size: 1.4em; ma }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 15px 15px 10px 15px ;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #333333;
}
ul span, ol span {
	color: #333;
}
dl {
	margin:10px 15px;
	padding:0 10px;	
}
dt {
	font-weight:bolder;
	color:#FF9900;
	float:left;
	display:inline;
	width:21%;
}
dd {
	display:inline;
	float:left;
	width:74%;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

#main a img {  
  border: 2px solid #72A545; /* #32CD32; */
}
#main a:hover img {  
  border: 2px solid #806B4D !important; /* IE fix*/
  border: 2px solid #72A545; /* #32CD32; */
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}
/* tables */
table {margin:5px auto; width:90%; text-align:left; border:1px solid gray; border-collapse:collapse; font-size:1.4em;}
th { background-color:#999933; color:white;}
td, th {padding:1px 3px; }

/* form elements */
 form {
	margin:10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FBFBFB;
}
 label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
 input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	background-color:#E0FF9F;
}
select {
	border:none;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	background-color:#E0FF9F;
	border:1px solid #eee;
}
 textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	background-color: #E0FF9F;
	height:100px;
	display:block;
	color:#777;
}
 input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #E0FF9F; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 780px;
	margin:0 auto;
}

#header, #content, #footer {
	margin: 0;
	padding:0;
	clear:both;
	text-align:left;
	border:none;
	border-right: 2px solid #336600;
	border-left: 2px solid #336600;	
}

/* header */
#header {
	
}


/* header menu */
#header ul {

	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;	
}
#nav_bar {
	background-color:#666666;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header li a:hover {
	color: #FFF;
	background-color: #669900;
}
#header li a#current  {
	background-color:#669900;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0;
	padding: 8px;
	background-color: #FFFFFF;
	border:none;
	padding-bottom: 0px;
	height:248px;
/*	background: #FFF url(../images/headerphoto.jpg) no-repeat center;	*/
}


/* content */
#content {	
	background-color: #ffffff;
}

/* sidebar */
#sidebar {
	float: right;
	width: 210px;
	margin: 0 0 10px 0;
	padding: 0;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
}
.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bolder;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #CCC;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #669900;
	color: #669900;
	font-weight:bold;
	background:url(../images/leaf.gif) no-repeat right top;
}

/* main */
#main {
	float: right;
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}

.post {
	margin: 0; 
	padding: 0;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post p {
	margin:10px;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; 
	margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	border: 2px solid #336600;
	border-top: none;
	color:#FFFFCC;
}
#footer h3 {
	color:#FFCC00;
}
#footer h3, #footer p {
	margin-left: 0;
}
#footer {
	padding-left: 15px;
	margin-bottom:10px;
	background-color: #666666;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
#footer ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer .col {
	width: 30%;
	padding: 0 5px 20px 0;	
}
#footer .col2 {
	width: 36%;
	padding: 0 0 20px 0;	
}

/* graphic */
#lside_image {
	position:absolute;
	margin-right: 400px;		
	top:130px;
	right: 50%;
	left:0;
	height:500px;
	
	z-index:100;
}

#rside_image {
	position:absolute;
	top:130px;
	left: 782px;
	right:0;
	height:500px;
	background:url(../images/oak3.gif) no-repeat left top;
	z-index:100;
}

.flags {
	float:right;	
	width:90px;
	padding:2px 5px;
	text-align:left;
	background-color:#333333;
	line-height:25px;
	vertical-align:middle;
}
.date {
	color:#FFFF99;	
	font-weight:bolder;
	font-size:14px;
	padding:2px 5px;
	vertical-align:middle;
	line-height:25px;
	
}
.flags a {
	display:block;
	width:20px;
	height:10px;
	padding:0 2px;
	float:right;
	margin-right:5px;
	margin-bottom:2px;
}
.flags a:hover {
	background: none;
}
.error { color:#FF6600; }
.alert { color:#FF6600; }
a.lang_pol, a:hover.lang_pol { background:url(../images/polska.jpg) no-repeat left bottom; }
a.lang_en, a:hover.lang_en { background:url(../images/uk.jpg) no-repeat left bottom; }
a.lang_de, a:hover.lang_de { background:url(../images/niemcy.jpg) no-repeat left bottom; }

/* multiple objects */
.objGallery {
	display:inline-block;
	width:170px;
	height:150px;
	float:left;
	text-align:center;
}
.objGallery h3 {
	text-align:left;
	font-size:80%;
	text-transform:capitalize;
}

.objGallery a {
	margin: 0 auto;
}
#cottage a{
	float:right;
	padding:2px;
	text-align:center;	
}
#cottage img {
	height:65px;
}
#album, #cottage {
	margin:5px 10px;
	background-color:#CCCCCC;
	padding:10px;
}
#album a {
	padding:2px;
	text-align:center;
}
#album img {
	height:65px;
}
/* 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; }
.gray  { color: #BFBFBF; }

.promocje {
	clear:both;
	min-height:70px;
}
.promocje img.left {
	float:left;
	width:100px;
	padding:10px;
	border: 0;
}
ul.files {
	padding-left:20px;
	clear:both;
}
ul.files li {
	list-style-position:inside;
}

