/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

/*body {
background-image: url(../image-files/asl-top-bkgd-grad.jpg);
background-position:center top;
background-repeat: repeat-x;
background-color: #D6D7DC;
padding: 0;
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 90%;
line-height: 160%;
}
*/

/*h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #67730B;
line-height: 140%;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 10px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align: center;
clear: both;
}

h2 {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
*/
blockquote {
margin: 12px 25px;
color: #666;
font-size: 100%;
line-height: 140%;
/*font-family: Verdana, Helvetica, Arial, sans-serif;
*/}

code {
color: navy;
}

/*img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}
*/

/* -- General Link Styling -- */

/*
a:link {
color: #67730B;
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: #F6941D;
text-decoration: underline;
}
*/
/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 1px solid #999; /* 2px solid #8f8fb3; dark sea blue, headlines and borders */
background-color:#FFF;
}

#Header {
position: relative;
height: 290px;
}

#StoreHeader {
position: relative;
height: 290px;
}

#BDirHeader {
position: relative;
height: 290px;
}

#GalleryHeader {
position: relative;
height: 290px;
}

#BelowHeader {
position: relative;
width: 100%;
/*height: auto;*/
padding: 0px 0px;
float: right;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 20px 205px 20px 205px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#ContentColumnGallery {
margin: 20px 20px 20px 20px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#BelowNavBackground {
	background-color:#fff;
	padding: 0 10px 10px 0;
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

/*#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #f0f5fb;
}
*/
.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#StoreHeader .Liner {
padding: 0;
}

#BDirHeader .Liner {
padding: 0;
}

#GalleryHeader .Liner {
padding: 0;
}

#BelowHeader .Liner {
padding: 0;
}

#ContentColumn .Liner {
padding: 0px;
}

/*#Footer .Liner {
margin: 0;
padding: 0;
}
*/


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 20px auto;
background-image: url();
background-repeat: none;
}

#Header {
background-image: url(../image-files/topbanner.jpg);
background-repeat: no-repeat;
background-color: 6981A9;
background-position: top left;
margin: 0px 0px;
}

#StoreHeader {
background-image: url(../image-files/topbannerstore.jpg);
background-repeat: no-repeat;
background-color: 6981A9;
background-position: top left;
margin: 0px 0px;
}

#BDirHeader {
background-image: url(../image-files/topbannerbdir.jpg);
background-repeat: no-repeat;
background-color: 6981A9;
background-position: top left;
margin: 0px 0px;
}

#GalleryHeader {
background-image: url(../image-files/topbannergallery.jpg);
background-repeat: no-repeat;
background-color: 6981A9;
background-position: top left;
margin: 0px 0px;
}

#HeaderAd {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 468px;
	height: 155px;
}

#HeaderAd img {
border: 0px;
}

#HeaderAd2 {
	position: absolute;
	top: 10px;
	left: 789px;
	width: 160px;
	height: 80px;
}

#HeaderAd2 img {
border: 0px;
}

#SearchBox {
position: absolute;
top: 250px;
right: 20px;
/*left: 650px;*/
/*float: right;*/
width: auto;
height: 25px;
display: inline;
/*margin: 5px 25px 5px 0;*/
background-color: transparent;
}

#BelowHeader {
background-image: url();
background-repeat: no-repeat;
background-color: #000;
margin: 0px 0px;
}

#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #ECECEC;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #FFF;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #fff;
}

/*#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #6981A9;
text-align: center;
}
*/
#NavColumn {
font-size: 90%;
color: #666;
}

/*#ExtraColumn {
font-size: 90%;
}*/

#NavColumn h4 {
font-size: 90%;
color: #666;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
/*color: #666;*/
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
padding: 0;
font-size: 110%;
color: #000;
/*border-bottom: 1px solid #fff;*/
margin: 2px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 0px;
margin: 0 0 0 0;
}

.Navigation li {
background-color: #fff;        /* E9ECF2 E8EADB ffc tan, for button and RSS box backgrounds -- */
border: 1px solid #6981A9;
margin-bottom: -1px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #666;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 6px;
text-decoration: none;
}

.Navigation a:visited {
color: #666;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 6px;
text-decoration: none;
}

.Navigation a:hover {
color: #FFF;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 6px;
background-color: #6981A9;   /* d3e4fb   light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
}

.Navigation a:active {
color: #fff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 6px;
background-color: #000;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
}

/* ------ Section 5 - Additional Navigation ------ */


/* -- Extra Default Nav (Right Column) -- */

.ExtraDefaultNav p {
font-size: 85%;
}

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 200px;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

/*#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 85%;
color:#666;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

#Footer .ExtraNav a:link {
color: #FFF;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

#Footer .ExtraNav a:visited {
color: #FFF;
text-decoration: none;
}

#Footer .ExtraNav a:hover {
color: #000;
background-color: transparent;
text-decoration: underline;
}
*/
/* ------ BelowHeader ------ */

#BelowHeader .ExtraNav {
margin: 0 20px 0 0;
float: right;
background-color: transparent;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 100%;
font-size: 85%;
color:#666;
}

#BelowHeader .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#BelowHeader .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

#BelowHeader .ExtraNav a:link {
color: #FC0;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

#BelowHeader .ExtraNav a:visited {
color: #FC0;
text-decoration: none;
}

#BelowHeader .ExtraNav a:hover {
color: #FC0;
text-decoration: underline;
background: transparent;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.HighlightBoxRightTextLeft {
background-color: #ffeea8;
background-image: url(../image-files/box-background-grad-5x200-2.jpg);
background-repeat: repeat-x;
border: 1px solid #ffcc00;
margin: 4px 0 12px 18px;
padding: 15px;
float: right;             /* adding float enables text to flow around it */
}

.HighlightBoxFullWidth {
background-color: #ffeea8;
background-image: url(../image-files/box-background-grad-5x200-2.jpg);
background-repeat: repeat-x;
border: 1px solid #ffcc00;
padding: 0 20px;
margin: 20px 0;
}

div.HighlightBoxRightTextLeft p {
margin: 12px 0 0 0;
font-size: 90%;
}

HighlightBoxRightTextLeft p {
padding: 0;
}

div.HighlightBoxRightTextLeft h1,
div.HighlightBoxRightTextLeft h2,
div.HighlightBoxRightTextLeft h3,
div.HighlightBoxRightTextLeft h4,
div.HighlightBoxRightTextLeft h5,
div.HighlightBoxRightTextLeft h6 {
margin: 0;
color: #6981A9;
}

.HighlightBoxRightTextCenter {
background-color: #ffeea8;
background-image: url(../image-files/box-background-grad-5x200-2.jpg);
background-repeat: repeat-x;
border: 1px solid #ffcc00;
margin: 4px 0 12px 18px;
padding: 15px;
float: right;             /* adding float enables text to flow around it */
}

div.HighlightBoxRightTextCenter p {
margin: 12px 0 0 0;
font-size: 90%;
text-align:center;
}

HighlightBoxRightTextCenter p {
padding: 0;
}

div.HighlightBoxRightTextCenter h1,
div.HighlightBoxRightTextCenter h2,
div.HighlightBoxRightTextCenter h3,
div.HighlightBoxRightTextCenter h4,
div.HighlightBoxRightTextCenter h5,
div.HighlightBoxRightTextCenter h6 {
margin: 0;
color: #6981A9;
text-align:center;
}


.SectionBox {
background-color: #e8eadb; /*D9DCC2 E2DACE F7EDDB D9DFE9 F1DAA4*/
width: 100%;
border: 1px solid #D9DCC2; /*B3B985 C6B59E F0DBB7 B4C0D4*/
background-image: url(../image-files/box-background-grad-5x200.jpg);
background-repeat: repeat-x;
margin: 0 0 20px 0;
padding: 0;
color: 333;
clear:both;
}

.SectionBox .Liner {
	margin: 0 15px;
}

div.SectionBox h1,
div.SectionBox h2 {
margin: .5em 0 0 0;
color: #111;/*8D6B3D*/
}

div.SectionBox h3,
div.SectionBox h4,
div.SectionBox h5,
div.SectionBox h6 {
margin: 1em auto -.7em auto;
color: #111;
}


div.SectionBox img {
margin: 4px 0 20px 20px;
border: 1px solid #FFF;
float: right;
}

div.SectionBox .PhotoCredit {
text-align: right;
font-size: 70%;
font-weight: normal;
color: #666;
display: block;
line-height: 100%;
margin-bottom:10px;
margin-top: 1px;	
}

div.SectionBox h3 a {
text-decoration: none;
color: #111;
}

/*div.SectionBox a {
text-decoration: underline;
color: #67730B;
}*/

/*div.SectionBox a:visited {
text-decoration: underline;
color: purple;
}*/

div.SectionBox h3 a:hover {
text-decoration: underline;
color: #F6941D;
}


.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxLeftTop, .AdSenseBoxLeftBottom, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 0;
background-color: #fff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxLeftTop {
margin: 18px 18px 25px 18px;
float: left;
}

.AdSenseBoxLeftBottom {
margin: 0 18px 20px 18px;
float: left;
}


.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 20px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #6981A9;
border-bottom: 1px solid #6981A9;
margin: 35px auto 35px auto;
padding: 4px;
}

/* Find Us On Facebook Icon*/
.FacebookIcon {
margin: 15px 8px;
}

.FacebookComment {
	margin: 0 auto 30px auto;
	width:550px;
}

.ShareThis {
padding: 5px 15px;
margin-bottom: 15px;
background-color: #ECECEC;
}

/* -- RSS Box -- */

#RSSbox {
width: 160px;
background-color: #fff;
/*border: 1px solid #8f8fb3;*/
margin: 0;
padding: 20px 10px 0 10px;
font-size: 100%;
/*font-weight: bold;*/
color: #1d487e;
line-height: 120%;
text-align: left;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
text-align: left;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.CaptionCenter {
font-size: 85%;
font-weight: bold;
text-align: center;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.Caption2 {
font-size: 85%;
font-weight: bold;
text-align: left;
color: #999;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.CaptionDogName {
color: #C00;
}

.PinterestIcon {
	float: left;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 20px;
}

.PhotoCreditPinterest {
text-align: right;
font-size: 70%;
font-weight: normal;
color: #666;
display: block;
line-height: 100%;
margin: 1px 0 20px 0 !important;
}


.PhotoCredit {
text-align: right;
font-size: 70%;
font-weight: normal;
color: #666;
display: block;
line-height: 100%;
margin-bottom:10px;
margin-top: 1px;
}

.HorRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D7DC;
	display:block;
	margin: 20px 0;
}

.TextBold {
	font-weight: bold;
}

.TextHighlighter {
	background-color: #FFC;
}

.TextRed {
	color: #900;
}

.TextRedBold {
	color: #900;
	font-weight: bold;
}

.TextGray {
	color: #666;
}

.TextGrayBold {
	color: #666;
	font-weight: bold;
}

.TextByLine {
	color: #666;
}

.TextByLineBold {
	color: #666;
	font-weight: bold;
}

.Indent1 {
	margin-left: 25px;
}

.Indent2 {
	margin-left: 50px;
}

.Indent3 {
	margin-left: 75px;
}

h1.AltColorHeadline,
h2.AltColorHeadline,
h3.AltColorHeadline,
h4.AltColorHeadline,
h5.AltColorHeadline,
h6.AltColorHeadline {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
background-color: transparent;
color: #6981A9;/*8D6B3D 6981A9*/
line-height: 140%;
margin-top: 24px;
}


.ArticleIndex {
background-color: #e8eadb; /*D9DCC2 E2DACE F7EDDB D9DFE9 F1DAA4*/
width: auto;
border: 1px solid #D9DCC2; /*B3B985 C6B59E F0DBB7 B4C0D4*/
background-image: url(../image-files/box-background-grad-5x200.jpg);
background-repeat: repeat-x;
margin: 1em 0;
padding: 0 20px 5px 20px;
color: black;
clear:both;
}

.ArticleIndex p {
	color:#000;
}

.ArticleIndex a {
	font-weight:bold;
}

div.ArticleIndex h1,
div.ArticleIndex h2 {
margin: .5em 0 0 0;
color: #67730B;/*8D6B3D*/
}

div.ArticleIndex h3,
div.ArticleIndex h4,
div.ArticleIndex h5,
div.ArticleIndex h6 {
margin: 1em auto auto auto;
color: #6981A9;
}


.ArticleIndex img  {
margin: 4px 0 20px 20px;
border: 1px solid #FFF;
float: right;
}



div.RelatedArticles {
margin: 0 0 0 50px;
line-height: 130%;
}

.RelatedArticles h3 {
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
color:#000;
font-size: 100%;
}

.RelatedArticles p {
font-weight: normal;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 20px;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 20px 12px 0;
text-align: center;
}


/* ------ Section 8 - Custom ------ */

/*#BelowHeader p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 80%;
color: #CCC;
text-decoration: none;
}*/

/*.BelowHeaderLeft {
	color: yellow;
	margin: 0 0 0 20px;
}*/

.EbookAdBottom {
	margin: 20px auto;
}

.EbookAdBottom img {
	border: none;
}

/*#Footer img {
	border: 0;
}

.FooterLegalTxt {
text-align: center;
font-size: 80%;
font-weight: normal;
color: #fff;
display: block;
line-height: 130%;
margin-bottom:10px;
}

.FooterLegalTxt a {
text-align: center;
text-decoration: underline;
font-weight: normal;
color: #fff;
line-height: 130%;
margin-bottom:10px;
}

.FooterLegalTxt a:visited {
color: #fff;
text-decoration: none;
}

.FooterLegalTxt a:hover {
color: #000;
text-decoration: underline;
}
*/
.NewsletterForm {
	text-align: center;
	margin: 0 auto 20px auto;
}

.NewsletterForm form {
	text-size: 85%;
	text-weight: bold;
	margin: 0;
}

.NewsletterForm img {
	border: none;
	margin: 0;
}

.NewsletterForm h2 {
	margin: 5px;
color: #6981A9;/*8D6B3D 6981A9*/
}

.Quote p {
	font-size: 120%;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D7DC;
	/*display:block;*/
	padding: 0 0 15px 0;
	margin: 20px 0;
}

.QuoteAttrib {
font-size: 110%;
font-family: Georgia, "Times New Roman", Times, serif;
color:#999;
text-weight: bold;
font-style:italic;
margin-left: 25px;
}

.NewsletterLegalTxt {
text-align: center;
font-size: 70%;
font-weight: normal;
color: #999;
line-height: 130%;
margin-bottom:10px;
}

.ReadersAussies {	
line-height: 130%;
color: #666;
}

.ReadersAussies a {	
line-height: 130%;
font-size: 85%;
color: #999;
/*margin-bottom:.5em;*/
}

.ReadersAussies p {
font-size: 85%;
}

.ReadersAussiesDogName {
color: #900;
font-weight: bold;
}

.AlphabetHeaders {
	font-size:1.5em;
	font-weight:bold;
	color:#900;
}
/* ------ Section 9 - ADS ------ */

#AdsBelowNavigation {
background-image: url();
background-repeat: no-repeat;
/*background-color: #fff;*/
width: 160px;
margin: 0;
padding: 0 10px 10px 10px;
font-size: 100%;
}

#AdsExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #fff;
width: 160px;
margin: 0;
padding: 0;
font-size: 100%;
}

.Andertoons {
background-image: url();
background-repeat: no-repeat;
background-color: #fff;
width: 148px;
margin: 0 0 15px 0;
padding: 5px;
font-size: 100%;
border: 1px solid #6981A9;
}


/* ------ Section 10 - PAGINATION ------ */

.PaginationWrapper {
padding: 0;
/*background-color: #transparent;*/
}

.Pagination {
padding: 5px 0px 10px 0px;
}

.PaginationPageNumber {
font-weight:bold;
color: #000;
}

.Pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align Pagination interface*/
font-size: 85%;
}

.Pagination li {
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.Pagination a, .Pagination a:visited {
padding: 3px 7px;
border: 1px solid #D6D7DC;
text-decoration: none; 
color: #67730B;
}

.Pagination a:hover, .Pagination a:active {
border: 1px solid #6981A9;
color: #000;
background-color: #ffeea8;
}

.Pagination a.currentpage {
background-color: #6981A9;
color: #FFF !important;
border-color: #2b66a5;
font-weight: normal;
cursor: default;
}

.Pagination a.disablelink, .Pagination a.disablelink:hover {
background-color: transparent;
cursor: default;
color: #D6D7DC;
border-color: #D6D7DC;
font-weight: normal !important;
}

.Pagination a.prevnext {
font-weight: normal;
}

div.PaginationIndex {
margin: 0 0 10px 0;
line-height: 130%;
}

.PaginationIndex h3 {
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
color:#000;
font-size: 100%;
}

.PaginationIndex p {
font-weight: normal;
}

.PaginationIndex a.disablelink, .PaginationIndex a.disablelink:hover{
background-color: transparent;
cursor: default;
color: #929292;
border-color: #D6D7DC;
text-decoration: none;
font-weight: normal !important;
}

/* ------ Section 11 - BLOG-IT ------ */

.blogItItem {
margin:18px 0;
border-bottom:1px solid #ccc;
}

.blogItItem .blogItReadMore {
clear: both;
}

/* ------ Section 12 BREEDER DIRECTORY ------ */

.birthAnnBkgd {
	background-color: #FFFFCC;
	padding: 15px;
	text-align: left;
}

.birthAnnHed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #CC0000;
}

.birthAnnBod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 16px;
}
.bd3Desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}
.bd1Hed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
.bd2Name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.bd4Pipe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
.bdBkgrdBox {
	background-color: #f1ede8;
	padding: 15px;
}
.bdBkgrdBoxFree {
	background-color: #CCC;
	padding: 15px;
}
.bdUpdateListingBox {
	background-color: #999;
	padding: 15px;
}
.bdRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
.txtMedWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}
.txtMedGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
.txtSmGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 13px;
}
.txtRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #CC0000;
}
.pullQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #599312;
}
.ebookBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.ebookBodyRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #990000;
}
.ebookBodyGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.ebookBodyBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #455882;
}
.LP-h1RedSanSerif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	color: #990000;
}
.LP-h2RedSanSerif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #990000;
}
.LP-h3RedSanSeri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #990000;
}
.LP-h1ffbBlueSanSerif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	color: #5f799e;
}
.LP-h1BlackSanSerif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	color: #000000;
}
.LP-h2ffbBlueSanSerif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #5f799e;
}
.LP-h3ffbBlueSanSeri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #5f799e;
}
.ebookBodyffbBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #5f799e;
}
.sampleLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}
.h2Black {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
}
.h3Black {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}

.h3SubHead {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #5f799e;
	text-align: center;
	clear: both;
}

/* ------ BUTTON ------ */

._button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 11px 22px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   display:block;
   }
._button:link {
	color:white;
	text-decoration:none;
}
._button:visited {
	color:white;
	text-decoration:none;
}
._button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
._button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


/* ------ DEAL ALERTS TABLE ------ */

.DealAlerts {
	padding: 0 10px 0 10px;
	font-size: 90%;
	line-height: 140%;
}

.DealAlertsShopLink {
	float:right;
	padding: 0 0 10px 0;
}

.DealAlertsTextBlack {
	color: #000;
}

.DealAlertsTextRed {
	color: #CC0000;
}

.DealAlertsTextBlackBold {
	font-weight: bold;
	color: #000;
}

.DealAlertsTextRedBold {
	font-weight: bold;
	color: #CC0000;
}
