/*----- toretate common -----*/
.toretateBlockTable {
    width: 100%;
    border-collapse: collapse;
    color: #1b1b18;
    font-size: 1em;
}
.toretateBlockTable th {
    font-weight: bold;
    background: #2F5376;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    line-height: 2.0;
}
.toretateBlockTable td { border: 1px solid #bfbfbf; line-height: 1.5; }
.toretateBlockTable .even td { background-color: #dee3e7; }
.toretateBlockTable .odd td { background-color: #E9E9E9; }
.toretateBlockTable .center { text-align:center; }
.toretateBlockTable .right { text-align:right;}
.toretateBlockTable .top { vertical-align:top;}
.toretateBlockTable .middle { vertical-align:middle;}
.toretateBlockTable .bottom { vertical-align:bottom;}

.toretateBlockTable dl,
.toretateBlockTable dt,
.toretateBlockTable dd { margin:0; padding:0; }

/* calendar block */
#toretateBlockCalendar {
    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 */
}

#toretateBlockCalendar a {text-decoration: underline;}

#toretateBlockCalendar a:hover { background: transparent; color: #c00;}

#toretateBlockCalendar caption {
    color: #000;
    font: 100% Tahoma, Arial, Serif;/* Font-size critical if you change box width */
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#toretateBlockCalendar #to-this { padding: 0; }
#toretateBlockCalendar caption a { text-decoration:none; }
#toretateBlockCalendar caption a:hover { color: #c00; }
#toretateBlockCalendar a#to-nextM { padding: 0 7px; }
#toretateBlockCalendar a#to-prevM { padding: 0 7px; }

#toretateBlockCalendar 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;
}

#toretateBlockCalendar 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;
}

#toretateBlockCalendar .today { border: 1px solid #369; }
#toretateBlockCalendar .today a{ text-decoration: none !important; }

#toretateBlockCalendar th.sunday,
#toretateBlockCalendar td.sunday {}
#toretateBlockCalendar th.saturday,
#toretateBlockCalendar td.saturday {}
#toretateBlockCalendar td.prevmonth,
#toretateBlockCalendar td.nextmonth {color: #dda;}  /* hides if the same color used as background */

/* category block */
.toretateBlockCategory { margin:0 0 0 3px; padding:0; list-style:inside; }
.toretateBlockCategory li { margin:0; padding:0; }
.toretateBlockCatChild { margin:0 0 0 8px; padding:0; list-style:inside; }

/* archive block */
.toretateBlockArchive { margin:0 0 0 3px; padding:0; list-style:inside; }
.toretateBlockArchive li { margin:0; padding:0; }
.toretateBlockArchNav { margin:0 8px 0 0; text-align:right; }
.toretateBlockArchSort { margin:0 0 0 8px; }

/* latest entries block */
.toretateBlockLatestEntries { margin:0 0 0 3px; padding:0; list-style:inside; }
.toretateBlockLatestEntries li { margin:0; padding:0;}
.toretateBlockLatestEntries li p { margin:.3em 0 .3em 1em; padding:0;}

/* recent trackback block */
.toretateBlockTB { margin:0 0 0 3px; padding:0; list-style:inside; }
.toretateBlockTB li { margin:0; padding:0; }
.toretateBlockTB .tbdate {}

/* recent comment block */
.toretateBlockComments { margin:0 0 0 3px; padding:0; list-style:inside; }
.toretateBlockComments li { margin:0; padding:0; }
.toretateBlockComments li span {}

/* bloggers list */
.toretateBlockBloggers { margin:0 0 0 3px; padding:0; list-style:inside; }
.toretateBlockBloggers li { margin:0; padding:0; }
.toretateBlockBloggersNav { margin:0 8px 0 0; text-align:right; }

.moreBlogs { display:block; text-align:right; }
.readMore { display:block; padding-top:1em; }

/***------------ 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 */