/* ------ NOTES ---------------------------------------------------------------

Global CSS for Wild Weddings, lovingly crafted by Damien Buckley,
Propeller Graphic Design & Marketing (http://www.propellerglobal.com).

NOTE!!: See ie.css file for IE patches.

Seperate File for JS SLider - slider.css

V: 10/06/09

--------- CONTENTS ------------------------------------------------------------

COLOUR GUIDE

1: GLOBAL RESET
	a) Base Link Styles
2: BODY & COMMON CONTAINER STYLES
	a) Skip Links
	c) H1 - logo
	d) Nav-Main
3: SEARCH
	a) Search Results Page
4: MASTHEAD
	a) h1 - Logo
	b) Slideshow & Static Banner Images
	c) Nav-features
5: MAIN CONTENT DIVISIONS
	a) Secondary Content Divisions
6: TYPOGRAPHY - GENERAL
7: MAIN PAGES
	a) ABOUT US & SPA PAGES
	b) NEWS & WHATS ON
	c) DINE PAGE
	d) LOCATION, PLAY & WEDDING PAGES
	e) GETTING HERE PAGE
	f) STAY, SPA & FUNCTION PAGES
	g) FACILITIES & CAPACITIES TABLES
	h) NEWS & EVENTS LISTING - EXCERPT (HOME PAGE)
		i) FULL
8: INLINE IMAGE STYLES
	a) LIGHTBOX THUMBS
9: PAGINATION
10: NEWSLETTER SUBSCRIBE FORM
11: CONTACT & COMMENT FORMS
12: FOOTER
13: MISC

---------------------------------------------------------------------------- */

/* ----- COLOUR GUIDE  ------------------------------------------------------------

Body Background: #7E787D
Main Text: #7E787D
Links: #7E787D - (hover) #625D62
Button Background: #
Content Background: #D8E7F6
*/

/* 1 GLOBAL RESET
============================================================================ */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, cite, del, em, img, ins, q, strike, strong, sub, sup, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, 
th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-size: 100%; 
	font-style: inherit; font-family: inherit; vertical-align: baseline;
	}

table {border-collapse: separate; border-spacing: 0;}

caption, th, td {text-align: left; font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

img {border:none; display:block;}

/* 2. BODY & COMMON CONTAINER STYLES
============================================================================ */

body {
	background-color:#7E787D;
	text-align: center;
	color:#FFF;
	font-family: Geneva, Verdana, sans-serif;
	font-size:small;
	}

#container {
	overflow:hidden;
	margin:10px auto;
	width:780px;
	min-height:650px;
	text-align:left;
	background:#D8E8F7 url(/images/container-bg.jpg) 0 0 no-repeat;
	}

#main {
	overflow:hidden;
	padding-bottom:20px;
	margin:0 25px 20px;
	border-bottom:2px dashed #FFF;
	width:730px;
	color:#7E787D;
	}

.default #main {
	margin:0;
	border-bottom:none;
	width:780px;
	}

/* 1a. BASE LINK STYLES
============================================================================ */

a:link, a:visited {
	border-bottom:1px dotted #7E787D;
	color:#7E787D;
	text-decoration:none;
	padding-bottom:1px;
	}

a:hover, a:active, a:focus {
	border-bottom-style:solid;
	color:#625D62;
	text-decoration:none;
	}

/* 1a. BASE LIST STYLES
============================================================================ */

ul, ol {
	margin-left:1em;
	padding-left:1em;
	list-style-position: outside;
	list-style-type: circle;
	}

ol {
	list-style-type: decimal;
	}

ol li {
	margin-left:1em;
	}

/* 6. TYPOGRAPHY - GENERAL
============================================================================ */

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, 
input, textarea {
	margin-bottom:0.5em;
	line-height:1.5;
	}

h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

h2 {
	padding:70px 50px 35px 245px;
	font-size:2em;
	letter-spacing:0.05em;
	line-height:1.1;
	}

h3 {
	font-size:1.8em;
	}

h4 {
	font-size:1.5em;
	}

h5 {
	font-size:1.3em;
	}

h6 {
	font-size:1.1em;
	}

strong {font-weight:bold;}

em {font-style:italic;}

blockquote {
	padding:0.5em 1em;
	}

blockquote p {
	font-style:italic;
	}

#main li {
	margin-bottom:0.5em;
	line-height:1.5;
	}

/* 2a. SKIP LINKS
============================================================================ */

ul#accessibility {
	text-align:center;
	background-color:#7E787D;
	}

#accessibility li {display:inline;}

#accessibility a {padding:2px;}

#accessibility a:link, #accessibility a:visited {
	color:#7E787D;
	text-decoration:none;	
	}

#accessibility a:hover, #accessibility a:active, #accessibility a:focus {
	text-decoration:none;
	background-color:#BED6F0;
	}
	
/* 4. MASTHEAD
============================================================================ */

#masthead {
	position:relative;
	overflow:hidden;
	width:780px;
	height:250px;
	}

/* 4a. h1 - logo
============================================================================ */

h1 {
	position:absolute;
	top:0;
	left:0;
	height:240px;
	width:240px;
	}

h1 a {
	position:relative;
	display:block;
	padding:100px 10px 10px;
	border-bottom:none!important;
	height:120px;
	width:220px;
	text-align:center;
	font-size:2em;
	}

h1 a span {
	position:absolute;
	top:0;
	left:0;
	height:240px;
	width:240px;
	background:transparent url(/images/h1.jpg) no-repeat top left;
	}

/* 2d. NAV-MAIN
============================================================================ */

ul.nav-main {
	float:left;
	display:inline;
	margin:0 0 0 238px;
	padding:0;
	width:540px;
	}

.nav-main li {
	float:left;
	display:inline;
	margin:0;
	}

.nav-main li a:link, .nav-main li a:visited {
	display: block;
	padding:0 0.6em;
	border-right:1px solid #9E969E;
	border-bottom:none;
	font-size:1em;
	text-align:center;
	text-transform:lowercase;
	line-height:1.4em;
	}

#contact {border-right:none;}

.nav-main a:hover, .nav-main a:active, .nav-main a:focus, 
/* you are here state */ .nav-main a.active {
	border-bottom:none;
	background-color:#BED6F0;
	color:#FFF;
	text-decoration:none;
	}

.nav-main a.active {opacity:.65;}


/* 5. MAIN CONTENT DIVISIONS
============================================================================ */

#content, #content-contact, #content-secondary {
	display:inline;
	overflow:hidden;
	float:left;
	width:200px;
	}

#content {
	width:190px;
	}

#content-contact, .static #content {
	width:510px;
	float:right;
	}
	
#content-secondary {
	width:190px;
	}

.gallery #content, .proposals #content, .elopements #content {
	float:none;
	width:730px;
	}

/* 4c. NAV-FEATURES
============================================================================ */

ul.nav-features {
	position:relative;
	overflow:hidden;
	margin:0 0 20px 30px;
	padding:0 0 20px;
	width:720px;
	border-bottom:2px dashed #FFF;
	}

.nav-features li {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 30px;
	padding:0;
	width:220px;
	height:333px;
	}

li.nav-elopements {
	margin-left:0;
	}

.nav-features a {
	position:absolute;
	top:0;
	left:0;
	display: block;
	margin:0;
	padding:0;
	width:220px;
	height:333px;
	opacity:0.99999; /* Set base opacity - Firefox bug */
	-moz-opacity:0.99999;
	}

.nav-features li a:link, .nav-features li a:visited {
	color:#FFF;
	border-bottom:none;
	}

.nav-features a span {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:333px;
	background-repeat:no-repeat;
	}

.nav-elopements span {background-image: url(/images/elopements.jpg);}

.nav-proposals span {background-image: url(/images/proposals.jpg);}

.nav-requirements span {background-image: url(/images/packages.jpg);}

.nav-features a:hover, .nav-features a:active, .nav-features a:focus {
	text-decoration:none;
	color:#FFF;
	opacity:.65;
	-moz-opacity:0.65;
	}

.package-list {
	float:right;
	padding-left:30px;
	background:transparent url(/images/bullet.gif) 0 50% no-repeat;
	line-height:1.4em;
	font-size:1.2em;
	}
	
.package-list a {
	border-bottom:none;
	}

/* 8. INLINE IMAGE STYLES
============================================================================ */

img.left, img.right {
	padding:2px;
	background-color:#FFF;
	}

img.left {
	clear:left;
	float:left;
	margin:0 8px 8px 0;
	}

img.right {
	clear:right;
	float:right;
	margin:0 0 8px 8px;
	}

img.border {
	padding:2px;
	background-color:#FFF;
	margin:0 0 8px;
	}

/* 12. NEWS PAGE LISTING
============================================================================ */

ul.news-list {
	margin:0;
	padding:0;
	}

.news-list li {
	margin:0;
	list-style:none;
	border-bottom:1px dotted #666;
	overflow:hidden;
	padding:1em 0 1.5em;
	position:relative;
	min-height:120px;
	}

p.date {
	float:right;
	display:block;
	margin:0 0 1em 1em;
	padding:0.5em;
	border:1px solid #7E787D;
	text-align:center;
	}

p.date span {
	display:block;
	font-size:1.5em;
	line-height:1.1em;
	}

/* 11. CONTACT & COMMENT FORMS
============================================================================ */

#zemContactForm fieldset, #comments fieldset {
	float: left;
	clear: left;
	margin: 0 0 0.5em 0;  
	padding: 0;
	border:1px solid #FFF;
	width:508px;
	}

#zemContactForm legend, #comments legend  {
	margin:0.5em;
	padding:0 0.5em;
	text-transform:lowercase;
	font-size:1.2em;
	}

#zemContactForm fieldset ol, #comments fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
	}

#zemContactForm fieldset li, #comments fieldset li {  
	padding-bottom: 0.5em;
	margin-left:0;
	float: left;  
	clear: left;  
	width: 100%;
	list-style:none;
	}

#zemContactForm label, #comments label {  
	float: left;  
	width: 120px;  
	margin-right: 1em;
	text-align:right;
	line-height:1.5em;
	text-transform:lowercase;
	}

#zemContactForm input, #Message, #zemContactForm select, #comments input, .txpCommentInputMessage {
	border:1px solid #BED6F0;
	}

#Message {width:330px;}

.txpCommentInputMessage {
	width:300px;
	min-height:200px;
	}

#zemContactForm fieldset.submit, #comments fieldset.submit {   
	float: none;  
	width: auto;  
	border-style: none;   
	background-color: transparent;
	background-image:none;
	margin-bottom:0;
	}

#zemContactForm .zemError, ul.comments_error {
	margin:0 0 1em 0;
	padding:1em 1em 0;
	background-color:#7E787D;
	border:1px solid #FFF;
	color:#FFF;
	}

ul.comments_error {overflow:hidden;}

input.comments_error {background-color:#FFF;}

#zemContactForm .zemError li, ul.comments_error li {
	padding-bottom:1em;
	list-style:none;
	}

#zemContactForm fieldset.submit input, #comments fieldset.submit input  {
	width:auto;
	text-transform:lowercase;
	background-color:#BED6F0;
	border:1px solid #FFF;
	padding:0.25em 0.5em;
	}

.announcement a {
	color:#000;
	font-weight:bold;
	}

div.vcard div {line-height:1.1em;}

p.fn a:link, p.fn a:visited {
	font-size:1.2em;
	}

div.vcard div.adr {margin-bottom:0.5em;}

/* 21b: COMMENTS - SPECIFIC
============================================================================ */

#cpreview {
	margin-bottom:1em;
	padding:1em 1em 0.5em;
	background-color:#FFF;
	}

#cpreview, p.details {font-style:italic;}

p.details {color:#1C2839;}

#cpreview .announcement {
	font-style:normal;
	color:#000;
	}
	
#cpreview a {color:#666;}

.comments li {
	border:1px solid #FFF;
	padding:0.5em 0.5em 0;
	margin-bottom:1em;
	background-color:#BED6F0;
	}

ol.comments {
	margin-left:0;
	padding:0 1em 0.5em;
	border-bottom:1px dotted #7E787D;
	}

h4.comment-count, #comments h3 {padding-top:0.5em;}


/* 12. FOOTER
============================================================================ */

#footer {
	width:780px;
	background-color:#7E787D;
	margin:0 auto;
	padding:5px 0;
	text-transform:lowercase;
	color:#CCC;
	text-align:center;
	font-size:0.8em;
	}

#footer a:link, .nav-supp a:link, #footer a:visited, .nav-supp a:visited {
	color:#CCC;
	}

#footer a:hover, #footer a:active, #footer a:focus, 
.nav-supp a:hover, .nav-supp a:active, .nav-supp a:focus, 
#footer .nav-supp .active {
	color:#FEFEFE;
	border-bottom:1px dotted #CCC;
	}

/* 3. SEARCH FORM
============================================================================ */

div#search {margin-bottom:0.5em;}

#search-input p {display:inline;}

#search-input input#searchBox {
	display:inline;
	margin-left:0.5em;
	width:184px;
	margin-bottom:0;
	}

#search-input input#searchBox {
	border:1px solid #CCC;
	background-color:#DFDFDF;
	}

/* 3a. SEARCH RESULTS PAGE
============================================================================ */

.search #content strong {
	background:#EDF0F9;
	font-weight:normal;
	}

#search-results h4 a {font-size:0.8em;}

.pagination {float:right;}