/* Podstawowy styl A */
a:link, a:visited{
text-decoration: none;
color: #C2C2C2;
}
a:hover{
background-color: #262626;
color: #FFF;
}
.wyroznik{
height: 22px;
line-height: 22px;
vertical-align: middle;
padding-left:5px;
padding-right:5px;
font-size: 10pt;
border: 1px solid #6B8FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3x;
border-radius: 3px;
margin-bottom: 3px;
}
.obrazek {
margin: 5px;
}
.obrazekPrawo{
float: right;
margin: 5px;
}
.zdjeciePrawo{
float: right;
margin: 5px;
padding: 5px;
border: 1px solid #565656;
}
.zdjecieLewo{
float: left;
margin: 5px;
padding: 5px;
border: 1px solid #DADADA;
}
/* Styl tytułu artykułu */
.tytulArtykulu{
width: 100%;
float: left;
text-shadow:2px 2px 4px #262626;
font-size: 12pt;
font-weight: bold;
height: 30px;
vertical-align: middle;
line-height: 30px;
color: #FFF;
background-color: #4848FF;
border: 1px solid transparent;
-moz-border-radius: 3px;
-webkit-border-radius: 3x;
border-radius: 3px;
}
.tytulLewo{
width: 100%;
float: left;
color: #FFFF8E;
text-shadow:2px 2px 4px #262626;
font-size: 12pt;
font-weight: bold;
height: 30px;
vertical-align: middle;
line-height: 30px;
}
/* Styl boxu dla artykułu */
.boxArtykulu{
background-image: url('fotki/tlo.jpg');
background-position: center;
background-repeat: repeat;
width: 100%;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
float:left;
padding-bottom: 10px;
padding-top: 10px;
border: 1px solid transparent;
-moz-border-radius: 8px;
-webkit-border-radius: 8x;
border-radius: 8px;
border-bottom: 3px double #565656;
padding-left: 3px;
padding-right: 3px;
}
.autor{
float: right;
font-size: 7pt;
color: #DC9200;
margin-bottom: 5px;
margin-top: 5px;
}
.podpis{
float: right;
font-style: italic;
margin-top: 5px;
margin-right: 20px;
font-size: 10pt;
}
.litera{
font-size: 16pt;
color: #730025;
}
.puste:link, .puste:visited{
text-decoration: none;
border: 0px;
background-color: transparent;
margin: 0px;
}
.puste:hover{
text-decoration: none;
background-color: transparent;
}
.twojaPozycja{
float: left;
text-align: left;
margin-left: 55px;
font-size: 8pt;
color: #DC4900;
}
.galeria{
background-color: #F2F2F2; 
border: 1px solid #9E9E9E; 
margin: 5px 2px 5px 2px;
padding: 2px 2px 2px 2px;
text-decoration: none;
}
/* styl przycisku więcej */
.wiecej{
margin-top: 10px;
text-decoration: none;
height: 23px;
vertical-align: top;
text-align: left;
width: 130px;
padding-left:5px;
display: block;
background-image: url('fotki/wiecejNormal.png');
background-position: center;
background-repeat: no-repeat;
border: 0px;
}
.wiecej:hover{
background-image: url('fotki/wiecejHover.png');
}
/* styl przycisku rozwiń */
.zwin{
margin-top: 10px;
text-decoration: none;
height: 23px;
vertical-align: top;
text-align: left;
width: 130px;
padding-left:5px;
display: block;
background-image: url('fotki/zwinNormal.png');
background-position: center;
background-repeat: no-repeat;
border: 0px;
}
.zwin:hover{
background-image: url('fotki/zwinHover.png');
}
