body {
	background: #cac6bb url('/images/bg_wood.jpg');
	font-family: georgia, palatino, new york, serif;
	padding: 0;
	text-align: center;
	font-size: 90%;
	width: 822px;
	margin: 25px auto;
}
a:active, a:link {
	color: #5c8412;
}
a:visited {
	color: #4c7422;
}
a:hover {
	color: #93c535;
}
.pink #container {
	width: 822px;
	border: 5px solid #ffffff;
	background-image: url('/images/BG_PLAID_pink.jpg');
}
.blue #container {
	width: 822px;
	border: 5px solid #ffffff;
	background-image: url('/images/bg_blueplaid.jpg');
}
.contents {
	background-color: #ffffff;
	padding: 5px 100px;
	margin: 0 0 0 0;
}
#homecontents {
	background-color: #ffffff;
	padding: 8px 20px;
	margin: 0 0 0 0;
}
#breedlist {
	font-size: .9em;
	background-color: #feff7f;
	padding: 15px 40px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}
#breedlist a {
	text-decoration: none;
}

.contentsmaller {
	background-color: #ffffff;
	padding: 5px 30px;
	margin: 0 50px 20px 50px;

}
.contentblogsmaller {
	background-color: #ffffff;
	padding: 5px 30px;
	margin: 0 10px 20px 50px;

}
.navigation {
	margin: 20px 0 15px 0;
	background-color: #ffffff;
}
p {
	text-align: justify;
}
.dogquote {
	font-style: italic;
	color: #555555;
}
.misconcept {
	text-align: left;
	padding: 5px 50px;
}
#footer {
	clear: both;
	font-size: 1em;
	text-align: left;
	color: #ffffff;
	padding: 10px 50px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #FF8040;
}
h1, .h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h2, .h2, .h2 a{
	font-size: 18px;
	font-weight: bold;
	color: #eb631e;
	text-decoration: none;
}
.h2 a:hover {
	color: #0000b2;
}

h3, .h3, .sidebar li h2 {
	font-size: 18px;
	font-weight: normal;
	color: #9b5f69;
}
h4, .h4 {
	line-height: 18px;
	font-weight: normal;
	color: #0000b2;
}
h5, .h5 {
	line-height: 16px;
	font-weight: normal;
	color: #4380ad;
}
form {
	margin: 0;
	border: 0;
	padding: 0;
	white-space: none;
}
.styled {
	border: 1px solid #d1e6f5;
}
.styled td {
	padding: 3px 15px;
	text-align: left;
	font-size: .9em;
}
.styled th {
	background-color: d1e6f5;
	padding: 3px 15px;
	text-align: left;
	font-size: 1em;
	color: #4380ad;
}
a.buttonish {
	padding: 5px 15px;
	border: 2px solid #010066;
	color: #ffffff;
	background-color:#7e9acc; 
	text-decoration: none;
	font-weight: bold;
}
a.buttonish:hover {
	padding: 5px 15px;
	border: 2px solid #010066;
	color: #ffffff;
	background-color:#010066; 
}

/*blog*/
.post {
	text-align: left;
}
.post img {
	text-align: right;
	padding: 10px 20px;
}
.post h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
small, .postmetadata, .postmetadata alt {
	color: #7e9aca;
}
small a, .postmetadata a, .postmetadata alt a {
	color: #7e9aca;
}
small a:hover, .postmetadata a:hover, .postmetadata alt a:hover {
	color: #93c535;
}

.postmetadata {
	padding-bottom: 10px;
	border-bottom: 1px solid #a6bdcc;
}
.post h2 a{
	font-size: 18px;
	font-weight: bold;
	color: #0000b2;
	text-decoration: none;
}
.post h2 a:hover {
	color: #eb631e;
}
.commentlist {
	text-align: left;
}
.commentlist li {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #a6bdcc;	
}
a.store  {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
a.store:hover {
	color: #330022;
}
table td {
	font-size: 14px;
}

table.blognav {
	border-bottom: 1px solid #aecafa;
	padding: 0 0 3px 0;
	font-size: 12px;
	color: #7e9aca;
}
table.blognav a {
	font-size: 12px;
	color: #7e9aca;
}
table.blognav a:hover; {
	color: #93c535;
}

.sidebar {
	margin-right: 0 50px 20px 0;
	padding: 10px;
	width: 150px;
	background-color: #cdf9ff;
	font-size: 12px;
	text-align: left;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar li {
	margin: 0;
	padding: 0 0 4px 0;
	list-style-position: inside;
	list-style-type: none;
}

input, select, textarea { 
  color : #000; 
  padding : 2px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
  line-height : 1.5em;
}

* html input.button { 
  color : #000;  
  padding : 2px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}

input.button {
  margin-top : 1px;
}

.warn_msg{
	color: #eb631e;
	font-weight: bold;
	background-color: #ffffaa;
}

ul.linkslist, .linkslist li  {
	text-align: left;
}