/*********************  LIST ********************************/
.row.articles{
	color: #3b3939;
	padding: 3% 9%;
	background: transparent;
}

.row.articles .content-inner{
	background: transparent;
}

.articles .row.item {
	border-bottom:1px solid #ddd;
	padding: 5% 0;
}

.articles .item h2,
.articles .item h2 a{
	margin:0px;
	font-size: 16px;
	font-weight: 700;
	color: #3b3939;
	margin-bottom: 2%;
}

.articles .picture.left{
	float: left;
	margin: 0 3% 3% 0;
}

.articles .picture.right{
	float: right;
	margin: 0 0% 3% 3%;
}

.articles .picture.top{
	float: none;
	margin: 3% 0% 3% 0;
}

.articles .item .date{
	margin-bottom:2px;
	color:#888;
}

.articles .item .description.inline{
	display: inline;
	color: #3b3939;
}

.articles .item a.button.inline{
	display: inline-block;
}

/************************** Výpis na titulke **************************/
/* cssclass = "articles small"  */

.row.articles.small {
	padding: 10px;
	border-radius: 5px;
}
.row.articles.small .inner {
	padding: 0px;
}
.row.articles.small .row.item {
	padding: 2% 0px;
	border-bottom-width: 0px;
}
.row.articles.small .date{
	font-size: 11px;
}

.row.articles.small h2 {
	display: inline;
	line-height: 120%;
}
.row.articles.small h2,
.row.articles.small h2 a{
	font-size: 13px;
	font-weight:300;
}
.row.articles.small .button{
	padding: 0;
}
.row.articles.small .button.more{
	border-top:1px solid #ddd;
	margin-top: 10px;
	padding-top:4px;
	border-radius: 0px; 
}

/*********************  DETAIL ********************************/

.articles h2{
	margin-top:0px;
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 10px 0;
}

.articles .imageArea {
	width: 50%;
	padding: 0 0 3% 3%;
	float: right;
}

.articles #gallery *{
	transition:none;
}

#gallery .thumb {
	display: block;
	width: 50%;
	padding: 0px 0 10px 10px;
	float: left;
}

#gallery .ms-nav-next{
	right: 15px;
}

#gallery .ms-nav-prev{
	left: 15px;
}

#gallery .ms-lightbox-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#gallery .ms-lightbox {
    text-indent: 9999px;
    display: block;
    width: 55px;
    height: 52px;
    margin: -42px;
    background: url(../../lib/master-slider/skins/lightbox-btn.png) no-repeat center;
}
