/* 
    Document   : strona_wydazrenia
    Created on : 2009-08-06, 15:26:17
    Author     : MoolaK
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
#pojemnik_wydarzen {
    border: none;
    margin: 5px;
    width: 760px;
    float:left;
    clear:none;
}
#naglowek_wydarzenia {
    float: none;
    clear:both;
}
#prawy_panel {
    float:right;
    clear:none;
}
.wydarzenie_div {
    width: 750px;
    margin: 5px auto;
    padding:0;
    border: none;
    float:left;
    clear:both;
}
.miniaturka_wydarzenie{
    border: none;
    
    padding:1px;
    float: left;
    clear:none;
}
.opis_wydarzenie_pojemnik {
    border: none;
    width:auto;
    margin-left: 5px;
    float: left;
    clear:none;
}
.data_wydarzenie{
    border: none;
    float: left;
    clear:both;
}
.tytul_wydarzenie{
    border: none;
    float: left;
    clear:both;
	 font-weight: bold;
}
.link_wydarzenie{
    border: none;
    float: left;
    clear:both;
}
.link_wydarzenie a {
    color:#8BD40B;
    font-weight:normal;
    text-decoration:none;
    border-style:none;
    font-family: Tahoma;
    font-size:9pt;
}
.wydarzenie_spacer {
    
    width: 98%;
    color: #aaaaaa;
    float: none;
    clear:both;
}
/* STYLE DLA STRONY ZE SZCZEGOLAMI WYDARZENIA */
#szczegoly_wydarzenia_pojemnik {width: 100%; border:none;margin: 0 auto;padding:0;}
#szczeg_obrazek {width:200px; border:none;float:left;clear:none;}
#szczeg_obrazek img {width:200px; border:none;display:inline;}
#szczegoly_wydarzenia_opis {width:500px; border:none; float:left;clear:none; margin-left: 10px; font-weight: normal;}
#szczeg_data { width:200px;border:none;clear:both;}
#szczeg_tytul { width:500px;border:none;clear:both; font-weight: bold;}
#szczeg_tresc {width:500px; border:none;clear:both; font-weight: normal;}