/* CSS Document */
body {
	color:#666666;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:normal;
	background-image:url(bkgd.jpg);
	background-position:center;
	background-repeat:repeat-y;
	min-width:750px;
	height: 100%;
	}
html {
   margin: 0;
   padding: 0;
   height: 100%;
   }

#wrapper {
	width:750px;
	margin:0 auto;
	background-color:#FFFFFF;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

#header {
	width:750px;
	height:125px;
	margin:0;
	padding:0;
	background-image:url(header.jpg);
	background-color:#61184c;
	}
#nav {
	width:720px;
	height:20px;
	margin:0px;
	padding:5px 15px 1px 15px;
	text-align:center;
	background-color:#61184c;
	}
#navtab {
	margin: 0;
	padding: 0 0 20px 10px;
	}
#navtab li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#navtab a:link, #navtab a:visited {
	float: left;
	font-size: 1em;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #e0d6c1;
	}
#navtab a:link.active, #navtab a:visited.active, #navtab a:hover {
	padding-bottom: 6px;
	color: #fff;
	background: url(tab_circle.gif) no-repeat bottom center;
	}
	
#main {
	width:500px;
	float:left;
	margin: 18px 0px 0px 0px;
	border:0;
	}
#main p {padding:0 32px;}
#full {
	float:right;
	display:block;
	width:745px;
	margin: 8px 0px 0px 0px;
	border:0;
	padding:0px;
	}
#full p {padding:0 32px;}
#stats {
	width:500px;
	float:left;
	margin: 18px 0px 0px 0px;
	border:0;
	}
#stats p {
	padding:0px 0px 0px 12px;
	line-height:1.5em;
    }
#sidebar {
	background:#ffffff;
	float:right;
	width:240px;
	margin-top:25px;
	margin-right:0;
	}
#notes {
	background-image:url(ourleos.gif);
	text-align:center;
	padding:10px;
	background-color:#f6f0d1;
	border:1px dashed #a68b71;
	width:180px;
	margin:10px;
	}
#care {
	background-image:url(care.gif);
	text-align:center;
	padding:10px;
	background-color:#f6f0d1;
	border:1px dashed #a68b71;
	width:180px;
	margin:10px;
	}
#breed {
	background-image:url(breed.gif);
	text-align:center;
	padding:10px;
	background-color:#f6f0d1;
	border:1px dashed #a68b71;
	width:180px;
	margin:10px;
	}
#spacer{
	display: block;
	height: 70%;
	width: 1px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff; /* same as body bg */
	float: right;
}
#footer {
	display:block;
	width:100%;
	clear:both;
	text-align:center;
	font-size:0.7em;
	padding:0px;
	background-color:#61184c;
	margin: 0px; 	
	}
#footer p {	padding:5px; color:#FFFFFF;}
#footer a { color:#FFCCCC;}
#thumbs {
	width: 500px;
	text-align:center;
	}
#thumbs img {
	dispay: block;
	background-color: #fff;
	border: 3px solid #61184c;
	padding: 4px;
	margin: 8px;
	}

h1 {
	margin:25px 10px 10px 18px;
	font-size:1.5em;
	font-weight:bold;
	color:#5f965f;
	}
h2 {
	margin:0px 10px 7px 18px;
	padding:0px;
	font-size:1.3em;
	font-weight:bold;
	color:#6f2959;
	}
h3 {
	margin:0px 8px 6px 18px;
	padding:0px;
	font-size:1.1em;
	font-weight:bold;
	color:#6f2959;
	}	
p { margin:0px 15px 12px 20px;
	padding:0px;}

a {font-weight:bold; text-decoration:none;}
a:link {color:#9f012d;}
a:visited {color:#6b4960;}
a:hover {color:#6f2959; text-decoration:underline;}

.floatright {float: right; margin: 5px, 5px, 7px, 7px;}
.floatleft {float: left; margin: 5px, 7px, 7px, 5px;}
.emphasis {font-weight: bold;	color: #333333;}
.superspaced {letter-spacing:0.6em; padding-top:15px; color:#FFFFFF;}


/* Styling for Lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 1em Arial, Helvetica, sans-serif;
	color:#6f2959;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; font-style:italic;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	