@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #feefe3;
	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: #663300;
}
#sidebar2 ul {
	padding-left: 50px;
	margin-left: 30px;
}


.thrColFixHdr #container {
	width: 1024px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fd7201;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat;
} 

/*Header CSS*/

.thrColFixHdr #header {
	background-image: url(../images/header.jpg);
	height: 194px;
} 

#header a:hover {
	color: #774D25;
	font-style: italic;
	text-decoration: underline;
}
#header .info {
	color: #FFFFFF;
	float: right;
	width: 300px;
	padding: 30px 0px 0px 0px;
	font-size:10px;
}

#header a:visited {
	font-weight: bold;
	color: #7C5035;
	text-decoration:none;
}

#header a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#header p {
	color: #FFFFFF;
	margin: 0px;
}

#header .navigation {
	text-align: right;
	padding: 35px 10px 0px 0px;
	float: left;
	width: 700px;
}


/*Sidebar1 CSS*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px;
	padding: 0px;
}

#sidebar1_content a:link {
	color: #774D25;
	text-decoration: none;
	font-weight:bold;
}
#sidebar1_content a:hover {
	color: #ff6600;
	text-decoration: none;
	font-style:italic;
}
#sidebar1_content a:visited {
	color: #7f4400;
	text-decoration:none;
	font-style:normal;
}

#sidebar1_content a:active {
	color: #774D25;
	text-decoration: none;
	font-weight:bold;
}

#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #774D25;
	border-bottom: thin solid #d7b998;
	border-top: thin solid #d7b998;
	margin: 0px;
}
#sidebar1_content {
	padding: 5px;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #774D25;
	margin: 0px;
	padding: 0px;
}

#sidebar1 .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
background: transparent url(../images/box.png) no-repeat bottom right; 
}
#sidebar1 .cssbox {
	width: 185px !important; /* intended total box width - padding-right(next) */
	width: 185px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} 

/* set the top-right image */ 
#sidebar1 .cssbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 15px; /* right-image-gap + right-inside padding */
} 
/* set the top-left image */ 
#sidebar1 .cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 10px 0px 15px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: medium dotted #FFFFFF;
} 

/* set the lower-left corner image */ 
#sidebar1 .cssbox_body {
	background-position: bottom left;
	margin-right: 1px; /* interior-padding right */
	padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */
} 

#sidebar1 .cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { 
background: transparent url(../images/box2.png) no-repeat bottom right; 
}
#sidebar1 .cssbox2 {
	width: 185px !important; /* intended total box width - padding-right(next) */
	width: 185px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} 

/* set the top-right image */ 
#sidebar1 .cssbox_head2 {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 15px; /* right-image-gap + right-inside padding */
} 
/* set the top-left image */ 
#sidebar1 .cssbox_head2 h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 10px 0px 15px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7f4400;
	border-bottom: medium dotted #7f4400;
} 

/* set the lower-left corner image */ 
#sidebar1 .cssbox_body2 {
	background-position: bottom left;
	margin-right: 1px; /* interior-padding right */
	padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */
} 



/*sidebar2*/

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
}
#sidebar2  p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#sidebar2 a:link {
	font-style: italic;
	font-weight:bold;
	color: #774D25;
	text-decoration: none;
	font-size: 12px;
}
#sidebar2 a:hover {
	color: #906F4F;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar2 a:visited {
	font-weight: bold;
	color: #C69C6C;
	text-decoration:none;
	
}
#sidebar2 .cssbox2 .cssbox_body2 img {
	border: thin solid #7F4400;
}


#sidebar2 form {
	margin: 2px 2px 0 2px;
  }
#sidebar2 table {

  }
#sidebar2 .mediumbox {
	width: 35px;
  }
#sidebar2 .widebox {
	width: 35px;
  }
#sidebar2 textarea {
	width: 225px;
	height: 200px;
  }
#sidebar2, .warning, .radioLabel {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
#sidebar2 td.centered {
  text-align: center;
  }
#sidebar2 #striped td {
  padding: 2px 10px 2px 0;
  vertical-align: top;
  }
/* This gives odd-numbered rows a pale gray background
#striped tr {
  background-color:#eee;
  }
*/
#sidebar2 #striped tr.hilite {
  background-color:#E8F2F8;
  }


/* set the image to use and establish the lower-right position */ 
#sidebar2 .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
background: transparent url(../images/box.png) no-repeat bottom right; 
}
#sidebar2 .cssbox {
	width: 150px !important; /* intended total box width - padding-right(next) */
	width: 150px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} 

/* set the top-right image */ 
#sidebar2 .cssbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 15px; /* right-image-gap + right-inside padding */
} 
/* set the top-left image */ 
#sidebar2 .cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 10px 0px 15px 5px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: medium dotted #FFFFFF;
} 

/* set the lower-left corner image */ 
#sidebar2 .cssbox_body {
	background-position: bottom left;
	margin-right: 1px; /* interior-padding right */
	padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */
} 
#sidebar2 .cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { 
background: transparent url(../images/box2.png) no-repeat bottom right; 
}
#sidebar2 .cssbox2 {
	width: 150px !important; /* intended total box width - padding-right(next) */
	width: 150px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} 

/* set the top-right image */ 
#sidebar2 .cssbox_head2 {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 15px; /* right-image-gap + right-inside padding */
} 
/* set the top-left image */ 
#sidebar2 .cssbox_head2 h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 10px 0px 15px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7f4400;
	border-bottom: medium dotted #7f4400;
} 

/* set the lower-left corner image */ 
#sidebar2 .cssbox_body2 {
	background-position: bottom left;
	margin-right: 1px; /* interior-padding right */
	padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */
} 


#sidebar2 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	border-bottom: thin solid #D7B998;
}


.feedburnerFeedBlock {margin:2px;}
    .feedburnerFeedBlock ul {
	list-style:none;
	margin:0;
	padding:0;
	color: #663300;
}
    .feedburnerFeedBlock li {margin: 10px 0; padding:0;}
    .feedTitle {
	margin:5px 0;
	font-size:1.3em;
	color: #663300;
}
    .feedTitle a{
	font-weight:bold;
	text-decoration:none;
	color: #333333;
}
    .feedTitle a:hover {text-decoration:underline;}
    .headline {
	font-weight:bold;
	color: #663300;
}
    .headline a {text-decoration:none;}
    .headline a:hover {text-decoration:underline;}
    .date {
	margin:0;
	font-style:italic;
	color: #FFFFFF;
}
    #creditfooter {margin-top:10px;}

/*main content*/

.thrColFixHdr #mainContent {
	margin: 0px 210px 0px 215px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
} 
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom: medium dotted #D7B998;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	margin: 0px;
}
#mainContent p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 18px;
}


#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: medium dotted #663300;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-color: #663300;
	border-right-color: #663300;
	border-left-color: #663300;
	margin: 0px;
	padding-top: 10px;
	line-height: 20px;
}

#mainContent a:link {
	font-style: italic;
	color: #774D25;
	text-decoration: none;
}
#mainContent a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #cc0000;
	text-decoration:none;
	
}

#mainContent .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
background: transparent url(../images/box.png) no-repeat bottom right; 
}
#mainContent .cssbox {
	width: 450px !important; /* intended total box width - padding-right(next) */
	width: 450px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} 

/* set the top-right image */ 
#mainContent .cssbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 15px; /* right-image-gap + right-inside padding */
} 
/* set the top-left image */ 
#mainContent .cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 25px 0px 15px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C4F30;
	border-bottom: medium dotted #A67C52;
} 

/* set the lower-left corner image */ 
#mainContent .cssbox_body {
	background-position: bottom left;
	margin-right: 1px; /* interior-padding right */
	padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */
} 

#mainContent .cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { 
background: transparent url(../images/box2.png) no-repeat bottom right; 
}
#mainContent .cssbox2 {
	width: 450px !important; /* intended total box width - padding-right(next) */
	width: 450px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} 

/* set the top-right image */ 
#mainContent .cssbox_head2 {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 15px; /* right-image-gap + right-inside padding */
} 
/* set the top-left image */ 
#mainContent .cssbox_head2 h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 25px 0px 15px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C4F30;
	border-bottom: medium dotted #A67C52;
} 

/* set the lower-left corner image */ 
#mainContent .cssbox_body2 {
	background-position: bottom left;
	margin-right: 1px; /* interior-padding right */
	padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */
} 
#mainContent img {
	border: thin solid #7F4400;
}



/*footer */
#footer {
	background: #734B23;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
} 
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#footer_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 20px;
}
#footer_content a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer_content a:hover {
	color: #A58971;
	text-decoration: underline;
	font-style: italic;
}
#footer_content a:visited {
	font-style: italic;
	color: #ff6600;
	text-decoration: none;
}


/*Floats CSS*/
.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: 8px;
}
.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;
}

.small_text {
	font-size: 9px;
}

.warning {
	color: #FF0000;
}

#maincontent form {
	margin: 10px 25px 0 50px;
  }
#maincontent table {

  }
#maincontent .mediumbox {
	width: 250px;
  }
#maincontent .widebox {
	width: 400px;
  }
#maincontent textarea {
	width: 400px;
	height: 300px;
  }
#mainContent #adoptee {
	margin: 10px 25px 0 15px;
}
#mainContent #adoptee #adoptName, #adoptEmail, #adoptAddress, #adoptPhone, #adoptCity, #recName, #recAddress, #recCity {
	width: 300px;
}
.thrColFixHdr #container #wrapper #mainContent #adoptee #message {
	height: 150px;
	width: 400px;
}


#maincontent label, .warning, .radioLabel {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
#maincontent td.centered {
  text-align: center;
  }
#maincontent #striped td {
  padding: 2px 10px 2px 0;
  vertical-align: top;
  }
/* This gives odd-numbered rows a pale gray background
#striped tr {
  background-color:#eee;
  }
*/
#maincontent #striped tr.hilite {
  background-color:#E8F2F8;
  }
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
#sidebar2 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #774D25;
	border-bottom: thin dotted #C69C6C;
}
#sidebar2 h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 0px;
}
#mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
#pictureWrapper {
	width: 250px;
	float: right;
	text-align: center;
	font-weight: bold;
	margin: 10px 20px 10px 0px;
}
#pictureWrapper p {
	margin: 0px;
	padding: 0px;
}
#mainpic {
	float: none;
}
#mainpic img {
	margin: -8px 8px 8px -8px;
}
#thumbnails {
	width: 100px;
	float: left;
}
#thumbnails img {
	margin: 0px 2px;
	border: none;
}
#thumbnails table {
	margin: 0px 5px;
}
.auction {
	padding: 5px;
	float: left;
	width: 225px;
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat;
}
