/*Dog Single Template*/
span.gender{
	float: right;
	margin-right: .5em;
}
span.Available{
	color: #258815;
	background: #D4FFCD;
	border: 1px solid #258815;
	text-align: center;
	padding: .5em;
	font-weight: bold;
	font-size: .5em;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
span.Sold{
	color: #AF5354;
	background: #FFD2D3;
	border: 1px solid #AF5354;
	text-align: center;
	padding: .5em;
	font-weight: bold;
	font-size: .5em;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
span.Breeder, span.Coming{
	color: #005EC8;
	background: #DBECFF;
	border: 1px solid #9FC7F5;
	text-align: center;
	padding: .5em;
	font-weight: bold;
	font-size: .5em;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.dog-single h1.single-title{
	font-size: 1.5em;
	font-weight: bold;
}
.dog-single .article-header{
	padding: .5em;
}
.dog-single .single-featured-image img{
	padding: .5em;
	max-width: 50%;
	float: left;
	height: auto;
	margin: 0 1em .5em 0;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.25);
}
.dog-single .single-entry-content, .single-entry-statistics{
	padding: .5em;
}
.dog-single .single-entry-content p, .single-entry-statistics p{
	margin: .5em 0em;
}
.dog-single .single-entry-statistics h3{
	font-size: 1.25em;
	font-weight: bold;
	padding-left: .25em;
	background: transparent;
}
/*Dog Archive Template*/
.entry-content .dog-archives {
	border-bottom: 1px solid #000;
	padding: .5em;
	overflow: auto;
}
.dog-archives  img{
	float: left;
	margin-top: .5em;
	margin-right: 1em;
	height: 150px;
	padding: .2em;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.25);
}
.dog-archives h2{
	font-size: 1.2em;
	font-weight: bold;
}
.dog-archives h3{
	font-size: 1.25em;
	font-weight: bold;
	padding-left: .25em;
	background: transparent;
}
.dog-archives  p{
	margin: .5em 0em;
}
@media handheld, only screen and (max-width: 479px) {
	.dog-archives {
		text-align: center;
	}
	.dog-archives  img{ float: none;}
}

/* Pagination */
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
 
.pagination a:hover{
	color:#fff!important;
	background: #7595AB;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #7595AB;
	color:#fff;
}