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

/* ---

Colors:

Purple: #65366c
Light Lavender: #c7b1c1
Medium gray: #424242


--- */




body {
	background: url(images/gradientbg.jpg) top repeat-x #fff;
	margin-top: 0px;
	}
	
#container {
	margin: auto;
	text-align: center;
	width: 800px;
	border: 0;
	padding: 0;
	}
	
#header {
	border: 0px;
	width: 800px;
	}
	
#main {
	border: 0;
	float: left;
	width: 650px;
	margin: 0;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	text-align: left;
	}	
	
#main p {
	font-size: .8em;
	line-height: 1.8em;
	}
	
#main p.caption {
	font-size: .7em;
	line-height: 1em;
	color:#666666;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	}
		
#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-shadow: 1px 1px 3px #999999;
	}
	
#main a:link, #main a:visited, #main a:active {
	color: #65366c;
	text-decoration: none;
	}
	
#main a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #65366c;
	padding-bottom: 1px;
	}
	
.left {
	border: 0;
	float: left;
	margin-right: 15px;
	}
	
.right {
	border: 0;
	float: right;
	margin-left: 15px;
	}	
	
.imgleft {
	border: 1px solid #999;
	padding: 10px;
	background: #fff;
	float: left;
	margin-right: 15px;
	}
	
.imgleftlite {
	border: 1px solid #999;
	padding: 5px;
	background: #fff;
	float: left;
	margin-right: 15px;
	box-shadow: 1px 1px 7px #bebebe;
	}
	
.imglite {
	border: 1px solid #999;
	padding: 5px;
	background: #fff;
	box-shadow: 1px 1px 7px #bebebe;
	}
	
.imgright {
	border: 8px solid #999;
	float: right;
	margin-left: 15px;
	}	
	
.imgrightlite {
	border: 1px solid #999;
	padding: 5px;
	background: #fff;
	float: right;
	margin-left: 15px;
	box-shadow: 1px 1px 7px #bebebe;
	}
	
.imgcaptionL {
	padding: 15px;
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	clear: left;
	}
	
.imgcaptionR {
	padding: 15px;
	text-align: center;
	float: right;
		font-size: 12px;
	font-weight: bold;
	color: #666666;

	}

#main p.dogname {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
#main p.doginfo {
	margin-top: 3px;
	color: #666666;
	}
	
#main ul.doglist li {
	margin-bottom: 10px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#navcol {
	width: 130px;
	height: 332px;
	float: right;
	background: url(images/navbg.png) top left no-repeat;
	padding-top: 40px;
	}
	
#navcontainer {
	width: 130px;
	}
	
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
#navcontainer ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	}

#navcontainer a {
	display: block;
	}
	
	
#footer {
	clear: both;
	border-top: 2px solid #c7b1c1;
	color: #424242;
	text-align: center;
	margin-top: 10px;
	}
	
#footer p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #c7b1c1;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	margin: auto;
	}
	
#footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #424242;
	font-weight: normal;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #65366c;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #65366c;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #65366c;
	}
	
	
/*--- NAV LINK STYLING ---*/

#homelink {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/homebutton.png) no-repeat 0 -32px;
	}
	
#homelink:hover {
	background-position: 0 0;
	}
	
#homelink span {
	display: none;
	}

#aboutlink {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/aboutbutton.png) no-repeat 0 -32px;
	}
	
#aboutlink:hover {
	background-position: 0 0;
	}
	
#aboutlink span {
	display: none;
	}
	
#dogslink {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/dogsbutton.png) no-repeat 0 -32px;
	}
	
#dogslink:hover {
	background-position: 0 0;
	}

#dogslink span {
	display: none;
	}

#puppieslink {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/puppiesbutton.png) no-repeat 0 -32px;
	}
	
#puppieslink:hover {
	background-position: 0 0;
	}
	
#puppieslink span {
	display: none;
	}

#photoslink {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/photosbutton.png) no-repeat 0 -32px;
	}
	
#photoslink:hover {
	background-position: 0 0;
	}
	
#photoslink span {
	display: none;
	}
	
#emaillink {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/emailbutton.png) no-repeat 0 -32px;
	}
	
#emaillink:hover {
	background-position: 0 0;
	}
	
#emaillink span {
	display: none;
	}
