.CatInfo {
text-align:center;

}

* {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

IMG.largeCatPic {
	 margin-left: auto;
    margin-right: auto;
	display: block;
	text-align: center;
	
}


.pedFem {
margin-left: 650px;	
}

.salePending {
color: #F00;
font-style:italic;
font-weight: bold;	
text-align: center;
}

.pedMale {
margin-left: 545px;	
}




.container {
margin-left: auto;
margin-right: auto;
	
}

.catDesc {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 0px;
	float: none;
	clear: none;
	padding: 5px;
	display: block;
	text-align:center;
	

}

.img {
padding: 10px;	
}




.updating {
text-align:center;
	
}





body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	background: url(../images/siteBackground.jpg);
	margin: 0;
	padding: 0;
	color: #677a83;
}
a img { 
	border: none;
}
a:link {
	color: #0484c0;
	text-decoration: underline; 
}
a:visited {
	color: #0484c0;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #0484c0;
	text-decoration: none;
}
h1 {
	font-size: 40px;
	color: #A6A642;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding: 0 0 10px 0;
	text-align: right;
}
h2 {
	font-size: 24px;
	color: #A6A642;
	font-family: 
	padding: 0 0 10px 0;
	text-align:left;
	
}
h3 {
	font-size:30px;
	color:#677a83;
	font-family: 'Lobster', sans-serif;
	padding: 0 0 10px 0;
}
p {
	line-height: 120%;
	text-align: left;
}

.wrapper {
	width: 960px;
	background: #ffffcc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
}
header {
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 29px;
}
.logo {
	float: left;
	background: url(../images/logoBackground.png) no-repeat;
	width: 256px;
	height: 123px;
}
.logo h1 a {
	text-shadow: 0px 0px, 1px 2px #5b9e11;
	font-size:60px;
	color: #ffffff;
	text-decoration:none;
	padding:10px;
	line-height:110px;
}
footer {
	padding-bottom: 40px;
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	float: none;
	clear: none;
}
.horSeparator {
	background:url(../images/horSeparator.png) repeat-x;
	height:13px;
	margin:20px 0;
}
section {
	text-align: center;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
}
.post {
	border-bottom:1px solid rgba(200, 207, 210, 1);
	padding:50px 0;
	margin:0 50px;
}
.post header {
	float:right;
	width:519px;
	padding:0;
}
.post p {
	float:right;
	width:519px;
}
.post aside img {
	border:1px solid #c8cfd2;
	margin:10px 0 0 0;
}
.sectionFooter {
	background: #d6d9da;
	padding:40px 0;
	margin:0 50px;
	border-top:1px solid #ffffff;
}
.footerBox {
	width:40%;
	float:left;
	padding:0 40px;
}
.footerBox p {
	font-style:italic;
	padding:0 0px 10px 0px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/* [disabled]padding-top: 39px; */
	font-size: small;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	float: right;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	font-family: 'Lobster', sans-serif;
	font-size: 25px;
	color: #677a83;
}
#navlist a:link, #navlist a:visited {
	color: #677a83;
	text-decoration: none;
}
#navlist a:hover {
	color: #A6A642;
	text-decoration: none;
}
#navlist #active a {
	color: #A6A642;
	text-decoration: none;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width: 95%;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	h1, h2, h3 {
		font-size:24px;
	}
	header {
		padding:20px 50px 0px 50px;
	}
	.post {
		padding:20px 0;
	}
	.post header, .post p {
		width:400px;
	}
	article aside {
		width: 170px;
	}
	.footerBox {
		padding:0 20px;
	}
	.footerBox p {
		padding:0 0 10px 0;
	}
	#navlist a { 
		padding: 3px 10px; 
		font-size: 24px;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.wrapper {
		margin-top:10px;
	}
	header {
		padding:10px 10px 0px 10px;
	}
	.logo {
		float:none;
		margin:0 auto;
	}
	nav {
		float:none;
		padding:5px 0 0 0;
	}
	#navlist a { 
		padding: 7px 2px; 
		font-family: 'Lobster', sans-serif;
		font-size: 16px;
		color: #677a83;
	}
	section {
		padding:0 10px;
	}
	article aside {
		display:none;
	}
	.post {
		padding:10px 0;
		margin:0 10px;
	}
	.post header, .post p {
		width:auto;
		float:none;
	}
	.sectionFooter {
		padding:10px 0;
		margin:0 10px;
	}
	.footerBox {
		width:auto;
		float:none;
		padding:10px;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;

}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/
.CatInfo {
	text-align: center;
	width: 600px;
}
.CatDesc {
	text-align: justify;
	width: 600px;
}
.CaPics {
}
.CatPic {
}
.PedForSale {
}
