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