/* -------- 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;
}
ol.cybergall-list li{
	margin: 0 0 20px 0 !important;
}

/* h2 link features (homepage, article list) */
ol.mr-articles-list li h3, ol.mr-articles-list li h2{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
ol.mr-articles-list li h3 a, ol.mr-articles-list li h2 a{
	font-weight: bold;
	color: #0828c5;
	font-size: 110%;
}
ol.mr-articles-list li h2{
	font-size: 100%;
}
ol.mr-articles-list li h3 a:hover, ol.mr-articles-list li h3 a:hover{
	color: #2a4f8c;
}
ol.mr-articles-list li h3 a:visited, ol.mr-articles-list li h3 a:visited{
	color: #2a4f8c;
}

/* article info features (datum, rubrika, ctenari, komentare) */
ul.mr-summary-info{
	color: #787777;
	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: #787777;
}
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;
}*/

/* comments features */
.comment-form{
	width: auto;
	margin: 15px 0;
	background: #fff;
}

/* comments boxes features */
ol.comment-box{
	padding: 0;
	margin: 0;
}
ol.comment-box li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #FEF9F3;

}
ol.comment-box li ul li{ /* pro seznamy psane ctenari v komentari */
	list-style-type: inherit;
}
ol.comment-box li ol li{ /* pro seznamy psane ctenari v komentari */
	list-style-type: inherit;
}
ol.comment-box li p.comment-box-info{ /* fetaures for from and date in comment content */
	font-size: 86%;
	background: #FCF1E2;
}
ol.comment-box li p{ /* features for comment body */
	margin: 0 0 6px 0;
	padding: 0 3px;
}

ol.comment-box li h3{
	margin: 0;
	padding: 3px;
	background: #FCF1E2;
	color: #444;
	font-size: 110%;
}
ol.comment-box li h3 a{
	font-size: 100%;
	font-weight: bold;
}

/* comments boxes features for read article */
ol.comment-box li.item-box-read{
	background: #f7f3ef !important;
}
ol.comment-box li.item-box-read p.comment-box-info{ /* fetaures for from and date in comment content */
	background: #efe7dc !important;
}
ol.comment-box li.item-box-read p{
	font-size: 86%;
	line-height: 1.8em !important;
}
ol.comment-box li.item-box-read h3{
	background: #efe7dc !important;
	color: #777;
	font-size: 100%;
}
