/*
Page-list plugin
http://wordpress.org/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
.page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
}

/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	background: #f2d781;
	float: left;
	text-align: center;
	text-valign: middle;
	width: 320px; height: 345px;
	margin: 10px 10px 30px 10px;
	border: 3px solid #213808;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}
.book .page-list-ext-item {
	background: url(http://hovawart.ru/wp-content/themes/hovawart/images/logo.png) no-repeat top center;
	float: left;
	text-align: center;
	text-valign: middle;
	width: 650px; height: 100px;
	margin: 10px 10px 30px 10px;
	padding: 130px 0 0 0;
	border: 3px solid #213808;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
	font: bold 14px Tahoma;
}
.sp .page-list-ext-item {
	float: left;
	text-align: left;
	width: 650px; height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	font: bold 14px Tahoma;
}
.page-list-ext .page-list-ext-image {
	background: #f2d781;
	text-align: center;
	text-valign: middle;
	margin: 10px 10px 30px 10px;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) { /* Responsive columns */
	.page-list-cols-2,
	.page-list-cols-3,
	.page-list-cols-4,
	.page-list-cols-5 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}