@charset "utf-8";
/* CSS Document */

.clearer
{
    clear: both;
    float: none;
    line-height: 0;
	 font-size: 0;
	 height: 0;
	 overflow: hidden;
}

ul {
	margin-top: 5px;
}
li {
	margin-bottom: 8px;
}

body.cats-location noscript p {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

body.cats-location #cats-available h1 {
	color: #000;
	font-size: 18px;
	text-align: center;
}
body.cats-location .cat-row {
	position: relative;
}
body.cats-location .cat {
	width: 32%;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 20px;
}
body.cats-location .cat p {
	margin: 8px 10px;
}
body.cats-location .ampersand {
	float: left;
	display: inline;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	width: 25px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
body.cats-location.specials-bonded-pairs .cat-row {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}


body.home #featured-cats {
}
body.home #featured-cats h1 {
	color: #000;
	font-size: 18px;
	text-align: center;
}
body.home #featured-cats .cat {
	width: 90px;
	float: left;
	display: inline;
	text-align: center;
	margin: 10px 15px 0 0;
}
body.home #featured-cats .cat a {
	display: block;
	margin-top: 5px;
}
