/*
PRINT CCS for Kauri Lodge website. Hand coded in Coda
18 August 2009
*/

/*
**********************************************************
**  reset CSS courtesy of 960.gs                        **
**********************************************************
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


body {
	font-family: Georgia, Times, 'Times New Roman', serif;
	padding: 0;
	margin: 0;
}

/*
**********************************************************
**  Clear floated elements courtesy of 960.gs           **
**********************************************************

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*************************************************/
/**  Floats                                     **/
/*************************************************/	

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}
	
/*************************************************/
/**  Divs and Classes for layout styling        **/
/*************************************************/	
	
#container {
	margin: 0 auto 0.5em;
	padding: 0em;
	width: 840px;
	background-color: #ffffff;
}

#header {
	margin: 0 20px;
	padding: 14px 0 0 0 !important;
}

#footer {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', Lucida, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	/* background-color: yellow; */
}

.contentLeft {
	width:520px;
	margin: 10px 10px 20px 20px;
	padding:0;
	float:left;
	/* background-color: #cbcbcb; */
}

.contentRight {
	width:260px;
	margin: 10px 20px 20px 10px;
	padding:0;
	float:right;
	/* background-color: lime; */
}

#bodyContent {
	margin:0;
	padding:0;
}
.contentLeftFooter {
	width:520px;
	margin: 10px 0px 10px 20px;
	padding:10px 0 0 0 !important;
	border-top: #d4c3c1 solid 1px;
	float:left;
	/* background-color: #cbcbcb; */
}

.contentRightFooter {
	width:260px;
	margin: 10px 20px 10px 0px;
	padding:10px 0 0 0 !important;
	border-top: #d4c3c1 solid 1px;
	float:right;
	/* background-color: lime; */
}

.sidebox h3 {
	color: #333333;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', Lucida, Arial, Helvetica, sans-serif;
	font-size:19px;
	font-style: normal;
	font-weight: normal;
	line-height:1.2em;
	min-height: 140px;
	padding:10px 5px 0px 110px !important;
	border: #999999 solid 1px;
}

/*************************************************/
/**  Formatting of main tags		            **/
/*************************************************/	
	
h1 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	vertical-align:baseline;
	color: #222222;
	font-weight: lighter;
	font-size: 210%;
	letter-spacing: -0.045em;
	margin: 0.6em 0 0.4em 0;
	line-height:1.1em;
}
	
h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	vertical-align:baseline;
	color: #444444;
	font-weight: bold;
	font-style: italic;
	font-size: 160%;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	margin-bottom: 0.7em;
}
	
h3 {
	color: #666666;
	line-height: 1.3em;
	font-style:oblique;
	font-size:140%;
	text-align:left;
	margin: 0 0 10px 0;
}
	
p, ul, li {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', Lucida, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.94em;
	line-height: 1.6em;
	letter-spacing: -0.03em;
	margin:0 0 12px 0;
	padding:0;
}

#footer p {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', Lucida, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 0.8em;
	line-height: 1.9em;
	letter-spacing: -0.03em;
	margin:0 0 0 10px;
	padding:0;
}

.sidebox h4 {
	margin: 0 10px 0 110px;
	font-size: 1.05em;
	font-weight: normal;
	padding-top: 20px;
}
	
img {
	border:0;
	padding:0;
	margin:0;
}

.bold {
	font-weight: bold;
}
	
.footerDetails {
	line-height: 1.6em;
	color: #444444;
	text-align: left;
	margin:0;
}

.address2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 0.856em;
	font-style: oblique;
}
	
a:link {
	color: #444444;
	text-decoration: underline;
}

a:visited {
	color: #444444;
}
	
a:hover, a:active {
	text-decoration: underline;
	color: #444444;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:20px;
}

/*************************************************/
/**  Logos and Image Styling                    **/
/*************************************************/

.kaurilogo {
	margin:0 0 0 0px;
	width:220px;
	height:70px;
}

.topstrip {
	margin: 0 0 0 0px;
	width:575px;
	height:70px;
}

ul.square {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
	line-height: 1.2em;
	margin-bottom:20px;
	margin-left:20px;
}

/*************************************************/
/**  Main Navigation                            **/
/*************************************************/

#globalheader {
	display:none;
	height:30px;
	margin:10px auto 10px;
	position:relative;
	width:800px;
	z-index:9998;
}

#globalheader #globalnav {
	margin: 0;
	padding: 0;
}

#globalheader #globalnav li {
	display:inline;
}

#globalheader #globalnav li a {
	float:left;
	height:0;
	overflow:hidden;
	padding-top:30px;
	width:120px;
}

#globalheader #globalnav li a {
	background-image: url(http://www.kaurilodge.co.nz/images/navigationbar.png);
	background-repeat: no-repeat;
}

#globalheader #globalnav li#home a {
	background-position:0 0;
}

#globalheader #globalnav li#resthome a {
	background-position:-120px 0;
	width:260px;
}

#globalheader #globalnav li#villas a {
	background-position:-380px 0;
	width:80px;
}

#globalheader #globalnav li#interests a {
	background-position:-460px 0;
	width:210px;
}

#globalheader #globalnav li#contact a {
	background-position:-670px 0;
	width:130px;
}

#globalheader #globalnav li#home a:hover {
	background-position:0 -32px;
}

#globalheader #globalnav li#resthome a:hover {
	background-position:-120px -32px;
}

#globalheader #globalnav li#villas a:hover {
	background-position:-380px -32px;
}

#globalheader #globalnav li#interests a:hover {
	background-position:-460px -32px;
}

#globalheader #globalnav li#contact a:hover {
	background-position:-670px -32px;
}

#globalheader #globalnav li#home a:active {
	background-position:0 -64px;
}

#globalheader #globalnav li#resthome a:active {
	background-position:-120px -64px;
}

#globalheader #globalnav li#villas a:active {
	background-position:-380px -64px;
}

#globalheader #globalnav li#interests a:active {
	background-position:-460px -64px;
}

#globalheader #globalnav li#contact a:active {
	background-position:-670px -64px;
}

#globalheader.home #globalnav li#home a {
	background-position:0 0;
	cursor:default;
}

#globalheader.resthome #globalnav li#resthome a {
	background-position:-120px -32px !important;
	width:260px;
}

#globalheader.villas #globalnav li#villas a {
	background-position:-380px -32px !important;
	width:80px;
}

#globalheader.interests #globalnav li#interests a {
	background-position:-460px -32px !important;
	width:210px;
}

#globalheader.contact #globalnav li#contact a {
	background-position:-670px -32px !important;
	width:130px;
}

/*************************************************/
/**  Font Size Increase / Decrease Navigation   **/
/*************************************************/

#fontsize {
	display:none;
	height:18px;
	margin:10px 0 4px 0;
	position:relative;
	text-align: right;
	width:50px;
	z-index:9990;
}

#fontsize #fontnav {
	display:none;
	margin: 0;
	padding: 0;
}



/*************************************************/
/**  Footer Navigation                          **/
/*************************************************/

.footerNav{
	text-align: left;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

.footerNav ul {
	display:none;
	text-align: left;
}

.footerNav li {
	list-style-type: none;
}

.footerNav a:link, .footerNav a:visited {
    text-decoration:none;
    display:block;
    color: #444444;
}

.footerNav a:hover {
	color: #444444;
	text-decoration: underline;	
}

.footerNav a:active {
	color: #444444;
}

.footerStrip {
	display:none;
}


/*************************************************/
/**  Forms CSS Styling (from blueprint.css)     **/
/*************************************************/

label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* CSS Ends  */