/* 
	Lightbox Project page styles	
	Author: Lokesh Dhakar http://www.huddletogether.com
	Table of Contents:
		layout
		typography

*/




/* layout
----------------------------------------------- */


#wrapper{
	padding: 20px 30px;
	margin: 1.5em 18%;
	text-align: left;
	background-color: #fff;
	}


/* typography
----------------------------------------------- */


ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.3em; }



small{ font-size: 0.8em; }
h1 small{ font-size: 0.5em; }


kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}


/* misc
----------------------------------------------- */
.section{ border-top: 1px solid #edede3;  padding-top: 1.0em; }

.download{
	background-color: #f3f3e6;
	border: 1px solid #ddddd3; 
	padding: 0.7em 1.5em; }
.download li{
	list-style: none;
	padding: 0.3em 0;
	border-bottom: 1px dotted #ddddd3;
	}
.thumbnail{
	padding: 4px;
	width:155px;
	height:115px;
	float: left;
	}		
.thumbbox{
	padding: 6px;
	float: left;
	}		
.thumbnail img{
	border: 3px solid #E4E1D1;
	margin:5px auto;
	display:block;
	}	
	
.thumbnail2{
	width: 100px;
	padding: 7px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 15px;
	}
.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

.galeria{
	display: table;
	margin: 10px 0 0 0;
	width:670px;
	margin-left:auto;
	margin-right:auto;
}
.galeria2{
	display: table;
	margin: 10px 0 0 0;
	text-align:center;
	width:490px;
}
.galeria2 img{
	border: 3px solid #E4E1D1;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.galeria_glowna{
	margin: 10px 0 0 10px;
	text-align:center;
	width:480px;
}
.galeria_glowna p{
	text-align:left;
	font-weight:bold;
	margin:0;
	padding:0;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: 
	center;
	line-height: 0;
}
/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




