/* Copyright (C) www.tiger-tail.net, All Rights Reserved. */

/* Global
================================================*/
body {
	/* top-bottom right-left */	
	padding:0px 0px;
	/* top-bottom right-left (was margin:15px 10px before horiz centred) */	
	margin:15px 0px;
	font:75%/1.5 Arial,Helvetica,sans-serif;
	word-spacing: -0.08em;
	color:#999;
	background: #000;
}

img {border: 0;}

td {vertical-align: top;}

/* Nav
================================================*/

/* Links (LoVe HAte: link visited hover active)
================================================*/
a:link {text-decoration: none; color: #FFF;}
a:visited {text-decoration: none; color: #FFF;}
a:hover {text-decoration: underline; color: #FFF;}
a:active {text-decoration: underline;color: #FFF;}

.tiger_tail_link {
	font:80%/1.5 Verdana,Arial,Helvetica,sans-serif;
}

/* Links (LoVe HAte: link visited hover active)
================================================*/
a.tiger_tail_link:link {text-decoration: none; color: #999;}
a.tiger_tail_link:visited {text-decoration: none; color: #999;}
a.tiger_tail_link:hover {text-decoration: underline; color: #999;}
a.tiger_tail_link:active {text-decoration: underline;color: #999;}

/* Formatting
================================================*/

p {
	margin-top: 0;
	color:#999;
	font:100%/1.5 Verdana,Arial,Helvetica,sans-serif;
}

h1 {
	margin-top: 12px;
	margin-bottom: 7px;
	color:#666;
	font:180%/1.25 Arial,Helvetica,sans-serif;
	border-bottom: dashed 0px #999;
}

h2 {
	margin-top: 12px;
	margin-bottom: 7px;
	color:#666;
	font:150%/1.25 Arial,Helvetica,sans-serif;
	border-bottom: dashed 0px #999;
}

.photo_description {
	font-size: 95%;
	line-height: 1.2;
	color: #996666;
}

.IE_image_fix {
/* Needed to stop IE bug that adds unwanted space below image */
	font-size: 0;
}

.navigation {
	padding-left: 20px;
	border-left: 1px solid #FFF;
}

.content {
	width: 529px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	border-right: 1px solid #FFF;
}

.sold {
	color:#B02020;	/* FIREBRICK */
}

input, textarea {
	width: 250px;
	font-size: 110%;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	/* Monospace font for forms fixes many browser formatting problems */
	font-family: monospace;
}

.for_sale {
	color:#555;
	font:130%/1.25 Arial,Helvetica,sans-serif;
}

/* Show results table */
#column1{
	width:110px;
	padding:0px;
	float: left;
}
#column2{
	width:40px;
	padding:0px;
	float: left;
}
#column3{
	width:40px;
	padding:0px;
	float: left;
}
#column4{
	width:110px;
	padding:0px;
	float: left;
}

/* pullout box for animal and progeny photos */
.pullout{
	padding:0px;
	float:right;
	text-align:left;
	/* margin-top to align with content text */
	margin-top:5px;
	margin-bottom:20px;
	margin-left:20px;  
	margin-right:30px;
	clear: both;
}

<!--Fighting Spam Without Captcha http://www.inspirationbit.com/fighting-spam-without-captcha/-->
input#email, textarea#comment {display: none;}

.image_right{
	padding:0px;
	float:right;
	/* margin-top to align with content text */
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;  
	margin-right:10px;
	clear: both;
}

/* image right photos have border light up on mouseover */
.image_right a img {border: solid 2px #000;}
.image_right a:hover img {border: solid 2px #666;}

/* pullout photos have border light up on mouseover */
.pullout a img {border: solid 2px #000;}
.pullout a:hover img {border: solid 2px #666;}
a img.pullout {border: solid 2px #000;}
a:hover img.pullout {border: solid 2px #666;}
.floatLeft {
float:left;
padding-right:10px;
padding-bottom:5px;
}
