/* @override 
	http://localhost:8888/css/style.css
	http://www.wajatryn.com/css/style.css
*/

/********************************/
/*	Quetools Renderer			*/
/********************************/


/********************************/
/*	General Classes				*/

.alignLeft{ float: left; }
.alignRight{ float: right; }
/*	Layout						*/

body{
	background: black url(/images/bk.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #592404;
}

#dContainer{
	margin-left: auto;
	height: auto;
	width: 960px;
	margin-right: auto;
}

#dHero{
	
	width: 700px;
	margin: 0px;
	padding: 0px;
	
}


#dHeroOverlay{
	position: absolute;
		left: 50%;
		top: 0;
		
	margin-left: -220px;
	margin-bottom: 0;
	padding: 0;
	z-index: 100;
	width: 64px;
	height: 206px;
	
	background: url("/images/rotatorOverlay.png");
}

#dHero .anchor{
	
	display: none;
	cursor: normal;
	
}

#dHero .galleryBit{
	
	padding: 0px;
	margin: 0px;
	height: 200px;
	&height: 190px;
	&margin-bottom: -5px;
	border: none;
	
}

#dHero a{
	
	cursor: normal;
	
}

#dFooter {
	background: url(/images/footerBk.jpg) no-repeat;
	width: 931px;
	height: 30px;
	clear: both;
	float: right;
	color: white;
	font-size: 9px;
}

.aReadMore{
	
	float: right;
	height: 10px;
	width: 80px;
	padding: 5px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: -5px;
	margin-right: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
	
	background-color: #888;
	background-repeat: none;
	border: 2px solid #777;
	
}

.iReadMoreArrow{
	
	float: right;
	height: 15px;
	width: 10px;
	margin-left: 2px;
	margin-top: -2px;
	border: 0px;
	
}

.aReadMore:hover{
	
	cursor: pointer;
	color: #FFF;
	border: 2px solid #444;
	background-color: #b83700;
	
}

/*				Header			   */

#dHeader{
	
	float: left;
	height: 206px;
	width: 960px;
	background-color: white;
	margin: 0;
	padding: 0;
	
}

#dHeader img{
	
	padding: 0;
	margin: 0;
	border: none;
	
}

/*				Menu			   */

#dNav{
	
	float: right;
	width: 921px;
	height: 51px;
	padding-right: 10px;
	background: #CCC url(/images/navBk.jpg) no-repeat;
}

/*				Content			   */
			
#dContent{
	
	float: right;
	clear:  both;
	width: 916px;
	border-left: 7px solid #b83700;
	border-right: 8px solid #b83700;
	background-color: white;
	overflow: hidden;
}

.dContentPadding {
	padding: 20px;
}

/* @group Home Page */

#dHomeContent {
	width: 570px;
	height: auto;
	float: left;
	padding: 10px;
	padding-left: 20px;
}

#dHomeFooter {
	width: 916px;
	clear: both;
	float: left;
	position: relative;
	background: #ece4d6 url(/images/homeFooterBk.gif) repeat-x;
	overflow: hidden;
}

#dTop{
	
	float: left;
	
}

#dGrab1 {
	width: 423px;
	float: left;
	margin: 10px;
	padding: 10px;
}

#dGrab2 {
	width: 423px;
	float: right;
	margin: 10px 10px 10px 0;
	padding: 10px;
}

#dHomeNewsSummary {
	float: right;
	width: 260px;
	padding: 20px;
}

#dHomeNewsSummary .newsBit{

}

#dHomeNewsSummary .newsBitAuthor{
	display: none;
	
}

#dHomeNewsSummary .newsBitTitle{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #b83700;
}

#dHomeNewsSummary .newsBitDate{
	font-style: italic;
	font-size: 10px;

}

#dHomeNewsSummary .newsBitLink{

	margin-bottom: 10px;
}

#dHomeNewsSummary .newsBitLink a{

	background: url(/images/readMore.gif) no-repeat left top;
	padding-left: 70px;
	height: 20px;
	overflow: hidden;
	display: block;
	margin: 0;
	width: 0px;
}

#dHomeNewsSummary .newsBitLink a:hover{

	background: url(/images/readMore.gif) no-repeat left bottom;
	padding-left: 70px;
	height: 20px;
	overflow: hidden;
	display: block;
	margin: 0;
	width: 0px;
}

#dHomeFooterCol2 p{
	margin: 0;
	padding: 0;
}

#dHomeNewsSummary .newsBitShort{
margin-bottom: 5px;
}



/* @end */
/*	Copyright Footer   			*/

#dCopyright{
	
	float: left;
	height: 20px;
	width: 96%;
	padding: 5px 2% 5px 2%;
	
	background-color: white;
	color: gray;
	
}

#dCopyright span, #dCopyright a, #dCopyright a:link, #dCopyright a:visited{
	
	font-size: 10px;
	color: gray;
	text-align: center;
	text-decoration: none;
	
	padding: 10px;
	
}

#dCopyright span{
	
	padding: 10px;
	
}

#dCopyright a:hover{
	
	text-decoration: underline;
	color: red;
	
}


/********************************/
/*			IE Fixes			*/

img, div, a, input{
	
	behavior: url('/js/iepngfix.htc');

}

/********************************/
/*		Gallery Stuff			*/

.galleryContent{
	
	float: left;
	width: 99%;
	
}

.dGallery {
	text-align:center;
}

.dGallery a{
	margin: 0;
	padding: 0;
}

.dGallery img {
	border: 3px solid maroon;
	margin: 8px 8px 4px;
}

.galleryBit{
	
	float: left;
	width: 45%;
	margin-left: 3%;
	margin-bottom: 10px;
	height: 100px;
	cursor: pointer;
	overflow: hidden;
	border: 4px solid lightgrey;
	
}

.galleryBit:hover{
	
	border: 4px solid grey;
	
}

.galleryBit img{
	
	border: none;
	width: 110%;
	
}

img.gallery_small {
	border: 1px solid maroon;
	margin: 3px;
}

#content_1, #content_2{
	
	margin-left: 80px;
	
}

.galleryContent .galleryBit{
	
	width: 200px;
	height: 200px;
	margin: 20px;
	
}

.gallery_medium{
	height: 150px;
}

.gallery_small{
	height: 100px;
}

#gallery_1.gallery {
	text-align: center;
}



#gallery_1.gallery img{
		border: 1px solid maroon;
	margin: 3px;}
	


.gallery {
	text-align: center;
}



.gallery img{
		border: 1px solid maroon;
	margin: 3px;}
/********************************/
/*		Animal Stuff			*/

.animalList {
  border-width: 1px;
  border-style: solid;
}

.dAnimalListEntryObject {
  overflow: hidden;
  margin-bottom: 10px;
  width: 860px;
  padding: 8px;
  min-height: 90px;
  background: #ece4d6 url('/images/rotatorOverlay.png');
	float: left;
}

#dAnimalContainer{
 padding: 20px;	
}

.iAnimalListImage {
  border: none;
  margin: 6px 0 6px 6px;
  float: left;
}

.hAnimalTitle {

  font-size: 18px;
  padding: 5px 10px 0px;
  float: left;
  width: 5500px;

}

.dAnimalEntryParents{
	
	float: left;
	padding: 5px 10px;
	width: 500px;
	
}

.dAnimalEntryDob{
	
	float: left;
	padding: 5px 10px;
	width: 500px;
	
}

.dAnimalListObject a{
	
	margin-left: 500px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
	padding: 5px 10px;
	border: 1px solid maroon;
	padding: 3px;
	
}

.dAnimalListPager{
	
	float: right;
	margin-right: 20px;
	
}

.dAnimalListPager a{
	
	float: left;
	margin: 3px 3px 3px 0px;
	
}

.dAnimalListPager a.aAnimalListPagerCurrent{

	background: maroon;
	color: white;

}

/********************************/
/*		Contact Form			*/

#dContact{
	
	float: left;
	height: auto;
	width: 295px;
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #CCC;
	text-align: center;
	
}

#tContact{
	
	float: left;
	width: 300px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}

#tContact .cell1{
	
	height: 15px;
	margin: 0px;
	padding: 0px;
		
}

#tContact input, #tContact textarea{
	
	float: left;
	border: 1px solid #BBB;
	padding: 5px;
	font-size: 11px;
	
}

#tContact input:hover, #tContact textarea:hover{
	
	border: 1px solid #999;
	
}

#tContact textarea{

	height: 100px;
	width: 200px;
	
}

#aContactSubmit{

	float: right;	
	background-color: #666;
	width: 40px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 12px;
	text-align: center;
	color: #ddd;
	
}


#aContactSubmit:hover{
	
	background-color: #444;
	color: white;
	
}

/*
	New Animal Stuff	
*/

.animalList {
  border-width: 1px;
  border-style: solid;
}

.dAnimalListEntryObject {
  overflow: hidden;
  margin-left: 0px;
  width: 864px;
  padding: 8px;
  min-height: 90px;
  background: #ECE4D5 url('/images/animalNameBk.gif') bottom center repeat-x;
	float: left;
}

.iAnimalListImage {
  border: none;
  margin: 6px 0 6px 6px;
  float: left;
}

.hAnimalTitle {

  font-size: 18px;
  padding: 5px 10px 0px;
  float: left;
  width: 500px;

}

.dAnimalEntryParents{
	
	float: left;
	padding: 5px 10px;
	width: 500px;
	
}

.dAnimalEntryDob{
	
	float: left;
	padding: 5px 10px;
	width: 500px;
	
}

.dAnimalListObject a{
	
	margin-left: 500px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	float: right;
	padding: 5px 10px;
	border: 1px solid maroon;
	text-decoration: none;
	color: maroon;
	padding: 3px;
	
}

.dAnimalListPager{
	
	float: right;
	margin-right: 20px;
	
}

.dAnimalListPager a{
	
	float: left;
	margin: 3px 3px 3px 0px;
	
}

.dAnimalListPager a.aAnimalListPagerCurrent{

	background: url('/images/currentSelected.png');
	color: white;
	border: none;

}


.hAnimalDetailHeading{
	
	padding: 10px;
	padding-bottom: 30px;
	width: 916px;
	background: #ece4d6 url(/images/animalNameBk.gif) repeat-x 0 bottom;
	margin: 0;

	
}

.dAnimalDetailImages{
	
	width: 370px;
	float: left;
	
}

.dAnimalDetailImages a{
	
	padding-right: 5px;
	padding-bottom: 5px;
	
}

.dAnimalDetailImages a img{
	margin: 5px 0 0 20px;
	border: 3px solid maroon;
}

.dAnimalDetailInfo{
	
	float: right; 
	width: 542px;
	
}

.dAnimalDetailInfo table{
	
	border: 1px solid lightgrey;
	width: 100%;
	
}

.dAnimalDetailInfo table td{

	padding: 9px 10px;
	
}

.dAnimalDetailInfo h4{
	
	color: maroon;
	padding: 0px 10px 0px;
	
}

.tAnimalDetailInfoTitle{
	
	font-weight: bold;
	background: lightgrey;
	width: 120px;
	padding: 5px;
	text-align: center;
	
}

.dAnimalDetailPedigree{
	
	width: 540px;
	float: right;
	text-align: left;
	
	border: none;
}

.dAnimalDetailPedigree table{
	
	margin-left: 30px;
	text-align: left;
	border: none;
	
}

.dAnimalDetailDescription{
	
	padding: 0 20px 20px;
	
}

.viewAnimalPedigreeAnimalName{
	font-weight: bold;
	font-size: 18px;
}


