/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 80%;
  font-weight: 300;
  padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  color: #607890;
}

blockquote {
	font-style: italic;
	margin: 0px 30px;
}

img { border: none; }
h1 { margin-bottom: 1em; }
p { margin: 1em 0; font-size: 90%; font-weight: 300; }
i { font-style: normal; }

a         { color: #607890; }
a:hover   { color: #036; }
a:visited { color: #607890; }

.float {
  float: left;
}

.clearfix {
  clear: both;
  float: none;
}

.w400 {
  width: 400px;
}

.right {
  text-align: right;
}

.youtube {
  border: 1px solid #ccc;
  padding: 4px;
  margin: 20px auto;
  max-width: 800px;

  display: block;
}

.youtube iframe {
	width: 800px;
	margin: 0;
	padding: 0;
	border: none;
}

a.back {
  font-size: 90%;
  display: block;
  margin-bottom: 10px;
  margin-top: -20px;
}

li {
  color: #333;
  font-size: 90%;
  font-weight: 300;
}

li p {
  font-size: 100% !important;
}

.index-caption {
	margin: -14px 0px 20px 0px;
	font-size: 160%;
	font-style: italic;
	font-weight: 100;
	text-align: center;
}

.index-address {
	text-align: center;
	color: #607890 !important;
	margin-bottom: -16px;
	font-size: 120%;
	font-weight: 100 !important;
	font-style: normal;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  font-size: 115%;
  background-color: #fcfcfc;
  width: 960px;
  border: 1px solid #aaa;
  margin: 20px auto;
  line-height: 1.4em;
}

.header a {
  text-decoration: none;
}

.title {
  display: inline-block;
  margin-bottom: 0px;
}

.title a {
  background-image: url("/img/site_logo.jpg");
  display: inline-block;
  width: 960px;
  height: 320px;
  text-indent: -9999px;
}

.meta {
  color: #aaa;
}

.nav {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 36px;
  width: 100%;
  background-color: #dadfe5;
}

.nav-links {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}

.nav-links ul {
  list-style: none;
  position: relative;
  left: 50%;
}

.nav-links li {
  float:left;
  position:relative;
}

.nav-links a {
    text-decoration: none;
    float: left;
    text-align:center;
    white-space:nowrap;
    line-height: 36px;
    margin: 0px 20px;
    font-size: 130% !important;
}

.content {
  position: relative;
  padding: 40px 60px;
}

.content h2 {
  font-size: 115%;
}

.content p {
  color: #333;
}

.content a {
  text-decoration: none;
}

.content img {
  max-width: 800px;
}

.content-image-hoz {
  width: 800px;
  margin: 0px auto;

  display: block;
}

.content-image-hoz-square
{
  width: 600px;
  margin: 0px auto;

  display: block;
}

.polaroid {
  border: 1px solid #ccc;
  padding: 4px;
}

.footer {
  font-size: 80%;
  color: #666;
  overflow: hidden;
  text-align: center;
}

.contact-links {
  margin-top: 4px;
}

/*****************************************************************************/
/*
/* Dogs & Litters
/*
/*****************************************************************************/

.separator {
  border: 1px solid #ccc;
  margin: 80px 0px 40px 0px;
}

.separator h2 {
  color: #333;
  line-height: 36px;
  background: #eee;
  text-indent: 8px;
}

.dog,
.litter {
  border: 1px solid #ccc;
  height: 280px;
  margin-bottom: 40px;
}

.dog h2,
.litter h2,
.litter-detail h2 {
  color: #333;
  line-height: 36px;
  background: #dadfe5;
  text-indent: 8px;
  border-bottom: 1px solid #ccc;
}

.dog ul,
.litter ul,
.litter-detail ul {
  list-style: none;
  line-height: 1.5em;
  margin: 4px 16px 0px 216px;
}

.dog li,
.litter li,
.litter-detail li {
  font-size: 90%;
  color: #333;
}

.dog span,
.litter span,
.litter-detail span {
  width: 60px;
  float: left;
}

.dog img,
.litter img {
  width: 200px;
  height: 243px;
  display: inline-block;
  float: left;
  border-right: 1px solid #ccc;
}

.dog p,
.litter p {
  margin: 4px 16px 0px 216px;
}

.litter-detail {
  border: 1px solid #ccc;
}

.litter-detail-parents {
  margin-bottom: 10px;
}

.litter-detail-parent {
  padding: 8px;
  width: 402px;
  float: left;
}

.litter-detail-parent img {
  display: block;
  width: 100%;
}

.litter-detail-parent p {
  margin: 4px 16px 0px 0px;
}

.litter-detail h3 {
  font-size: 115%;
}

.litter-detail-posts {
  border-top: 1px solid #ccc;
}

.litter-detail-posts .post {
  padding: 8px 16px;
}

div.litters-info {
  background-color: #eee;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 10px 10px 0px 10px;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

.post-list-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.post .date {
  color: #999;
  text-transform: uppercase;
  font-size: 70%;
  letter-spacing: .1em;
  margin: 0px;
}

.post img {
  border: 1px solid #ccc;
  padding: 4px;
  margin: 20px auto;

  display: block;
}

.post-footer {
  color: #999 !important;
  text-transform: uppercase;
  font-size: 70%;
  letter-spacing: .1em;
}

.post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
}

.post ul, .post ol {
  margin-left: 1.35em;
}

.post code {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .2em;
}

.post pre code {
  border: none;
}

/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
}

.post pre.terminal code {
  background-color: #333;
}

.post img[src$='#right'] { 
  width: 40%;
  float: right;
  margin: 0 0 16px 16px;
}

/*****************************************************************************/
/*
/* Paginator
/*
/*****************************************************************************/

a.previous {
  float: left;
}

a.next {
  float: right;
}

.pagination {
  text-align: center;
}

.pagination a {
  text-transform: uppercase;
  font-size: 70%;
}

/*****************************************************************************/
/*
/* Gallery
/*
/*****************************************************************************/

.wl-gallery-index-galleries {
	margin: 0px -18px;
}

.wl-gallery-index-gallery-wrapper {
  text-align: center;
  float: left;
  margin: 9px 18px;
}

.wl-gallery-index-gallery-wrapper h3 {
  font-size: 90%;
  margin-top: -6px;
}

.wl-gallery-index-gallery {
  width: 256px;
  height: 256px;
  background-image: url('/img/site_gallery.png');
  background-repeat: no-repeat;
  overflow: hidden;
}

.wl-gallery-index-gallery-frame {
  margin: 20px 0px 0px 20px;
  width: 211px;
  height: 211px;
  overflow: hidden;
}

.wl-gallery-index-gallery-frame img {
  height: 211px;
  margin: 0px auto;
}

.wl-gallery-photos {
	margin: 0px -12px;
}

.wl-gallery-photo-wrapper {
  width: 194px;
  height: 194px;
  border: 1px solid #ccc;
  margin: 12px 6px 0px 6px;
  padding: 4px;
  float: left;
}

.wl-gallery-photo-wrapper img {
  width: 194px;
}
