/* $Id: local.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

/* added by laurie for the calendar */
.calendar_item { 
  color: #ff6600;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.333em;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar_location { 
  color: #94ce18;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
}
#search-box {
  background: transparent;
  border: none;
  float: right;
  padding: 0px;
  position: relative;
  top: 8px;
  left: 0px;
  width: 15em;
}
/* theming for header search box */
#search-box input.form-submit {
  background: #94Ce18;
  border: 0px solid #ccc;
  color: #194765;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: .65em;
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  outline: none;
  text-transform: none;
  -moz-border-radius: 6px;
  -moz-outline-radius: 6px;
  -webkit-border-radius: 6px;
}
.sponsor-link {
#  background: url('images/green-bullet.png') no-repeat left 0.40em;
  list-style-image: none;
  list-style-type: none;
  padding-left: 1.666em;
}
/* 20091020 lgc - added this so picture of sponsored cat wasn't pushed down when promoted to home page. */
.product-body {
  width: 400px;
}
/* 20091020 lgc added this so that the $0.00 didn't show by the picture of the sponsored cat. */
.uc-price-display {
  display: none;
}
/* 20091209 lgc added so product attributes and Add to Cart button don't show for "Where have They Gone?" (formerly sponsorable) cats. */
.hide-add-to-cart {
  color: #ff0000;
  visibility: hidden;
}
/* 20091210 lgc added so Price $0.00 doesn't show for Spondor Cat products. */
.hide-product-info {
  visibility: hidden;
}
/* 20111129 lgc added this to improve layout of auction products */
#node-auction .uc-auction-bid-table {
  clear: all;
  float: right;
  width: 20em;
}
/* 20111129 lgc added this to improve layout of auction products */
#node-auction .product-image {
  clear: all;
  float: left;
}
/* 20111129 lgc added this to improve layout of auction products */
#node-auction .product-body {
  clear: all;
  float: left;
  width: 90%;
}
/* 20111129 lgc added this to improve layout of auction products */
#node-auction .comment-node-item {
  clear: all;
  float: left;
  width: 80%;
}
.meet-your-match { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.85em;
  font-weight: 600;
  color: #AAA;
  text-align: center;
}
.meet-tm { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: .5em;
  font-weight: normal;
  color: #AAA;
}
.meet-the-feline-alities { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 2.95em;
  font-weight: 600;
  letter-spacing:2px;
  color: #AAA;
  text-align: center;
  padding: 30px;
  width: 979px;
}
.meet-purple { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #934b9e;
  text-align: left;
  padding-bottom: 5px;
}
.meet-orange { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #f97724;
  text-align: left;
  padding-bottom: 5px;
}
.meet-green { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #c9e46c;
  text-align: left;
  padding-bottom: 5px;
}
.felineality-purple { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #934b9e;
  text-align: left;
}
.felineality-orange { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #f97724;
  text-align: left;
}
.felineality-green { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #33CC00;
  text-align: left;
}
.score { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: .8em;
  font-weight: normal;
  color: #000;
  text-align: center;
  padding-top: 10px;
}
.support-block {
  margin-left:2px;
}
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
/* lgc 3/29/2012 - changed the margin-top from 247px to 327px because the Gala block was messing it up. This needs to change back fter the gala. */
#popUpDiv1 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('/sites/default/files/whiskers_30th/Tinker.png');
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv2 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Bambi.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv3 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/McCoy.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv4 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Bridgette.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv5 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/MainPop1.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv6 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/jonah_cashmere.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv7 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Boise.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv8 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Andromeda.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv9 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/MainPop.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv10 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/cashmere_jonah2.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv11 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Layla.jpg') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv12 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Sage.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv13 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/sites/default/files/whiskers_30th/Tiki.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv14 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Amy.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv15 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Isis_Kittens.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv16 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Leonardo_Elvis.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv17 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/BridgetteBabies.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv18 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Holly.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv19 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Princess_Hans.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv20 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Hannah_Jennifer.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv21 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/sites/default/files/whiskers_30th/FPJ.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv22 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Maynard.jpg') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv23 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Templeton.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv24 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/AppleJack.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv25 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Nutterbutter.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv26 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Dudley.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv27 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Dennis.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv28 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Albany_Rusty.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv29 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Delmar_Antony.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv30 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Selia.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv31 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Chelsey.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv32 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Crystal.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv33 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/sites/default/files/whiskers_30th/Rudy_Rufus.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv34 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Popeye.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv35 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/QE.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv36 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Cassidy_Luecas.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv37 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Crumpet_HoneyBee.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv38 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Casey.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv39 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/WikiWiki.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#popUpDiv40 {
	position:absolute;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #99cc00;
	background-color:#FFFFFF !important;
	width:310px;
	z-index: 9002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('/sites/default/files/whiskers_30th/Boots.png') no-repeat left bottom;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 183px;
	margin-top: 247px;
	height: 173px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	box-shadow: 8px 8px 5px #999999;
	box-shadow: 8px 8px 5px #999999;
}
#node-2533 .title {
display:none;
}

.whiskers_30th {
 color: #2C72A2;
  font-size: 2.25em;
  margin: 0;
  padding-top: 2px;
}
.whiskers_30th_tag {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 1.2em;
  margin: 0;
  padding-top: 10px;
}

.petition {
  font-family: "Times Roman", serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.names_used { 
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.whiskers-upcoming-events {
  margin-top: 12px;
  margin-left: 50px;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}
.shelter_schedule_title {
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-weight: 600;
  width: 800px;
  font-size: 1.833em;
  border: solid #666 0px; 
  color: #f97724;
}
.node-type-volunteer_schedule-dont-use {
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-weight: 800;
  font-size: 1.25em;
  border: solid #666 0px; 
}
.volunteer_slot_even {
  overflow: hidden; 
  width: 80%;
#  border: solid #888 1px;
#  background-color: #E3ECC0;
#  background-color: #d9edf7;
   background-color: #dff0d8;
#  border:solid #bce8f1 1px;
   border:solid #d6e9c6 1px;
   font-size: 1.10em;
}
.volunteer_slot_odd {
  overflow: hidden; 
  width: 80%;
# border: solid #888 1px;
#  border: solid #bce8f1 1px;
  border:solid #d6e9c6 1px;
  font-size: 1.10em;
}
.volunteer_schedule_name {
  width: 23%;
  padding-left: 10px;
  font-weight: bold;
  float:left;
  border: solid green 0px; 
}

.volunteer_schedule_contact_info {
  width: 31%;
  padding-left: 10px;
  float:left;
  border: solid blue 0px; 
}
.volunteer_schedule_task {
  width: 13%;
  padding-left: 10px;
  float:left;
  border: solid pink 0px; 
}
.volunteer_schedule_note {
  width: 33%;
  padding-left: 10px;
  float:left;
  border: solid red 0px; 
}

.edit-field-app-can-contact-vet-value--wrapper {
  display: none;
}
.edit-field-app-cats-vaccinated-value--wrapper {
  display: none;
}
.edit-field-app-dogs-vaccinated-value--wrapper {
  display: none;
}
.edit-field-app-any-declawed-value--wrapper {
  display: none;
}
.edit-field-app-go-outside-value--wrapper {
  display: none;
}
.edit-field-app-dogs-lived-with-cats-value--wrapper {
  display: none;
}
.donations_thermometer-label {
  color: #194765;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.15em;
}
.donations_thermometer-amount {
  color: #194765;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.15em;
}
.product-body {
  font-family: Comic Sans MS, Trebuchet MS;
  font-size: 1em;
}
.sponsor-a-cat-name {
  font-family: Comic Sans MS, Trebuchet MS;
  font-size: 1.6em;
}
.sponsor-a-cat-gone-name {
  font-family: Comic Sans MS, Trebuchet MS;
  font-size: 1.6em;
}
.petco {
 font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
 font-size:1.25em;
 line-height: 1.75em;
}
.node-form #edit-preview {
  display: none;
}
/*
.quote-text {
   border: solid red 1px; 
   text-align: left;
   position: relative;
   bottom: 24em;
   left: 0; 
   padding-left: 30px;
   font-size: .8vw; 
   font-style: italic; 
   line-height: 200%;
   width: 50%;
}
*/
