/*****************************************/
/* Reset Tag Elements                    */
/*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*****************************************/
/* Main Page Elements                    */
/*****************************************/
body {
  color: #cbc9c9;
  font-family: "Times New Roman", Times, "Free Serif", serif;
  font-size: 10px;
  background: url(../images/maintable.jpg) #61724e;
}
#wrapper {
  width: 800px;
  margin: 0 auto;
  font-size: 2em;
}
a {
  color: #cbc9c9;
  text-decoration: none;
}
a:hover, a:active {
  color: #98bf91;
  text-decoration: underline;
}

#logo {
  height: 150px;
  width: 800px;
  background: url(../images/myjunglebanner.jpg) no-repeat center center;
  text-indent: -999em;
  overflow: hidden;
}

#birdbanner {
  height: 150px;
  width: 800px;
  background: url(../images/birdban.jpg) no-repeat center center;
}

#navigation {
  width: 790px;
  border: 2px solid #cbc9c9;
  background: url(../images/maintablea.jpg) #60714d;
  text-align: center;
  padding: 5px;
  font-size: .9em;
  color: #98bf91;
  margin: 15px 0;
}
#navigation .int {
  margin: 5px;
}
#navigation .int a {
  color: #cfedab;
}

#intro {
  width: 790px;
  border: 2px solid #cbc9c9;
  background: url(../images/maintablea.jpg) #60714d;
  text-align: center;
  padding: 5px;
  margin: 15px 0;
}
#intro h2 {
  margin: 5px;
}
#intro p {
  margin: 10px;
}
#intro a {
  color: #cfedab;
}

#directory {
  width: 790px;
  border: 2px solid #cbc9c9;
  background: url(../images/maintablea.jpg) #60714d;
  text-align: center;
  padding: 5px;
  margin: 15px 0;
}
#directory .pagination {
  padding: 10px;
}
#directory .pagination h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
#directory .listing {
  width: 550px;
  border: 5px solid #4b7b4b;
  border-right-color: #023202;
  border-bottom-color: #023202;
  margin: 10px auto;
  background-color: #123612;
  font-size: .9em;
}
#directory .listing h3 {
  text-align: center;
  font-size: 1.3em;
  border-bottom: 1px solid #4b7b4b;
  margin: 3px 0;
}
#directory .listing .breederimagebox {
  float: left;
  width: 170px;
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #4b7b4b;
  font-size: .9em;
  color: #cfedab;
}
#directory .listing p {
  float: right;
  width: 364px;
  padding: 5px;
  text-align: left;
}
#directory .listing .section {
  clear: both;
  border-top: 1px solid #4b7b4b;
  float: none;
  width: 100%;
  text-align: left;
}
#directory .listing .highlight {
  color: #cfedab;
}
#directory .listing .date {
  font-size: .8em;
}
#directory #birdnav {
  margin: 15px 0;
  color: #cfedab;
}
#directory #birdnav .int {
  margin: 10px 0;
}
#directory #birdnav .int a {
  color: #cfedab;
}

#subnav {
  width: 790px;
  border: 2px solid #cbc9c9;
  background: url(../images/maintablea.jpg) #60714d;
  text-align: center;
  padding: 5px;
  margin: 15px 0;
  font-size: .9em;
}
#subnav form {
  margin: 10px;
}

#footer {
  width: 790px;
  border: 2px solid #cbc9c9;
  background: url(../images/maintablea.jpg) #60714d;
  text-align: center;
  padding: 5px;
  margin: 15px 0;
  font-size: .7em;
}
