/*
 *                       El Hogar de Luci
 *
 *                       Copyright (c) 2009 Dylan Hoffman
 *
 *  All rights reserved.
 *  The contents of this file is confidential and proprietary and may not be used,
 *  distributed or copied, in whole or part, without written permission.
 */


/* -------------------- Animal listings -------------------- */

div.adopt-thumb,
div.adopt-video-wrap {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #f89d26;
	text-align: center;
}

div.adopt-video-wrap {
	padding-top: 10px;
}

div.adopt-thumb p,
div.adopt-video-wrap p {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic",
			 AppleGothic,             Verdana,             Geneva,             Tahoma,             sans-serif;
	font-weight: bold;
	vertical-align: middle;
}

div.adopt-thumb a {
	color: #000;
	text-decoration: none;
}

div.adopt-thumb a:hover,
div.adopt-thumb a:focus {
	color: #fff;
}

div.adopt-thumb-image {
	height:164px;
	line-height: 160px;
	vertical-align: middle;
}


/* -------------------- Animal details -------------------- */

ul.animal-details-data span {
	font-weight: bold;
}

div.animal-details-photo {
	background-color: #f89d26;
	margin-bottom: 15px;
	padding-top: 15px;
}

div.animal-details-photo p {
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 0;
}

div.animal-details-photo p span {
	font-weight: bold;
}


