/*
	Updated stylesheet for The Cats Whiskers
	
	Version 2.2 - 2011-07-14
*/

* {
	margin:0;
	padding:0;
	}

html, body {
	min-width: 900px;
	height: 100%;
	}

#wrap {
	min-height: 100%;
	width: 100%;
	}
	
#main {
	overflow:auto;
	padding-bottom: 71px;  /* must be same height as the footer */
	}
	
a {
	color: midnightblue;
	}

a:hover {
	text-decoration: none;
	}

#page {
	}

#header {
	background: lightsteelblue;
	height: 130px;
	border-bottom: 1px solid cadetblue;
	}

#title {
	padding: 10px 0 0 50px;
	font-family: "Palatino Linotype", Serif;
	color: midnightblue;
	font-weight: none;
	font-size: 20px;
	text-transform: lowercase;
	}

#title b {
	font-size: 30px;
	text-transform: uppercase;
	}

img#logo {
	position:absolute;
	right:20px;
	top:10px;
	border: 1px solid cadetblue;
	}

/* START - Apply Style to Headings (Menu Items)  */
ul#headings {
	padding-left: 20px;
	white-space: nowrap;
	padding-top: 20px;
	}

#headings li {
	display: inline;
	list-style-type: none;
	}

#headings a{
	padding: 3px 10px;
	color: midnightblue;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: gainsboro;
	border: 1px solid cadetblue;
	}

#headings a:hover {
	color: cadetblue;
	background: white;
	border: 1px solid cadetblue;
	}
/* END - Apply Style to Headings (Menu Items)  */

/* START - Apply Style to Main Content Items */
#content {
	padding: 40px 40px 70px 40px;
	background: white;
	font-family: Arial;
	font-size: 14px;
	}

.floatright {
	float: right;
	padding: 10px;
	}

.floatleft {
	float: left;
	padding: 10px;
	}

ul#plainlist {
	list-style-type: none;
	padding: 0 0 20px 0;
	}
	
#sidebar {
	float: left;
	width: 200px;
	padding-top: 10px;
}
	
#sidebar ul {
	padding-left: 20px;
	list-style-type: none;
	}

#sidebar li {
	padding-bottom: 10px;
	}

#mainText {
	padding-left: 200px;
	}

h1, h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	color: midnightblue;
	}
	
h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

a {
	color: royalblue;
	}
	
ul.links {
	list-style-type: none;
	}

.links li {
	padding-bottom: 10px;
	}
	
.padList li {
	padding: 5px 0 10px 0;
	}
	
.fees td {
	background: lightgrey;
	text-align: center;
	padding: 5px;
	}

.emailForm ul {
	list-style-type: none;
}

fieldset.emailForm {
	width: 270px;
	margin: 20px 0 15px 0;
	padding: 2px;
	border: 1px solid cadetblue;
	background-color: gainsboro;
}

.emailForm li {
	padding: 5px;
}

.emailForm label {
	float: left;
	width: 110px;
	margin-right: 5px;
	text-align: right;
}

.emailForm input {
	border: 1px solid cadetblue;
	background-color: white;
}

fieldset.submit {     
	float: none;
	width: auto;
	border-style: none;
	padding-left: 50px;
	padding-top: 5px;
	background-color: transparent;
 }
 
 ul.comments {
	padding-left: 50px;
 }
 
 .comments li {
	list-style: url("/images/paw-print.jpg");
	padding-bottom: 5px;
 }
/* END - Apply Style to Main Content Items */

/* START - Apply Style to Footer */
#footer {
	clear: both;
	background: lightsteelblue;
	height: 70px;
	margin-top: -71px; /* negative value of footer height */
	border-top: 1px solid cadetblue;
	position: relative;
}
	
#fabcats {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#fabcats img {
	border: 1px solid cadetblue;
	}

#info {
	float: right;
	padding: 30px 90px 0 0;
	font-family: verdana;
	font-size: 11px;
	}
	
#fb-like {
	position: absolute;
	left: 120px;
	bottom: 20px;
}

#fb-logo {
	float: left;
	width: 40px;
	height: 40px;
}

#fb-info {
	font-family: verdana;
	font-size: 12px;
	color: #333;
	float: left;
	margin-left: 10px;
}
/* END - Apply Style to Footer*/

/* START - Gallery Styles */
.gallery {
	float: left;
	border: 1px solid cadetblue;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	width: 200px;
	height: 300px;
}

.gallery img {
	width: 200px;
}
/* END - Gallery Styles */

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
	}
