/* --------------------------------------------------------
pepper stylesheet 
Version:	1.0
Author:		Suthira Buachaokoh (aum)
Date:		2007-12-31
-------------------------------------------------------- */

* {

	margin: 0;
	padding: 0;
}

body {
	margin: 1% auto;
	padding: 0;
	background: #000000;
	font-family: "Century Gothic", "Trebuchet Ms", Arial, Tahoma, sans-serif;
	font-size: small;
	text-align: center;
	width: 1024px;
	line-height: 1.6em;
	border: 1px solid #ffffff;
}

html>body { 
	font-size: small;
}

#wrapper {
	margin: 0;
	font-size: 100%;
	text-align: left;
	background: #fff;
}

#header {
	height: 200px;
	background: url("images/header.png") left top no-repeat;
	text-align: center;
}

body#photos #header {
	height: 200px;
	background: url("images/header-photos.png") left top no-repeat;
	text-align: center;
}

#after-header {
	height: 50px;
	background: url("images/afterheader.png") left top no-repeat;
}

body#photos #after-header, body#error #after-header {
	height: 50px;
	background: url("images/afterheader-photos.png") left top repeat-x;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}


strong {
	font-style: normal;
	font-weight: bold;
	color: #225C7C;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #C2262D;
}

#main-body {
	float: left;
	margin: 0px;
	padding: 0 0 10px 0;
	background: url("images/body-bg.png") left top repeat-y;
	width: 1024px;
}

body#photos #main-body, body#error #main-body {
	background: #fff;
}

#content {
	width: 1024px;
	margin-top: -10px;
}

#content-inner {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 20px 10px;
	width: 904px;
}

body#error #content-inner {
	float: left;
	margin: 0;
	padding: 0px 25px 0px 25px;
}

#content div.column-left {
	float: left;
	padding: 0px 20px 0px 25px;
	width: 620px;
}

#content div.column-right {
	float: right;
	padding:0px 25px 0px 10px;
	width: 300px;
}

/* Table
   ------------------------------------------------------------------------- */ 
table {
	clear: both;
	table-layout: fixed;
	width: 100%;
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
	color: #7F7E78;
	text-align: center;
}
  
   table th, table td {
	margin: 0;
	border: 1px solid #ccc;
	width: auto;
	padding: 0;
	overflow: hidden;
}

table th {
	color: #7F7E78;
	vertical-align: bottom;
	font-size: 90%;
}

table td {
	font-size:80%;
	line-height: 2em;
	vertical-align: middle;
}
/* photos
   ------------------------------------------------------------------------- */
   
#content div#albums {
	width: 804px;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
}

#content dl.photo-album {
	float: left;
	margin: 20px 0 20px 0;
	padding: 0px 15px;
	display: inline;
	width: 235px;
	height: 300px;
}

#content dl.photo-album dt {
	float: left;
	margin: 0px;
	padding: 0 0 0px 0;
	display: block;
	width: 235px;
	height: 203px;
	background: url("images/photo-piles.png") top center no-repeat;
}

#content dl.photo-album dt a {
	float: left;
	display: block;
}

#content dl.photo-album dt a img {
	float: left;
	margin: 31px 0px 0 36px;
	padding: 4px;
	border: none;
}


#content dl.photo-album dt a:link , #content dl.photo-album dt a:visited, #content dl.photo-album dt a:hover {
	background: none;
	border: none;
}

#content dl.photo-album dd {
	clear: both;
	padding-left: 5px;
}

#content dl.photo-album dd.album-name {
	clear: both;
	display: inline;
	margin-top: 10px;
	padding-bottom: 5px;
	line-height: 1.2em;
	font-size: 110%;
	color: #324D57;
	font-weight: bold;
}
#content dl.photo-album dd.sumphotos {
	margin-top: 5px;
	color: #666;
	line-height: 1.2em;
	font-size: 85%;
	font-style: italic;
}
#content dl.photo-album dd.album-desc {
	margin-top: 5px;
	line-height: 1.2em;
	font-size: 85%;
}

#content dl.photo-album dd.album-name a:link, #content dl.photo-album dd.album-name a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #C2262D;
	border-bottom: none;
}

#content dl.photo-album dd.album-name a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: none;
}
/*-----------------------*/

#content div#album {
	width: 904px;
	float: left;
	margin: 0;
}

#content ul.photo-frame {
	float: left;
	display: inline;
}

#content ul.photo-frame li {
	float: left;
	margin: 0px 6px 0 0;
	padding: 0;
	width: 173px;
	height: 146px;
	background: url("images/photo-frame.png") top center no-repeat;
}

#content ul.photo-frame li a {
	float: left;
	
}

#content ul.photo-frame li a img {
	float: left;
	margin: 24px 0px 0 21px;
	padding: 4px;
	border: none;
}


#content ul.photo-frame li a:link , #content ul.photo-frame li a:visited, #content ul.photo-frame li a:hover {
	background: none;
	border: none;
}

 

/* Footnote
   ------------------------------------------------------------------------- */

#footnote {
	clear: both;
	float: left;
	text-align: left;
	color: #fff;
	background: #000;
	margin-top: 20px;
	border-top: 8px solid #ABBFCA;
	border-bottom: 8px solid #ABBFCA;
	font-size: 90%;
	padding: 0;
	width: 100%;
}

#footnote h2 {
	font-size: 150%;
	line-height: 1.6em;
	color: #D9E027;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 0.1em;
	background: url("images/whitepaw.gif") top left no-repeat;
}

#footnote #footnote-left h2 {
	color: #F79321;
}

#footnote em {
	color: #D9E027;
}

#footnote-left {
	float: left;
	width: 600px;
	padding: 20px 20px 20px 20px;
	text-align: left;
}

#footnote-right {
	float: right;
	width: 300px;
	padding: 20px 20px 20px 20px;
	text-align: left;
}

#footnote p a:link, #footnote p a:visited, #footnote p a:hover {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

#footnote p a:link, #footnote p a:visited {
	color: #F79321;
	border-bottom: 1px dashed #F79321;
}

#footnote p a:hover {
	color: #D9E027;
	border-bottom: 1px solid #D9E027;
}

/* Footer
   ------------------------------------------------------------------------- */

#footer {
	clear: both;
	text-align: left;
	color: #000;
	background: url("images/footer.gif") 10px 8px no-repeat;
	border-top: 1px solid #999;
	font-size: 90%;
	padding: 0;
	height: 55px;
	width: 100%;
}

#footer-inner {
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 1.6em;
	text-align: left;
	padding-left: 60px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color: #C2262D;
	border-bottom: 1px dashed #C2262D;
}

#footer a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}



/* Navigation 
   ------------------------------------------------------------------------- */
#nav {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
	overflow: hidden;
	float: right;
	margin-top: -200px;
	margin-right: 1px;
}

#nav ul {
	margin-top: 0px;
	margin-left: 0px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 1px;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 40px 0 0 0px;
 	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -40px;
}
#tkennel a  {
	width: 100px;
	background: url("images/nav-kennel.gif") 0 -80px no-repeat;
}
#ttidbits a  {
	width: 100px;
	background: url("images/nav-tidbits.gif") 0 -80px no-repeat;
}
#tphotos a  {
	width: 100px;
	background: url("images/nav-photos.gif") 0 -80px no-repeat;
}
#tabout a  {
	width: 100px;
	background: url("images/nav-about.gif") 0 -80px no-repeat;
}
#tcontact a  {
	width: 100px;
	background: url("images/nav-contact.gif") 0 -80px no-repeat;
}

body#kennel .kennel,
body#tidbits .tidbits,
body#photos .photos,
body#about .about,
body#contact .contact {
	background-position: 0 0px;
}

body#kennel li#tkennel a:hover,
body#tidbits li#ttidbits a:hover,
body#photos li#tphotos a:hover,
body#about li#tabout a:hover,
body#contact li#tcontact a:hover {
		background-position: 0 0px;
}
#content h2 {
	font-size: 170%;
	line-height: 1.3em;
	color: #225C7C;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 0.1em;
}


#content h2.archive{
	font-size: 170%;
	line-height: 1.3em;
	color: #225C7C;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #225c7c;
}

#content h3 {
	clear: both;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
	color: #C2262D;
}

#content h4 {
	color:#225C7C; 
	font-size: 110%;
	padding-bottom: 5px;
	margin:1em 0 0 0;
	font-weight: bold;
	letter-spacing:1px;
	border-bottom: none;
}

#content h5{
	color:#e6ffd4;
	padding-bottom:.5em;
	margin:1em 0;
	letter-spacing:2px;
}

#content div.column-right h2 {
	clear: both;
	font-size: 150%;
	line-height: 1.3em;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 0.2em;
	height: 35px;
	border-bottom: none;
}

#content div.column-right h2.black {
	background: url("images/leash-black.gif") right bottom no-repeat;
}

#content div.column-right h2.green {
	background: url("images/leash-green.gif") right bottom no-repeat;
}

#content div.column-right h2.orange {
	background: url("images/leash-orange.gif") right bottom no-repeat;
}

#content div.column-right h2.pink {
	background: url("images/leash-pink.gif") right bottom no-repeat;
}

#content div.column-right h2.blue {
	background: url("images/leash-blue.gif") right bottom no-repeat;
}

#content div.column-right a.imglink:link, #content div.column-right a.imglink:visited, #content div.column-right a.imglink:hover {
	border: none;
}

div#search {
	float: right;
	margin-top: -90px;
}

input.searchbutton {
	padding: 0px 10px 0 0;
	border: none;
	margin-top: 10px;	
	margin-left: -3px;
}

div#search label { 
	float: left; 
	width: 55px;
	display: inline;	
	text-align: left;
	margin: 10px 0px 0px 0px; 
	padding-bottom: 0px;
	clear: both;  
	font-size: 100%;
	color: #000;
	font-weight: normal;
}

#content div.column-right div.imgpost {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
	display: inline;
}

#content div.column-right div.imgpost a img {
	float: left;
}

#content div.column-right div.imgpost a:link, #content div.column-right div.imgpost a:visited {
	float: left;
	display: block;
	margin: 0px 15px 10px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#content div.column-right div.imgpost a:hover {
	background: #97ADB7;
}

#content div.column-right h3 {
	clear: both;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
	color: #CECE13;
}

#content p {
	margin-bottom: 10px;
	font-size: 95%;
	line-height: 1.6em;	
}

#content p.breadcrumb {
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 5px;
	font-size: 85%;
	border-top: 1px solid #ccc;
}

#content ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 8px;
}

#content ul li {
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 100%;
	background: url("images/bullet.gif") no-repeat 0 3px;
	line-height: 1.6em;
}


#content div.column-right ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 5px;
}

#content div.column-right ul li {
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 110%;
	background: url("images/bullet.gif") no-repeat 0 3px;
	line-height: 1.6em;
}

#content div.column-right a:link, #content div.column-right a:visited, #content div.column-right a:hover {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: normal;
}

#content div.column-right a:link, #content div.column-right a:visited {
	color: #C2262D;
	border-bottom: 1px dashed #C2262D;
}

#content div.column-right a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}



#content div.entry-content p.schedule {
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	font-size: 100%;
	background: url("images/clock.gif") no-repeat 0 1px;
	line-height: 1.3em;
	
}

a:link, a:visited, a:hover {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

a:link, a:visited {
	color: #C2262D;
	border-bottom: 1px dashed #C2262D;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

a.email:link, a.email:visited, a.email:hover {
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

a.email:link, a.email:visited {
	color: #564023;
	border-bottom: 1px dashed #564023;
}

a.email:hover {
	color: #F7931D;
	border-bottom: 1px solid #F7931D;
}

label { 
	float: left; 
	width: 110px;
	display: inline;	
	text-align: left;
	margin: 0px 5px 0 0; 
	padding-bottom: 0px;
	clear: both;  
	font-size: 100%;
	color: #54360E;
	font-weight: normal;
	font-family: "Century Gothic", "Trebuchet Ms", Arial, Tahoma, sans-serif;
}

.required {
	color: #FF0000;
}

input {
	padding: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
}

input.submit {
	padding: 1px;
	margin-top: 5px;
	color: #000;
	font-size: 100%;
	margin-left: 120px;
	background: #CCC;
	font-family: "Century Gothic", "Trebuchet Ms", Arial, Tahoma, sans-serif;
}

textarea {
	border: 1px solid #ccc;
	margin-left: 5px;
	margin-bottom: 0px;
}

#content div.fmsubmit {
	padding-left: 0px;
}

input#contactsubmit {margin: 0px;}

#content div#contact-form {
	margin: 10px;
	padding: 5px;
}

#content p.fieldwrap {
	padding: 0;
	margin: 0 0 8px 0;
}

div.imgpost {
	float: left;
	margin-top: 10px;
	clear: both;
	display: inline;
}

div.imgpost a img {
	float: left;
}

div.imgpost a:link, div.imgpost a:visited {
	float: left;
	display: block;
	margin: 5px 15px 5px 0px;
	padding: 5px;
	border: none;
	background: #fff;
}

div.imgpost a:hover {
	background: #F79321;
}

#content dl.list-fav {
	width: 100%;
	float: left;
	margin: 5px 0 10px 0;
	padding: 0px;
	display: inline;
}

#content dl.list-fav dt {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	text-align: right;
}

#content dl.list-fav dt img {
	float: left;
}

#content dd {
	margin: 0;
	padding: 0;
	color: #002d62;
}

#content dd.fav-name {
	margin: 3px 0 0 145px;
	padding: 0px;
	font-weight: bold;
	color:#225C7C; 
	font-size: 110%;
}

#content dd.fav-desc {
	font-size: 90%;
	margin-top: 5px;
	padding: 0 0 0 145px;
}


/* Entries
------------------------------------------------------------------*/
#content .entry {
	clear: both;
	margin: 0;
}

#content .entry p {
	line-height:150%;
	margin-bottom:1.3em;
}

#content .entry h2 {
	font-size: 150%;
	color:#000;
	letter-spacing: 0.1em;
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 5px;
	margin-left: 95px;
}

#content .entry h2 a,
#content .entry h2 a:link,
#content .entry h2 a:visited {
	color:#000;
	border-bottom: none;
	text-decoration: none;
}

#content .entry h2 a:hover {
	color:#225C7C;
	border:0;
	background:none;
	text-decoration: none;
	border-bottom: none;
}
#content .entry div.entry-content {
	float: left;
	width: 525px;
	margin-left: 5px;
}

#content .entry div.entry-photo {
	float: left;
	padding: 0;
	margin: 0;
}

#content .entry div.entry-photo a img {
	float: left;
}

#content .entry div.entry-photo a:link, #content .entry div.entry-photo a:visited {
	float: left;
	display: block;
	margin: 5px 5px 0px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#content .entry div.entry-photo a:hover {
	float: left;
	background: #97ADB7;
}
.date {
	float:left;
	height:117px;
	width:79px;
	margin-right:10px;
	padding-top:0px;
	background:url("images/calendar.gif") no-repeat;
}

.date p {
	text-align:center;
	color:#000;
	margin:0px 0 0 5px;
	text-transform: uppercase;
}

.date span.day {
	font-size:18px;
	font-weight: bold;
	display:block;

}

.date span.month {
	padding-top: 10px;
	font-size:11px;
	font-weight: bold;
	display:block;
	padding-left: 9px;
}

.date span.time {
	padding-left: 9px;
	font-size: 10px;
	display: block;
}
	
#content div.hr {
	clear: both;
	height: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	background: url("images/hr.gif") center bottom no-repeat;	
	
}
	
div.entry-footer {
	float: left;
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 0;
	height: 49px;
	width: 100%;
	background: url("images/hr.gif") center bottom no-repeat;	
}

div.entry-footer p.category {
	float: left;
	background: url("images/category.gif") 0 1px no-repeat;
	padding-left: 40px;
	height: 25px;
	width: 250px;
	padding-top: 5px;
	margin-top: 16px;
	padding-right: 0px;
	font-size: 90%;
	font-weight: normal;
	color: #B06010;

}

div.entry-footer p.comments{
	float: right;
	width: 150px;
	padding: 0px;
	font-size: 90%;
	margin-top: 20px;
	font-weight: bold;
	color: #225C7C;
	text-align: right;
}

div.entry-footer p.comment-icon{
	float: right;
	height: 49px;
	width: 60px;
	background: url("images/comments.gif") right bottom no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -11px;
}

div.entry-footer a:link, div.entry-footer a:visited, div.entry-footer a:hover 
{
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 100%;
}

div.entry-footer a:link, div.entry-footer a:visited 
{
	color: #225C7C;
	border-bottom: none;
}

div.entry-footer a:hover
{
	color: #000;
	border-bottom: none;
}

/* Single
------------------------------------------------------------------*/
   
p#comments {
	clear: both;
	padding: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #174C7C;
	font-size: 130%;
	font-weight: bold;
}

#content dl.list-comments {
	width: 100%;
	float: left;
	margin: 5px 0 10px 0;
	padding: 0px 0 10px 0;
	display: inline;
	border-bottom: 1px dashed #ccc;
}

#content dl.list-comments dt {
	float: left;
	margin: 5px 0px 0 0;
	padding: 0;
	text-align: right;
	height: 73px;
	width: 84px;
}

#content dl.list-comments dt img {
	float: left;
}

#content dl.list-comments  dd.comment-meta {
	margin: 3px 0 0 100px;
	padding: 0px;
	font-weight: bold;
	color:#225C7C; 
	font-size: 110%;
}

#content dl.list-comments  dd.comment-content {
	font-size: 100%;
	margin-top: 5px;
	padding: 0 0 0 100px;
	color: #000;
}

/*-----------*/
#content dl.list-comments-noapprove{
	width: 100%;
	float: left;
	margin: 5px 0 10px 0;
	padding: 0px 0 10px 0;
	display: inline;
	border-bottom: 1px dashed #ccc;
}

#content dl.list-comments-noapprove dt {
	float: left;
	margin: 5px 0px 0 0;
	padding: 0;
	text-align: right;
	height: 73px;
	width: 84px;
}

#content dl.list-comments-noapprove dt img {
	float: left;
}

#content dl.list-comments-noapprove dd.comment-meta {
	margin: 3px 0 0 100px;
	padding: 0px;
	font-weight: bold;
	color:#999; 
	font-size: 110%;
}

#content dl.list-comments-noapprove dd.comment-content {
	font-size: 100%;
	margin-top: 5px;
	padding: 0 0 0 100px;
	color: #999;
}
/*-----------*/

h3#respond {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 52px;
	background: url("images/leavecomment.gif") bottom left no-repeat;
}

/* Code
------------------------------------------------------------------*/
pre {
	padding:5px;
	margin:10px 0;
	list-style-type:decimal-leading-zero;
	overflow: auto;
	font-family: "Courier New",Monaco,Tahoma;
	font-size: 12px;
	color: #8b946e;
	width: 90%;
	background: #EEF8FB;
	border: 1px dotted #828386;
	line-height: 1.4em;
}

pre.indent {
	padding:5px;
	margin:10px 0 10px 20px;
	list-style-type:decimal-leading-zero;
	overflow: auto;
	font-family: "Courier New",Monaco,Tahoma;
	font-size: 12px;
	color: #8b946e;
	width: 90%;
	background: #EEF8FB;
	border: 1px dotted #828386;
	line-height: 1.4em;
}

code {
	font-family: "Courier New",Monaco,Tahoma;
	font-size: 90%;
	color: #F7931D;	
}

div.clear,
clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
