/*----------------------------------------------------START single dog template */

#dog-single{
display:block;
width:100%!important;
min-height:100px;	
clear:both;
}

.dog-stats{
display:inline-block;
float:left;
clear:both;
width:95%;
background:#D2BAA0;
border-radius:4px;	-webkit-border-radius:4px;	-moz-border-radius:4px;	
position:relative;
padding:10px 2%;
line-height:160%;
border: 2px dashed #826136;
}

.dog-stats .metalabel{
font-weight:bold;
font-size:1em;	
display:inline-block;
padding:0 4px 0 0;
color:#222222;
font-style:italic;
}

.single-dog-featured-img{
display:block;
float: left;
width:125px!important;
height:auto!important;
margin:0 2% 0 0;
}

.single-dog-featured-img img{
	padding: .5em;
	background: #fff;
		float: none;
	display:block;
	margin:0!important;
	max-height:350px;
	max-width:350px;
	height:auto;
	width:100%;
	padding: .2em;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:   0px 0px 3px rgba(50, 50, 50, 0.2);
	box-shadow:      0px 0px 3px rgba(50, 50, 50, 0.2);
}

body.single-dog .byline{display:none;}

.single-dog-gallery{
display:inline-block;
float:left;
width:95%;
background:#D2BAA0;
border-radius:4px;	-webkit-border-radius:4px;	-moz-border-radius:4px;	
position:relative;
padding:10px 2%;
margin:10px 0;
border: 2px dashed #826136;
}

body.single-dog h2{
	
	font-size:14px;
	color:#333;
	margin:0 0 5px 0;
	line-height:124%;
	width:100%;
	display:block!important;
	/*border-bottom:1px dashed #fafafa;*/
	padding:0 0 5px 10px;
	color: #333;
	
}

.single-dog-gallery img{
display:inline-block;
float:left;
width:19%;	
height:auto;
margin:5px .5%;
padding:.1em;
background:#fff;
opacity:0.90;
filter:alpha(opacity=90);
}

.single-dog-gallery img:hover{
opacity:15;
filter:alpha(opacity=100);
}

.single-dog-no-images-text{
font-size:.8em;
font-style:italic;
}

#single-dog-content{
display:block;
float:left;
width:96%;
padding:20px 2%;
line-height: 150%;	
}

#single-dog-content h1 {
	color: #BE305D;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

#single-dog-inquiry{
display:inline-block;
float:left;
width:95%;
background:#D2BAA0;
border-radius:4px;	-webkit-border-radius:4px;	-moz-border-radius:4px;	
position:relative;
padding:10px 2%;
margin:10px 0;
border: 2px dashed #826136;
}


/*----------START stupid fix----*/
/* the next 3 entries are a temporary fix for duplicate content on single dog pages.   This will be improved and removed in future versions */

body.single-dog .entry-content {/*remove redundant content area from single dog template*/
display: none !important;
}

body.single-dog .dog-archives .entry-content{/*undo above content removal for any puppy listings that appear on a single dog page*/
display: block!important;	
}

body.single-dog #dog-archive-container{/*minor tweak to fix spacing issue of puppy listings within single dog page*/
padding-bottom:10px!important;	
}
/*----------END stupid fix----*/


/*-------------------------------------------------------------END single dog template*/


/*--------------------------------------------------------START Dog Archive Template*/

.dog-archives {
	padding: .5em;
	display:inline-block;
	float:left;
	width:43%;
	min-height:100px;
	margin:10px 1%;
	overflow:hidden;
	background:#D2BAA0;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.65);
	border: 2px dashed #826136;
	
}
.dog-archives img{
	float: none;
	display:block;
	margin:0!important;
	max-height:350px;
	max-width:400px;
	height:auto;
	width:100%;
	box-shadow: 0 2px 1px -1px #333;
}

.dog-archives img:hover{
	opacity:0.7;
filter:alpha(opacity=70);
}

.dog-archives h3{
display:block;
width:100%;
padding:0px 1% 4px 1%;
margin:10px 0 0px 0!important;
font-size:16px;
font-weight:bold;
line-height:120%;
color:#40342e;	
}
.dog-archives h3 a{
color:#40342e;	
text-decoration:none;
}

.dog-archives h3 a:hover{
text-decoration:underline;	
}

.dog-archives .entry-content p{
	line-height:140%;
	font-size:.9em;
	color: #333;
	padding: 8px 0;
	
}

.dog-archives .excerpt-read-more{
	display:inline-block;
	background:#333;
	color:#fafafa;
	text-decoration:none;
	font-size:11px;
	border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;
	padding:1px 6px;
	margin:5px 1px;
}

.dog-archives .excerpt-read-more:hover{
	background:#eeed93;
	color:#333;
}

.dogmeta{
 	background:  #826136;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    margin:  0 0 4px 0;
    padding: 10px 4%;
    width: 92%;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.dogmeta .metalabel{
font-size:.8em;
font-weight:bold;
font-style:italic;	
display:inline-block;
margin-right:6px;
color:#fff;
}

/*--------------------------------------------------------END dog archive template*/


/*----------------------------------------------------START status badges */

.single-dog-status{
	display:block;
	width:100%;
	margin:5px 0 18px 0;
}

span.Available,span.Sold,span.Breeder, span.Coming, span.Not{
		border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
		font-size: .9em;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		padding: .5em;
		text-align: center;
		display:inline-block;
		float:left;
		margin:5px 15px 5px 0;
}

#dog-archive-container span.Available,
#dog-archive-container span.Sold,
#dog-archive-container span.Breeder, 
#dog-archive-container span.Coming, 
#dog-archive-container span.Not
{
	float:none;
	display:block;
	width:100%;
	padding:0;
	line-height:160%;
	margin:0 0 -3px 0;
	z-index:9999;
	position:relative;
	font-size:.9em;
	border:none;
	font-size:.8em;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;	
	box-shadow: 0 2px 1px -1px #666;
}

span.Available{
	color: #258815;
	background: #D4FFCD;
}

span.Not{
	color: #fff;
	background: #999;
}


span.Sold{
	color: #AF5354;
	background: #FFD2D3;
}

span.Breeder, span.Coming{
	color: #005EC8;
	background: #DBECFF;
}

/*-----------------------------------------------------------------END status badges*/

/*-------------------------------------------------------------------Responsive rules*/

@media handheld, only screen and (max-width: 671px) {
	.dog-archives {
		text-align: center;
		width:40%;
	}
	.dog-archives  img{ float: none;} 
}


@media handheld, only screen and (max-width: 479px) {
	.dog-archives {
		text-align: center;
		width:40%;
	}
	.dog-archives  img{ float: none;} 
}

@media handheld, only screen and (max-width: 400px) {
	.dog-archives {
		text-align: center;
		width:93%;
	}
}

/*-------------------------------------------------------------END responsive----*/

/*------------------------------------------------------------START Pagination-- */
.pagination {
	clear:both;
	position:relative;
	font-size:22px;
}
 
.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 !important;
        text-shadow: 1px 1px 2px #000000;
        background: none !important;
}
 
.pagination a:hover{
	color:#fcff00 !important;
}
 
.pagination .current{
	color:#eee;
        text-decoration: underline;
}