/* -------- minires3.0+ features --- */

/* list of articles on homepage */
ol.mr-articles-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol.mr-articles-list li{
	margin: 8px 0 !important;
}

/* h2 link features (homepage, article list) */
ol.mr-articles-list li h2{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	border-bottom: 1px solid #b1b1b1;
}
ol.mr-articles-list li h2 a{
	font-weight: normal;
	color: #00bbe3;
	font-size: 120%;
	text-decoration: none;
}
ol.mr-articles-list li h2.mr-first a{
	color: #03d3ff;
	font-size: 140%;
	line-height: 1.3em;
}
ol.mr-articles-list li h2 a:hover{
	color: #2bcef1;
}
ol.mr-articles-list li h2 a:visited{
	color: #2bcef1;
}

/* article info features (datum, rubrika, ctenari, komentare) */
ul.mr-summary-info{
	color: #454545;
	font-size: 78%;
	padding: 0;
	margin: 0 !important;
}
ul.mr-summary-info li{
	margin: 0 !important;
	padding: 0 1px !important;
	width: auto;
}
ul.mr-summary-info li.mr-anotace{
	width: 100%;
	font-size: 111%;
	margin: 0 !important;
	display: block !important;
	color: #000;
}
ul.mr-summary-info li.mr-anotace p, ul.mr-summary-info li.mr-anotace{
	margin: 0 !important;
	line-height: 1.8em !important;
}

/* link features in article info (odkaz na zobrazeni komentaru) */
ul.mr-summary-info li a{
	text-decoration: underline;
	font-size: 100%;
}
ul.mr-summary-info li a:hover{
	text-decoration: none;
}