/*
CSS for navigation and other constants CMS
*/
.navigation { padding:10px;margin:20px;font-size:8pt;line-height: 200%;text-align:center; }
.navigation span { margin-left:4px;padding:1px 4px; }
/* block of one category on index page: */
.rubblock {width: 100%;padding:10px;}
.rubblock li {width: 40%;list-style:none;float: left;margin-top:30px;font-size:10pt;margin:20px;}
.rubblock h2 a {font-size:10pt;font-weight:bold;}
/* for post date: */
.postmetadata { font-size: 80%; }
/* for "more" tag: */
.postmetadata span { float:right;margin: 0 20px 0 0;padding:0 4px 2px 4px; }
#themes {position:absolute;top:0;left:0;width:auto;height: 30px;padding:1px 20px 1px 50px;background:#e5e5e5;color:#000;z-index:99;}
#themes a {color:#666;text-decoration:none;}
#themes a:hover {text-decoration:underline;}
.time {font-size:80%;margin-top: -5px;}