/**
 *
 * Whispers Cafe
 *
 * @name: Whispers Cafe
 * @url: http://www.bluu.co.nz/
 * @description: Whispers Cafe
 * @version: 1.0
 * @author: Bluu Interactive
 * @author-url: http://www.bluu.co.nz/
 *
 * Color Palette
 * - Colour: #hex;
 *
**/

/* ------ Layout ------ */

body {
	background: url("../img/pat.jpg") repeat;
	height: 100%;
	width: 100%;
	position: absolute;
}

section#logo{
	margin: 25px 0;
}
section#logo > img{
	right: 0;
	display: block;
}

footer{
	width: 100%;
	height: auto;
	background: #1d54a5;
	color: #fff !important;
	bottom: 0;
	padding-top: 25px;
	margin-top: 20px;
}

footer fieldset{
	border: none;
}

footer fieldset label{
	color: #fff !important;
}

footer h3, footer h5{
	color: #fff;
}
footer h3 > small{
	color: #ab7a7a;
	font-weight: bold;
}
footer form textarea{
	resize: none;
	height: auto !important;
}
footer ul.vcard{
	border: none;
	padding: 0;
	margin: 0;
}
footer ul.vcard span.details{
	font-style:italic;
	font-size: 0.9em;
}
footer div#bluu{
	width: 148px;
	float: right;
	margin: 0 0 20px;
}
#content div#welcome{
	margin: 20px 0 0 0;
	text-align: center;
	padding: 25px;
}
#content div#welcome > h1{
	margin-bottom: 20px;
}
div#slideshow > div.orbit-container{
	max-height: 550px;
}
div#slideshow > div.orbit-container > a.orbit-prev, div#slideshow > div.orbit-container > a.orbit-next{
	background: #1d54a5 no-repeat;
}

/* ------ /Layout ------ */

/* ------ Navigation ------ 