
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: cecilia cartwright stylesheet
author: wayne taylor
created: 12/03/07
modified: 28/09/12
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 110%;
	color: #666;
	margin-bottom: 20px;
}

a:link, a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
   text-decoration: none;
}

hr {
	clear: both;
	border-top: 2px solid #9cf;
	margin: 0 35px 3px 35px;
}

.spacer {
	clear: both;
}

dt {
	margin-top: 10px;
}

/* -----------------------------------------------------------------------------
   main layout style */

body {
	background: transparent url(../images/back.jpg) repeat;
}

#wrap {
	background: transparent url(../images/backgrad.jpg) repeat-x;
}

#container {
	width: 730px;
	margin: 0 auto;
}

#banner {
	text-indent: -5000px;
	background: url(../images/header.jpg) no-repeat;
	width: 730px;
	height: 148px;
}

#message {
	background: transparent url(../images/horizontal.jpg) repeat-x;
	width: 100%;
	height: 36px;
}

#inner {
	background: url(../images/strip.jpg) repeat-y;
	width: 100%;
}

ul#nav {
	float: left;
	background: transparent url(../images/nav.jpg) no-repeat;
	width: 163px;
	height: 360px;
	padding-top: 36px;
}

#content {
	float: right;
	background: transparent url(../images/content.jpg) no-repeat;
	width: 519px;
	padding: 36px 35px 39px 13px;
}

#footer {
	background: transparent url(../images/footer.jpg) left bottom no-repeat;
	height: 39px;
	width: 730px;
	margin: 0 auto;
}

/* -----------------------------------------------------------------------------
   message area style */

#message p {
	width: 100%;
	padding: 7px 0 0 0;
	text-align: center;
	font-weight: bold;
}

#message #audio {
	margin: 0 0 0 15px;
	float: left;
}

.home #message p {
	width: 641px;
	margin: 0 30px 0 0;
}
	
/* -----------------------------------------------------------------------------
   content style */
	
#content .figure {
	clear: right;
	float: right;
	margin: 0 0 25px 10px;
	padding: 5px;
	border: 1px solid #9cf;
	text-align: center;
	color: #666;
	background: #fff;
}

#content .figure img {
	margin: 20px;
	border: 1px solid #9cf;
}

#content p {
	font-size: 85%;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#content h2 {
	font-size: 85%;
	margin: 25px 0 10px 0;
}

/* -----------------------------------------------------------------------------
   booking page content style */

.book #content ul {
	margin-top: 10px;
	list-style: none;
}

.book #content li {
	list-style: none;
	margin-bottom: 3px;
	padding: 5px;
	width: 280px;
	border: 1px solid #9cf;
}

.book form {
	display: inline;
}
	
/* -----------------------------------------------------------------------------
   nav style */

ul#nav, ul#nav li {
	list-style: none;
}

ul#nav li a:link, ul#nav li a:visited {
	display: block;
	width: 136px;
	height: 27px;
	padding: 5px 12px 0 0;
	margin-left: 15px;
	text-align: right;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: #9cf;
}

body.home #home, body.clairvoyance #clairvoyance, body.mediumship #mediumship,
  body.book #book, body.contact #contact, body.events #events,
  body.privacy #privacy, body.tandc #tandc {
	background-color: #9cf;
}

/* -----------------------------------------------------------------------------
   home page style */

body.home h2#events {
	border-top: 1px solid #9cf;
	padding-top: 10px;
}
	
/* -----------------------------------------------------------------------------
   events page style */
	
body.events dl {
	border-bottom: 1px solid #9cf;
}
	
body.events dt {
	margin-bottom: 5px;
	font-style: italic;
	color:#333;
}

body.events dd {
	margin: 0 0 15px 5px;
}
	
/* -----------------------------------------------------------------------------
   contact page style */

body.contact dl {
	clear: both;
}
	
body.contact dt {
	float: left;
	font-weight: bold;
	width: 100px;
	clear: both;
	margin-bottom: 5px;
}

body.contact dd {
	float: right;
	width: 400px;
	margin-bottom: 5px;
}

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

#footer {
	text-align: center;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	font-size: smaller;
}

#footer a {
	font-weight: normal;
	color:#999;
}

/* -----------------------------------------------------------------------------
   end style sheet */