/* -------- minires3.0+ features --- */

/* list of articles on homepage */
ol.mr-articles-list{
	list-style-type: none;
	margin: 0;
	float: left;
	width: 60%;
	padding: 5px;
	border-right: 1px solid #0673c0;
	border-top: 1px solid #0673c0;
}
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.8em;
}
ol.mr-articles-list li h2 a{
	font-weight: normal;
	color: #0c4cef;
	text-decoration: none;
}
ol.mr-articles-list li h2 a:hover{
	color: #0a41cc;
}
ol.mr-articles-list li h2 a:visited{
	color: #416cda;
}

/* 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{
	font-size: 120%;
	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;
}

/* h1 features (inside article) */
h1.mr-article{
	color: #0059BB;
	text-align: left;
	font-size: 200%;
	margin: 0;
	padding: 0;
	border: 0;
}
