/*
Page-list plugin
http://wordpress.org/extend/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 {
	clear: both;
	margin: 10px 0 30px 0;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}
ul.page-list {
    margin: 0;
    padding: 0;
}
.page-list li {
    background: url("../cat-arrow-h.png") no-repeat scroll 10px 12px #F6F6F6 !important;
    float: left;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    list-style: none outside none;
    margin: 5px;
    padding: 5px 5px 5px 25px;
    transition: all 0.3s linear 0s;
    width: 28%;
}
.page-list li:hover {
    color: #bbb;
    float: left;
    list-style: none outside none;
    width: 28%;
}
