/* Small additions on top of the untouched theme stylesheet: the 3-column grid used to be built by jQuery
   (columnizer) at runtime; it is now pre-rendered, so the containers must clear their floats themselves. */
.li_container { overflow: hidden; }
#categories .li_container, #archives .li_container { padding-top: 0; }
#categories ul, #archives ul { margin-top: 15px; margin-bottom: 15px; }
#search-results .li_container { padding-top: 30px; }
.article-over { background: #fff; background: rgba(255,255,255,0.92); }
.mcol .preview img { display: block; max-width: 100%; height: auto; }
.single .article img, .page .article img { max-width: 100%; height: auto; }
#disqus_thread { margin: 15px 5px; }
/* the theme showed posts next to a 200px VK column; keep that measure now that the column only holds the group widget */
.single #main { width: 715px; }
#cats li.lang-switch { float: right; margin-right: 0; }
