@charset "UTF-8";
body {
	background-color: #6f7d5a;
	padding: 0px;
	margin: 0px;
	font-family: 'Times New Roman', Times, Georgia, serif;
	color: black;
	font-size: 100%;
	background-image: url(images/greentex.gif);
	background-repeat: repeat;
}
/* force scroll bar to appear even on short pages and avoid page shift */
html {
	overflow-y: scroll;
}
#header {
	height: 243px;
	background-color: #6f7d5a;
	width: 100%;
}
.logo {
	float: left;
	width: 300px;
	padding-top: 25px;
	padding-left: 25px;
}
.headphoto {
	float: right;
	width: 405px;
	padding: 10px;
}

#container {
	margin-top: 10px;
	background-color: white;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.columns {
	width: 850px;
	background-color: #ddd6cc;
	color: #554258;
	background-image: url(images/col.jpg);
	background-repeat: repeat-y;
}
.smallcol {
	float: left;
	width: 210px;
	background-color: #554258;
}
.bigcol {
	float: left;
	width: 640px;
}
.padcol {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.centerpage {
	width: 850px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}
.pagetop {
	width: 595px;
}
.center {
	text-align: center;
}
h1,
h2,
h3,
p,
ul,
ol {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
p {
	font-size: 16px;
	line-height: 150%;
}
#our p {
  font-size: 14px;
}
}
hr.thick {
	color: #554258;
	border-top-width: 3px;
}
/* home page */
.homestrip {
	height: 153px;
	background-color: #6f7d5a;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hometext {
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 27px;
	line-height: 150%;
}
/* available pups and dogs page */
.title {
	float: left;
	height: 80px;
	width: 180px;
}
.subtitle {
	float: left;
	padding-top: 0px;
	width: 415px;
}
.subtitle p {
	font-size: 16px;
}
.section {
	padding-top: 10px;
}
.section p {
	padding-top: 10px;
}
.section ul {
	list-style-type: none;
	font-size: 14px;
}
.section ul li {
	text-indent: -15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/* contact page */
.address p {
	padding-top: 10px;
	font-size: 16px;
}
.address ul {
	list-style-type: none;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.address ul li {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* about basenjis page */
ul.pagelinks a {
	text-decoration: none;
	color: #554258;
	font-weight: bold;
}
ul.pagelinks a:hover,
ul.pagelinks a:active,
ul.pagelinks a:focus {
	text-decoration: none;
	color: black;
}
ul.pagelinks {
	list-style-type: none;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
}
ul.pagelinks li {
	padding-top: 10px;
	padding-bottom: 0px;
}
#about p,
#us p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#about h2 {
	padding-top: 15px;
}

ol {
	font-size: 14px;
	margin-left: 20px;
}
ol li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}
#sowant p {
	padding-top: 0px;
	padding-bottom: 0px;
}
#sowant .bold {
	padding-top: 10px;
}
/* klassy, marlon, oso page */
#klassy h2,
#marlon h2,
#oso h2 {
	padding-top: 5px;
}
ul.klassylist {
	list-style-type: disc;
	font-size: 16px;
	margin-left: 20px;
}
ul.klassylist li {
	padding-bottom: 5px;
}
#klassy p,
#marlon p,
#oso p {
	font-size: 16px;
}
.year {
	font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
}
.padphotor {
	margin-right: 50px;
}
.padphotol {
	margin-left: 50px;
}
#oso .padphotol {
	margin-left: 10px;
}
.padphototop {
	margin-top: 10px;
}
#oso .padphototop {
	margin-top: 10px;
}
.padphotobottom {
	margin-bottom: 10px;
}
.padtoplot {
	padding-top: 100px;
}
.padtopbit {
	margin-top: 5px;
}
/* our basenjis page */
.photo {
	border: 6px solid #fff;
}
#our .photo {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 8px;
}

.photocol {
	width: 33.33%;
	float: left;
}
.photocol p {
	padding-top: 20px !important;
}

#our p {
	padding-bottom: 10px;
	line-height: 120%;
	margin-right: 8px;
	margin-left: 8px;
}
.caption {
	background: white;
	text-align: center;
	font-size: 16px;
	color: black;
	padding-bottom: 10px;
}
/* links */

a img {
	border: none;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: black;
	text-decoration: none;
}
/* navigation */
.nav a,
.nav a:visited {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #ddd6cc;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
	display: block;
	margin-left: 25px;
	padding-left: 20px;
}
.nav a:hover,
.nav a:active,
.nav a:focus {
	text-decoration: none;
	color: white;
}
#mainnav .nav a:hover,
.nav a:active,
.nav a:focus {
	background-image: url(images/menu.gif);
	background-position: left;
	background-repeat: no-repeat;
}
ul.nav li {
	list-style-type: none;
}
.padnav {
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	width: 100%;
	height: 35px;
	background-color: #6f7d5a;
}
#home #footer {
	display: none;
}
#footer .nav a {
	font-size: 12px;
	padding-top: 10px;

	margin-left: 0px;
}
#footer ul {
}
#footer ul.nav li {
	float: left;
	list-style-type: none;
	padding-left: 3px;
}
.credit {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ddd6cc;
}
.credit a {
	color: #ddd6cc;
	text-decoration: none;
}
/* keep menu tab lit when page is current */
#contact .contact,
#home .home,
#dogs .dogs,
#us .us,
#pups .pups,
#our .our,
#about .about,
#contact .contact,
#klassy .klassy,
#marlon .marlon,
#oso .oso {
	color: white;
}
#mainnav #contact .contact,
#home .home,
#dogs .dogs,
#us .us,
#pups .pups,
#our .our,
#about .about,
#contact .contact,
#klassy .klassy,
#marlon .marlon,
#oso .oso {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* floats */
.floatr {
	float: right;
	margin-left: 8px;
}
.floatl {
	float: left;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* text */
.sans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.serif {
	font-family: 'Times New Roman', Times, Georgia, serif;
}
.bold {
	font-weight: bold;
}
.padtop {
	padding-top: 10px;
}
.padbottom {
	padding-bottom: 10px;
}

/* color reference
GREEN = 6F7D5A
PURPLE = 554258
BEIGE = DDD6CC
black 000;
white FFF;
*/
