/***********************************************/
/* Autumn-Argus Farm  www.autumn-argus.com     */
/* Copyright 2012 - All Rights Reserved        */
/* hh-section.css                              */
/* Style Sheet for Farm pages                  */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	background: #2E642E;
	font-size:90%;
	text-align:center;
}

#fixed {
   	margin:0 auto;
   	width:950px;  /* you can use px, em or % - also I do not care about 800x600 resolutions */
   	text-align:left;
}

#belt {
	overflow: hidden;
	border-top:1px solid #000;
}
	
#belt img {
	padding-left:3px;
	padding-right:3px;
}

a:link, a:visited {
	color: #015101;
	text-decoration: underline;
}

a:hover {
	background: #D6DDD6;
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#signaturepic img {
	display:block;
	padding-top:20px;
	border: 0;
	margin: 0px;
}

/* Header styles */

#top {                    /* header background color */
	background: #2E642E;
}

#header {
	background-image:url(farmname_hh.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0px 0px 0px 0px;
	padding:125px 0px 0px 0px;
}

#header {
	border-bottom:1px solid #000;
}

#header h1 span, #header h2 span, #header h3 span {
	display: none;	
}

/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#DEBEF7;
	border-top:1px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
	font-size: 80%;
	color:#000;
}

#layoutdims img {
	padding: 0px 7px 0px 6px;
}

/* column container */

.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

.colmask img {
	margin:10px 0 5px;
}

/* common column settings */

.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
	background:#D6DDD6;		/* right column background color */
}

.threecol .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#FDECCE;    	/* Center column background color */
}

.threecol .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#D6DDD6;    	/* Left column background color */
}

.threecol .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Center column bottom padding. Leave it out if it's zero */
}

.threecol .col1 {
        margin:0 215px;     	/* Center column side padding:
                            	Left padding = left column width + center column left padding width
                            	Right padding = right column width + center column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
}

.threecol .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
}

.threecol .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
}

/* Page title goes here and not displayed if using style sheet */

#hh-home {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#hh-home span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_home_hh.jpg) top center no-repeat;
}

#hh-adoption {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#hh-adoption span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_adoption_hh.jpg) top center no-repeat;
}

#hh-aboutus {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#hh-aboutus span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_aboutus_hh.jpg) top center no-repeat;
}

#hh-privacy {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#hh-privacy span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_privacy_hh.jpg) top center no-repeat;
}

#hh-sitemap {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#hh-sitemap span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_sitemap_hh.jpg) top center no-repeat;
}

#hh-banners {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#hh-banners span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_banners_hh.jpg) top center no-repeat;
}


/* .offering styles */

.offering{
	clear: both;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #999999;
}

.offering img{
	padding: 0px 5px 5px 5px;
}

.story {
	float: right;
	padding: 5px 0px 5px 10px;
	border: 0;
}

.leftsidebreaks{
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
}

.leftsidetextbreaks {
	color: #000;
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.leftsidetextbreaks img{
	float: left;
	margin: 0;	
	padding: 5px 5px 0px 0px;
}

.leftsidetextbreaks a:link, .leftsidetextbreaks a:visited {
	color: #015101;
	text-decoration: underline;
}

.leftsidetextbreaks a:hover{
	background: #DEBEF7;
	color: #000;
	text-decoration: none;
}

.rightsidebreaks{
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.rightsidebreaks img{
	float: left;
	margin: 0;	
	padding: 5px 5px 0px 0px;
}

.image_links{
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.image_links img{
	margin-left:auto; /* Warning left and right column images 160 width */
	margin-right:auto;
	border: 0;
	display:block;
	padding: 10px 0px 10px 0px;
}

.image_links_b{
	clear: both;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.image_links_b img{
	margin-left:auto; /* Warning left and right column images 160 width */
	margin-right:auto;
	border: 0;
	display:block;
	padding: 10px 0px 10px 0px;
}

.smallfont {
	font-size: 90%;
}

.smallestfont {
	font-size: 85%;
}

.headliner2{
	color: #015101;
	font-weight: bold;
}

.headliner3{
	color: #9E6B05;
	font-weight: bold;
}

.backtotop{
	font-size: 75%;
	text-align: center;
}

.threecol .col1  p:first-letter {
	font-weight: bold;
}

/* Sale Gallery in Offerings */

.salegallery {
	clear: both;
	width: 380px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 7px 2px 11px;
	background-color: #DEBEF7;
	border: 2px solid #D6DDD6;	
}

.salethumbnails {
	margin-left: auto;
	margin-right: auto;
	width: 380px;
}
	
.salethumbnailrow {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.salethumbnailrow a:hover {
	background-color: #DEBEF7;
}
	
.salethumbnails img {
	background-color: #DEBEF7;
}
	
.salethumbnails a img {
	border: 1px solid #D6DDD6;
	padding: 7px;
}
		
.salethumbnails a:hover img {
	border: 1px solid #FFFFFF;
}

/* End of Sale Gallery */

/* Photo Gallery */

.photogallery {
	clear: both;
	width: 570px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 7px 2px 11px;
	background-color: #DEBEF7;
	border: 2px solid #D6DDD6;	
}

.photothumbnails {
	margin-left: auto;
	margin-right: auto;
	width: 570px;
}
	
.photothumbnailrow {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.photothumbnailrow a:hover {
	background-color: #DEBEF7;
}
	
.photothumbnails img {
	background-color: #DEBEF7;
}
	
.photothumbnails a img {
	border: 1px solid #D6DDD6;
	padding: 7px;
}
		
.photothumbnails a:hover img {
	border: 1px solid #FFFFFF;
}

/* End of Photo Gallery */

/* Sires and Queens Pictures in Offerings */

.catgallery {
	clear: both;
	width: 145px;
	margin: 22px 0px 10px 10px;
	padding: 0px 7px 2px 11px;
	background-color: #DEBEF7;
	border: 2px solid #D6DDD6;
	float:right;	
}

.catthumbnails {
	margin-left: auto;
	margin-right: auto;
	width: 145px;
}
	
.catthumbnailrow {
	width: 145px;
	margin-left: auto;
	margin-right: auto;
}

.catthumbnailrow a:hover {
	background-color: #DEBEF7;
}
	
.catthumbnails img {
	background-color: #DEBEF7;
}
	
.catthumbnails a img {
	border: 1px solid #D6DDD6;
	padding: 7px;
}
		
.catthumbnails a:hover img {
	border: 1px solid #FFFFFF;
}

/* End of Sires and Queens Pictures */

.centerit {
	text-align:center;
}

.centerpic {
	margin-left:auto; /* Warning left and right column images 160 width */
	margin-right:auto;
}

.sharingthis {		/* This is for the ShareThis on the left column */
	padding: 10px 0px 5px 10px;
}

.mutesmall{
	font-size: 90%;
	color: #666666;
	text-align: center;
}

/* Site and Contact Info styles */

.linkpage{
	clear: both;
	font-size: 95%;
	color: #000;
	padding: 0px 5px 10px 5px;
	margin-top: 0px;
}

.linkpage a:hover {
	background:#FDECCE;
}

.linkpage img{
	padding: 5px 0px 5px 0px;
	border: 0px;
}

.linkpage ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;
	padding-right: 40px;	
}

#adoptpayinfo{
	clear: both;
	font-size: 95%;
	color: #000;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}

#adoptpayinfo a:hover {
	background:#FDECCE;
}

#adoptpayinfo img{
	padding: 5px 0px 5px 5px;
	border: 0px;
}

#adoptpayinfo ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;	
}

#payinfo{
	clear: both;
	font-size: 95%;
	color: #000;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}

#payinfo a:hover {
	background:#FDECCE;
}

#payinfo img{
	padding: 5px 0px 5px 5px;
	border: 0px;
}

#payinfo ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;	
}

/* Site and Contact Info styles */

#contactinfo{
	clear: both;
	font-size: 95%;
	color: #000;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}

#contactinfo img{
	padding: 5px 0px 5px 5px;
	border: 0px;
}

#contactinfo ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;	
}

#siteinfo{
	clear: both;
	font-size: 95%;
	color: #000;
	margin-top: 0px;
}

#siteinfo a:hover {
	background:#FDECCE;
}

#siteinfo img{
	padding: 0px 0px 0px 5px;
	border: 0px;
}

#siteinfo ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;	
}

#banners{
	clear: both;
	font-size: 95%;
	color: #000;
	margin-top: 0px;
	border-bottom: 1px solid #999999;
}

#banners a:hover {
	background:#FDECCE;
}

#banners img{
	padding: 0px 0px 0px 5px;
	border: 0px;
}

#banners ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;	
}

/* Footer styles */

#footer {
	clear: both;
	text-align: center;
   	width: 950px;  /* you can use px, em or % - also I do not care about 800x600 resolutions */
	background: #DEBEF7;
	border-top: 1px solid #000;
	font-size: 80%;
	color: #000;
	padding: 6px 0px 2px 0px;
}

#footer img {
	padding: 0px 7px 0px 6px;
}

.footershare {
	font-size: 115%;
	word-spacing: normal;
}

/* #navBar link styles */

#navBar ul a:link, #navbar ul a:hover, #navBar ul a:visited {color: #015101;display: block; text-decoration: none;}
#navBar ul a:hover{color: #000000;display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBar li {border-bottom: 1px solid #9E6B05 */
#navBar li{border-bottom: 1px solid #9E6B05;}

/* fix for browsers that don't need the hack */
HTML>body #navBar li {border-bottom: none;}

.col3 {
	color: #000;
}

.col3 a:link, .col3 a:visited {
	color: #015101;
	text-decoration: underline;
}

.col3 a:hover{
	background: #DEBEF7;
	color: #000;
	text-decoration: none;
}

/* #sectionLinks styles */

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#sectionLinks h2{
	padding: 0px 0px 2px 0px;
	color: #000;
}

#sectionLinks a{
	font-size: 100%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 0px;
	background-color: #DEBEF7;
}

/* #siteLinks styles */

#siteLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#siteLinks h3{
	padding: 0px 0px 2px 0px;
	color: #000;
}

#siteLinks a{
	font-size: 100%;
}

#siteLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	width: auto;
}

#siteLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#siteLinks a:hover{
	padding: 2px 0px 2px 0px;
	background-color: #DEBEF7;
}
#bigwindow{
	font-size: 90%;
	padding: 10px 0px 5px 0px;
}

#bigwindow p{
	padding: 0px 10px 0px 10px;
	color: #000;
}

#bigwindow img{
	border: 0;
}

.socialbadges{
	font-size: 75%;
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

.socialbadges img{
	border: 0;
	padding: 2px 0px 0px 0px;
}

.socialbadges_b{
	font-size: 75%;
	clear: both;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

.socialbadges_b img{
	border: 0;
	padding: 2px 0px 0px 0px;
}

.linkshare {
	float: left;
}

/************** .newletter styles ***************/

#newsletter {
	width: 510px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #003300;	
	border-left: 1px solid #003300;	
}

#newsletter_month {
	background-color: #2E642E;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #FDECCE;
	text-align: center;
	border-top: 1px solid #003300;	
	border-bottom: 1px solid #003300;	
}

#newsletter_sections {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 90%;
	text-align: left;
}

#newsletter_us {
	background:url(birdies_sm.gif) top left no-repeat;
	position: absolute;
	width: 250px;
	margin-left: 0px;
	padding: 10px 0px 10px 0px;
	z-index: 1;
}

#newsletter_rem {
	position: absolute;
	width: 260px;
	margin-left: 245px;
	padding: 10px 10px 10px 10px;
}

#newsletter_footer {
	background-image: url(newsletters/vegas.jpg); 
	background-color: #003300;
	border-bottom: 1px solid #003300;
	border-top: 1px solid #003300;
	margin: 155px 0px 0px 0px;
	padding: 20px 5px 0px 5px;
	height: 400px;
}

#newsletter_sections h3{
	padding: 0px 10px 0px 10px;
}

#newsletter_sections p{
	padding: 0px 10px 0px 10px;
}

#newsletter_sections img{
	padding: 0px 10px 0px 10px;
	margin-top: 5px;
	border: 0px;
}

#newsletter_sections label {
	padding: 0px 5px 0px 20px;
	color: #003300;
	font-size: 90%;
}

.newsletter_dividerspurple {
	border-bottom: 1px solid #003300;	
	border-top: 1px solid #003300;
	background-color: #663399;
}

.newsletter_dividerspurple h3{
	color: #FFFFFF;
}

.newsletter_dividersgold {
	border-bottom: 1px solid #003300;	
	border-top: 1px solid #003300;
	background-color: #996600;
}

.newsletter_dividersgold h3{
	color: #FFFFFF;
}

.newsletter_dividersred {
	border-bottom: 1px solid #003300;	
	border-top: 1px solid #003300;
	background-color: #660000;
}

.newsletter_dividersred h3{
	color: #FFFFFF;
}

.newsletter_contentdividers {
	border-bottom: 1px solid #003300;
	padding: 10px 0px 5px 0px;
}

.newsletter_contentlast {
	padding: 10px 0px 5px 0px;
}

.newsletter_leftimages {
	float: left;
}

.newsletter_rightimages {
	float: right;
}

.newsletter_thumbs {
	clear: both;
	float: none;
	padding: 3px;
}

#sitemap {
	font-size: 85%;
}
