
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: bunny hall stylesheet
author: wayne taylor
created: 13/07/07
modified: 19/07/07
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   temporary style */

.alert {
	width: 60%;
	border: 1px solid red;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 100%;
	color: red;
	background: none;
	height: auto;
	line-height: normal;
	font-weight: bold;
}
	
/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	padding: 0;
}
	
body {
   font-family: Arial, Vernada, Sans-serif;
	font-size: medium;
	line-height: 1.4em;
	background: url(../images/grass.gif) repeat-x bottom left;
}

a:link, a:visited {
	text-decoration: underline;
	color: #096;
}

a:hover, a:active {
   text-decoration: none;
}

p, #content ul, #content li, table, address, dl {
	color: #096;
	font-size: 100%;
	padding-top: 5px;
}

p.center {
	text-align: center;
}

hr {
	clear: both;
	height: 2px;
	color: #096;
}

.spacer {
	clear: both;
}

p.skip, p.skip a {
	font-size: 90%;
	line-height: 70%;
	color: #ccc;
}

address {
	font-style: normal;
	margin-top: 10px;
}

ol {
	padding: 0 40px;
}

/* -----------------------------------------------------------------------------
   main layout style */
	
#container {
	width: 800px;
	margin: 0 auto;
	background: url(../images/back.gif) repeat-y;
}

#header {
	width: 750px;
	height: 80px;
	background: url(../images/logo.gif) no-repeat;
	padding: 170px 50px 15px 0;
}

#nav {
	width: 100%;
}

#footer {
	width: 800px;
	margin: 0 auto 15px auto;
	background: url(../images/footer.gif) no-repeat top center;
	padding: 25px 0 10px 0;
}

#bottom {
	font-size: 60%;
	margin: 0 auto 25px;
	border: 1px solid #f93;
	width: 900px;
	text-align: center;
}

/* -----------------------------------------------------------------------------
   header style */

#header p {
	font-weight: bold;
	font-size: 140%;
	margin: 5px 0;
	text-align: right;
}
	
/* -----------------------------------------------------------------------------
   navigation style */

ul#nav {
	padding: 0 0 0 15px;
}

#nav li {
	text-align: center;
	display: inline;
	list-style: none;
	display: block;
	float: left;
	/* width: 16%; only when 6 elements in list */
	width: 19.3%; /* only when 5 elements in list */ 
	background-color: #096;
	color: #fff;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding: 3px 0;
}

#nav a:hover {
	background-color: #f93;
}

.home #home, .services #services, .accommodation #accommodation, .tariff #tariff,
  .book #book, .contact #contact {
	background-color: #f93;
}

.bookingtandc #bookingtandc, .tandc #tandc, .privacy #privacy, .links #links {
	font-weight: bold;
	color: #000;
}

/* -----------------------------------------------------------------------------
   content style */

#content {
	padding: 20px;
	background: url(../images/back-rabbit.gif) no-repeat 95% 100%;
}

#carrot #content {
	background-image: url(../images/back-carrot.gif);
}

#content ul {
	margin-left: 20px;
}

#content img {
	float: right;
	margin: 10px;
}

/* -----------------------------------------------------------------------------
   footer style */

#footer {
	text-align: center;
}

#footer li {
	list-style: none;
	display: inline;
	color: #096;
}

/* -----------------------------------------------------------------------------
   headings style */
/*
h1 {
	width: 223px;
	height: 224px;
	position: relative;
	float: left;
}

h1 span {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
*/

.home h1 {
	width: 97%;
	border: 1px solid #f93;
	padding: 10px;
	text-align: center;
	font-size: 100%;
	color: #096;
	background: none;
	height: auto;
	line-height: normal;
	clear: both;
	margin: 5px auto 0;
	margin-top: 10px;
	overflow: hidden;
	zoom:1;
}

#content h1 img {
	margin: 0;
}

.home .lodge {
	width: 245px;
	clear: none;
	float: right;
	margin-top: 20px;
	background: url(../images/lodge-grad.jpg) no-repeat top right;
	border: 1px solid #f93;
	padding: 10px;
	text-align: center;
	font-size: 100%;
	color: #096;
	height: auto;
	font-weight: bold;
	height: auto;
}

.home .lodge h2 {
	padding-left: 0px;
	line-height: normal;
	background: none;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
}

.home .lodge a {
	text-decoration: underline;
}

.home .lodge a:hover {
	text-decoration: none;
}

.home #content .lodge img {
	margin-left: 20px;
	float: none;
	margin: 0 auto;
	border:1px solid #FF9933;
}

.home h2 {
	clear: none;
}

h1, h2 {
	clear: both;
	margin-top: 10px;
	background: url(../images/carrot.gif) no-repeat;
	height: 60px;
	line-height: 64px;
	padding-left: 20px;
	color: #f93;
	font-size: 140%;
}

h4 {
	color:#FF9933;
	padding-top: 10px;
}

#content img.center {
	float: none;
	margin: 0 auto;
	display: block;
}

a img {
	border:1px solid #FF9933;
}
	
/* -----------------------------------------------------------------------------
   table style */

table {
	width: 70%;
	margin: 20px auto 0 auto;
	background-color: #fff;
}
	
th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #fef1e4;
}

tbody th {
	width: 140px;
}

td {
	text-align: left;
	font-weight: normal;
	padding: 5px;
	background-color: #fef1e4;
}

/* -----------------------------------------------------------------------------
   definition list style */

dt {
	display: block;
	float: left;
	width: 35%;
	font-weight: bold;
	clear: both;
	margin-bottom: 5px;
}

dd {
	display: block;
	float: left;
	width: 60%;
	margin-bottom: 5px;
}
	
/* -----------------------------------------------------------------------------
   testimonials style */
	
blockquote {
	width: 70%;
	border: 1px solid #096;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
	font-size: 100%;
	color: #096;
	background: none;
	height: auto;
	line-height: normal;
	font-style: italic;
	background: #fff url(../images/tick.gif) no-repeat bottom right;
}

blockquote p.author {
	color: #f93;
}

/* -----------------------------------------------------------------------------
   booking page style */

.book .message {
	width: 85%;
	display: block;
	font-size: 90%;
	margin: 20px auto 0 auto;
	padding: 7px;
	border: 2px solid #096;
	background-color: #fff;
	clear: both;
}

.book p.error {
	color: #f00;
	font-weight: bold;
	padding: 5px;
	margin: 10px auto;
	width: 60%;
	border: 1px dashed #f00;
	text-align: center;
}

.book .message p {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.book ol.form {
	margin-top: 15px;
}

.book ol.form, .book ol.form li {
	list-style: none;
	clear: both;
	padding: 0;
}

.book ol.form li {
	margin-bottom: 10px;
}

.book #content em {
	font-weight: bold;
	color: #f00;
}

label {
	float: left;
	color: #096;
	font-size: 1em;
	line-height: 1.5em;
	text-align: right;
	width: 35%;
	font-weight: bold;
	margin-right: 5px;
}

input, textarea, select {
	width: 60%;
	float: left;
	border: 1px solid #f93;
	background-color: #fef1e4;
	color: #096;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}

.book ol.form strong {
	float: right;
	color: #f00;
	clear: none;
	width: 40%;
}

form .button {
	width: auto;
	margin: 5px 0 10px 305px;
	display: block;
	padding: 0;
}

select, li.auto input {
	width: auto;
}

/* -----------------------------------------------------------------------------
   accommodation page style */

.accommodation #content ul {
	font-weight: bold;
	margin-top: 
}

.accommodation #content ul.gallery {
	list-style: none;
	margin: 0;
}

.accommodation #content ul.gallery li {
	list-style: none;
	display: block;
	float: left;
	padding: 0;
}

.accommodation #content ul.gallery a {
	border: 0;
}

.accommodation #content ul.gallery img {
	float: none;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #096;
	margin: 3px;
}

/* -----------------------------------------------------------------------------
   contact page style */	

.contact #content address, .contact #content ul, .contact #content dl,
 .contact #content p {
	margin: 0 20px;
}

.content #content ul, .contact #content li {
	list-style: none;
}

/* -----------------------------------------------------------------------------
   end style sheet */
