/*style dla div'a zawierającego tabele z z minitaurami odwolujacymi sie dom galerii*/
div.fotoRep {
  margin:0;
  padding:0;
  text-align:center;
}

div.fotoRep table {
  margin:auto;
  margin-top:10px;
  text-align:center;
  border-width:0;

}

div.fotoRep table td {
  padding:0 10px 0 10px;
} 
div.fotoRep table caption {
  text-align:left;
  padding-left:15px;
}
div.fotoRep table caption a{
  text-align:left;
}

div.fotoRep table a img {
  border:3px solid white;
}

/*style dla kontenera z artykułami*/
div.myArt {
  margin:0;
  font-size: 12px;
}

div.myArt p, h3, h4, ul, ol, li, blockquote, strong, em, div, span, a {
  font-size:1em;
  text-indent:0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
} 
div.myArt h3 h4 {
  font-variant: small-caps; 
  font-weight: bold;
  font-stretch: expanded;
}
div.myArt h3 {
  font-size:1.4em;
} 
 div.myArt h4 {
  font-size:1.2em;
} 
div.myArt a {
  border-bottom:#aa0000 dotted 1px;
}
div.myArt ul {
  list-style-position: inside; 
}
/*lista wypunktowana*/
div.listaWyp ul li{
       margin-top:10px;
       list-style-type: none;
}
div.listaWyp ul li li{
       margin-top:5px;
       list-style-type: square;
}

div.myArtTlo { /*tło do ogloszenia o dniach orwartych*/
   background-image:url('../../../var/uploads/images/Image/szkola/szkolaTlo.jpg');
   background-repeat: no-repeat;
}

/*style boxa z wizytówką szkoły*/
div.boxSzkola {
       /*marginesy i krawędzie boxa*/
	margin:1em; 
	padding:1em;
	background-color:#eef;
	border: 0.1em solid #333;

	/* zaokraglone rogi o promieniu 2 emow */
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;

       /*wyrownanie i kolor tekstu*/
       text-align: center;
       font-family: Helvetica, Verdana, Arial, sans-serif;
       font-weight:bold;
       color:maroon;
       font-size:1.5em;
} 

/*box z zaokrąglonymi brzegami i cieniem*/
div.boxRound {
	margin:2em; 
	padding:2em;
	background-color:#eef;
	border: 0.2em solid #333;

	/* zaokraglone rogi o promieniu 2 emow*/
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;

	/* cien przesuniecie w lewo, przesuniecie w dol, rozmycie*/
	-webkit-box-shadow: 1em 2em 1em #888;
	-moz-box-shadow: 1em 2em 1em #888;
	box-shadow: 1em 2em 1em #888;
}
