@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body{	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:14px;
	background:#ae7d5c;
	color:#ffefdf;
	line-height:1.6;
	letter-spacing: 1px;
	margin: 0;
}
h1{
	font-size:20px;
	margin-top:0;
	text-align: center;
	text-shadow: 0px 0px 5px #313131;
}
h2{
	font-size:18px;
}
p{
	
}
a{
	text-decoration:none;	
	outline:none !important;
	transition: all 0.5s ease;
	color:#4A3120;
}
a:hover{
	color:#000;
}

.clear{ clear:both; } .hidden{display:none; }
.fll{ float:left; } .flr{ float:right; } 
.white{ color:#fff; } .black{ color:#000; } 

.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%; /* Holding outermost DIV */
	max-width: 1000px;
}
header{
	margin-bottom: 40px;
}
.logo{
	width: 23%;
}
.banner{
	width: calc(100% - 281px);
}
nav{
	width: 231px;
	float: left;
	font-size: 16px;
}
nav a{
	display: block;
	padding: 0 5px;
	margin: 0 0 10px 0;
	border: 1px solid #ffefdf;
	color: #ffefdf;
	text-align: center;
}
nav a:hover{
	background:#ffefdf;;
	color: #ae7d5c;
}
nav a.fb{
	border: none;
	background: none;
	margin-top: 30px;
}
main{
	float: right;
	width: calc(100% - 311px);
	padding-right: 30px;
}
main.center{
	text-align:center;
}
table.officers td{
	border-bottom: 1px solid #ffefdf;
	padding: 10px;
}
.bcounty{
	background: #64380b;
	padding: 5px;
}
table.breeders td{
	text-align:center;
	border-bottom: 1px solid #ffefdf;
		padding: 5px;
}
table.breeders tr.bcounty td{
	text-align:left !important;

}
div.kitten{
	border: 1px solid #ffefdf;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
}
div.kitten .fll{
	width: 120px;
}
div.kitten .flr{
	width: calc(100% - 140px);
}
footer{
	text-align: right;
	font-size: 12px;
	padding-right: 30px;
	margin-top :40px;
	width: 96%;
}
