/* rwndl theme styles */


/* Layout */
body {
background-color:#fff; 
color: #000; 
font-size: 12px;
text-align: center;
min-width: 801px;
font-family: Georgia, serif;
}
h1, h2, h3 {
Georgia, serif;

}

#wrapper {
margin:0 auto;
width:801px;
text-align: left;
}

.collectheading h1 {
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
color:#84836A;
font-variant: small-caps;
letter-spacing: 0.1em;

}

h3.collecthead  {
font-family: Georgia, serif;
font-size: 18px;
font-weight: normal;
color:#444444;
margin-top: 8px;
font-variant: small-caps;
letter-spacing: 0.1em;

}

td.collectcopy p {
font-family: Georgia, serif;
font-size: 13px;
font-weight: normal;
text-align: justify;
color:#444444;
margin-right: 20px;
margin-left: 18px;
margin-top: -10px;

}

td.collectcopy ul li {
color:#444444;
font-family: Georgia, serif;
font-size: 13px;
line-height: 1.5em;
}

/* frame css */

#ftd_t {
background-image: url('http://www.rowandalehomestead.co.nz/themes/rwndl/images/f-t.gif');
background-repeat: repeat-x;
vertical-align: top;

}

#ftd_tl {
background-image: url('http://www.rowandalehomestead.co.nz/themes/rwndl/images/f-tl.gif');
background-repeat: repeat-y;
vertical-align: top;


}

#ftd_tr {
background-image: url('http://www.rowandalehomestead.co.nz/themes/rwndl/images/f-tr.gif');
background-repeat: repeat-y;
vertical-align: top;


}

#ftd_l {
background-image: url('http://www.rowandalehomestead.co.nz/themes/rwndl/images/f-l.gif');
background-repeat: repeat-y;
vertical-align: top;


}

#ftd_r {
background-image: url('http://www.rowandalehomestead.co.nz/themes/rwndl/images/f-r.gif');
background-repeat: repeat-y;
vertical-align: top;


}


#ftd_content {
background-color: #dddbb1;
background-image: url('http://www.rowandalehomestead.co.nz/themes/rwndl/images/f-content.gif');
background-repeat: no-repeat;

vertical-align: top;


}

#ftd_content p {
padding-top: 3px;
line-height: 110%;
font-family: Georgia, serif;
}

#ftd_b {
background-image: url('http://www.rowandalehomestead.co.nz/themes/rwndl/images/f-b.gif');
background-repeat: repeat-x;
vertical-align: top;


}


/* picture box styles */

.pboxcell {
background-image: url('http://www.rowandalehomestead.co.nz/images/picbox-150.gif');
background-repeat: no-repeat;
vertical-align: top;
padding-left: 18px;
padding-top: 18px;
}


.pboxtext{
font-family: arial, helvetica, sans-serif;
font-weight: normal; 
font-style: normal; 
color: #000; 
font-size: 12px;
margin-right: 4px;

}

.pboxtext p {
font-family: Georgia, serif;
font-weight: normal; 
font-style: normal; 
color: #000; 
font-size: 12px;
margin-top: 0px;
margin-right: 4px;
line-height: 14px;

}


/* bread crumb trail */

.crumb
{
	margin: 5px;
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.crumb a
{
	color: #095AA6;
	font-weight: normal;
}

.crumb a:visited
{
	color: #095AA6;
	font-weight: normal;
}

.crumb a:hover
{
	color: #FF9900;
	font-weight: normal;
}



/* lightbox styles - normally dont change this! */
/* B LBox CSS */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* E LBox */
	