/*
green: 4b6b60
ochre: a75a40
sand: ffffe3
aqua: e5ebb5
sky: a6eb91
*/

body {
/*
	background: #4b6b60;
	color: #333;
*/
}

a {
/*
	color: #4b6b60;
*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.cdca-banner {
	text-align: right;
	margin-bottom: 20px;
/*
	color: #ffffe3;
	background: #a75a40;
*/
	background: #f8f9fa;
}
.cdca-banner a {
/*
	color: #ffffe3;
*/
}

.cdca-nav,
.cdca-nav nav,
.cdca-nav .dropdown-menu,
.navbar,
.navbar-toggler {
/*
	background-color: #ffffe3 !important;
*/
}
.navbar {
	background-color: #e3f2fd;
}

.fp4 {
	font-size: 2.0rem;
}
.fp3 {
	font-size: 1.5rem;
}
.fp2 {
	font-size: 1.25rem;
}
.fp1 {
	font-size: 1.12rem;
}
.fl1 {
	font-size: .9rem !important;
}
.fl2 {
	font-size: .8rem;
}
.fl3 {
	font-size: .7rem;
}

h1,
h2,
h3,
h4 {
	font-family: Georgia, serif;
	font-weight: normal;
}
h2 small {
	font-size: 1rem;
}
p {
	overflow: hidden;
	padding-top: 0;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}

.it {
	font-style: italic;
}

.cdca-main {
/*
	background-color: #ffffe3;
*/
}

/* main box */
.mainbox {
}
.buybox {
	margin: 10px 0 20px 0;
	border: solid 1px #4b6b60;
	padding: 10px;
/*
	background: #e5ebb5;
	color: #333;
*/
	background: light-grey;
	color: black;
}

/* photo of the day and pull quote */
.potd {
	width: 280px;
}
.pull,
.potd {
	padding: 15px 10px 20px 10px;
	background: #e5ebb5;
	text-align: center;
	vertical-align: bottom;
	color: #333;
	border: solid 1px #4b6b60;
	margin-bottom: 20px;
	font-size: 0.8rem;
	line-height: 1.35;
}
.pull img,
.potd img {
	padding-bottom: 10px;
}
.pull .credits,
.potd .credits {
	display: block;
}
.credits {
	font-size: 10px;
	font-style: italic;
}

/* footer */
.cdca-footer {
	background: #a75a40;
	color: #ffffe3;
}
.cdca-footer a,
.cdca-footer a:visited {
	color: #e5ebb5;
}

/* misc */
.center {
	text-align: center;
}
.empty {
	font-size: 10px;
	font-variant: small-caps;
}
.sup {
	font-size: 9px;
}
img.new {
	border: none;
	top: -2px;
	position: relative;
}

/* header */
.logo,
.logo a,
.logo a:link,
.logo a:visited {
	background: #a75a40;
	color: #ffffe3;
}
.logo {
	margin-bottom: 20px;
}
.logo h1 {
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.0;
}
.logo h2 {
	text-align: left;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.0;
}
.logo img {
	padding: 10px 20px 10px 10px;
}

/* misc */
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.pic img {
	margin-bottom: 10px;
	padding-bottom: 0;
	border: solid 1px #4b6b60;
}
ol.bold li {
	font-weight: bold;
}
.frontier {
	padding: 0 10px 0 10px;
}
p.bold, td.bold {
	font-weight: bold;
}
.sc {
	font-variant: small-caps;
}
.normal {
	font-weight: normal;
}

/* page formatting */
td.indent_20 {
	padding-left: 20px !important;
}
div.indent_20,
p.indent_20 {
	padding-left: 20px;
}
table.indent_20 {
	margin-left: 20px;
}

/* standard tables (with odd/even stripes or boxes) */
table.border,
table.trstd,
table.tstd {
	border-collapse: collapse;
}
/* .tstd div.row, */
table.border tr,
table.trstd tr,
table.tstd tr {
/*
	border-right: solid 1px #e5ebb5;
	border-left: solid 1px #e5ebb5;
*/
	border-right: solid 1px #999;
	border-left: solid 1px #999;
}
.tstd > div > div {
	padding: 10px;
	border-collapse: collapse;
	overflow-wrap: break-word;
/*
	border: solid 1px #e5ebb5;
*/
	border: solid 1px #999;
}
.tstd th,
.tstd td {
	padding: 10px;
	width: 33.3%;
/*
	border: solid 1px #e5ebb5;
*/
	border: solid 1px #999;
}

.tstd.tcol2 td {
	width: 50%;
}
.tstd.fluid td {
	width: auto;
}
.border caption,
.border th,
.trstd caption {
	font-weight: bold;
	padding: 5px;
}
.border caption {
	text-align: center;
/*
	border: solid 1px #e5ebb5;
*/
	border: solid 1px #999;
}
.border th,
.border td {
	padding: 5px;
/*
	border: solid 1px #e5ebb5;
*/
	border: solid 1px #999;
}
.trstd th,
.trstd td {
	padding: 5px;
/*
	border-top: solid 1px #e5ebb5;
	border-bottom: solid 1px #e5ebb5;
*/
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.tstd div.todd,
.tstd td.todd,
.trstd tr.todd td {
/*
	background: #e5ebb5;
*/
	background-color: #ccc;
}
.plain tr.todd td,
.plain td.todd {
	background: inherit;
}
caption.left,
td.left {
	text-align: left;
}
caption.right,
th.right,
td.right,
div.right {
	text-align: right;
}

.border td.y,
.border th.y {
	background: #f7f7a7;
}
.border td.w,
.border th.w {
	background: #f7f7f7;
}
.border td.r,
.border th.r {
	background: #f7c7c7;
}
.border td.b,
.border th.b {
	background: #a7c7f7;
}
.border td.g,
.border th.g {
	background: #00ffcc;
}
.border td.right {
	vertical-align: middle;
}
.border td.x {
	background: #555;
}
.border td.tight {
	line-height: 1.2;
	font-family: sans-serif;
	letter-spacing: .4em;
	padding: 2px;
}
table.noborder,
table.noborder tr,
table.noborder td {
	border: none !important;
	margin: 0 !important;
}

th.qtr {
	width: 20%;
}

.pup {
	display: block;
	color: #a75a40;
}
td.center {
	text-align: center !important;
	vertical-align: middle !important;
}

/* breeder referral */
table.referral b {
	font-size: 105%;
	color: #000;
}
table.referral tr td {
	vertical-align: top;
	text-indent: 2em;
}
div.referral div.row div {
	/* text-indent: -2em; */
}

.cram {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.cramtop {
	padding-bottom: 0;
	margin-bottom: 0;
}
h1.cramtop {
	margin-bottom: 5px;
}
.crambot {
	padding-top: 0;
	margin-top: 0;
}

/* site map */
.smhdr {
	margin-top: 10px;
	font-weight: bold;
}
.smhdr a {
	font-weight: bold;
}

/* gallery */
table.idximages {
	border-collapse: collapse;
}
.idximages td {
	width: 25%;
	border: solid 1px #e5ebb5;
	padding: 7px;
	text-align: center;
	vertical-align: bottom;
}
.idximages td img {
	border: solid 1px #4b6b60;
}
.idximages td .imgbr {
	line-height: 3px;
}
.idximages td.empty {
	vertical-align: middle;
}

/* news */
.news dt {
	font-weight: bold;
	line-height: 1.2;
}
.news dd {
	line-height: 1.2;
}
.news h3 {
	text-align: center;
}

/* specialty */
dl.spdate dt,
td.spdate {
	font-weight: bold;
	padding-top: 5px;
	border-top: solid 2px #e5ebb5;
	white-space: nowrap;
}
.grey {
	background: #eee;
}
table.jeux {
	line-height: 1.3;
	border-collapse: collapse;
}
table.jeux td,
table.jeux th {
	padding: 0 5px 2px 5px;
}
table.jeux th {
	font-weight: bold;
}
table.jeux td {
}
table.jeux td:first-child:not(.spdate) {
	text-align: right;
}
.topmenu {
	background: #e5ebb5;
	padding: 2px 5px 2px 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.ind {
	white-space: nowrap;
	text-align: right;
}
.time {
	font-variant: small-caps;
}
ul.cram li, dl.cram dd, dl.cram dt {
	margin-top: 0;
	margin-bottom: 0;
}

/* FAQ */
blockquote {
	margin: 0 30px 15px 30px;
}
.faq {
	border-top: solid 2px #e5ebb5;
}

/* contact */
dl.bold dt {
	font-weight: bold;
}
dl dd {
	margin-left: 30px;
}
dl dd + dt {
	margin-top: 5px;
}

hr {
	border-top: solid 1px #e5ebb5;
}

dl.p dd,
ol.p li {
	margin-bottom: 10px;
}
dl.emph dt {
	font-size: 1.2rem;
}

/* performance */
td.subtotal {
	border-bottom: solid 1px #4b6b60;
}

/* Q&A */
p.q {
	font-weight: bold;
}

/* delegate reports */
pre,
.text {
	font-family: Times, "Times New Roman", "Nimbus Roman No9 L", serif;
	font-size: 12px;
	border: solid 1px #e5ebb5;
	padding: 10px;
	margin-bottom: 10px;
}
pre {
	white-space: pre;
}

td.border-left-off {
	border-left: none transparent !important;
}
td.border-right-off {
	border-right: none transparent !important;
}
.tstd td.border-left-off {
	padding-left: 11px;
}

.oi {
	font-size: 65%;
	top: -1px;
}
