/* basic formatting and link colours */
body {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
	font-size:1em;
  line-height: 1.6;
}
h1 {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	text-shadow: 2px 2px 2px #CCC;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255, 255, 255,.2);
	text-transform: capitalize;
}
h2 {  
	font-size: 120%; 
	font-weight: bold}
h3 {  
	font-size: 105%; 
	font-weight: bold}

h4 {
	letter-spacing: 1px;
	font-size: 105%;
}
p, body, div, td, li, #main-content { 
}
.text {
	box-sizing: border-box;
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
    clear: both;
	align: center;
	text-align: left;
	background: rgba(255, 255, 255,.1);
	border-bottom: 1px solid #efeded;
overflow-x:auto ;
}
.dogtext {
	box-sizing: border-box;
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
    clear: both;
	align: center;
	text-align: left;
	background: rgba(255, 255, 255,.1);
	border-bottom: 1px solid #efeded;
overflow-x:auto 
}	
.photocopyr, .photocapt { font-size: .9em;
}
a {
	font-weight: bold;
	text-decoration: none;
	word-break: break-all;
}
a:link {  color: #021D3A;}
a:visited {  color: #06C;}
a:active {  color: #000;}
a:hover {  color: #000;}

/* Kennel Admin style for dog pedigree links  */
#ped a:link {
	font-weight: bold;
}
#ped .ch a:link {
	color: #C03;	
}
#ped .ch a:visited {
	color: #C03;	
}
#ped .ch a:active {
	color: #000;	
}
#ped .ch a:hover {
	color: #000;	
}

#ped .nonch a:link {
	color: #000
}
#ped .nonch a:visited {
	color: #000
}
#ped .nonch a:active {
	color: #C00
}
#ped .nonch a:hover {
	color: #C00
}
/* End Kennel Admin style */

/* optional colours for right links if bg different colour to main body */
/*#right a:link {
	color: #fff
}
#right a:visited {
	color: #fff
}
#right a:active {
	color: #000
}
#right a:hover {
	color: #000
}
*/

/* optional colours for footer links if bg different colour to main body */
#footer a:link, #privpol a:link {
	color: #06C;
}
#footer a:visited, #privpol  a:visited{
	color: #06C;
}
#footer a:active, #privpol a:active {
	color: #FFF;
}
#footer a:hover, #privpol a:hover {
	color: #FFF;
}

#footer, #ftmenu, #ftcopyr, #ftmenubox, #footertext, #privpol, #facebook, .fb-like {
	color: #FFF !important;
}
#ftmenu a {
	 text-transform: capitalize;
	white-space: nowrap;
}
#facebook, .fb-like {
	background: rgba(255, 237, 249,.7);
	padding: 8px 8px;
	border-radius: .3em;
}
@media only screen and (min-width : 0px) and (max-width : 425px) {
.fb-like, .fb_iframe_widget, .fb_iframe_widget_fluid, .fb-like span, .fb-like iframe {
	max-width: 300px !important;
}
}
/* Dog Diary, etc table header link colours */
.KT_row_order a:link {
	color: #fff
}
.KT_row_order a:visited {
	color: #fff
}
.KT_row_order a:active {
	color: #FFF
}
.KT_row_order a:hover {
	color: #000
}
hr {
	color: #021D3A;
	height: 1px;
	align: center;
	style: dashed;
}
th {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#021d3a+0,0066d2+100 */
background: #021d3a; /* Old browsers */
background: -moz-linear-gradient(top,  #021d3a 0%, #0066d2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #021d3a 0%,#0066d2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #021d3a 0%,#0066d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021d3a', endColorstr='#0066d2',GradientType=0 ); /* IE6-9 */
}
#p7AMMtb_1 a, #p7AMMtb_1 ul a, #p7AMMtb_1 li a, .p7AMM.amm-rootlinks-diydog ul a {
	font-weight: normal !important;
	text-decoration: none;
}