@charset "utf-8";

h1 {
	font-family: "droid-sans-1","droid-sans-2", Arial, Helvetica, sans-serif;
	font-size: 40px;
	-moz-font-feature-setting: "kern=1, liga=1";
	text-rendering: optimizeLegibility;
	font-weight: bold;
	color: #0027C4;
	padding-left: 0px;
	max-width:700px;
}

h2 {
    font-family: "droid-sans-1","droid-sans-2", Arial, Helvetica, sans-serif;
	font-size: 24px;
	-moz-font-feature-setting: "kern=1, liga=1";
	text-rendering: optimizeLegibility;
	color: rgb(154, 6, 55);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	max-width:700px;
}

h3 {
	font-family: "droid-sans-1", "droid-sans-2", Arial, Helvetica, sans-serif;
	font-size: 18px;
	-moz-font-feature-setting: "kern=1, liga=1";
	text-rendering: optimizeLegibility;
	color: #066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	max-width:700px;
	padding-top: 10px;
}

.rdog {
	clear:left
}

.smalltext {
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, serif;
	font-size: 15px;
	text-rendering: optimizeLegibility;
	color: #111111;
	text-align: left;
	line-height: 18px;
	max-width:700px;
}

p, tr, td, li {
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, serif;
	font-size: 20px;
	-moz-font-feature-setting: "kern=1, liga=1";
	text-rendering: optimizeLegibility;
	color: #111111;
	text-align: left;
	line-height: 22px;
	max-width:700px;
}

#firstp:first-line {
	font-variant: small-caps;
	-moz-font-feature-settings: "smcp=1"; 
}

#firstp:first-letter {
	float: left; font-size: 550%; line-height: 0.7
}

.burgundy {
		color: rgb(154, 6, 55);
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, serif;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	color: #0000DE;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #D60000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00009F;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0C0;
	text-decoration: none;
	font-weight: bold;
}
table {
	width:auto;
	max-width:700px;
	-webkit-border-radius: 40px / 30px;
	-webkit-box-shadow: #23678f 6px 6px 8px;
	border-radius: 40px / 30px;
	box-shadow: #23678f 6px 6px 8px;
	padding: 15px;
	margin: 0px;
	border: 0px;
	background-color: #C9E9FC;
}
th {
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	padding: 5px;
	text-align: left;
	background-color: #76B9E3;
}
td {
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, serif;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	background-color: #C9E9FC;
	padding: 5px;
	text-align: left;
	border: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 8px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}
#rescuedogs img {
	float: left;
}
.smallcaps {
	-moz-font-feature-settings: "smcp=1";
	font-variant: small-caps; 
}
ol li {
	 margin: .5em 0 .5em 0 }

