@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/quiltBKG4.jpg);
	background-position:center;
}

.basic #shadow {
	width: 53.6em;
	margin: 1.6em auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-color:  #7C8CB6;
	padding: 0.1em;
	border: 2px outset #666;
	
} 
.basic #shadow  #shell {
	width: 50.1em;
	margin: 0em auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(../images/star.jpg);
	padding: 1.5em;
	border-right: 4px solid #600;
	border-bottom: 4px solid #600;
	border-top: 4px solid #c00;
	border-left: 4px solid #c00;
	
} 
.basic #shadow  #shell #container {
	width: 49.7em; /* the auto margins (in conjunction with a width) center the page */
	border: 4px ridge #c00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	background-color: #FFFFFF;
	padding: 0;
} 
.basic #shadow  #shell #container #header {
	padding: 0 1em 0 1em;
	background-color: #FFFFFF;
	font-size: 0.8em;
	height: 198px;
	margin: 0;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
}
.basic #shadow #shell #container #header img {
	float: right;
	bottom: 0px;
	
}


.basic #shadow  #shell #container #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: .5em 2em 2em 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	background-color: #FFFFFF;
} 
.basic #shadow  #shell #container #footer {
	padding: .4em;
	background-color: #EEEEFF;
	border-top: 1px solid #569;
	font-size: 0.8em;
} 
.basic #shadow  #shell #container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.basic #shadow  #shell  #container #nav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #aa0000;
	padding: 0 2em 0 0;
	font-weight: bold;
	margin: 0;
	height: 1.35em;
	border-top: 2px outset #256;
	border-bottom: 3px solid #108;
}

.basic #shadow  #shell  #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	font-variant: small-caps;
	font-style: italic;
	color: #000066;
	padding: 2em 0 0em 0;
	margin: 0;
}
.basic #shadow #shell #container #mainContent h3 {
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	color: #A00; 
}
.basic #shadow #shell #container #mainContent p {
	line-height: 1.2em;
	color: #000066;
	padding: 1em 2em 1em 2em;
	
}
.basic #shadow  #shell  #container #mainContent h2 {
	text-indent: 2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	font-variant: small-caps;
	font-style: italic;
	color: #550011;
	padding: .2em 0 1em 0;
}

.basic #shadow #shell #container #mainContent table{
	width: auto;
	margin: 0 auto;
}
.basic #shadow #shell #container #mainContent td {
	font-weight: bold;
	color: #aa0000;
	padding: 0 .5em;
}
.basic #shadow #shell #container #mainContent a {
	color: #AA0000;
	text-decoration: none;}
.basic #shadow #shell #container #mainContent h4 {
	font-size: 1.1em;
	color: #222277;
	padding-left: 1.9em;
	padding-bottom: 1em;
}

.basic #shadow  #shell #container #mainContent .available {
	float: left;
	height: 331px;
	width: 273px;
	background-color: #FFFFFF;
	padding: 1.9em;
	background-image: url(../images/star-frame.gif);
	background-repeat: no-repeat;
	margin: 1.2em;
	text-align: center;
	background-position: center;
	}
	
.basic #shadow #shell #container #mainContent .available p {
	padding:  .7em 0 0 0;
	font-size: .9em;
} 	
	

.basic #shadow  #shell  #container #mainContent .available h5 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #108;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 1.4em;
	padding-top: .5em;
}

.basic #shadow  #shell #container #mainContent .available .sold{
	background-image:  url(../images/adopted.png);
	background-repeat: no-repeat;
	background-position: 25% 95%;
}

.basic #shadow  #shell  #container #mainContent .imgRT {
	float: right;
	height: 360px;
	width: 300px;
	background-color: #FFFFFF;
	padding: 2em;
	background-image: url(../images/frameRT.gif);
	background-repeat: no-repeat;
	margin: 1em 0em 1em 2.5em;
	text-align: center;
	background-position: center;
	}
	
	
.basic #shadow  #shell  #container #mainContent .imgRT  h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #459968;
}
.basic #shell #container #mainContent .imgRT img {
	padding: .5em 0 0 0;

}
.basic #shadow  #shell  #container #mainContent .imgRT h4 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #108;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 1.6em;
	
}
.basic #shadow  #apDiv1 {
	position:absolute;
	width:338px;
	height:279px;
	z-index:111;
	left: auto;
	top: 20px;
}
.basic #shadow #shell #container #footer a {
	color: #000088;
	text-decoration: none;
}

a :hover {
	color: #110088;
	text-decoration: none;
	
}
.basic #shadow #shell #container #mainContent #kittens h5 {
	font-size: 0.8em;
	color: #113388;
	padding-bottom: 2em;
}
.basic #shadow #shell #container #mainContent #album h6 {
	font-size: 0.8em;
	color: #000066;
}
.basic #shadow #shell #container #mainContent h5 {
	color: #AA0000;
	font-size: 1em;
}
