/*----- pretty common -----*/
.prettyBlockTable {
    width: 100%;
    border-collapse: collapse;
    color: #1b1b18;
    font-size: 1em;
}
.prettyBlockTable th {
    font-weight: bold;
    background: #2F5376;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    line-height: 2.0;
}
.prettyBlockTable td { border: 1px solid #bfbfbf; line-height: 1.5; }
.prettyBlockTable .even td { background-color: #dee3e7; }
.prettyBlockTable .odd td { background-color: #E9E9E9; }
.prettyBlockTable .center { text-align:center; }
.prettyBlockTable .right { text-align:right;}
.prettyBlockTable .top { vertical-align:top;}
.prettyBlockTable .middle { vertical-align:middle;}
.prettyBlockTable .bottom { vertical-align:bottom;}

.prettyBlockTable dl,
.prettyBlockTable dt,
.prettyBlockTable dd { margin:0; padding:0; }

/* calendar block */
#prettyBlockCalendar {
    empty-cells: show;
    font-size: 100%;
    margin: 0 auto;
    width: 132px;   /* change if you like:  pixels = column with * 7 + cellspacing */
                    /* sample 14*7+6=104 or 18*7+6=132 or 22*7+6=160 */
}

#prettyBlockCalendar a {text-decoration: underline;}

#prettyBlockCalendar a:hover { background: transparent; color: #c00;}

#prettyBlockCalendar caption {
    color: #000;
    font: 100% Tahoma, Arial, Serif;/* Font-size critical if you change box width */
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#prettyBlockCalendar #to-this { padding: 0; }
#prettyBlockCalendar caption a { text-decoration:none; }
#prettyBlockCalendar caption a:hover { color: #c00; }
#prettyBlockCalendar a#to-nextM { padding: 0 7px; }
#prettyBlockCalendar a#to-prevM { padding: 0 7px; }

#prettyBlockCalendar th {
    text-transform: none;
    font-size: 90%; /* Font-size critical if you change box width */
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    background: #2F5376;
    padding: 0;
}

#prettyBlockCalendar td {
    color: #000;
    font: normal 100% Tahoma, Arial, Serif; /* Font-size critical if you change box width */
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    padding: 0;
}

#prettyBlockCalendar .today { border: 1px solid #369; }
#prettyBlockCalendar .today a{ text-decoration: none !important; }

#prettyBlockCalendar th.sunday,
#prettyBlockCalendar td.sunday {}
#prettyBlockCalendar th.saturday,
#prettyBlockCalendar td.saturday {}
#prettyBlockCalendar td.prevmonth,
#prettyBlockCalendar td.nextmonth {color: #dda;}  /* hides if the same color used as background */

/* category block */
.prettyBlockCategory { margin:0 0 0 3px; padding:0; list-style:inside; }
.prettyBlockCategory li { margin:0; padding:0; }
.prettyBlockCatChild { margin:0 0 0 8px; padding:0; list-style:inside; }

/* archive block */
.prettyBlockArchive { margin:0 0 0 3px; padding:0; list-style:inside; }
.prettyBlockArchive li { margin:0; padding:0; }
.prettyBlockArchNav { margin:0 8px 0 0; text-align:right; }
.prettyBlockArchSort { margin:0 0 0 8px; }

/* latest entries block */
.prettyBlockLatestEntries {
       margin:0 0 0 3px;
       padding:0;
       list-style:none; 
}
.prettyBlockLatestEntries li {
       line-height: 1.2em;
       margin:0;
       padding: 5px 0 5px 20px;
       border-bottom:1px dotted #369; 
       background-image: url(https://precariato.info/images/icons/menulist_red.gif);
       background-repeat:no-repeat;
       background-position:left center;
       background-color: #FFF;
}
.prettyBlockLatestEntries li.Title-w-Contents {
       line-height: 1.5em;
       margin:0;
       padding:0;
       background-image: none;
}
.prettyBlockLatestEntries li p { margin:.3em 0 .3em 1em; padding:0;}

/* recent trackback block */
.prettyBlockTB { margin:0 0 0 3px; padding:0; list-style:inside; }
.prettyBlockTB li { margin:0; padding:0; }
.prettyBlockTB .tbdate {}

/* recent comment block */
.prettyBlockComments { margin:0 0 0 3px; padding:0; list-style:inside; }
.prettyBlockComments li { margin:0; padding:0; }
.prettyBlockComments li span {}

/* bloggers list */
.prettyBlockBloggers { margin:0 0 0 3px; padding:0; list-style:inside; }
.prettyBlockBloggers li { margin:0; padding:0; }
.prettyBlockBloggersNav { margin:0 8px 0 0; text-align:right; }

.moreBlogs { display:block; text-align:right; }
.readMore { display:block; padding-top:1em;  text-align:right;}

/***------------ experimental -------------***/
/* Clearing float   www.positioniseverything.net */
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */