
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Pacific Band stylesheet
author: Tom Sears
created: 27/05/09
modified: 27/05/09
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body	{
	font-size: 80%;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------------------------------------
   main style */
   
ul#nav {
	display: none;
}
   
ul#nav li {
	display: none;
}
   
ul#nav li a {
	display: none;
}

h1,h2,h3,h4,p,li,dd,dt {
	padding-bottom: 10px;
}

h1 {
	clear: both;
}

#content img {
	float: right;
	border: 2px solid #777;
	margin-left: 10px;
}

#content ul.primary {
	display: none;
}

dt {
	font-weight: bold;
}

.set li span {
	font-weight: bold;
}

form {
	display: none;
}

object {
	display: none;
}
/* -----------------------------------------------------------------------------
   header style */
   
#header a img {
	display: none;
}   

#hidden img {
	display: block;
	float: left;
}

#contact-details {
	text-align: right;
}

#contact-details li {
	list-style: none;
}

/* -----------------------------------------------------------------------------
 gallery page style */
 
ul#gal {
	padding-top: 20px;
} 
 
ul#gal li {
	list-style: none;
	float: left;
	margin: 10px;
} 
 
ul#gal li img {
	border: none;
} 
 
#content ul#gal a img {
	border: 1px solid #6a686a;
	float: none;
	margin: 0;
	display: block;
} 
 
#content ul#gal a:hover img {
	border: 1px solid #fff;
}

/* -----------------------------------------------------------------------------
testimonials style */

p.author {
	font-weight: bold;
	font-size: 95%;
	color: #777;
	padding-bottom: 20px;
}

/* -----------------------------------------------------------------------------
   footer style */
   
#footer {
	clear: both;
	padding-top: 10px;
	border-top: 2px solid #777;
	margin-top: 20px;
	font-size: 90%;
	color: #777;
} 

ul#footernav li {
	float: left;
	list-style: none;
} 

