@charset "utf-8";
/* CSS Document */

body {
	background-color: #021700;
	background-image: url(images/BackgroundGradient1.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
}
@font-face {
  font-family: "SantaFe";
  src: url(_fonts/santafe-webfont.eot);
  src: local('!'),
       url(_fonts/santafe-webfont.woff) format('woff'), 
	   url(_fonts/santafe-webfont.ttf) format('truetype');
}
@font-face {
  font-family: "BlueIslandStd";
  src: url(_fonts/BlueIslandStd.eot);
  src: local('!'),
       url(_fonts/BlueIslandStd.woff) format('woff'), 
	   url(_fonts/BlueIslandStd.ttf) format('truetype');
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	/* [disabled]margin-top: 0; */
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
a img {
	border: none;
	
}
a:link {
	color: #193742;
	text-decoration: none;
}
a:visited {
	color: #193742;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 92%;
	max-width: 1260px;
	min-width: 960px;
	margin: 0 auto;
	height: 1000px;
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* -- Header ------------------------------------------ */
header {
	background-color: #021700;
	background-image: url(images/BackgroundGradient-1x390.png);
	background-repeat: repeat-x;
	height: 170px;
	min-width: 960px;
}
#index_header_lt {
	float: left;
	height: 164px;
	width: 30%;
	z-index: 2;
	margin-right: 20px;
}
#index_header_ct {
	display: block;
	float: left;
	width: 35%;
	margin: 0;
	padding: 0;
	height: 164px;
}
#index_header_rt {
	display: block;
	float: right;
	width: 30%;
	margin: 0;
	padding: 0;
	height: 164px;
}
#index_header_rt img {
	float: right;
	width: 365px;
	height: 164px;
}
#index_menu {
	display: block;
	float: left;
	height:50px;
	margin-top: 0px;
	position: absolute;
	top: 131px;
	width:450px;
}
#index_header_cnt {
	display: block;
	float: left;
	width: 23%;
	z-index: 2;
	height: 390px;
}
#showCanvas {
	margin: 0px 0px 0px 40px;
	width: 208px;
	height: 156px;
	border: 4px solid #003300;
	display: block;
	background-image: url(images/pawlogo240x180.png);
}
.litterframe, #navigation, #ourdogs {
	position: relative;
	min-width: 940px;
	text-decoration: none;
	text-shadow: 1px 1px 3px #666;
	text-align: center;
	width: 90%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid rgba(41,113,140,1);
	-webkit-box-shadow: 0px 4px 17px #7a9;
	-moz-box-shadow: 0px 4px 17px #7a9;
	box-shadow: 0px 4px 17px #7a9;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	max-width: 940px;
	height: 180px;
	background-color: #185C23;
	background-image: url(images/shrub05.jpg);
}
.litterframe h4 {
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	font-size: 2.5em;
	line-height: 2em;
	font-weight: bolder;
	text-decoration: none;
	padding-bottom: 5px;
	color: #193742;
}
.litterframe h5 {
	font-family: "BlueIslandStd", Verdana, Geneva, sans-serif;
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 2px;
	padding-top: 5px;
	color: #003300;
}
#shoulder, #shoulder150{
	padding: 15px 0 10px 15px;
	background: #E7DBBD;
	position: relative;
	min-width: 960px;
	text-decoration: none;
	text-shadow: 1px 1px 3px #666;
	text-align: center;
	width: 90%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 20px auto 40px auto;
	border: 2px solid rgba(41,113,140,1);
	-webkit-box-shadow: 0px 4px 17px #7a9;
	-moz-box-shadow: 0px 4px 17px #7a9;
	box-shadow: 0px 4px 17px #7a9;
}
#shoulder150{
	height: 130px;
	margin-bottom: 50px;
	padding-right: 15px;
	padding-top: 5px;
	width: 80%;
}
.thirds {
	color: #E7DBBD;
	font-size: 1.2em;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 140px;
	margin: 0;
	height: 140px;
	float: left;
}
.thirds h6, .half h6 {
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #CBB170;
	padding: 0px;
} 
/* -- Sidebars ------------------------------------------ */
#sidebar1 {
	float: left;
	margin_top: 200px;
	width: 28%;
	height: auto;
}
#sidebar2 {
	float: right;
	width: 23%;
	height: 920px;
}
#sidebar2 div {
	width: 210px;
	height: auto;
	float: right;
}

#puppyvideos p a:link, #specials2 p a:link {
	color: #29718C;
}
#puppyvideos p a:hover, #specials2 p a:hover {
	color: #C00;
}

puppyvideos h2, #youngdogs h2 {
	font-size: 1.5em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	color: #193742;
	margin-bottom: 0.1em;
	text-align: right;
	border-top: 1px solid #193742;
	clear: both;
	font-weight: normal;
	text-shadow: 1px 1px 3px #666;
	padding: 3px 1px 0 0;
}
#puppyvideos h2.top, #youngdogs h2.top {
	border:none;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 3px 0 0;
}
#puppyvideos p, #youngdogs p {
	font-size: .9em;
	font-style: normal;
	text-align: right;
	margin: .1em 0;
	line-height: 1.0;
	color: #333;
	padding: 3px 0 3px 0;
}
#youngdogs img {
	float: left;
	padding: 0;
	width: 100px;
	height: 75px;
	border: 1px solid #004500;
	margin: 6px 0 9px 3px;
	-webkit-box-shadow: 2px 2px 5px #777;
	-moz-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
}
.puppy_video_gallery h2 {
	font-size: 1.8em;
	color: #193742;
	border-bottom: 2px solid #193742;
	padding-bottom: 0.25em;
	font-weight: normal;
	font-style: normal;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px 3px #666;
	text-align: center;
	margin-bottom: 20px;
}
.callOut {
	background: #e1d8b9;
	padding: 5px;
	margin-bottom: 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid rgba(41,113,140,1);
	-webkit-box-shadow: 1px 4px 17px #7a9;
	-moz-box-shadow: 1px 4px 17px #7a9;
	box-shadow: 1px 4px 17px #7a9;
}
.callOut h1 {
	font-size: 1.8em;
	color: #193742;
	border-bottom: 2px solid #193742;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px 3px #666;
	text-align: center;
}
/* -- Content ------------------------------------------ */
.content {
	padding: 10px 0 0 5px;
	float: left;
	display: block;
	width: 40%;
	margin: 0 auto;
	height: 910px;
}
.center_wrapper {
	margin: 0 auto 20px auto;
	width: 422px;
	height: auto;
	overflow: hidden;
	border: 2px solid rgba(41,113,140,1);
	float: left;
	background-image: url(images/shrub04.jpg);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid rgba(41,113,140,1);
	-webkit-box-shadow: 1px 2px 10px #7a9;
	-moz-box-shadow: 1px 2px 10px #7a9;
	box-shadow: 1px 2px 10px #7a9;
}
.center_wrapper, .center_video a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #8AC5FF;
}
.center_wrapper, .center_video a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	color: #8AFFB4;
	float: left;
}
.center_wrapper p img {
	margin-right: 8px;
	margin-left: 8px;
}
.center_video{
	margin: 0 10px 20px 10px;
	width: 380px;
	height: 480px;
	overflow: auto;
	border: 1px solid rgba(41,113,140,1);
	background-color: #001A00;
	float: left;
}
.center_video_lt{
	margin: 0 10px 20px 10px;
	width: 380px;
	height: auto;
	overflow: auto;
	border: 1px solid rgba(41,113,140,1);
	background-color: #001A00;
	float: left;
}
.center_video_rt{
	margin: 0 30px 20px 10px;
	width: 380px;
	height: 480px;
	overflow: auto;
	border: 1px solid rgba(41,113,140,1);
	background-color: #001A00;
	float: right;
}
#objective {
	color: #E7DBBD;
	display: block;
	font-size: 1.2em;
	overflow: auto;
	padding: 0 15px 0 15px;
	text-align: left;
	margin: 20 0 0 0;
	width: 350px;
}
#news {
	color: #E7DBBD;
	display: block;
	font-size: 1.2em;
	overflow: auto;
	padding: 0;
	text-align: left;
	width: 432px;
	margin: 10px auto 0 auto;
}
#news h1, #welcome h1, #objective h1 {
	font-size: 2em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	text-align: center;
	margin: 5px 0 20px 0;
}
#news h2, #objective h2 {
	font-size: 2em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Safari and Chrome */
	-o-transform: rotate(-2deg); /* Opera */
	-moz-transform: rotate(-2deg); /* Firefox */
	transform: rotate(-2deg);
	line-height: 2em;
}

#news h3, #objective h3 {
	font-size: 1.5em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
}	
#news p, #objective p {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	margin-left: 55px;
}
.news {
	color: #E7DBBD;
	display: block;
	font-size: 1.2em;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 420px;
	margin: 10px auto 0 auto;
}
.news h1, #welcome h1, #objective h1 {
	font-size: 2em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	text-align: center;
	margin: 5px 0 20px 0;
}
.news h2, #objective h2 {
	font-size: 2em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Safari and Chrome */
	-o-transform: rotate(-3deg); /* Opera */
	-moz-transform: rotate(-3deg); /* Firefox */
	transform: rotate(-2deg);
	line-height: 2em;
}

.news h3, #objective h3 {
	font-size: 1.5em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
}	
.news p, #objective p {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	margin-left: 55px;
}
.tiles {
	margin: 0;
	width: 420px;
	height: auto;
	overflow: hidden;
	border: 1px solid rgba(41,113,140,1);
	background-color: #001A00;
	float: left;
	position: relative;
	background-image: url(images/BackgroundGradient-1x390.png);
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #6F7D94;
	color: #FFF;
}
#footer {
	padding: 15px 0 10px 15px;
	background: #E7DBBD;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 3px #666;
	text-align: center;
	width: 910px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 20px auto 20px auto;
	border: 2px solid rgba(41,113,140,1);
	-webkit-box-shadow: 1px 4px 17px #7a9;
	-moz-box-shadow: 1px 4px 17px #7a9;
	box-shadow: 1px 4px 17px #7a9;
}
#footer h1, #shoulder h1, #shoulder150 h1 {
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	font-size: 2.5em;
	line-height: 3.5em;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 15px;
	color: #193742;
}
#footer h2, #shoulder h2, #shoulder150 h2 {
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	font-size: 2em;
	line-height: 4em;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 15px;
	color: #193742;
}

#footer h3, #shoulder h3, #shoulder150 h3 {
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 5px;
	color: #193742;
}
#footer h4, #shoulder h4, #shoulder150 h4 {
	font-size: 1.5em;
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
	text-align: center;
}
.litterframe h4 {
	font-family: "SantaFe", Verdana, Geneva, sans-serif;
	font-size: 2.5em;
	line-height: 2em;
	font-weight: bolder;
	text-decoration: underline;
	padding-bottom: 5px;
	color: #000000;
}
.litterframe h5 {
	font-family: "BlueIslandStd", Verdana, Geneva, sans-serif;
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 2px;
	padding-top: 5px;
	color: #003300;
}
#ourdogs h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3em;
	line-height: 3em;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 1px;
	color: #333333;
}
#footer a.videoLink:hover { border-color: #f00; }

.clear_both { clear: both; line-height: 1px; }

.video_gallery_container {
	padding: 25px 0px 25px 115px;
	border: 2px solid #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #000 url(../images/filmstrip_tile.png) repeat-y 0px 0px;
}
.puppy_video_gallery {
	background: #e1d8b9;
	width: 200px;
	height: 1015px;
	padding: 10px 15px 15px 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid rgba(41,113,140,1);
	-webkit-box-shadow: 1px 4px 17px #7a9;
	-moz-box-shadow: 1px 4px 17px #7a9;
	box-shadow: 1px 4px 17px #7a9;
}
a.videoLink {
	display: block;
	margin: 0px 15px 22px 0px;
	padding: 0px;
	width: 200px;
	height: 115px;
	position: relative;
	cursor: pointer;
	background: no-repeat 0px 0px;
	border: 1px solid #004500;
	-webkit-box-shadow: 2px 2px 5px #777;
	-moz-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
	overflow: hidden;
}

a.videoLink img.play { position: absolute; top: 25px; left: 75px; opacity: .4; }
a.videoLink div.caption {
	position: absolute;
	width: 165px;
	top: 45px;
	padding: 20px 20px 15px 15px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	font-family: Arial;
	font-size: 12px;
}
a.videoLink:hover { border-color: #f00; }

#footer .videoLink {
	float: left;
	border-color: rgba(231,219,189,1);
	border: 1px solid #004500;
	margin: 0 12px 20px 12px;
	padding: 0px;
	-webkit-box-shadow: 2px 2px 5px #777;
	-moz-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
}
#footer .center {
	display: block;
	margin: 0px auto;
	float: none;
	min-width: 960px;
	max-width: 1240px;
	width: 98%;
}
#shoulder .devi img, #shoulder .fox img, #shoulder .chill img, #shoulder .try img, #shoulder .dec31 img, #shoulder .jan30 img {
	border: 1px solid #004500;
	margin: 5px;
	-webkit-box-shadow: 2px 2px 5px #777;
	-moz-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
}
#navigation img {
	margin: 10px 10px 5px 10px;
}
#ourdogs img {
	margin: 5px 15px 30px 15px;
}
#news #single_image img, #objective #single_image img {
	border: 1px solid #E7DBBD;
	margin: 4px;
}
