/* -------------------------------------------------------------------------
Little Happy Cattery - Main Style Sheet

last update: 14 April 2010
author: Andy Gosling
email: andy@andygosling.co.uk
website: http://www.andygosling.co.uk
------------------------------------------------------------------------- */


/* layout
------------------------------------------------------------------------- */

* {
	/* global white space reset */
	padding: 0;
	margin: 0;
}

body {
	font: 81.25%/150% "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	background-color: #366007;
	color: #666;
	text-align: center;
}

#outerWrapper {
	width: 100%;
	background: #FFF url("../images/bg_sky.jpg") repeat-x;
}

#midWrapper {
	margin: 0 auto;
	width: 764px;
	text-align: left;
	background: url("../images/wrapper_bg.gif") repeat-y;
}

#innerWrapper {
	width: 764px;
	background: url("../images/wrapper_bg.png") repeat-y;
}

#header {
	height: 230px;
	background: transparent url("../images/header_bg.jpg") no-repeat;
	position: relative;
}

#navigation {
	margin-top: 20px;
	height: 68px;
	text-align: center;
}

#mainContent {
	float: left;
	width: 420px;
	margin: 0 0 0 35px;
}

#gallery #mainContent {
	width: 690px;
	margin: 0 0 0 35px;
}

#sidebar {
	float: right;
	width: 251px;
	margin: 0 35px 0 0;
}

#footerOuter {
	clear: both;
	width: 100%;
	background: url("../images/grass.gif") repeat-x;
}

#footerMid {
	margin: 0 auto;
	width: 764px;
	text-align: left;
	background: url("../images/wrapper_bg.gif") repeat-y;
}

#footerInner {
	width: 764px;
	background: url("../images/wrapper_bg.png") repeat-y;
}

#footer {
	width: 764px;
	background: url("../images/footer_bg.gif") no-repeat left bottom;
	padding: 20px 0 35px 0;
}

.clearDiv {
	clear: both;
}

.clearLeft {
	clear: left;
}

img.rangeLeft {
	float: left;
	margin: 0 10px 5px 0;
}

img.rangeRight {
	float: right;
	margin: 0 0 5px 0;
}

#map {
	width: 418px;
	height: 340px;
	border: 1px solid #D9D9D9;
	margin: 1.5em 0 10px 0;
}

/* type
------------------------------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: normal;
	color: #C54B8A;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 0.7em 0;
}

#home h1 {
	font-size: 1.5em;
	margin: 20px 0 1em 0;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.7em;
}

#home h3 {
	font-size: 1em;
	margin-bottom: 0.5em;
}

#mainContent ul {
	margin: 0 0 1em 0;
	list-style: none;
}

#mainContent li {
	background: url("../images/crown.gif") no-repeat;
	padding-left: 20px;
	margin-bottom: 0.5em;
}

#mainContent a:link, #mainContent a:visited,
#sidebar a:link, #sidebar a:visited,
#footer a:link, #footer a:visited {
	color: #73A0C3;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#mainContent a:hover, #mainContent a:active,
#sidebar a:hover, #sidebar a:active,
#footer a:hover, #footer a:active {
	color: #C54B8A;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#mainContent p,
#sidebar p {
	margin-bottom: 1em;
}

.intro {
	font-size: 1.2em;
	line-height: 1.6em;
}

strong {
	font-weight: bold;
	color: #555;
}

.small {
	font-size: 0.88em;
	line-height: 1.3em;
}

.ruleAbove {
	clear: both;
	border-top: 1px solid #D9D9D9;
	padding-top: 1em;
}

#mainContent .rule {
	margin-top: 1em;
	clear: both;
	border-top: 1px solid #D9D9D9;
	padding-top: 1em;
}

/* header
------------------------------------------------------------------------- */

#logo {
	width: 346px;
	height: 180px;
	background: url("../images/logo.gif") no-repeat bottom left;
	text-indent: -999em;
	margin: 0 auto 15px auto;
}

#tagline {
	width: 487px;
	height: 13px;
	background: url("../images/tagline.gif") no-repeat;
	text-indent: -999em;
	margin: 0 auto;
}

#cornerFlash {
	position: absolute;
	top: 99px;
	right: 6px;
	width: 151px;
	height: 151px;
	background: url("../images/corner_flash.gif") no-repeat;
	text-indent: -999em;
}

/* navigation
------------------------------------------------------------------------- */

#navigation ul {
	width: 700px;
	list-style: none;
	height: 45px;
	margin: 0 auto;
}

#navigation ul li {
	float: left;
	height: 45px;
	width: 138px;
}

#navigation ul li#navHome,
#navigation ul li#navContact {
	width: 143px;
}

#navigation ul li#navHome {
	background: url("../images/nav_home.jpg") no-repeat 0 -50px;
}

#navigation ul li#navMore {
	background: url("../images/nav_more.jpg") no-repeat 0 -50px;
}

#navigation ul li#navCare {
	background: url("../images/nav_care.jpg") no-repeat 0 -50px;
}

#navigation ul li#navGallery {
	background: url("../images/nav_gallery.jpg") no-repeat 0 -50px;
}

#navigation ul li#navContact {
	background: url("../images/nav_contact.jpg") no-repeat 0 -50px;
}

#navigation ul li a {
	display: block;
	height: 45px;
	width: 138px;
	text-indent: -999em;
	outline: none;
}

#navigation ul li#navHome a,
#navigation ul li#navContact a {
	width: 143px;
}

#navigation ul li#navHome a:link,
#navigation ul li#navHome a:visited {
	background: url("../images/nav_home.jpg") no-repeat 0 0;
}

#navigation ul li#navMore a:link,
#navigation ul li#navMore a:visited {
	background: url("../images/nav_more.jpg") no-repeat 0 0;
}

#navigation ul li#navCare a:link,
#navigation ul li#navCare a:visited {
	background: url("../images/nav_care.jpg") no-repeat 0 0;
}

#navigation ul li#navGallery a:link,
#navigation ul li#navGallery a:visited {
	background: url("../images/nav_gallery.jpg") no-repeat 0 0;
}

#navigation ul li#navContact a:link,
#navigation ul li#navContact a:visited {
	background: url("../images/nav_contact.jpg") no-repeat 0 0;
}

#navigation ul li a:hover,
#navigation ul li a:active {
	background-position: 0 -50px !important;
}

body#home #navigation ul li#navHome a,
body#more #navigation ul li#navMore a,
body#care #navigation ul li#navCare a,
body#gallery #navigation ul li#navGallery a,
body#contact #navigation ul li#navContact a {
	background-position: 0 -99px !important;
}

/* gallery
------------------------------------------------------------------------- */

.galleryItem {
	float: left;
	margin: 0 9px 5px 0;
	width: 163px;
	text-align: center;
}

/* sidebar
------------------------------------------------------------------------- */

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar img.rangeRight {
	margin-bottom: 0px;
}

.notePanel {
	background: url("../images/note_bg.jpg") no-repeat left bottom;
	padding: 75px 0 25px 0;
	margin-bottom: 1em;
	position: relative;
}

.notePanel h2 {
	width: 251px;
	height: 71px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
}

#home .notePanel h2 {
	background: url("../images/checklist_head.jpg") no-repeat left bottom;
}

#more .notePanel h2 {
	background: url("../images/payment_head.jpg") no-repeat left bottom;
}

.notePanel ul {
	list-style: none;
	margin: 0 10px 0 15px;
}

.notePanel li {
	margin-left: 0;
	padding: 0 0 0.4em 18px;
	font-size: 1.1em;
	background: url("../images/tick.gif") no-repeat 0 2px;
}

#more .notePanel li {
	margin-left: 0;
	padding: 0 6px 0.7em 14px;
	font-size: 0.95em;
	background: url("../images/exclamation.gif") no-repeat 0 2px;
}

#sidebar #telephone {
	width: 251px;
	height: 54px;
	background: url("../images/telephone.gif") no-repeat 0 2px;
	text-indent: -999em;
	margin-bottom: 20px;
}

#tariffPanel,
#timesPanel,
#carolPanel,
#addressPanel,
#directionsPanel {
	margin: 0 6px 1.5em 6px;
}

#tariffPanel p,
#timesPanel p {
	font-size: 0.88em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

#tariffPanel table {
	border-top: 1px solid #C54B8A;
	border-left: 1px solid #C54B8A;
	width: 235px;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 1em;
}

#tariffPanel table th {
	border-right: 1px solid #C54B8A;
	border-bottom: 1px solid #C54B8A;
	background: #C54B8A url("../images/th_bg.gif") repeat-x top left;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	padding: 2px 0;
}

#tariffPanel table td {
	border-right: 1px solid #C54B8A;
	border-bottom: 1px solid #C54B8A;
	font-size: 0.95em;
	padding: 2px 0;
}

#sidebar dt {
	color: #333;
	font-size: 1em;
	margin-bottom: 0;
}

#sidebar dd {
	font-size: 0.95em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

/* fab panel */

#sidebar #fab {
	clear: both;
	border-top: 1px solid #D9D9D9;
	margin-top: 20px;
	padding-top: 10px;
}

#sidebar #fab a,
#sidebar #fab img {
	border: none;
}

#sidebar #fab img {
	float: left;
	margin: 0 15px 0 0;
}

#sidebar #fab p {
	margin-top: 27px;
}

/* news panel */

#news {
	clear: both;
	border-top: 1px solid #D9D9D9;
	padding: 1em 90px 0 0;
	background: url("../images/news_icon.gif") no-repeat 155px 10px;
}

/* footer
------------------------------------------------------------------------- */

#footer .rule {
	border-top: 1px solid #D9D9D9;
	margin: 0 35px 15px 35px;
}

#licensed {
	float: left;
	font-size: 0.88em;
	width: 320px;
	margin: 7px 0 3px 35px;
	display: inline;
}

#copyright {
	color: #C54B8A;
	float: left;
	font-size: 0.88em;
	text-align: left;
	width: 280px;
	margin: 7px 0 3px 35px;
	display: inline;
}

.vcard {
	text-align: right;
	font-size: 0.88em;
	float: right;
	margin: 7px 41px 0 0;
	width: 300px;
}

.vcard p.org {
	font-size: 1.4em;
	color: #C54B8A;
}

p#credit a:link,
p#credit a:visited {
	width: 203px;
	height: 20px;
	display: block;
	background: url("../images/andygosling.gif") no-repeat 0 0;
	outline: none;
}

p#credit a:hover,
p#credit a:active {
	background-position: 0 -30px;
}

/* credit
------------------------------------------------------------------------- */

p#credit {
	font-size: 0.88em;
	width: 203px;
	height: 20px;
	padding: 10px 0 20px 0;
	text-indent: -999em;
	margin: 0 auto;
}

p#credit a:link,
p#credit a:visited {
	width: 203px;
	height: 20px;
	display: block;
	background: url("../images/andygosling.gif") no-repeat 0 0;
	outline: none;
}

p#credit a:hover,
p#credit a:active {
	background-position: 0 -30px;
}