/**Parafianin by Paweł Pawlik 137461*/
/**Styl dla Galerii Zdjęć*/


#posts #post div.story_border_galeria{
	padding: 0px 7px 7px 7px;
}

#posts #post div.story_border_galeria div.story_galeria{
	margin: auto;
	padding: 4px 0px 4px 0px;
	background: #F1F5E7;
	border-style: solid;
	border-width: thin;
	border-color: #DCE7C2;
	border-radius: 5px;
	font-weight: bold;
}

#posts #post div.story_border_galeria div.story_galeria img{
	text-align: center;
	background: #fff;
	display: block;
	margin: 15px auto 15px auto; 
	list-style: none;
	padding: 4px;
	background: #E3ECCE;
	border-style: solid;
	border-width: 1px;
	border-color: #ADC6DA;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-shadow: 10px 10px 5px darkgray; /* CSS 3 */
	-moz-box-shadow: 10px 10px 5px darkgray; /* Firefox na silniku Gecko oraz Webkit*/
	-o-box-shadow: 10px 10px 5px darkgray; /* Opera */
	-icab-box-shadow: 10px 10px 5px darkgray; /* iCab */
	-khtml-box-shadow: 10px 10px 5px darkgray; /* Konqueror */	
	-webkit-box-shadow: 10px 10px 5px darkgray;  /* Safari */
	/*width: 400px;*/
	/*height: 150px;*/
}


#posts #post div.story_border_galeria div.story_galeria div.strzalki{
	width: 100%;
	height: 25px;
	margin: 0px auto 4px auto;
	text-align: center;
	border-style: solid;
	border-width: thin;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #DCE7C2;
	background: #ffffff;
	text-align: center;
	font-weight: normal;
}

#posts #post div.story_border_galeria div.story_galeria div.info_galeria{
	width: 100%;
	margin: 0px auto 4px auto;
	padding: 4px;
	border-style: solid;
	border-width: thin;
	border-color: #DCE7C2;
	background: #ffffff;
	text-align: center;
	font-weight: normal;
}

#posts #post div.story_border_galeria div.story_galeria div.info_home{
	width: 90%;
	margin: 0px auto 4px auto;
	padding: 10px;
	border-style: solid;
	border-width: thin;
	border-color: #DCE7C2;
	border-radius: 5px;
	background: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

div.info_home_worning{
	width: 90%;
	margin: 0px auto 4px auto;
	padding: 10px;
	border-style: solid;
	border-width: thin;
	border-color: #DCE7C2;
	border-radius: 5px;
	background: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
 div.info_home_worning:before{
	float: left;
	content: url(images_web/warning.png);
}

 div.info_home_worning:after{
	float: right;
	content: url(images_web/warning.png);
}

#gallery_prv{
	padding: 5px;
	float: left;
	text-align: center;
}
#gallery_prv a{
	display: block;
	margin: 0px auto 0px auto;
	width: 331px;
	border-right-style: solid;
	border-width: 0px;
	text-align: center;
}
#gallery_prv a span:before{
	content: url(images_web/powiadomienia1.png);
}

#gallery_next{
	padding: 5px;
	float: right;
	text-align: center;
}

#gallery_next a{
	display: block;
	margin: 0px auto 0px auto;
	width: 331px;
	border-right-style: solid;
	border-width: 0px;
	text-align: center;
}

#gallery_next a span:after{
	content: url(images_web/powiadomienia.png);
}




/*dla nie dzialajacego linku*/
span.link{
	display: block;
	margin: 0px auto 0px auto;
	width: 331px;
	border-right-style: solid;
	border-width: 0px;
	text-align: center;
	font-weight: normal;
}
span.link:before{
	content: url(images_web/powiadomienia1.png);
}

span.link1{
	display: block;
	margin: 0px auto 0px auto;
	width: 331px;
	text-align: center;
	font-weight: normal;
}

span.link1:after{
	content: url(images_web/powiadomienia.png);
}

/**/

#posts #post div.story_border_galeria div.story_galeria #add_photo{
	width: 410px;
	margin: 0px auto 5px auto;
	padding: 0px 5px 5px 5px;
	text-align: left;
	font-weight: normal;
	color: #AAAAAA;
}

#posts #post div.story_border_galeria div.story_galeria #add_photo span{
	color: #C4C4C4;
}


img.zdj{
	text-align: center;
	background: #fff;
	display: block;
	margin: 15px auto 15px auto; 
	list-style: none;
	padding: 4px;
	background: #E3ECCE;
	border-style: solid;
	border-width: 1px;
	border-color: #ADC6DA;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-shadow: 10px 10px 5px darkgray; /* CSS 3 */
	-moz-box-shadow: 10px 10px 5px darkgray; /* Firefox na silniku Gecko oraz Webkit*/
	-o-box-shadow: 10px 10px 5px darkgray; /* Opera */
	-icab-box-shadow: 10px 10px 5px darkgray; /* iCab */
	-khtml-box-shadow: 10px 10px 5px darkgray; /* Konqueror */	
	-webkit-box-shadow: 10px 10px 5px darkgray;  /* Safari */
	width: 150px;
}