/* ----------------------------------------- */
/* Obsah */
#main-content {
	width: 1000px;
	padding: 36px 0 28px;
	margin: 0 auto;
}



/* ----------------------------------------- */
/* Galerie */
#gallery  h2 {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 6px;
}
#gallery h3 {
	color: #006ece;
	font-size: 20px;
	font-weight: normal;
	padding-top: 24px;
	padding-bottom: 6px;
}
#gallery p {
	line-height: 21px;
	padding-top: 22px;
}
#gallery p span {
	color: #005db5;
	font-size: 16px;
	font-weight: bold;
}
#gallery ul.gallery-list {
	list-style: none;
	padding-top: 24px;
}
#gallery ul.gallery-list li {
	float: left;
	width: 190px;
	padding: 0 10px 25px 0;
}
#gallery ul.gallery-list li div.item {
	width: 190px;
	height: 256px;
	display: block;
	position: relative;
}
#gallery ul.gallery-list li div.item b {
	width: 61px;
	height: 66px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat 0 0;
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
}
#gallery ul.gallery-list li div.item img {
	width: 190px;
	height: 212px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	display: block;
}


#gallery ul.gallery-list li div.action {
	height: 28px;
	text-align: center;
	padding: 8px 0;
}
#gallery ul.gallery-list li div.action a {
	color: #1f0e2d;
	font: 600 14px 'Myriad Pro', Arial, Sans-serif;
	font-style: normal;
	text-decoration: none;
	line-height: 14px;
	background-color: #99def9;
	-webkit-box-shadow: inset 1px 1px 2px 0px #6e919f;
	-moz-box-shadow: inset 1px 1px 2px 0px #6e919f;
	box-shadow: inset 1px 1px 2px 0px #6e919f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 8px 20px 6px;
	display: inline-block;
}
#gallery ul.gallery-list li div.action p {
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	display: block;
}
