/* ----------------------------------------- */
/* 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 p {
	line-height: 21px;
	padding-top: 22px;
}
#gallery p span {
	color: #005db5;
	font-size: 16px;
	font-weight: bold;
}
#gallery ul {
	list-style: none;
	padding-top: 24px;
}
#gallery li {
	float: left;
	width: 180px;
	padding: 0 20px 20px 0;
}
#gallery li a {
	width: 180px;
	height: 240px;
	display: block;
	position: relative;
}
#gallery li 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 li img {
	width: 180px;
	height: 201px;
	border: none;
	display: block;
}
#gallery li span {
	width: 146px;
	color: #99def9;
	font: 600 14px 'Myriad Pro', Arial, Sans-serif;
	line-height: 15px;
	background-color: #031936;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 17px 9px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#gallery li a:hover span {
	color: #1f0e2d;
	background-color: #fef200;
}
#gallery li em {
	color: #1f0e2d;
	font: 600 14px 'Myriad Pro', Arial, Sans-serif;
	font-style: normal;
	line-height: 14px;
	background-color: #99def9;
	-webkit-box-shadow: inset 1px 1px 2px 0px #4e717f;
	-moz-box-shadow: inset 1px 1px 2px 0px #4e717f;
	box-shadow: inset 1px 1px 2px 0px #4e717f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 8px 10px 5px;
	display: inline-block;
	position: absolute;
	top: -20px;
	right: 7px;
}
#gallery li strong {
	color: white;
	font: bold 17px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 19px;
	padding: 4px 0;
	display: block;
}
#gallery li a:hover strong {
	color: #1f0e2d;
}



/* ----------------------------------------- */
/* Stránkování */
#gallery .paginator {
	text-align: center;
	padding: 11px 0;
}
#gallery .paginator a,
#gallery .paginator span,
#gallery .paginator b {
	width: 48px;
	height: 48px;
	color: #031936;
	font: bold 24px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background-color: #99def9;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 2px;
	display: inline-block;
}
#gallery .paginator b {
	color: black;
	background-color: transparent;
}
#gallery .paginator a:hover,
#gallery .paginator span {
	color: black;
	background-color: #fee803;
}
