/* -------- minires3.0+ features --- */

/* list of articles on homepage */
ol.mr-articles-list{
	list-style-type: none;
	margin: 0 !important;
	padding: 0 10px;
	border-top: none;
}
ol.mr-articles-list li{
	margin: 0 !important;
	padding: 0;
}

/* h2 link features (homepage, article list) */
ol.mr-articles-list li h3{
	margin: 0 !important;
	padding: 0;
}
ol.mr-articles-list li h3 a{
	font-weight: normal;
	color: #A02E07;
	font-size: 90%;
}
ol.mr-articles-list li h3.mr-first a{
	color: #f70000;
	font-size: 90%;
}
ol.mr-articles-list li h3 a:hover{
	color: #c73737;
}
ol.mr-articles-list li h3 a:visited{
	color: #f78383;
}

/* article info features (datum, rubrika, ctenari, komentare) */
ul.mr-summary-info{
	color: #454545;
	font-size: 80%;
	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%;
	padding: 0 0 10px 0 !important;
	display: block !important;
}
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{
	font-size: 250%;
	height: 2.5em;
	margin: 10px 0 30px 0;
	padding: 0;
	border: 0;
}

h2#mr-news{
	margin: 0 !important;
	padding: 0 0 10px 10px;
}

.news{
	width: 324px;
	border: 2px solid #c3a07b;
	border-top: none;
	background: url("../_images/bg-news.gif") #f8f7bd repeat-x;
	position: relative;
	top: -15px;
	padding: 20px 0 0 0;
}

